@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(images/bgtest.png);
	background-color:#000000;
}

.textmove{
margin-left:3px;
margin-right:3px;
}

.style1 {
	color: #FF9900;
	font-weight: bold;
	font-size: 14pt;
	
}
.subhead {
	color: #FF9900;
	font-weight: bold;
	font-size: 12pt;
	
}
.abouttxt {
	color: #FFFFFF;
	font-size: 11pt;	
}
.style2 {
	color: #1F1F1F;
	font-size: 10pt;
}
.potwcaption{
	display:block;
	position:relative;
	float:left;
	background-color:#000000;
	width:466px;
	height:30px;
	line-height:30px;
	font-size:12px;
	top:-32px;
	left:245px;
	text-align:center;
	
}
.style3 {
	font-size: 12pt;
}



.main_table{
border-bottom:2px solid #666666;
border-left:2px solid #666666;
border-right:2px solid #666666;
background-color: #1F1F1F;
color: #FFFFFF;
}

.box_container{
/*border:2px solid #666666;*/
background-color: #000000;
color: #FFFFFF;
display:block;
margin-left:5px; 
margin-top:6px;
float:left;
padding: 3px;
}

.recent_events{
/*border:2px solid #666666;*/
background-color: #000000;
color: #FFFFFF;
display:block;
margin-left:5px; 
margin-top:6px;
margin-bottom:16px;
float:left;
padding: 3px;
}

.racin_orgs{
display:block; 
margin-top:16px;
margin-bottom:16px;
float:left;
margin-left:54px;
padding: 3px;
}

.menu_item{
background-color:#000000;
color:#FF9900;
width:145px; 
height:20px;
line-height:20px;
margin-top:3px;
margin-left:3px;
text-align:center;
border-left: 5px solid #000000;
border-bottom: 1px solid #333333;
cursor:pointer;
display:block;
}

.menu_item:hover{

border-left: 5px solid #FFFFFF;
border-bottom: 1px solid #888888;
background-color:#888888;
color:#000000;
cursor:pointer;
}


#modernbricksmenu2{
padding: 0;
width: 100%;
border-top: 5px solid #FF9900; 
background:transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#modernbricksmenu2 ul{
margin:0;
margin-left: 9px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#modernbricksmenu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

#modernbricksmenu2 a{
float: left;
display: block;
font: bold 12px Arial;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
width:97px;
height:30px;
text-align:center;
vertical-align-:middle;
/*padding: 5px 10px;*/
background-color: black; 
/*border-top: 1px solid white;*/
}

#modernbricksmenu2 a:hover{
background-color: #999999; 
color: white;
}

#modernbricksmenu2 #current a{ /*currently selected tab*/
background-color: #FF9900;
color: #000000;
border-color: #FF9900;
}

#myform{ 
float: right;
margin: 0;
margin-top: 3px;
padding: 0;
}

#myform .textinput{
width: 100px;
border: 1px solid gray;
}

#myform .submit{
font: normal 12px Verdana;
height: 22px;
border: 1px solid black;
background-color: lightyellow;
}



