@CHARSET "utf-8";

body{
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family: Arial;
	font-size: 12px;
	color: #4b4b4b;
}

td{
	font-family: Arial;
	font-size: 12px;
	color: #4b4b4b;
}

a{
	color: #2539a6;
	text-decoration:none;
	font-weight: bold;
}

a:hover{
	text-decoration:none;
}

.error_text{
	color: #f30000;
	font-weight: bold;
}

.true_text{
	color: #067e06;
	font-weight: bold;
}

hr{
	text-align: center;
	width: 90%;
	color: #273ba7;
}

#hugeBox{
	border: solid 0px #273ba7;
	width: 760px;
}

#hugeBox #title{
	background-image: url(../images/menu_selected_bg.jpg);
	height: 34px;
	margin: 5px 5px 5px 5px;
	width: 768px;
	padding-left: 10px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

#hugeBox #data{
	padding-left: 10px;
	padding-right: 10px;
}

#bigBox{
	border: solid 0px #273ba7;
	width: 462px;
}

#bigBox #title{
	background-image: url(../images/menu_selected_bg.jpg);
	height: 34px;
	margin: 5px 5px 5px 5px;
	width: 512px;
	padding-left: 10px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

#bigBox #data{
	padding-left: 10px;
	padding-right: 10px;
}

#bigBox1{
	border: solid 0px #273ba7;
	width: 600px;
}

#bigBox1 #title{
	background-image: url(../images/menu_selected_bg.jpg);
	height: 34px;
	margin: 5px 5px 5px 5px;
	width: 512px;
	padding-left: 10px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

#bigBox1 #data{
	padding-left: 10px;
	padding-right: 10px;
}

#smallBox{
	border: solid 0px #273ba7;
	width: 200px;
}

#smallBox #title{
	background-image: url(../images/menu_selected_bg.jpg);
	height: 34px;
	margin: 5px 5px 5px 5px;
	width: 256px;
	padding-left: 10px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

#smallBox #data{
	padding-left: 10px;
	padding-right: 10px;
}

#midBox{
	border: solid 0px #273ba7;
	width: 256px;
}

#midBox #title{
	background-image: url(../images/menu_selected_bg.jpg);
	height: 34px;
	margin: 5px 5px 5px 5px;
	width: 256px;
	padding-left: 10px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

#midBox #data{
	padding-left: 10px;
	padding-right: 10px;
}

#veryHugeBox{
	border: solid 0px #273ba7;
	width: 1024px;
}

#veryHugeBox #title{
	background-image: url(../images/menu_selected_bg.jpg);
	height: 34px;
	margin: 5px 5px 5px 5px;
	width: 1024px;
	padding-left: 10px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

#veryHugeBox #data{
	padding-left: 10px;
	padding-right: 10px;
}

img{
	border: 0;
}

.border{
	border: solid 1px #273ba7;
	margin: 2px 2px 2px 2px;
}

.cell1{
	font-weight: bold;
	border: solid 1px #273ba7;
	height: 30px;
	background-color: #9eb7da;
	padding-left:5px;
}

.cell2{
	border: solid 1px #273ba7;
	height: 30px;
	background-color: #bbd6fd;
	padding-left:5px;
}

.cell3{
	border: solid 1px #273ba7;
	height: 30px;
	background-color: #eef5ff;
	padding-left:5px;
}

.cell4{
	border: solid 1px #273ba7;
	background-color: #9eb7da;
	padding-left:5px;
}

#loadDiv{
	width:100%;
	height:100%;
	background-color:#403c39;
	margin: 0 auto;
	margin-top: -20px;
	visibility:hidden;
	position:fixed;
	filter:alpha(opacity=60);
	opacity:.60;
	z-index:111109;
	text-align:center;
	vertical-align:middle;
	padding-top:250px;
	-moz-opacity:0.60;
	-khtml-opacity: 0.60;
}

#editDataDiv{
	visibility:hidden;
	position:absolute;
	filter:alpha(opacity=100);
	opacity:1.0;
	z-index:1111109;
	text-align:center;
	vertical-align:middle;
	margin-top:120px;
	margin-left:300px;
	margin-right:300px;
}

.smallBox{
	width: 320px;
}

.smallBox .title{
	font-weight:bold;
	color:#797A7A;
	background-color: #fff;
	background-repeat: no-repeat;
	padding-left:5px;
	padding-right:5px;
	height:41px;
	font-weight:bold;
	border-bottom: 1px solid #797A7A;
	
}

.bigBox{
	background-color:#fff;
	width: 655px;
}

.bigBox .title{
	font-weight:bold;
	color:#797A7A;
	background-color: #fff;
	background-repeat: no-repeat;
	padding-left:5px;
	padding-right:5px;
	height:41px;
	font-weight:bold;
	border-bottom: 1px solid #797A7A;
}

#topHeader{
	background-image: url(../images/bg.jpg);
	width: 1003px;
	height: 144px;
	background-repeat: no-repeat;
	text-align: right;
}

#menu{
	background-color: #fff;
	border-bottom: 1px solid #797A7A;
	font-weight:bold;
	height: 50px;
}

##menu a{
	font-size:16px;
}

.toolBar{
	border:dashed 1px #4A0404;
	background-color:#A2CDF6;
	width: 100%;
}
