/* CSS Document */
body {
	background: #EEEEEE;
	margin:0;	padding:0;
	font-family:Arial;	font-size: 12px;
}
.bodydiv {
	width: 98%;	margin: auto;	
}
.fleft {float: left;}
.fright {float: right;}
.clear {clear: both;}
table {	border-collapse:collapse;border-color: #CCCCCC;}

h1 {
	font-size: 18px; margin: 1px; padding: 1px;
}
h3, .h3 {font-size: 14px; margin: 1px; padding: 1px;}
.clearval {
    padding: 2px 5px 2px 2px;
    color: #FF0000;
    cursor: pointer;
}
.ptb5 {padding:5px 0;}
.header_div {
	width:100%;height:82px;
	background: #FFFFFF;
	-webkit-border-radius: 0 0 7px 7px;
	-moz-border-radius: 0 0 7px 7px;
	border-radius: 0 0 7px 7px;
	border:1px solid #EEE;
	-moz-box-shadow: 0 0 1px 1px #EEE;
	-webkit-box-shadow: 0 0 1px 1px #EEE;
	box-shadow: 0 0 1px 1px #EEE;
}
.footer_div {
	width:100%;height:30px;margin-bottom:5px;
	background: #CCCCCC;
}
.maindiv {
	width:100%; min-height: 470px;
	background: #FFFFFF;
	border:1px solid #DDDDDD;
	padding: 1px; 
	box-shadow: 0px 0px 3px 0px #CCCCCC;
    -webkit-box-shadow: 0px 0px 3px 0px #CCCCCC;
    -moz-box-shadow: 0px 0px 3px 0px #CCCCCC;
}
.content_head {
	background:#006699;padding: 5px;
	border-bottom: solid 1px #333333; color:#FFFFFF; 
}
.content_head .title {
	font-size:14px; font-weight: bold; color: #FFFFFF;
}
.content_head .title_1 {
	font-size:12px; font-weight: bold; color: #FFFFFF;text-decoration:none;
}
a.title_1:link, a.title_1:visited {color:#F9841C;}
a.title_1:hover {color:#FFFFFF;}
.contents {
	min-height: 400px;
	padding: 5px;
}
.logo {
	margin: 1px 5px;float: left; width:10%;
}
.logo_text {
	width: 70%;float: left;text-align:center;
}
.logo_text_1 {font-size: 28px; color:#003366;  margin:2px 20px 4px 20px; padding-bottom:5px; border-bottom: solid 2px #003366; letter-spacing: 2px;}
.logo_text_2 {font-size: 22px; font-weight: bold; color:#003366; margin-top: 8px;}
.head_right {
	min-width:200px; max-width: 12%; float: right;font-size: 12px; color:#003366;	text-align:left;	margin-right: 5px;margin-top:5px;
}
.logout {
	margin-top:5px;text-align:left;
}
.logout a:link, .logout a:visited{
	color:#990000;text-decoration: none;
}
.logout a:hover{
	text-decoration: underline;
}
.footer_texts {
	line-height: 30px;
}

.mainmenu {
	margin-top: 0px;
	background: #0066FF;/*url(../images/copyright.png) repeat-x;*/
	height: 30px;
	border: solid 1px #598ABC;
}
.mainmenu ul{
	list-style: none;
	margin: 0; padding: 0;
}
.mainmenu ul li {
	list-style: none; margin: 2px 5px; padding: 0; float:left;line-height: 26px;
	font-size: 12px; font-weight: bold;	color:#FFFFFF;
}

.mainmenu ul li a:link, .mainmenu ul li a:visited {
	font-size: 12px; font-weight: bold;	color:#FFFFFF;
	text-decoration: none;
}
.mainmenu ul li a:hover, .mainmenu ul li.menu_active a {
	color:#003366; text-decoration: underline;
}
.suc {color:#006600;font-size:12px; font-weight: bold;padding:10px;}
.err {color:#FF0000;font-size:12px; font-weight: bold;padding:10px;}
.v_separator {
	background:url(../images/bg_dots.png) repeat-y;
}

.boxhead {border: solid 1px #333333;border-bottom:none;background:#1A3061;color:#FFFFFF;font-size:14px;font-weight: bold; padding:3px 5px;text-align:left}
.box {border: solid 1px #888888;padding:10px 15px;}
.label {font-size:14px;font-family:Arial;color:#333333;}
.tbox10 {padding:2px;border: solid 1px #999999;width:100px;}
.tbox30 {padding:2px;border: solid 1px #999999;width:210px;}
.tbox40 {padding:2px;border: solid 1px #999999;width:350px;}
.input {
	padding:4px;	border:1px solid #BBBBBB; font-size: 110%;
	-webkit-border-radius: 4px;	-moz-border-radius: 4px;	border-radius: 4px;	
}
.biginput {
	padding:6px;	border:1px solid #BBBBBB; font-size: 110%;
	-webkit-border-radius: 4px;	-moz-border-radius: 4px;	border-radius: 4px;	
}
.button {
	padding: 4px 10px; background:#1A3061;cursor:pointer;
	color:#FFFFFF;font-size: 110%; font-weight:600;text-align:center; 
	border: solid 1px #0E1A34;
	-webkit-border-radius:4px;	-moz-border-radius:4px;	border-radius:4px;
	/*-moz-box-shadow: 0 0 1px 1px #0E1A34;	-webkit-box-shadow: 0 0 1px 1px #0E1A34;	box-shadow: 0 0 1px 1px #0E1A34;*/
}
.button:hover {background:#294C99;border-color:#294C99;}
table.datagrid{
	border: solid 1px #DDDDDD;border-collapse: collapse;
}
table.datagrid th{
	background: #BBBBBB;
}

table.datagrid td{
	color:#333333; padding-left: 3px; font-size: 12px;
}
table.datagrid tr:nth-child(even) {
	background-color:#FFFFDD;
}
table.datagrid tr:nth-child(odd) {
	background-color:#FFFFFF;
}
table.datagrid tr:hover{
	background-color:#FFFF55;
}
table.datagrid tr:not(:first-child):hover {
	background-color:#FFFFFF;
}
table.datagrid tr:not(:first-child):hover {
	background-color:#FFFF55;
}
table.datagrid td a:link, table.datagrid td a:visited {
	color:#0066FF; text-decoration: none;
}
table.datagrid th.sort {
	background: #90BFCF url(../images/sort.png) 99% center no-repeat;
	cursor: pointer;padding-right: 10px;
}
table.datagrid th.descsort {
	background: #90BFCF url(../images/s_desc.png) 99% center no-repeat;
	cursor: pointer;padding-right: 10px;
}
table.datagrid th.ascsort {
	background: #90BFCF url(../images/s_asc.png) 99% center no-repeat;
	cursor: pointer;padding-right: 10px;
}

ul.list01 {list-style: none;margin:0;padding:0;}
ul.list01 li {
	margin-left:20px;padding:5px 0;
	list-style: url(../images/bullet_bluearrow.gif);
	font-size: 14px; color:#003366;
}
ul.list01 li a:link, ul.list01 li a:visited {
	font-size: 14px; color:#003366; text-decoration: none;
}
ul.list01 li a:hover {
	text-decoration: underline;
}
.btop {
	width:278px;	height:36px;
	background: url(../images/b-top.jpg) bottom center no-repeat;
	line-height: 35px;
	color: #FFFFFF;text-align:center;font-size: 1.5em; font-weight: bold; font-family: "Times New Roman";
}
.bmid {
	width:278px;	min-height:100px;
	background: url(../images/b-mid.jpg) center repeat-y;text-align:left;
}
.bbot {
	width:278px;	height:12px;
	background: url(../images/b-bot.jpg) top center no-repeat;
}


ul.list02 {list-style: none;margin:0;padding:0;}
ul.list02 li {
	margin-left:20px;padding:5px 0;
	list-style: url(../images/bullet_bluearrow_hover.gif);
	font-size: 14px; color:#831098;
}
ul.list02 li a:link, ul.list02 li a:visited {
	font-size: 14px; color:#831098; text-decoration: none;
}
ul.list02 li a:hover {
	text-decoration: underline;
}
.b1top {
	width:278px;	height:36px;
	background: url(../images/b1-top.jpg) bottom center no-repeat;
	line-height: 35px;
	color: #FFFFFF;text-align:center;font-size: 1.5em; font-weight: bold; font-family: "Times New Roman";
}
.b1mid {
	width:278px;	min-height:100px;
	background: url(../images/b1-mid.jpg) center repeat-y;text-align:left;
}
.b1bot {
	width:278px;	height:12px;
	background: url(../images/b1-bot.jpg) top center no-repeat;
}
/*PAGINATION*/
div.pagination {
	padding: 3px;	margin: 3px;
}
div.pagination a {
	padding: 2px 5px 2px 5px;	margin: 2px;
	border: 1px solid #FFFFFF;	
	text-decoration: none; 	color: #FFFFFF;
}
div.pagination a:hover, div.pagination a:active {
	font-weight: bold; background: #666666;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;margin: 2px;
	background: #666666;border: 1px solid #FFFFFF;
	font-weight: bold;color: #FFFFFF;	
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;margin: 2px;	
	border: 1px solid #FFFFFF;
	color: #CCCCCC;
}