/*
	color: #000000;
	background-color: #ffffff;
	color: #25D741;
	background-color: #00084A;
	color: #1C215C;	
	color: #ADB3F2; 
*/

html,body{
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	border:none;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-attachment: scroll;
	background-color: #003300;
	background-image: url(/images/rapidvb/bodyback.jpg);
	background-repeat: no-repeat;
	background-position: top;

}

img{
  border:none;
}
#content{
	width: 750px;
	text-align: center;
	margin:0 auto; 
}

#header{
	height: 75px;
}

#body{
	text-align: left;
	background-color: #FFFFFF;
}

#footer{
	text-align: right;
	background-color: #AAFFCC;	
}

#hiddentable{
	width: 100%;
	border: none;
	padding: 0;
	margin: 0;
}

#title{
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
}
#notice{
	font-style: italic;
	text-decoration: blink;
}
#fieldname,
#band1{
	background-color: #EEFFEE;
}
#fieldvalue,
#band2{
	background-color: #DDFFEE;
}
thead, tfoot{
	background-color: #AAFFCC;


}

#welcome{
	color: #FFFFFF;
	text-align: right;
}
.votetable{
	height: 10px; width: 50px;
}
.vote1{ background-image: url(images/default/rating_1.gif); }
.vote2{ background-image: url(images/default/rating_2.gif); }
.vote3{ background-image: url(images/default/rating_3.gif); }
.vote4{ background-image: url(images/default/rating_4.gif); }
.vote5{ background-image: url(images/default/rating_5.gif); }

.vote1, .vote2, .vote3, .vote4, .vote5{
 border-collapse: collapse;  
 width: 50px; height: 10px;
}
.vote1 td, .vote1 th,
.vote2 td, .vote2 th,
.vote3 td, .vote3 th,
.vote4 td, .vote4 th,
.vote5 td, .vote5 th{
 padding: 0;	
}

#searchform #s{
	border: 1px solid #000000;


}
/* NAVIGATION MENU CODE */
#nav{
	text-align: left;
	padding: 2em 0 0;
	clear: both;
	border-bottom: 1px solid #ADB3F2;
	
	line-height: 150%;
	font-size: 14px;
	font-weight: bold;
}

#nav a{
	text-decoration: none;
	color: #FFFFFF;
}

#nav ul {
	list-style: none;
	padding: 3px 0 3px;
	margin: 0;	
	/*text-align: center;*/
}

#nav ul li {
	list-style: none;
	display: inline;
	margin-right: -2px;	
}

#nav ul li span {
		/*   top rig  bot left */
	padding: 1px 5px 5px 5px;
	margin: 4px 0 4px 4px;
}

#error{
	font-weight: bolder;
	color: #FF0000;


}
/* shows current page */
body#home a#menu_home span,
body#about a#menu_about span,
body#login a#menu_login span,
body#news a#menu_news span,
body#tutorials a#menu_tutorials span,
body#downloads a#menu_downloads span {
	background-color: #AAFFCC;
	color: #000000;
}

/* button hover effect */
#nav ul li a:hover span{
	background-color: #005500;
	/*border: 1px solid #ADB3F2;*/
}

#nav ul li a#menu_martrinex:hover span{
	background-color: #000000;
	/*border: 1px solid #ADB3F2;*/
}

.form {
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
}
