﻿body {
	background:#29221c;
}

.redA {
	color: #b72925;
}
A
{
	color: #000000;
}
.textRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #b72925;
	text-decoration: none;
	text-align: justify;
	font-weight:bold;
}

.systemText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8b8174;
	text-decoration: none;
	text-align: justify;
}

.NavigationTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	/*background-image: url('/images/nav_bg1.gif');*/
	border-collapse: collapse;
}

.NavigationTable TD {
	border:1px solid #dedede;
	background-color:#8b8174;
	padding: 2px;
	color: #FFFFFF;
	padding-left: 4px;
	padding-right: 4px;
	height:20px;
	font-weight: bold;
	text-align:center;
}

TD .NavigationTable .Highlighted {
	/*background-image: url('/images/nav_on.gif');*/
}

.NavigationTable TD A {
	color: #FFFFFF;
	text-decoration: none;
}

.menuitem{
	height:20px;
	padding-left:25px;
}

.menuitem A {
	color: #A7A7A7;
	text-decoration: none;
}

.menuitem A:hover{
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}

TABLE .SearchTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8b8174;
	/*border-collapse: collapse;*/
	/*border: 1px solid #702B0F;*/
}

TABLE .SearchTable TD {
	/*border:1px solid #dedede;*/
	padding: 3px;
	vertical-align: top;
}

.SearchTable .FreeText {
	width: 50px;
}

.Button {
	border:none;
	border-left:1px solid #8b8174;
	border-right:1px solid #8b8174;
	background-color: #ebebe2;
	color: #b72925;
	font-weight: bold;
}

.SearchButton {
	border:none;
	border-left:1px solid #8b8174;
	border-right:1px solid #8b8174;
	background-color: #ebebe2;
	color: #b72925;
	font-weight: bold;
}

TABLE TD .SearchTable .Title {
	padding-top: 7px;
	padding-left: 7px;
	width: 110px;
	text-align:right;
}

TABLE .CheckboxTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8b8174;
}
TABLE .CheckboxTable TD {
	border:none;
}

TABLE .toggleTable {
	background-color: #702B0F;
	padding: 3px;
	padding-left: 7px;
}

TABLE .toggleTable A {
	color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

TABLE .resultsTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8b8174;
	background-color: White;
	padding: 2px;
	width:100%;
	border-collapse: collapse;
}

TABLE .resultsTable THEAD TR {
	background-color: #dedede;
	position:relative;
	top:expression(offsetParent.scrollTop);
}

TABLE .resultsTable TH {
	white-space: nowrap;
	height: 25px;
	background-image: url('/images/results_title_bg.gif');
	color: #2C0A00;
}


TABLE .resultsTable TD {
	border:1px solid #dedede;
}

TABLE .resultsTable .ItemToMatch {
	white-space: nowrap;
	height: 25px;
	color: #2C0A00;
}
TABLE .resultsTable .MatchingItem {
	white-space: nowrap;
	height: 25px;
	color: #ffffff;
	background-color:#702B0F;
}
TABLE .resultsTable .MatchingItem A {
	color: #ffffff;
}

.verticalText {
	font:bold 10px Tahoma;
	color: #0000FF;
	writing-mode: tb-rl;
	filter: flipH() flipV();
}

