/* CSS Sytlesheet for BIT.net */
/* Validates as CSS ver. 2 */

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #333;
	font-family: Verdana, Lucida, Arial, sans-serif;
//	font-family: Lucida, Arial, sans-serif;
}
#site_container {
	margin: auto;
	padding: 0;
	width: 80%;
	height: 100%;	
}
#header {
	background: black;
	color: gray;
	padding: 0;
	margin: 0;
}
#navigation {
	background: white;
	color: black;
	padding: 10px;
}
#content {
	background: white;
	color: black;
	margin: 0;
	padding: 10px;
	height: 100%;
}
#fineprint {
	background: white;
	color: black;
	margin: 0;
	padding: 10px;
}
#footer {
	background: black;
	color: white;
	margin: 0;
	padding: 1px;
	clear: both;
}
.plan_description {
	margin: 0;
	padding: 0;
	height: 1%;
	overflow: visible;
}
h1, h2 {
	font-family: Lucida, Arial, sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0;
}

h3, h4 {
	font-family: Lucida, Arial, sans-serif;
	margin: 0;
}

p, ul, ol, dl, dd, dt {
	font-family: Verdana, Lucida, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #f5a701;
}
#tabs {
	margin: 0;
	padding: 0 0 20px 10px;
	border-bottom: 1px solid #f5a701;
}
#tabs li {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}
#tabs a {
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #ffc257;
}
#tabs a.active, #tabs a:hover {
	border-bottom: 4px solid #f5a701;
	padding-bottom: 2px;
	color: #e79e01;
}
#tabs a.hover {
	color: #696;	
}
#header img {
	border: none;
}
#content h1 {
	font-size: 24px;
}
#content h2 {
	font-size: 20px;
}
#fineprint ol {
	font-family: Arial, sans-serif;
	font-size: 9px;
}
#fineprint h3 {
	font-family: Lucida, sans-serif;
	font-weight: bold;
	font-size: 11px;
	margin: 0;
}
#footer p {
	font-size: 9px;
}
.table table {
	font-family: Verdana, Lucida, Arial, sans-serif;
	border-collapse: collapse;
	border: 1px dotted #999;
}
.table th, td {
	border-bottom: 1px dotted #999;
	padding: 7px;
	background: #f7f7f7;
	color: black;
	font-size: 11px;
}
.item {
	color: black;
	font-size: 11px;
	text-align: center;
}
.item_name {
	color: black;
	font-size: 11px;
	text-align: right;
}
.item_field {
	color: black;
	font-size: 11px;
	text-align: left;
}
.item_fieldc {
	color: black;
	font-size: 11px;
	text-align: center;
}
.table th {
	background: orange;
	color: black;
}
.description {
	margin-left: 420px;
}
.description p {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
}
DIV.main_content_container {
	height: 440px;
}
DIV.main_content {
	position: absolute;
	font-size: 11px;
	color: black;
	margin: 15px;
}
SPAN.main_content_form_errors {
	font-size: 12px;
	color: red;
	background: #ffcccc;
	border: 1px solid red;
	margin-bottom: 5px;
}
SPAN.main_content_form_message {
	font-size: 12px;
	color: blue;
	background: #ccccff;
	border: 1px solid blue;
	margin-bottom: 5px;
}

