@charset "ISO-8859-1";
body {
	margin: 0px;
	padding: 0px;
	background: #000;
	font: 14px Arial, Helvetica, sans-serif;
	color: #666666;
}

#wrapper {
	width: 100%;
	background: #FFFFFF;
}
#topBar {
	background: #212121;
	margin: 0px;
	height: 28px;
	vertical-align: middle;
	overflow: hidden;
	
}
#topBar h1 {
	font-size: 100%;
	line-height: 28px;
	margin: 0px;
	padding-right: 8px;
	padding-left: 8px;
	font-weight: normal;
}
#headerBar {
	background: url(../images/head_bkgd.jpg);
	margin: 0px;
	font-size: 85%;
}
#navBar {
	color: #FFFFFF;
	height: 2.5em;
	background-color: #212121;
	font-size: 100%;
	letter-spacing: 1px;
	padding-left: 8px;
}
#navBar ul {
	padding: 0px;
	margin: 0px;
	color: #ffffff;
	white-space: nowrap;
	line-height: 2.5em;
}
#navBar li {
	display: inline;
	list-style-type: none;
}
#navBar  li  a,
#navBar  li  a:link,
#navBar  li  a:visited {
	color: #999999;
	text-decoration: none;
	padding: 0.7em;
	padding-top: 0.4em;
}
#navBar li a:hover {
	color: #FFFFFF;
}
#subNav {
	vertical-align: top;
	padding: 1em;
	width: 200px;
	font-size: 100%;
	background: #ddd;
}
#subNav h2 {
	font-size: 100%;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}
#subNav h3 {
	font-size: 85%;
	margin: 0.5em 0.25em 0.25em .5em;
	font-weight: normal;
}

#centerContent {
	vertical-align: top;
	padding-left:10px;
}
#centerContent h1 {
	font-size: 180%;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	color: #333333;
}

#centerContent h2 {
	font-size: 100%;
	margin: 1em 2em 2em 0em;
}
#listings {
	vertical-align: top;
	font-size: 100%;
	padding-right: 1em;
	padding-left: 2em;
	padding-bottom: 1em;
	width:400px;
}
#listings h2 {
	font-size: 121%;
	margin: 0em 0px 0.25em;
	color: #333333;
}
#listings h3 {
	font-size: 100%;
	padding-top: 1em;
	margin-bottom: .25em;
	color: #333333;
}
#listings h4 {
	font-size: 93%;
	font-weight: normal;
	line-height: 1.4em;
	margin-top: 4px;
	margin-bottom: 4px;
	color: #333333;
	
}
#listings h5 {
	font-size: 80%;
	font-weight: normal;
	margin-bottom: 1em;
	margin-top: 0px;
}
#listings .homeColumn {
	vertical-align: top;
}
#listings .homeColumn h2 {
	font-size: 100%;
}
#listings .homeColumn h3 {
	font-size: 85%;
	margin: 0px;
}
.tiny {
	font-size: 93%;
	font-weight: normal;
	color: #666666;
	float: right;
	margin-right: 12px;
}
.tiny a {
	color: #666666;
}
.caps {
	text-transform: uppercase;
}
.adColumn {
	vertical-align: top;
	width: 160px;
	padding-right:24px;
	padding-left:24px;
}
.level3 {
	margin-bottom: 24px;
	margin-top: 12px;
}
.level2 {
	margin-bottom: 24px;
	margin-top: 12px;
}
#footer {
	font-size: 85%;
	background: #000000;
	padding: 1em;
	color: #999999;
}
#footer a {
	color: #999999;
}
.section {
	border-bottom: 1px dashed #CCCCCC;
	margin-top: 3em;
	color: #999999;
}

input {
	font-size:13px;
	padding:4px;
	font-weight:bold;
}
fieldset {
	padding: 1em;
	border:2px solid #DDDDDD;
}
legend {
	padding: 0.3em;
	border:2px solid #DDDDDD;
}
.tooltip {
	border-bottom: none;
	color: #000000; 
	outline: none;
	cursor: help; 
	text-decoration: none;
	position: relative;
}
.tooltip span {
	margin-left: -999em;
	position: absolute;
}
.tooltip:hover span {
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	position: absolute;
	left: -2em;
	top: 2em;
	z-index: 99;
	margin-left: 0;
	width: 120px;
	border-radius: 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	text-align: center;
}
.tooltip2:hover img {
	border: 0;
	margin: -10px 0 0 -55px;
	float: left;
	position: absolute;
}
.tooltip:hover em {
	font-family: Candara, Tahoma, Geneva, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	padding: 0.2em 0 0.6em 0;
}
.classic { padding: 0.5em 0.5em; }
.custom { padding: 0.5em 0.8em 0.8em 2em; }
* html a:hover { background: transparent; }
.classic { background: #DDDDDD; border: 1px solid #AAAAAA; }
.critical { background: #FFCCAA; border: 1px solid #FF3334; }
.help { background: #9FDAEE; border: 1px solid #2BB0D7; }
.info { background: #9FDAEE; border: 1px solid #2BB0D7; }
.warning { background: #FFFFAA; border: 1px solid #FFAD33; }

