
body
{	background-image:url("media/black sidestriped bg.png");
	font-family: Verdana;
	color:rgb(200,200,200);
	font-size:10pt;
}

table
{	border-collapse:collapse;
}
td
{	border-style: solid;
	border-width: 1px;
	border-color: white; 
}
tr.bold,
td.bold
{	font-weight:700;
}

a:link { color: rgb(51,204,255); text-decoration:none; }
a:visited { color: rgb(73,123,143); text-decoration:none;}
a:hover { text-decoration:underline;}	
a { cursor: pointer;}

ul
{	padding-left:10px;
}
ul li
{	margin-top:5px;
}

img
{	border:none;
}


			
.clickable{cursor: pointer;}		

.center
{	margin-left: auto;
	margin-right: auto;
}
.centerText
{	text-align:center;
}	
.centerTabs
{	display: table;
	margin:0px auto 9px auto;
}	

.tabsBoxTop,
.tabsBox
{	color:rgb(33,153,241);
	font-weight:400;
	font-size:14pt;
	font-family: serif;
	cursor: pointer;
}
.tabsBox:hover { text-decoration:underline;}
.tabsBoxTop
{	top:3px;
	position:relative;
}


.smallTab,
.smallTabSelected
{	color:white;
	float:left; 
	background-color:rgb(46,144,198); 
	padding:2px 2px 2px 2px;
	font-size:9pt;
	font-weight:400;
	font-family: Verdana;
	position:relative;top:-2px;
}
.smallTabSelected
{ 	border: solid rgb(155,200,255);
	border-width: 2px; 
	margin:0 3px 0 3px; 
	position:relative;top:-3px;
}
a.smallTabLink:link { color: white; text-decoration:none; }
a.smallTabLink:visited { color: white; text-decoration:none;}
a.smallTabLink:hover { text-decoration:underline;}
a.smallTabLink { cursor: pointer;}

/* copyright bar */
div.bottom
{	/*position:fixed;
	bottom:0;
	left:0;*/
	margin:auto;
	margin-top:20px;
	margin-bottom:40px;
	width:60%;
	/*height:1.8em;
	padding:0;
	background:#fe9;
	color:#666;*/
	border-top:1px solid #666;
	font-size:8pt;
	font-style:normal;
	text-align:center;
	/*line-height:190%;*/
}
div.bottom a:link { color:#666; text-decoration:none; }
div.bottom a:visited { color:#666; text-decoration:none;}
div.bottom a:hover { text-decoration:underline;}	
div.bottom a:hover { cursor: pointer;}	

.mainContent
{	max-width:1000px;
	margin-left:auto;margin-right:auto; position:relative;
	top:2.8em;
	float:none; 
	min-width:800px;
	color:rgb(200,200,200);
}

.content
{	color:rgb(200,200,200);
	font-size:10pt;
	font-family: Verdana;
}

.rightBox, .rightContent, .leftContent
{	margin:3px;
	padding: 2px;
}
.rightBox, .rightContent
{	float:right;
	padding-left: 10px;
}
.leftContent
{	float:left;
	padding-right: 10px;
}
.rightBox
{	border-style: solid;border-width: 1px;border-color: white;
	width:30%;
}

.innerContent
{	font-style:normal;
	padding:2px;
	font-size:15px;
	line-height: 120%;
	font-family:Verdana;
	overflow:auto;
}
