/* GLOBAL CSS SHEET */
html, body, div, p, a{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px; 
}
img{
  border:none;
}
#content{
	width: 750px;
	text-align: center;
	margin:0 auto; 
}

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

.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 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;
}
