.bluetabs{
border-bottom: 1px solid gray;
}

.bluetabs ul{
padding: 4px 0;
margin-left: 0px;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs li{
display: inline;
margin: 0;
}

.bluetabs li a{
text-decoration: none;
padding: 4px 9px;
margin-right: 1px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(../Images/media/bluetab.gif) top left repeat-x; /*THEME CHANGE HERE*/
}

.bluetabs li a:visited{
color: #2d2b2b;
}

.bluetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
background-image: url(../Images/media/bluetabactive.gif); /*THEME CHANGE HERE*/
border-bottom-color: white;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0;
border: 1px solid #918d8d; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #918d8d; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #edf3f3;
}
*-------------------------------------------------*/

.footer
{
	color:#6986A6;
	text-align:center;
	FONT-WEIGHT:lighter;
	FONT-SIZE: 12px;
	padding-top:10px; 
	FONT-FAMILY:Verdana, tahoma, Arial; 
	background-color:#fcfcfc;
	border-bottom: solid 1px white; 
	border-top: solid 1px white;
	width:100%;
	height:60px;
	
}
.LeftText
{
	FONT-SIZE: 8pt; TEXT-ALIGN:left;VERTICAL-ALIGN:middle;
	COLOR: #000000;
	text-decoration:none;
	font-family:Verdana, Times New Roman, Sans-Serif, Arial;     
}
.inputflatlf
{
	FONT-SIZE: 12px;
	font-family:Verdana;
	font-weight:lighter;  
	VERTICAL-ALIGN: top; 
	COLOR: #000000;
	border-style:groove; 
	text-align :left;
	width:100%;
}

.inputflatlfxy
{
	FONT-SIZE: 12px;
	font-family:Verdana;
	font-weight:lighter;  
	VERTICAL-ALIGN: top; 
	COLOR: #000000;
	border-style:groove; 
	text-align :left;
	width:100%;
	height:200px;
	
}
.time
{
	font-family:Verdana;
	font-size:10px;
	color:Red;
	text-align:right;
}
/*sang anh quang cao ---------------------------------*/
.highlightit img{filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
-moz-opacity: 0.75;
border: 1px solid #ccc;
}

.highlightit:hover img{filter:progid:DXImageTransform.Microsoft.Alpha(opacity=160);
-moz-opacity: 1;
border: 1px solid #ccc;
}
/*Trang Truoc,Tiep--------------*/

.pagination{
padding: 15px;
}

.pagination ul{
margin: 0;
padding: 2;
text-align: center; /*Set to "right" to right align pagination interface*/
font-size: 11px;
font-variant:small-caps;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 8px;
border: 1px solid #9aafe5;
text-decoration: none; 
color: #2e6ab1;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #2b66a5;
color: #000;
background-color: #FFFF80;
}

.pagination a.currentpage{
background-color: #2e6ab1;
color: #FFF !important;
border-color: #2b66a5;
font-weight: bold;
cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: white;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: normal !important;
}

.pagination a.prevnext{
font-weight: bold;
}

.support
{
font-family:Verdana;
font-size:11px;
}


/* tooltip------------------------------*/
#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}



