/* CSS Document */
body {
	line-height: 1.5em;
    font-size: 12px;
}
h1 {
	font-size: 130%;
	margin-top: 7px;
	color: #FBBF12;
}
h2 {
	border-bottom: 1px solid #FBBF12;
	color: #FBBF12;
	font-size: 115%;
	margin-top: 15px;
	padding: 3px 0px 3px 3px;
}
h3 {
	color: #FBBF12;
	font-size: 110%;
	text-decoration: none;
	padding: 8px 0px 6px 0px;
}
h4 {
	font-size: 95%;
	color: #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	padding: 3px 0px 3px 3px;
}
h5 {
	font-size: 95%;
	font-weight: 600;
	color: #979797;
	margin: 0px;
	padding-left: 5px;
	border-left: 1px solid #979797;
	border-bottom: 1px solid #979797;
	padding: 3px 0px 3px 3px;
}
h6 {
	font-size: 90%;
	color: #979797;
	margin: 10px 10px 10px 0px;
	padding: 3px 0px 3px 3px;
}
/**/
hr {
	color: #006666;
}
/* Frequently used classes */

.print, .handheld {
	display: none;
}
.noprint, nohandheld {
	/* display: block;*/
}
.required {
	background-color: #FFFFFF;
	color: #FF3300;
}
.small, .small td {
	font-size: 95%;
}
table.styled {
	border: 1px solid #88A3AE;
	border-left: 0;
	border-bottom: 0;
}
	table.styled tr.theader td, table.styled td.theader {
		background-color: #CCD7DB;
		font-weight: 600;
	}
	table.styled tr td {
		background-color: #FFFFFF;
		border-bottom: 1px solid #C3D1D6;
		border-left: 1px solid #C3D1D6;
		padding: 2px;
	}
	table.styled tr.odd td, table.styled td.odd {
		background-color: #F5F5F5;
	}
	table.styled tr.odd2 td, table.styled td.odd2, table.styled tr.odd td.odd2 {
		background-color: #E5EAED;
	}
div.styled {
	border: 1px solid #88A3AE;
}
.attentionbox {
	padding: 3px;
	color: #000000;
	border: 1px solid #000000;
}
	.attentionbox .inltopictitle, .attentionbox .inltopiccontent {
		color: #cc0033;
	}
div.horizontaldivider {
	border-bottom: 1px solid #666666;
	margin: 10px 0px 10px 0px;
}
/*
input {
	border-bottom:1px solid #B02621;
	border-right:1px solid #B02621;
	border-left:1px solid #6C6D71;
	border-top:1px solid #6C6D71;
	}
*/
input.required, textarea.required {
	background-color:#E8E8E8;
	color: #6796A0;
}	
input.WrongInput, textarea.WrongInput {
    background-color:#E8E8E8;
	color: red;
}
/*form*/

