@import "cb.css";
@import "cal.css";

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url("images/background.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

div#main {
	width: 800px;
	margin: 0px;
	padding: 0px;	
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

div#header {
	background-image: url("images/box-header.png");
	padding: 0 20px 0 20px;
	color: white;
	height: 100px;
}
* html div#header {
	background-image: url("images/box-header.gif");
}
div#header img {
	margin: 0;
	padding: 0;
	float: left;
}

div#nav_top {
	float: right;
	display: inline;
	position: relative;
	top: -11px;
	padding: 0;
	width: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	top: -13px;
}
html>body div#nav_top { top: -11px;}
/** html div#nav_top { top: -11px;}*/
div#nav_top ul{
	float: right;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	list-style: none;
}
div#nav_top li{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	text-transform: uppercase;
}
div#nav_top a{
	float: left;
	color: white;
	background: silver url("images/color_tabs_left.gif") no-repeat left top;
	margin: 0 2px 0 0;
	padding: 0 0 1px 3px;
	text-decoration: none;
	letter-spacing: 1px;
}
div#nav_top a span{
	float: left;
	display: block;
	background: transparent url("images/color_tabs_right.gif") no-repeat right top;
	padding: 4px 9px 2px 6px;
}
div#nav_top a span{
	float: none;
}
div#nav_top a:hover{
	background-color: #C0C0C0;
}
div#nav_top a:hover span{
	background-color: #C0C0C0;
	color: black
}
div#nav_top #current a, div#nav_top #current a span{ /*currently selected tab*/
	background-color: #FFF;
	color: black;
}
div#nav_top #current a span{
	padding: 4px 9px 4px 6px;
}

div#breadcrumb {
	color: gray;
	margin-left: 10px;
	clear: both;
}
div#breadcrumb  a {
	color: black;
	text-decoration: none;
}

div#nav_left {
	float: left;
	width: 180px;
	margin-bottom: 20px;
}	

div#content {
}
div#content p {
	margin-top: 5px;
	padding-left: 40px;
}

div#text {
	float: right;
	width: 560px;
	margin-left: 5px;	
	background-color: white;
	padding-top: 0px;
	padding-right: 10px;
}
div#text p {
	padding-top: 5px;
	padding-left: 40px;

}

div#copyright {
	clear: both;
	color: #C0C0C0;
	font-size: 10px;
}

h1,h2,h3 {
	margin: 0px;
}

div#header h1 {
	padding: 0;
	display: none;
	float: left;
}

h2 {
	padding-bottom: 10px;
}
h3 {
	padding-left: 20px;
}

h4 {
	margin: 0px;
	padding: 0px;
	display: inline;
	font-weight: normal;
}

p {
	/*margin-top: 0px;*/
}

a img {
	border: none;
}

div#nav_left ul {
	margin: 0;
	padding: 0;
}
div#nav_left li {
	margin: 0;
	padding: 0;
	list-style: none;
}
div#nav_left li a {
	font-size: 12px;
	font-weight: bold;
	background: black url("images/titlebar.png") repeat-x center left;
	margin: 0;
	margin-bottom: 2px;
	text-transform: uppercase;
	padding: 4px 0 4px 10px;
	/*padding: 0;*/
	text-decoration: none;
	display: block;
	color: white;
}
div#nav_left .main_open {
	background: #FFF url("images/titlebar-active.png") repeat-x center left;
}
div#nav_left .main_open li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div#nav_left ul li ul li a{
	color: #800000;
	background: #FFF url("images/arrowbullet.png") no-repeat center left;
	display: block;
	padding: 2px 0;
	padding-left: 19px;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	font-size: 90%;
}
div#nav_left ul li ul li a:visited{
	color: #800000;
}
div#nav_left ul li ul li a:hover, div#nav_left .sub_open {
	background-color: #E0E0E0;
}



/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg, .windowbg3
{
	color: #000000;
	background-color: #F0F0F0;
}
.windowbg2
{
	color: #000000;
	background-color: #F5F5F5;
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg a:link, .titlebg a:visited
{
	color: white;
	font-weight: bold;
	background-color: #909090;
}
.titlebg a:hover
{
	color: #dfdfdf;
}
/* This is used on tables that should just have a border around them. */
.tborder
{
	border: 1px solid #D0D0D0;
	background-color: #FFFFFF;
	padding: 0px;
}