/* CSS definition file containing sitestyle stylesheets */

BODY {
	margins : 0;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 13px;
}
INPUT {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	/* border: 2px outset; */
}
INPUT.radio {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	border: 0px;
}
INPUT.checkbox {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	border: 0px;
}
TEXTAREA {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	border: 2px outset;
}
SELECT {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	/* border: 2px outset; */
}
.report_label {
	background-color : #3F61A1;
	color : #ffffff;
	font-weight : bold;
	font-size : 9px;
	text-decoration : none;
}
.report_line1 {
	background-color : #E3E8F1;
	color : #000000;
	font-size : 9px;
	text-decoration : none;
}
.report_line2 {
	background-color : #CED6E7;
	color : #000000;
	font-size : 9px;
	text-decoration : none;
}
TD {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 13px;
}

a {
	color : #A00433;
	text-decoration : none;
}
a:hover {
	color : #A00433;
	text-decoration : underline;
}
#basf-title {
 background-color: #DEE2EE;
}
.menubar {
	background-color : #284B75;
	color : #ffffff;
	font-weight : bold;
	font-size : 10px;
	text-decoration : none;
}
a.menubar {
	background-color : #284B75;
	color : #ffffff;
	font-weight : bold;
	font-size : 10px;
	text-decoration : none;
}
a:hover.menubar {
	background-color : #284B75;
	color : #DEE2EE;
	font-weight : bold;
	font-size : 10px;
	text-decoration : none;
}
.menubar_selected {
	background-color : #678CB9;
	color : #ffffff;
	font-weight : bold;
	font-size : 10px;
	text-decoration : none;
}
a.menubar_selected {
	background-color : #678CB9;
	color : #ffffff;
	font-weight : bold;
	font-size : 10px;
	text-decoration : none;
}
a:hover.menubar_selected {
	background-color : #678CB9;
	color : #DEE2EE;
	font-weight : bold;
	font-size : 10px;
	text-decoration : none;
}
.submenu {
	background-color : #DEE2EE;
	color : #284B75;
	font-weight : bold;
	font-size : 10px;
	text-decoration : none;
}
a.submenu {
	background-color : #DEE2EE;
	color : #284B75;
	font-weight : bold;
	font-size : 10px;
	text-decoration : none;
}
a:hover.submenu {
	background-color : #DEE2EE;
	color : #284B75;
	font-weight : bold;
	font-size : 10px;
	text-decoration : underline;
}
.submenu_selected {
	background-color : #DEE2EE;
	color : #A00433;
	font-weight : bold;
	font-size : 10px;
	text-decoration : none;
}
a.submenu_selected {
	background-color : #DEE2EE;
	color : #A00433;
	font-weight : bold;
	font-size : 10px;
	text-decoration : none;
}
a:hover.submenu_selected {
	background-color : #DEE2EE;
	color : #A00433;
	font-weight : bold;
	font-size : 10px;
	text-decoration : underline;
}
.title {
    padding-top: 4px;
    padding-bottom: 4px;
	font-size: 15px;
	color: #A00433;
	font-weight: bold;
}
.subtitle {
	color : #284B75;
	font-weight : bold;
}
.formlabel {
	color : #284B75;
}
.instructions {
	font-size : 11px;
}
.hovertext {
	color : #284B75;
}
.copyright {
	font-size : 10px;
	color : #284B75;
}
.note {
	font-size : 12px;
	color : #001383;
	background-color : #DFE2F0;
}
.footnote {
	font-size : 11px;
}
.codeexample {
	font-family : Courier;
}
.small {
	font-size : 10px;
}
