/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	background-color: #EAEAEA;
	margin: 0px;
}
input {
	font-size: 11px;
}

/* Link Styles */

a {
	font-size: 10px;
	color: #000033;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #000033;
	text-decoration: none;
}
a:hover {
	color: #000066;
	background-color: #E5EAEF;
	text-decoration: underline;
}
a:active {
	color: #000066;
	text-decoration: none;
}

a.smallLink {
	font-size: 10px;
	color: #000033;
	font-weight: bold;
	text-decoration: underline;
	padding: 3px;
}
a.smallLink:visited {
	color: #000033;
	text-decoration: underline;
}
a.smallLink:hover {
	color: #000066;
	text-decoration: underline;
	background-color: #FFFFFF;
}
a.smallLink:active {
	color: #000066;
	text-decoration: underline;
}

/* Headings */

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 17px;
	color: #000000;
}
h2 {
	font-size: 14px;
	color: #000000;
}
h3 {
	font-size: 13px;
	color: #000000;
}
h4 {
	font-size: 12px;
	color: #000000;
}
h5 {
	font-size: 11px;
	color: #000000;
}
h6 {
	font-size: 12px;
	color: #7E8484;
	margin-top: 0px;
	margin-bottom: 4px;
}
table_header {
	font-size: 12px;
	color: #FFFFFF;
}
table_row {
	font-size: 10px;
	color: #000000;
	font-weight: none;
}
login {
	font-size: 14px;
	color: #0E2479;
	text-align: right;
	font-weight: bold;
}
error {
	font-size: 10px;
	color: #B80000;
	text-align: right;
	font-weight: bold;
}
status_message {
	font-size: 10px;
	color: #7E8484;
}

/* DIV IDs */

#background {
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-y;
	background-position: center center;
}
#container {
	width: 770px;
	line-height: 120%;
}
#header {
	width: 765px;
	text-align: right;
	padding-right: 5px;
	padding-top: 5px;
	font-size: 10px;
}
#logoSubs {
	width: 770px;
	height: 105px;
	background-image: url(../images/header_subs.gif);
	background-repeat: no-repeat;
	background-position: center left;
	background-color: #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}
#fullContent {
	width: 750px;
	float: right;
	background-color: #ffffff;
	padding: 10px;
	text-align: left;
}
#footer {
	width: 760px;
	color: #000000;
	font-size: 9px;
	border-top: 2px solid #FFFFFF;
	background-color: #728FAA;
	padding: 5px;
	text-align: right;
	clear: both;
}
#bottomBG {
	height: 70px;
	background-image: url(../images/bottom_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	clear: both;
}

#cover_page{position:absolute;top:0px;left:0px;overflow:hidden;display:none;width:100%;height:100%;background-color:#cccccc;opacity:0.75;MozOpacity:0.5;zIndex:50;filter:alpha(opacity=40);text-align:center;}
#save_cover{position:absolute;top:0px;left:0px;overflow:hidden;display:none;width:100%;height:100%;background-color:#cccccc;opacity:0.75;MozOpacity:0.5;zIndex:50;filter:alpha(opacity=40);text-align:center;}
#email_cover{position:absolute;top:0px;left:0px;overflow:hidden;display:none;width:100%;height:100%;background-color:#cccccc;opacity:0.75;MozOpacity:0.5;zIndex:50;filter:alpha(opacity=40);text-align:center;}



#category td.bg {
	background-color: #728FAA;
}

#category td.inactive {
	background-color: #afafaf;
}

#report td.top {
	background-image: url(../images/grBorderTop.gif);
	background-repeat: repeat-x;
	z-index: 1;
	height: 12px;
	width: 100%;
}

#report td.bottom {
	background-image: url(../images/grBorderBttm.gif);
	background-repeat: repeat-x;
	z-index: 1;
	height: 12px;
}

#report td.left {
	background-image: url(../images/grBorderL.gif);
	background-repeat: repeat-y;
	z-index: 1;
	width: 12px;
}

#report td.right {
	background-image: url(../images/grBorderR.gif);
	background-repeat: repeat-y;
	background-position: left;
	z-index: 1;
	width: 12px;
}
