* {
	font-family:tahoma;
	font-size:12px;
	color:#000000;
}

input,textarea,select{
		border:1px solid #959595;
	}

a:link{
	text-decoration:none;
	cursor:pointer;
}

fieldset {
	border:1px dotted;
	padding: 5px;
}

legend {
	padding: 5px;
	border:1px solid #333333;
	background-color:#cccccc;
}

.autocomplete_list * {
	font-family: "myriad pro", "segoe ui", "trebuchet ms", sans-serif;
	font-size: 13px;
}

.autocomplete_list b {
	font-weight: bold;
}

.autocomplete_list { 
	background: #f2f2f2; display: block;
	border: 1px solid gray;
	text-align: left; z-index: 200; 
}

.autocomplete_list, .autocomplete_list ol, .autocomplete_list li { 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
}

.autocomplete_list li { 
	margin: 0; 
	text-align: left;
	cursor: pointer; 
	padding: 4px;
	border-bottom: 1px solid silver;	
}

.autocomplete_list .last_item { 
	border:none;
}

.autocomplete_list .current_item { 
	background: #b4d5fe; color: #000; 
}

.autocomplete_list span { 
	color: #111; float: right; padding-left: 2em; 
}

.autocomplete_icon { 
	background-image: url(../images/autocomplete.gif);	
	cursor: pointer;
	cursor: hand;	
}

.tb_noline{
font:normal 12px Tahoma;
border: 0px;
border-bottom: 0px solid #ffffff;
border-top: 0px solid #ffffff;
border-left: 0px solid #ffffff;
border-right: 0px solid #ffffff;
}

.tb_noline th{
font:normal 12px Tahoma;
font-weight: bold;
color: #ffffff;
padding: 2px 2px;
border: 0px;
color: #000000;
background: #ffffff;
border-bottom: 0px solid #ffffff;
border-top: 0px solid #ffffff;
border-left: 0px solid #ffffff;
border-right: 0px solid #ffffff;
}

.tb_noline td{
font:normal 12px Tahoma;
border: 0px;
color: #000000;
background: #ffffff;
padding: 2px;
border-bottom: 0px solid #ffffff;
border-top: 0px solid #ffffff;
border-left: 0px solid #ffffff;
border-right: 0px solid #ffffff;
}

.tb_line{
font:normal 12px Tahoma;
border: 1px;
border-bottom: 1px solid #000000;
border-top: 1px solid #000000;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
border-collapse: collapse; 
}

.tb_line th{
font:normal 12px Tahoma;
font-weight: bold;
padding: 2px;
border: 1px;
color: #ffffff;
background: #007eff;
background: -webkit-gradient(linear, left top, left bottom, from(#7fbeff), to(#007eff));
background: -moz-linear-gradient(top,  #7fbeff,  #007eff);
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7fbeff', endColorstr='#007eff');
border-bottom: 1px solid #000000;
border-top: 1px solid #000000;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
}

.tb_line td{
font:normal 12px Tahoma;
border: 1px;
color: #000000;
padding: 2px;
border-bottom: 1px solid #000000;
border-top: 1px solid #000000;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
}

.MyImage{
	border: 1px solid #ccc;
	padding: 5px;
	cursor:pointer;
}
/*****************************************************************/
.BlurImage {

	border: 1px solid #ccc;
	padding: 5px;
	filter:alpha(opacity=50);
	opacity:0.5;
}
.BlurImage:hover{
	cursor:pointer;
	border: 1px solid #ccc;
	padding: 5px;
	filter:alpha(opacity=100);
	opacity:1;
}

.mydiv {
	border:1px solid #000000;
	/*background-color:#99CCFF;*/
	padding:5px;
}
legend{
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	background: #007eff;
	background: -webkit-gradient(linear, left top, left bottom, from(#7fbeff), to(#007eff));
	background: -moz-linear-gradient(top,  #7fbeff,  #007eff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7fbeff', endColorstr='#007eff');
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
}

.button {
                    border: solid 2px #333;
					display: inline-block;
                    zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
                    *display: inline;
                    vertical-align: baseline;
                    margin: 0 2px;
                    outline: none;
                    cursor: pointer;
                    text-align: center;
                    text-decoration: none;
					color:#FFFFFF;
                    font: 12px bold Arial, Helvetica, sans-serif;
                    padding: .5em 1em .5em 1em;
                    text-shadow: 0 1px 1px rgba(0,0,0,.3);
                    -webkit-border-radius: .5em; 
                    -moz-border-radius: .5em;
                    border-radius: .5em;
                    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
                    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
                    box-shadow: 0 1px 2px rgba(0,0,0,.2);

                    background: #007eff;
                    background: -webkit-gradient(linear, left top, left bottom, from(#7fbeff), to(#007eff));
                    background: -moz-linear-gradient(top,  #7fbeff,  #007eff);
                    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7fbeff', endColorstr='#007eff');
			}
            .button:hover {
                    text-decoration: none;
            }
            .button:active {
                    position: relative;
                    top: 1px;
            }
            
.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 2;
}

.treeview li{ /*Style for LI elements in generain(excludes an LI that contains sub lists)*/
background:  url(../class/images/folder.gif) no-repeat left center;
list-style-type: none;
padding-left: 15px;
margin-bottom: 1px;
}

.treeview ul{ /*Style for LI elements in generain(excludes an LI that contains sub lists)*/
list-style-type: none;
padding-left: 15px;
margin-bottom: 1px;
}

ul{
margin:0;
padding:1px;
list-style-type:none;
}

li{
margin:0;
padding:1px;
list-style-type:none;
}
.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background:  url(../class/images/closefolder1.gif) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
}

.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}

.blue_color{
	color:#0000ff;
}
h3{
	color:#ff0000;
}

table.three{
width:60%;
border:0;
}

table.three th { font-weight:bold;
border-bottom:1px solid #CCC;
border-top:1px solid #CCC;
background-color:#F2F9FF ;
color:#0000CC;
}

table.three td { padding:5px;
border-bottom:1px dotted #CCC;
}


.tb_line1{
font:normal 15px Tahoma;
border: 1px;
border-bottom: 1px solid #000000;
border-top: 1px solid #000000;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
border-collapse: collapse; 
}

.tb_line1 th{
font:normal 15px Tahoma;
font-weight: bold;
padding: 2px;
border: 1px;
color: #ffffff;
background: #007eff;
background: -webkit-gradient(linear, left top, left bottom, from(#7fbeff), to(#007eff));
background: -moz-linear-gradient(top,  #7fbeff,  #007eff);
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7fbeff', endColorstr='#007eff');
border-bottom: 1px solid #000000;
border-top: 1px solid #000000;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
}

.tb_line1 td{
font:normal 15px Tahoma;
border: 1px;
color: #000000;
padding: 2px;
border-bottom: 1px solid #000000;
border-top: 1px solid #000000;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
}
