@charset "UTF-8";
/* CSS Document */
body {
	background-color:#FFFFFF;
	margin:0px;
	font-family: Tahoma, "Microsoft Sans Serif", Thonburi;
	font-size: 12px;
	color: #000;
}
#mainbody{
	width:1200px;
}
#mainbodyleft{
	width:240px;
	margin:0px;
}
#mainbodyright{
	width:940px;
	margin:0px;
}
#headb {
	display: block;
	clear: both;
	width: 1200px;
	height: 40px;
	background:#0000FF url(../images/head.jpg) repeat-x left top;
}
#menub {
	width: 1200px;
}
#marq1 {
	width: 1200px;
	height: 23px;
	clear: left;
	display: block;
	background: url(../images/bg-message-bar.jpg) repeat-x left top;
}
#b-box-50 {
	width: 50px;
	float: left;
	height: 23px;
}
#b-box-50 div {
	padding:4px 0 0 20px;
}
#marqbox {
	width: 940px;
	height: 23px;
	padding-left: 50px;
}
#marq2 {
	width: 1200px;
	height: 23px;
	clear: left;
	display: block;
	background: url(../images/bg-message-bar-2.jpg) repeat-x left top;
}
#menum {
	width: 1200px;
	background: url(../images/bg-status-bar.jpg) repeat-x left top;
	height: 25px;
	display: block;
}
#b-box-273 {
	width: 185px;
	float: left;
	height: 25px;
}
#b-box-273 div {
	padding:10px 0 0 10px;
	font-size:14px;
	color:#FFFF00;
}
#menubox0 {
	width: 15px;
	float: left;
	height: 25px;
}
#menubox1 {
	width: 880px;
	float: left;
	height: 25px;
}
#menubox1 #menumain {
	list-style-type: none;
	margin: 0px 0px 0px -40px;
	;
}
#menumain li {
	width: 105px;
	float: left;
	/*background: url(../images/bg-menu.jpg) no-repeat left top;*/
	height: 25px;
	display: block;
}
#menumain li a {
	float: left;
	text-decoration: none;
	text-align:center;
	color: #00FFFF;
	width:100%;
	margin:auto;
	padding-top:2px;
	font: 500 14px Tahoma, "Microsoft Sans Serif", Thonburi;
}
#menumain li a:hover{
 	color: #FFF;
	/*background: url(../images/bg-menu-2.jpg) no-repeat left top;*/
	height:25px;
}
#menuleft {
	width: 220px;
	height:1200px;
	float: left;
	display: block;
	overflow: hidden;
	

}
#menuleft #menu1 {
	display: block;
	width: 220px;
	float: left;
	padding-bottom: 5px;
	color:#FFFFFF;
}

#menu-top-bg {
	width: 220px;
	height: 32px;
	background: url(../images/bg-left-menu-1.jpg) no-repeat left top;
}
#menu-top-bg div {
	padding-left:15px;
	padding-top:4px;
	font-size:14px;
	font-weight:900;
	color:#FFFF00;
}

#menu1 #menu-left-small {
	width:180px;
	list-style-type: none;
	margin: -6px 0 0 -40px;
}
*:first-child+html #menu1 #menu-left-small {margin:0px;}

#menu1 #menu-left-small #a1 {
	width: 220px;
	height: 26px;
	background: url(../images/bg-left-menu-2.jpg) no-repeat left top;
	display:block;
	float:left;
}	
#menu1 #menu-left-small #a1 a {
	float: left;
	text-decoration: none;
	color: #FFF;
	width:200px;
	padding-top:4px;
	padding-left:30px;
	font: 900 13px Tahoma, "Microsoft Sans Serif", Thonburi;
	height:26px;
}
#menu1 #menu-left-small #a1 a:hover {
	color:#FFFF00;
	height:26px;
	background: url(../images/bg-left-menu-22.jpg) no-repeat left top;
}
#menu1 #menu-left-small #a2 {
	width: 220px;
	height: 26px;
	background: url(../images/bg-left-menu-3.jpg) no-repeat left top;
	display:block;
	float:left;
	margin-top:-1px;
	}
	
