
* {
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
}

.textMenuHead {
	color: #;
}

.textMenuBody {
	color: #;
}

.textBack {
	color: #;
}

.link {
	text-decoration: underline;
	cursor: pointer;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.large {
	font-size: 13.5pt;
}

.medium {
	font-size: 11pt;
}

.small {
	font-size: 7.5pt;
}

.bg {
	background-color: #;
}

.button {
	width: 100px;
}

.search {
	width: 120px;
	margin-right: 2px;
	padding-bottom: 2px;
}

.border {
	border: solid #000 1px;
}

.menuHeadRowColor {
	background-color: #;
}

.menuBodyRowColor {
	background-color: #;
}

.tabActive {
	background-color: #;
	border-right: solid #000 1px;
	border-top: solid #000 1px;
	text-align: center;
	cursor:pointer;
}

.tabInactive {
	background-color: #;
	border-right: solid #000 1px;
	border-top: solid #000 1px;
	border-bottom: solid #000 1px;
	text-align: center;
	cursor:pointer;
}

.tabEmpty {
	border-bottom: solid #000 1px;
}

.tabTable {
	border-left: solid #000 1px;
}

.bodyTable {
	background-color: #;
	border-left:solid #000 1px;
	border-right: solid #000 1px;
	border-bottom: solid #000 1px;
}

/* new styles */

a img {
	border: 0;
}

.mhrc {
	background: #;
}

.mbrc {
	background: #;
}

.tmh {
	color: #;
}

.tmb {
	color: #;
}

.tb {
	color: #;
}

.ricon {
	cursor: pointer;
	float: right;
}

.pane {
	margin-bottom: 2px;
}

.flip {
	cursor: pointer;
}

.flip img {
	float: right;
}

.title {
	padding: 2px 2px 2px 6px;
}

.body {
	padding: 6px;
}

.helptext {
	padding: 6px;
}

.helptext img {
	padding-right: 6px;
	float: left;
}

.tabTable {
	width:	100%;
	height: 20px;
}

#banner {
	margin: 1px;
}

#page {
	width: 100%;
}

#nav {
	width: 130px;
	padding-right: 2px;
	vertical-align: top;
}

#menu {
	width: 130px;
}

#version {
	float: right;
}

#rcol {
	vertical-align: top;
}

#helppane {
	margin-bottom: 2px;
}

#body {
	width: 100%;
}

#body td img {
	display: block;
}

#body td.icon {
	width: 16px;
}

#body .links {
	height: 55px;
	float: left;
}

#body .links img {
	margin-right: 8px;
	cursor: pointer;
	float: left;
}

#footer {
	margin-top: 20px;
	clear: both;
}

/* hacks */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */