/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
}
a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #0099FF;
	text-decoration: underline;
}
a:active {
	color: #009AFF;
	text-decoration: none;
}

.login_adspace {
	background-attachment: scroll;
	background-image: url(../Media/FrontDoor/bkgd_right.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.login_fieldspace {
	background-attachment: scroll;
	background-image: url(../Media/FrontDoor/bkgd_left.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 180px;
	padding-bottom: 140px;
	padding-right: 50px;
}

.iface_menu_top {
	background-attachment: scroll;
	background-image: url(../Media/Interface/iface_top.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 5px;
	padding-bottom: 5px;
}
.iface_menu_btm {
	background-attachment: scroll;
	background-image: url(../Media/Interface/iface_bottom.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 5px;
	padding-right: 5px;
}
.iface_menu_field {
	background-attachment: scroll;
	background-image: url(../Media/FrontDoor/bkgd_right.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 10px;
}
.iface_menu_rowdots {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.iface_subpane_shadow {
	background-attachment: scroll;
	background-image: url(../Media/Interface/Grad_Normal.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.iface_header14 {
	font-size: 14px;
}
.iface_header16 {
	font-size: 16px;
}
.iface_header18 {
	font-size: 18px;
}

.iface_row_head {
	color: #FFFFFF;
	background-color: #003366;
	font-weight: bold;
}
.iface_row_border {
	background-attachment: scroll;
	background-image: url(../Media/Interface/row_shadow.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.iface_row_borderline {
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.iface_row_section {
	font-size: 16px;
	font-weight: bold;
	color: #003366;
	background-color: #CCCCCC;
}
.iface_row_vpad {
	padding-top: 7px;
	padding-bottom: 7px;
}