#menu1 #menu-left-small #a2 a {
	float: left;
	text-decoration: none;
	color: #FFF;
	width:200px;
	padding-top:4px;
	padding-left:30px;
	font: 900 13px Tahoma, "Microsoft Sans Serif", Thonburi;
	height:26px;
}
#menu1 #menu-left-small #a2 a:hover {
	color:#FFFF00;
	height:26px;
	background: url(../images/bg-left-menu-32.jpg) no-repeat left top;
}

#contentm2{
	width:940px;
	margin:5px 0px;

}

#red-font{
	color:#FF0000;
}
input{
	background-color:#FFFFFF;
	border:1px solid #999999;
	font: 12px Tahoma, "Microsoft Sans Serif", Thonburi;
	color:#0033CC;	
	padding-left:3px;
}
.sbutton{
	background-color:#999;
	border:1px solid #000;
	color:#000000;
	font-size:12px;
	border:1px solid #ccc;
	color:#000;
	border-color:#999;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	background: #b8e1fc; /* old browsers */

background: -moz-linear-gradient(top, #b8e1fc 0%, #a9d2f3 10%, #90bae4 25%, #90bcea 37%, #90bff0 50%, #6ba8e5 51%, #a2daf5 83%, #bdf3fd 100%); /* firefox */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b8e1fc), color-stop(10%,#a9d2f3), color-stop(25%,#90bae4), color-stop(37%,#90bcea), color-stop(50%,#90bff0), color-stop(51%,#6ba8e5), color-stop(83%,#a2daf5), color-stop(100%,#bdf3fd)); /* webkit */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8e1fc', endColorstr='#bdf3fd',GradientType=0 ); /* ie */
}
.sbutton2{
	background-color:#8EAFF1;
	border:1px solid #999;
	color:#000000;
	cursor:pointer;
	font-size:12px;
	border-color:#999;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	background: #b8e1fc; /* old browsers */
behavior: url(images/border-radius.htc);
background: -moz-linear-gradient(top, #b8e1fc 0%, #a9d2f3 10%, #90bae4 25%, #90bcea 37%, #90bff0 50%, #6ba8e5 51%, #a2daf5 83%, #bdf3fd 100%); /* firefox */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b8e1fc), color-stop(10%,#a9d2f3), color-stop(25%,#90bae4), color-stop(37%,#90bcea), color-stop(50%,#90bff0), color-stop(51%,#6ba8e5), color-stop(83%,#a2daf5), color-stop(100%,#bdf3fd)); /* webkit */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8e1fc', endColorstr='#bdf3fd',GradientType=0 ); /* ie */
}
.rbutton{
	background-color:#FFD5CC;
	border:1px solid #999;
	color:#000000;
	cursor:pointer;
	font-size:12px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	behavior: url(images/border-radius.htc);
	background: #feccb1; /* old browsers */

background: -moz-linear-gradient(top, #feccb1 0%, #f17432 50%, #ea5507 51%, #fb955e 100%); /* firefox */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feccb1), color-stop(50%,#f17432), color-stop(51%,#ea5507), color-stop(100%,#fb955e)); /* webkit */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feccb1', endColorstr='#fb955e',GradientType=0 ); /* ie */
}
.rbutton:hover, .sbutton2:hover, .sbutton:hover {
	background: #fceabb; /* old browsers */

background: -moz-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%); /* firefox */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fceabb), color-stop(50%,#fccd4d), color-stop(51%,#f8b500), color-stop(100%,#fbdf93)); /* webkit */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 ); /* ie */
}
#table-green{
	background-color:#000;
}
#table-green tr{
	background-color:#CCD8F4;
}
.table-green{
	background-color:#000;
}
.table-green tr{
	background-color:#CCD8F4;
}
.r-border {
				width:100%; 
				background:#0059B3;
				box-shadow: 1px 1px 6px #000;
				-moz-box-shadow: 1px 1px 6px #000;
				-webkit-box-shadow: 1px 1px 6px #000;
				padding:5px;
				border-radius: 6px;
				-moz-border-radius: 6px;
				-webkit-border-radius: 6px;
				behavior: url(images/border-radius.htc);
}
a.aLink{
	text-decoration:none;
}
.hideC {
	visibility:hidden;
	display:none;
}	









