TABLE.main {
	background-color: #ffffff;
}

TABLE.highlight {
	background-color: #cccccc;
}

tr.header {
	background-color: #1e7bae;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

TR.otherheader {
	background-color: #e4e7f1;
	font-weight: bold;
	color:#000000;
}

TD.groupheader {
	color: #0000ff;
}

TR.pageheader {
	font-weight: bold;
	text-decoration: underline;
}

TR.tableheader {
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}

TR.smallheader {
	background-color: #F4F9B7;	
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}

TR.emphasis {
	background-color: #cccccc;
}

TD.blue {
	color: #0000ff;
}

td.info{font-family: arial, san-serif; font-size: 12px; font-weight: bold; color: #993333;}

TD.header {
	background-color: #789b9d;
	font-family: arial, san-serif; font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}

TD.bigheader {
	background-color: #336699;
	font-family: arial, san-serif; font-size: 12px;
	font-weight: bold;
	color:#000000;
}


TD.smallheader {
	background-color: #F4F9B7;
	font-family: arial, san-serif; font-size: 10px;
	font-weight: bold;
	color:#000000;	
}

TD.warning {
	font-family: arial, san-serif; font-size: 12px;
	font-weight: bold;
	color: red;
}

TD.tableheader {
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}

TD.pageheader {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

TD.otherheader {
	background-color: #336699;
	font-family: arial, san-serif; font-size: 12px;
	font-weight: bold;
	color: #ffffff;	
}

TD.othersmallheader {
	background-color: #336699;
	font-family: arial, san-serif; font-size: 10px;
	font-weight: bold;
	color: #ffffff;	
}

input.but, input.but_hover {
	width: 140px;
	font-family:tahoma,arial,helvetica,sans-serif; 
	font-size: 12px; 
	border: 1px solid #000000; 
	font-weight:bold;
}
input.but {
	background-color: #ffffff; 
	color: #336699;
}
input.but_hover {
	background-color: #336699;
	color: #ffffff;
}

input.but_small, input.but_small_hover {
	width: 100px;
	font-family:tahoma,arial,helvetica,sans-serif; 
	font-size: 10px; 
	border: 1px solid #000000;
	font-weight:bold;
}
input.but_small {
	background-color: #ffffff;
	color: #336699;
}
input.but_small_hover {
	background-color: #336699;
	color: #ffffff;
}

.hover {
	background-color: #336699;
	color: #ffffff;
}
.hover:hover {
	color: #ffffff;
}

span.required {
	color: #ff0000;
}
.membersonly {
	color: #ff0000;
}
.left_column {
	background-color: #dde593;
	padding: 5px;
}

.OGR_MENU_HEADER {
	color: #f8fd48;
	font-weight: bold;
}
.OGR_MENU {
	background-color: #95b3b3;
}

.OGR_MENU a, .OGR_MENU a:visited, .OGR_MENU a:hover {
	color: #ffffff;
}

.right {
	text-align: right;
}