BODY{
	top: 0px;
	left: 0px;
	margin: 0px;
	font-family: Arial, serif;
	font-size: 12px;
}
A{
	font-size: 12px;
	color: Black;
}
TABLE {
	border-collapse: collapse;
	font-size: 12px;
}
TABLE.header{
	width: 100%;
	background-color: #E9E9E9;
	height: 70px;
}
TABLE.menu{
	background-color: #1B4F88;
	color: White;
	font-size: 1em;
	width: 100%;
	height: 20px;
}
TABLE.coloredBorder{
	border: 1px solid #AAAAAA;
}
TABLE.form{
	width: 100%;
}
a.menu{
	color: White;
	font-size: 12px;
}
TD{
	margin: 0em;
	padding: 0em;
}
TD.menu{
	width: 150px;
	padding-left: 10px;
}
TD.title{
	font-size: 16px;
	font-weight: bold;
	color: #1B4F88;
	padding-top: 10px;
	padding-bottom: 10px;
}
TD.dataTd{
	margin-top: 15px;
}
TD.formData{
	padding-right: 20px;
	text-align: right;
	vertical-align: middle;
}
TD.textCenter{
	text-align: center;
	vertical-align: middle;
	border-top: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
}
TD.textRight{
	text-align: right;
	vertical-align: middle;
}
TD.formTd{
	height: 30px;
}
TD.border{
	padding: 2px;
	border: 1px solid #AAAAAA;
	padding-left: 15px;
	padding-right: 10px;
}
DIV.subTitle{
	font-size: 14px;
	font-weight: normal;
	padding: 10px;
}
TR.coloredBackground{
	background-color: #0099cc;
}
DIV.titleBlock{
	background-color: #FBECD1;
	border-bottom: 2px solid #1B4F88;
	height: 30px;
	font-size: 12px;
	vertical-align: middle;
	padding-top: 5px;
	padding-left: 5px;
	font-weight: bold;
	color: #1B4F88;
}

DIV.titleBlockSmall{
	background-color: #FBECD1;
	border: 0px;
	height: 15px;
	font-size: 10px;
	vertical-align: middle;
	padding-top: 2px;
	padding-left: 2px;
	font-weight: bold;
	color: #1B4F88;
}
DIV.block{
	margin: 10px;
	font-size: 12px;
}
.multySelect{
	height: 250px;
	width: 370px;
}
DIV.formData{
	margin-bottom: 5px;
	margin-top: 10px;
}
.error{
	color: #DC143C;
}
DIV.attention{
	background-color: #FFEFD5;
	border: 1px Solid #1B4F88;
	color: #FF4500;
	padding: 3px;
}
TD.selectTd{
	font-weight: bold;
	font-size: 14px;
}
.attentionText{
	color: #FF4500;
}
.post{
	border: 1px solid #1B4F88;
	font-size: 12px;
	height: 20px;
}
TD.indexDecoration{
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	border-top: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
}
.button{
	background-color: #1B4F88;
	color: #ffffff;
	width: 100px;
	font-size: 12px;
}
.button_small{
	background-color: #1B4F88;
	color: #ffffff;
	font-size: 12px;
}
TABLE.footer{
	width: 100%;
}
TD.footerLine{
	height: 40px;
	border-bottom: 1px solid #1B4F88;
}
DIV.adverBoxPreview{
	background-color: #4682B4;
	width: 450px;
	padding: 10px;
}
DIV.whiteBox{
	background-color: White;
	text-align: left;
	padding: 5px;
}
.rl_header{
	font-size: 14px;
	text-decoration: underline;
	color: #551A8B;
}
.rl_desc{
	font-size: 12px;
	font-style: italic;
}
.search_header{
	font-size: 14px;
	text-decoration: underline;
	color: #551A8B;
}
.search_desc{
	font-size: 12px;
}
.search_url{
	font-size: 12px;
	color: #488048;
}
.yl_header{
	font-size: 14px;
	text-decoration: underline;
	color: #551A8B;
}
.yl_desc{
	font-size: 12px;
	font-style: italic;
}

div.commentsDiv{
	display: none;
	position: absolute;
	right: 50;
	background-color: #FFF;
	border: 1px solid #1B4F88;
	font-size: 12px;
	padding: 5px;
}

.textareaComments{
	border: 1px solid #1B4F88;
	font-size: 12px;
}
