/* CSS Document */
table.inside{
	border-top:1px solid #226CB9;
	border-bottom:1px solid #226CB9;
	border-collapse:collapse;
	font-family: Tahoma;
	font-size:11px;
	cursor:default;
}

table.inside INPUT {
	font-family:Tahoma;
	font-size:12px; 
	width:auto; 
	border:1px solid #006699; 
	background-color:#FFFFFF; 
}
/*Header*/
th.inside{
	border:1px solid #226CB9;
	height:20px;
	color:#FFFFFF;
	font-family: Tahoma;
	font-size: 11px;
	color:#FFFFFF;
	background-color: #D25A0B;
	filter: Wave(Add=1, Freq=0, LightStrength=100%, Phase=0%, Strength=0);	
}

table.rule{
	border-top:1px solid #226CB9;
	border-bottom:1px solid #226CB9;
	border-right:1px solid #226CB9;
	border-left:1px solid #226CB9;	
	font-family: Tahoma;
	font-size:11px;
	cursor:default;
}
/*Header*/
th.rule{
	border:1px solid #226CB9;
	height:20px;
	color:#FFFFFF;
	font-family: Tahoma;
	font-size: 11px;
	color:#FFFFFF;
	background-color: #D25A0B;
	filter: Wave(Add=1, Freq=0, LightStrength=100%, Phase=0%, Strength=0);	
}

tr.rule{
	border:1px solid #226CB9;
	height:15px;
	font-family: Tahoma;
	font-size: 11px;
	color:#000000;
	background-color:#FFFFFF;
}

/*Row (even)*/
tr.even{
	/*background:#F4F7FD;*/
	height:35px;
}
tr.odd{
	background-color:#D0D0E8;
	height:35px;
}
/*Cells*/

ul.error{
	margin-top:20px;
	margin-bottom:20px;
	margin-left:50px;
}

/*Required*/
.caption_req{
 font-weight:normal;
 font:Tahoma;
 font-size:11px;
 color:#000099;
}

/*Required (star)*/
.caption_req2{
	color:#FF0000;
	align:left;
}

/*Comment (Example)*/
.caption_comment{
	font-weight:bold;
	font-style:normal;
	font-size:11px;
	color:#666666;
}

/*Comment (For example)*/
.caption_comment2{
	font-style:normal;
	font-size:11px;
	color:#006699;
}

/*Style for cells with caption*/
#caption{
	font-weight:bold;
}

/*Style for cells with comment*/
#comment{
	font-size:11px;
	/*font-style:italic;*/
}
#input{
	font-size:11px; 
	font:Tahoma; 
	width:180px
	/*font-style:italic;*/
}
#error_text{
	color:#CC0000;
	font-size:10px;
	font-weight:normal;
}