body {
	font-family: Arial, Helvetica, sans-serif;
}

.table {
	border-color: #5D3501;
	border-style: solid;
	border-width: thin;
	font-size: 12px;
}

td, th {
    font-family: Arial, Helvetica, sans-serif;
    font-size:11px;
    color: #333333;
    padding: 0px;
}
.rowcolor {
	border-color: #781351;
	border-style: solid;
	border-width: thin;
}

hr {
	border: solid #5D3501 1px;
}

.tableTitle {
	padding: 1px 0px 1px 3px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	background-color: #5B3811;
}
.columnTitle {
	padding: 1px 0px 1px 3px;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	background-color: #5B3811;
}
.attGetter {
	font-weight: bold;
}

.hdrAttGetter {
	font-weight: bold;
	font-size: 24px;
}

.layerText {
	font-weight: bold;
	color: #ffffff;
}
.list {
	padding-left: 20px;
}

.header {
    text-decoration: none;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #5B3811;
    height: 30px;
    white-space: nowrap;
}

.messageLine
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color:#4D4D4D;
    font-weight:bold;
    text-decoration:none;
    background-color:#FFFFCC;
    height:30px;
}

.messageLineOdd
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color:black;
    font-weight:bold;
    text-decoration:none;
    background-color:#E0E0E0;
    height:30px;
}

table.sortable a.sortheader {
    text-decoration: none;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: brown;
    height: 30px;
    white-space: nowrap;
    padding-left:5px;
    display: block;
}

table.sortable span.sortarrow {
    color: #FFFFFF;
    text-decoration: none;
}
.button 		{
	border-bottom-color: #676767;
	border-bottom-width: 1px;
	border-left-color: #676767;
	border-left-width: 1px;
	border-right-color: #676767;
	border-right-width: 1px;
	border-top-color: #676767;
	border-top-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F9F9F9;
	text-transform: none;
	text-decoration: none;
	font-style: normal;
}
.printTextTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.printTextBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
}