BODY {
	text-align: center;
	font-size: 100%;
	font-family: helvetica, arial, sans-serif;
}

IMG {
	border: 0;
}

#content .order1 {
	background-image: url(images/asc.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right center;
	padding-right: 25px;
}

#content .order2 {
	background-image: url(images/desc.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right center;
	padding-right: 25px;
}

#content TD {
	min-width:50px;
}

#content TH {
	background-color: #5f5f5f;
}

#content TH A {
	color: #FFFFFF;
}
	
#main {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	border: 1px solid black;
}

#globalMessage {
	background-color: red;
	color: white;
	font-weight: bold;
	padding: 2px;
}

#header {
	height: 75px;
	background-color: #000000;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: top right;
	border-bottom: 1px solid black;
}

#header h1 {
	color: #FFFFFF;
	display: inline;
	padding-left: 20px;
	padding-top: 20px;
}

#content {
	padding: 5px;
	text-align: left;
}

#content h2, h3, h4, h5, h6 {
	margin-bottom: 0;
}

#footer {
	text-align: center;
	padding-top: 1px;
}

#menuBg {
	background-color: #5f5f5f;
}

#menu {
	margin-bottom: 10px;
}

#login {
	width: 250px;
	border: 1px solid black;
	text-align: center;
	padding: 5px;
}

#login .form-field {
	width: 150px;
}

.error {
	font-size: 80%;
	color: red;
	padding-left: 5px;
}

.form-label {
	font-weight: bold;
	padding-right: 5px;
}

.even {
	
}

.odd {
	background-color: #EFEFEF;
}

.paddedTable TD {
	padding: 5px;
}

.formTable TD {
	vertical-align: top;	
}

#whoami {
	float: right;
	font-size: 75%;
	background-color: white;
	border: 1px solid black;
	padding: 5px;
	margin-right: 10px;
	margin-top: 10px;
}

/* WO 176041 richm BEGIN */
#promoMessage {
	float: left;
	font-size: 75%;
}
/* WO 176041 richm END */

#contactUsMiniForm {
	float: right;
	background-color: #EFEFEF;
	border: 1px solid black;
	padding: 5px;
	margin-right: 10px;
	margin-top: 10px;
}

#loginForm {
	float: right;
	padding: 5px;
	margin-right: 10px;
	margin-top: 10px;
	text-align: center;
}

#loginForm TH {
	background: none;
}

.shaded {
	background-color: #EFEFEF;
}

TD.money {
	text-align: right;
	white-space:nowrap;
}

/* DisplayTag (our grid) styles */
.pagebanner {
	display: block;
}
.pagelinks {
	display: block;
}

.exportlinks A {
	text-decoration:none;
}

div.exportlinks {
	background-color:#EEEEEE;
	border:1px dotted #999999;
	margin:2px 0 10px;
	padding:2px 4px;
	width:500px;
}

span.export {
	background-repeat: no-repeat;
	cursor:pointer;
	display:inline-block;
	padding:0 4px 1px 20px;
	background-position: left center;
}

span.csv {
	background-image:url(images/ico_file_csv.png);
}

span.excel {
	background-image:url(images/ico_file_excel.png);
}

span.pdf {
	background-image:url(images/ico_file_pdf.png);
}

span.rtf {
	background-image:url(images/ico_file_rtf.png);
}


