@charset "utf-8";
/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;/*#69BFE0;*/
	background-image:url('images/bodyBackGround.gif');
	background-repeat:repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color:#0a5e8c;
}
table{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.smalltitle {
	color: #0066FF;
	font-weight: bolder;
	font-size: 12px;
	text-align: justify;
}
.redstar{
	color:#FF0000;
}
a{text-decoration:none;}
a:link, a:visited{ color:#0a5e8c; }
a:hover{ color:#b95e43;}
a img {
	border: 0;
}
.leftmenu {
	position: relative;
	width: 150px;
	background-color:#99CCFF;
}
.rightmenu {
	position: relative;
	width: 150px;
	background-color:#99CCFF;
}
.titleBox {
	position: relative;
	width: 100%;
	padding:2px 0 2px 0;
	background-color:#DEEDFD;
	border:solid 1px #AACCEE;
	font-weight:bold;
	text-indent:5px;
}
.titleContent {
	position: relative;
	width: 100%;
	font-weight:bold;
	font-size:12px;
	color:#BA1F18;
}

.titleContent a{
	color:#BA1F18;
}

.titleContent a:hover{ color:#990000;}

.tabletitleBox {
	font-weight:bold;
	color:#0a5e8c;
}
.titleform{
	font-weight:bold;
	color:#0a5e8c;
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
}
.copyRight {
	position: relative;
	width: 100%;
	padding:15px 0;
	text-align:center;
	background-color:#FFFFFF;
	background-image:url('images/copyRight.gif');
	background-repeat:repeat-y;
	color:#0a5e8c;
	font-size:10px;
	
}  
.thrColHybHdr #header { 
	padding: 0;
	background-color:#3C7FAF;
}
.thrColHybHdr #topmenu { 
	float: left; 
	width: 100%;
	padding:5px 0;
	background-color:#EBF3FB;
	border:solid 1px;
	border-color:#AACCEE;
} 
.thrColHybHdr #header h1 {
	margin: 0;
	padding: 10px 0; 
}
.thrColHybHdr #welcome {
	float: left; 
	width: 0px;
	padding: 0px 10px;
	font-weight:bold;
}
.thrColHybHdr #sidebar1 {
	float: left; 
	width: 160px;
	padding: 0;
	border:solid 1px;
	border-top-style:none;
	border-color:#AACCEE;
	background-image:url('images/menu_left.gif');
	background-repeat:repeat-y;
}
.thrColHybHdr #sidebar2 {
	float: right; 
	width: 160px;
	padding: 0;	
	border:solid 1px;
	border-top-style:none;
	border-color:#AACCEE;
	background-image:url('images/menu_right.gif');
	background-repeat:repeat-y;
}
.thrColHybHdr #sidebar1 h3, .thrColHybHdr #sidebar1 p, .thrColHybHdr #sidebar2 p, .thrColHybHdr #sidebar2 h3 {
	margin-left: 10px;
	margin-right: 10px;
}
/* Main Content*/
.thrColHybHdr #mainContent {
	margin: 0px 161px 0 161px;/* top right bottom left*/
	padding: 0px 10px 0px 10px;
	/*border:solid 1px;
	border-top-style:none;
	border-color:#AACCEE;*/
} 
.thrColHybHdr #footer { 
	padding: 10px 0 0 0;
} 
.thrColHybHdr #footer p {
	margin: 0;
	padding: 10px 0;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
input, option, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.tabletitle {
	font-weight: bold;
	color:#FFFFFF;
	background-image: url(images/tabletitle.gif);
	background-repeat: repeat-x;
}
.left2rightblue {
	font-weight: bold;
	background-image: url(images/left2rightblue.gif);
	background-repeat: repeat-y;
}
.khaigiang {
	background-color: #D7EAFD;
}
.highlight {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #990000;
}

.mySmall {
	font-size: 9px;
}
.mySmall table{
	font-size: 9px;
}