body {
	background: #5f1010;
}
html, body {
	height: 100%;
	border: none;
	margin: 0px;
	padding: 0px;
}
.bodyViewer {
	background: #000;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
tr {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.leftTable {
	background: URL(images/leftTableBg.gif);
	background-repeat: repeat-y;
}
.rightTable {
	background: URL(images/rightTableBg.gif);
	background-repeat: repeat-y;
}
.mainTable {
	padding: 0px 11px 0px 25px;
}
.whiteDetails {
	color: #fff;
	font-size: 10px;
}
.redBold {
	color: #d02c20;
	font-weight: bold;
}
.redDetails {
	color: #d02c20;
	font-size: 10px;
}
.redUnderlined {
	border-bottom: #5f1010 1px solid;
	padding: 0px 0px 2px 0px;
}
a.normal {
	color: #d02c20;
	text-decoration: none;
}
a.normal:hover {
	color: #d02c20;
	text-decoration: underline;
}
a.white {
	color: #FFFFFF;
	text-decoration: none;
}
a.white:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.normalSpaced {
	color: #d02c20;
	text-decoration: underline;
	line-height: 23px;
}
a.normalSpaced:hover {
	color: #d02c20;
	text-decoration: none;
	line-height: 23px;
}
.gallery {
	border: #d02c20 1px solid;
}
a.linksnormal {
	display: block;
	color: #f00;
	margin: 0px;
	padding: 2px 0px 2px 0px;
	text-decoration: none;
}
a.linksnormal:hover {
	display: block;
	color: #f00;
	padding: 2px 0px 2px 0px;
	text-decoration: underline;
}
.prevListDiv {
	border: #d02c20 1px solid;
	background: #000;
	padding: 3px;
}
.formElem {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	border: #d02c20 1px solid;
	background: #2f0808;
}
.submitBtn {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	cursor: pointer;
	border: #333 1px solid;
	background: #ccc;
	padding: 1px 3px 1px 3px;
}
div.basic_search {
	background: #2f0808 URL(images/arrow_up.gif) left center no-repeat;
	padding: 3px 3px 3px 17px;
	cursor: pointer;
}
div.advanced_search {
	background: #2f0808 URL(images/arrow_down.gif) left center no-repeat;
	padding: 3px 3px 3px 17px;
	cursor: pointer;
}
.close_btn_hl {
	border-bottom: #d02c20 1px solid;
	background: #d02c20;
	cursor: pointer;
}
.close_btn {
	border-bottom: #d02c20 1px solid;
	background: #2f0808;
	cursor: pointer;
}
#searchResultsTitle {
	padding: 5px;
	background: #2f0808;
}

