/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	background-color:#eeeeee;
	background-image:url(../../images/BG2.png);
	background-position:top;
	background-repeat:repeat-x;
	margin:0px;
}



.mainRow{
	padding-left:7px; padding-right:7px;
}
.mainRow .editBox{
	margin-top:5px;
	border:1px solid #eee;
	font-size:11px;
	background-color:#fff;
}
.mainRow table{
	margin-top:5px;
	border:1px solid #aaa;
	font-size:11px;
	background-color:#fff;
	color:#003399;
	cursor:pointer;
}
.mainRow table:hover{
	margin-top:5px;
	border:1px solid #aaa;
	font-size:11px;
	background-color:#fff;
	color:#6493c9;
}
.mainRow table td{
	padding:5px;
	background-image:url(../../images/inputBg.png);
	background-position:top;
	background-repeat:repeat-x;
}

a{
	color:#6493c9;
}
#header{
	white-space:nowrap;
}
#mainDiv{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	border:1px solid #579aff;
}

#topMenu{
	height:20px;
	background-image:url(../../images/topMenu.png);
}
#topMenu div{
	display:inline-block;
	display:inline;
}
#topMenu a{
	color:#FFFFFF;
	display:inline-block;
	padding-left:15px;
	padding-right:15px;
	text-decoration:none;
	font-weight:bold;
	padding-top:3px;
	height:17px;
}
#topMenu a:hover, #topMenu .active a{
	background-image:url(../../images/topMenuHover.png);
}
#footer{
	font-size:10px;
	color:#ffffff;
	text-align:center;
	letter-spacing:2px;
	background-image:url(../../images/Footer.png);
	height:19px;
	padding-top:1px;
}
.title{
	font-size:18px;
	letter-spacing:0px;
	font-weight:bold;
	color:#666666;
	padding-bottom:10px;
}
.smallTitle{
	font-size:14px;
	letter-spacing:0px;
	font-weight:bold;
	color:#666666;
	padding-bottom:10px;
}
.SubTitle{
	position:relative;
	top:-5px;
	font-weight:bold;	
}
.date{
	font-style:italic;
	position:relative;
	top:-10px;
}
.text{
	text-align:justify;
	line-height:20px;
	width:450px;
	overflow:hidden;
}
.text img{
	padding:1px;
	margin:1px;
	border:1px solid #CCCCCC;
}
.bar, .mainBar{
	background-image:url(../../images/Footer.png);
	padding-top:2px;
	padding-left:5px;
	height:18px;
	color:#FFFFFF;
	background-color:#999999;
	font-weight:bold;
}
.boxText1, .boxText2{
	background-image:url(../../images/barShadow.png);
	background-position:top;
	background-repeat:repeat-x;
	padding-top:5px;
	padding:10px;
	text-align:justify;
}
.box{
	background-image:url(../../images/barShadow.png);
	background-position:top;
	background-repeat:repeat-x;
	padding-top:5px;
}
.box div a{
	background-position:center left;
	background-repeat:no-repeat;
	display:block;
	color:#666;
	text-decoration:none;
	padding:3px;
	margin:1px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
}
.box div a:hover, .box .active a{
	background-color:#DDD;
}

.boxText1 img{
	padding:1px; margin:1px;
	border:1px solid #CCCCCC;
}

input[type=text], input[type=password], select, textarea{
	font-size:10px;
	background-image:url(../../images/inputBG.png);
	background-position:top;
	background-repeat:repeat-x;
	border:1px solid #AAA;
	font-family:Arial, Helvetica, sans-serif;
}
form{
	margin:0px;
}


.b12{font-weight:bold;font-size:12px;color:#666666;}
.b14{font-weight:bold;font-size:14px;color:#666666;}
.b16{font-weight:bold;font-size:16px;color:#666666;}
.b18{font-weight:bold;font-size:18px;color:#666666;}

.button{
	background-image:url(../../images/topMenu.png);
	background-position:center;
	background-repeat:repeat-x;
	font-size:10px;
	border:1px solid #0066CC;
	color:#FFFFFF;
}


.errBox{
	border:1px solid #990000;
	background-color:#FFCCCC;
	color:#990000;
	padding:5px;
}
.errBox a{	
	text-decoration:underline;
	color:#990000;
}
.okBox{
	border:1px solid #336600;
	background-color:#CCFFCC;
	color:#007700;
	padding:5px;
}
.okBox a{	
	text-decoration:underline;
	color:#007700;
}
.msgBox{
	border:1px solid #996600;
	background-color:#FFFFCC;
	color:#a6440f;
	padding:5px;
}
.msgBox a{	
	text-decoration:underline;
	color:#996633;
}


.editBox{
	clear:both;
	display:block;
	padding:2px;
}
.editName{
	float:left;
	width:75px;
}
.editValue{
	float:left;
	width:200px;
}
.editValueFull{
	float:left;
	width:275px;
}
.editError{
	float:left;
	width:125px;
	color:#FF0000;
}
.editClear{
	clear:both;
	height:5px;
}
