/************************************************
*	Rate Pro Board CSS						    *
************************************************/
/*
a, a:visited{
	color: #0000ff;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
*/
/* See Date and rest, there is used.  template_board_list.html */
.ratedate {
	font-size:0.8em;
	padding-left:5px;
	font: 11px/15px Verdana, Arial, Helvetica, sans-serif;
}
/* See NICK, there is used.  template_board_list.html */
.ratename {
	margin: 0;
	padding: 5px;
	color: #666;
	font: 12px/15px Verdana, Arial, Helvetica, sans-serif;
}
/* Used on Star show. 
EX 
Rated: 4 from 5
This rating has been viewed 45 times
Number of votes: 1
You have recently rated this listing.
*/
.rateboard {
	margin: 0;
	padding: 0px;
	color: #666;
	font: 12px/15px Verdana, Arial, Helvetica, sans-serif;
}
/* This can be used or not, depend if you need to clear DIV. */
.rateclear{
clear:both;
}
/* Use this on comments, where people leave the comment.*/
.ratetext {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	/* width:450px; */
	background: #ececec;
	font: 11px/15px Verdana, Arial, Helvetica, sans-serif;
}
/* Used on input form. 
*/
.rateform {
	margin: 0;
	padding: 0px;
	color: #999;
	font: 12px/15px Verdana, Arial, Helvetica, sans-serif bold;
}
/* See Date and rest, there is used.  template_board_list.html */
.ratesmalltext {
	font-size:0.8em;
	padding-left:5px;
	font: 11px/15px Verdana, Arial, Helvetica, sans-serif;
}
