#VoteLite
{
	display: block;
	width: 203px;
	min-height: 140px;
	float: left;
	text-align: left;
	margin-top: 5px;
	margin-left: 5px;
	background-color: #F3F5F6;
	
}
*html #VoteLite
{
	width: 203px;
	height: 140px;
	margin-left: 2px;
	overflow:inherit;
}
#VoteLite_Header
{
	display:block;
	background-image: url(images/h_b_bg.jpg);
	background-repeat: no-repeat;
	width:100%;
	height:27px;
}
#VoteLite_Header_Left
{
	display:none;
}
#VoteLite_Header_Center
{
	display:block;
	float:left;
	width:160px;
	height:27px;
}
#VoteLite_Header_Icon
{
	display: block;
	float: left;
	width: 16px;
	height: 16px;
}
#VoteLite_Header_Title
{
	display: block;
	float: left;
	width: 120px;
	height: 16px;
	font-size: 10pt;
	font-weight: bold;
	margin-top: 8px;
	margin-left: 10px;
	color: #034B01;
}
#VoteLite_Header_Line
{
	display:none;
}
#VoteLite_Header_Right
{
	display:none;
	float:right;
	width:30px;
	height:17px;
	margin-top:8px;
}
#VoteLite_Title
{
	display: block;
	width: 190px;
	padding-top: 5px;
	padding-left: 10px;
	color: #000000;
}
#VoteLite_Body
{
	display: block;
	width: 201;
	min-height: 120px;
	border-right: #D3DEE3 1px solid;
	border-left: #D3DEE3 1px solid;
}
#VoteLite_List
{
	display: block;
	width: 201px;
	line-height: 22px;
	margin-left: 0px;
	min-height: 135px;
	
	padding-top: 5px;
}
*html #VoteLite_List
{
	height:135px;
}
#VoteLite_Operation
{
	padding-top: 5px;
	height:30px;
}
#VoteLite_Footer
{
	
	display:block;
	width:203px;
	height:28px;
	background-image:url("images/b_b_bg.gif");
	background-repeat:no-repeat;
}
.VoteLite_Button
{
	width: 60px;
	height: 18px;
	background-color: #FCBB5D;
	color: #000;
	border: #F3A74E 1pt solid;
	cursor:hand;
	margin-left:20px;
	margin-top:0px;
}
.VoteLite_LinkButton
{
	margin-left:10px;
}
.VoteLite_LinkButton A:link,.VoteLite_LinkButton A:visited,.VoteLite_LinkButton A:active
{
	text-decoration:none;
	color:Red;
}
.VoteLite_LinkButton A:hover
{
	text-decoration: none;
	color: deeppink;
}
.VoteLite_Message
{
	padding-top:10px;
	padding-left:20px;
	color: #ff0000;
}
.VoteStats_Red
{
	color: #cc3333;
}
.VoteStats_Gray
{
	color: dimgray;
}
.VoteStats_Green
{
	color: #009966;
}