.noPrint { display: none; }
.listingCol {
	padding: 2px;
}
.notification {
    font-weight: bold;
    background: #752929;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid black;
	text-align: center;
}

.menuSub { }
.menuSubItem { display: none; }
.menuSubDivider { display: none; }
.mainDiv {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	background-color: white;
}
.formButtons { display: none; }
.detailLeft {
	width: 150px;
	text-align: right;
	font-weight: bold;
}
.detailRight {
	width: 300px;
}
.titleClass {
	font-weight: bold;
	text-align: right;
}
.errorMessage {
	color: #A60000;
	font-style: italic;
	font-weight: bold;
}
.sortingTableHeader, .sortingTableHeader a, .sortingTableHeader a:visited, .sortingTableHeader a:link, .sortingTableHeader a:active {
    font-size: 9pt;
    font-weight: bold;
	padding-left: 4px;
	padding-bottom: 4px;
}

a, a:visited, a:active, a:link {
    color: #006D36;
}
a:hover {
    color: black;
	text-decoration: none;
}
body, td, div {
    FONT-SIZE: 9pt;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
}

.buttonStyle { display: none; }
INPUT, .inputStyle
{
	border: 1px black solid;
    FONT-SIZE: 8pt;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
TEXTAREA
{
	border: 1px black solid;
    FONT-SIZE: 9pt;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

.verySmall
{
    FONT-SIZE: 7pt;
	COLOR: BLACK;
}
h1 {
	padding-top: 4px;
	margin: 0px;
	font-weight: bold;
	font-size: 13pt;
}
h2 {
	padding-top: 4px;
	font-size: 12pt;
	margin: 0px;
	font-weight: bold;
}
h3 {
	font-size: 10pt;
	margin: 0px;
	font-weight: bold;
}
.filterDiv {
	display: inline;
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 8pt;
}
form { margin: 0px; }
