
* {
	font-family:arial, helvetica, sans-serif;
	font-size:9pt;
}

html, form {
	margin: 0;
	padding: 0;
}

body {
	margin: 8px;
}

.link {
	text-decoration:underline;
	cursor:pointer;
}

.bold {
	font-weight:700;
}

.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:#;
}

.tabTable span {
	display:block;
	margin:2px 0;
}

.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 {
	width:100%;
	border-left:solid #000 1px;
}

.bodyTable {
	background-color:#;
	border-left:solid #000 1px;
	border-right:solid #000 1px;
	border-bottom:solid #000 1px;
}

a img {
	border:0;
}

.mhrc {
	background:#;
}

.mbrc {
	background:#;
}

.ricon {
	cursor:pointer;
	float:right;
}

.flip {
	cursor:pointer;
}

.title {
	padding:2px 2px 2px 6px;
}

.rtitle {
	padding:2px 6px 2px 2px;
}

.helptext img {
	padding-right:6px;
	float:left;
}

#header {
	font-size: 9pt;
}

#footer .copy {
	float: left;
}

#footer .expires {
	float: right;
}

#banner {
	margin:1px;
}

#nav {
	width:130px;
	padding-right:2px;
	vertical-align:top;
}

#menu {
	width:130px;
}

#rcol {
	vertical-align:top;
}

#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;
}

.tmh {
	color:#;
}

.tmb {
	color:#;
}

.tb {
	color:#;
}

.textMenuHead {
	color:#;
}

.textMenuBody {
	color:#;
}

.textBack {
	color:#;
}

.pane,#helppane {
	margin-bottom:2px;
}

.pane .title.expanded, .pane .title.collapsed {
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 100% 4px;
	cursor: pointer;
}

.pane .title.expanded {
	background-image: url(/graphics/interface/pane_collapse.gif);
}

.pane .title.collapsed {
	background-image: url(/graphics/interface/pane_expand.gif);
}

.flip img,#version {
	float:right;
}

.body,.helptext {
	padding:6px;
}

#page,#body {
	width:100%;
}

.usericon {
	float: left;
}

#page .blog a {
	color: #;
}

.info {
	background: url(/graphics/interface/icon_info.gif) no-repeat scroll 0 2px;
	margin: 0;
	padding-left: 22px;
}

/* 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 */