@charset "UTF-8";
/* CSS Document */


#containerAdmin {
	width:770px;
	margin:0 auto;
	background-color: #FFFFFF;
	border: 1px solid #980000;
	overflow: visible;
	margin: 0px 0px 0px 10px;
	float: left;
	}


#middleFull {
	width: 746px;
	padding-bottom: 12px;
	clear: left;
	margin: 12px;
	padding-top: 12px;
	}
	
#middleFull td {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333;
}

#middleFull a {
	color: #9A0F00;
}

#middleFull a:hover {
	color: #333;
}

#middleFull p {
	margin-left: 10px;
	margin-top: 5px;
}
	
.adminTableOuter {
	background-color: #DAE3EC;
}

.adminTableInner {
	background-color: #FFF;
	border: 1px solid #4C7094;
}

.adminHead {
	background-image: url(/images/admin_bg_header.gif);
	background-color: #D8E2EB;
	background-repeat: no-repeat;
}

.adminHead h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16pt;
	line-height: 10px;
	color: #004479;
	margin-top: 3px;
	margin-bottom: 0px;
}

.contact-name {
	font-size: 8pt;
}

.company-name {
	color: #333;
}

h3 {
	color: #025696;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	margin-bottom: 0px;
	margin-top: 0px;
}

h5 {
	color: #666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF8C80;
	margin-bottom: 5px;
	font-size: 11pt;
	font-weight: bold;
	margin-top: 0px;
}

.total {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E9E9E9;
	border-bottom-color: #E9E9E9;
	font-weight: bold;
	color: #333;
	background-color: #F6F6F6;
}

.section-link {
	text-decoration: underline;
	background-image: url(/images/bullet.gif);
	background-repeat: no-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990F00;
	padding-left: 10px;
	background-position: -2px;
}

#return {
	float: right;
	margin-top: -3px;
	margin-right: 3px;
	font-weight: bold;
}

.other-ledger {
	background-color: #FFFAE7;
}

#middleFull td.active-sort-column a:link, #middleFull td.active-sort-column a:visited {
	color: #000;
	text-decoration: underline;
	font-size: 8pt;
	font-weight: bold;
	}
	
#middleFull td.active-sort-column a:hover {
	color: #990F00;
	text-decoration: none;	
	font-size: 8pt;
	font-weight: bold;
	}
	
#middleFull td.sort-column a:link, #middleFull td.sort-column a:visited {
	color: #333333;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
	}

#middleFull td.sort-column a:hover {
	color: #9A0F00;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
	}
		
		
.textImportant { FONT-SIZE: 8pt; COLOR: #cc0000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; }
.listHead { background-color: #C8D2EB; } 


#middleFull td b.message {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #A02700;
}