@import url(../../public/component.css);
@import url(../../public/global.css);
@import url(../../public/mylayout.css);
@import url(../../public/public.css);
@import url(../public.css);

#LeftNav .NoLink a:hover{
	background-color: #F7F7F7;
}
.NewVote{
	border-bottom:1px solid #CCCCCC;
	clear:both;
	height:30px;
	line-height:30px;
	padding-left: 15px;
	font-weight: bold;
}
#Currently{
	color:#000000;
	font-size:9pt;
	font-weight:bold;
}
.ContentBox{
	overflow: auto;
	zoom:1;
	padding: 15px 15px 10px 15px;
	border-bottom: solid 1px #cccccc;
}
.BoxLeft{
	float: left;
	text-align: center;
	margin-right: 15px;
}
.Name{
	margin-top: 15px;
}
.BoxMiddle{
	float: left;
	width: 470px;
}
h3{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 3px;
}
.Comment{
	font-size: 12px;
	font-weight: normal;
	margin-left: 15px;
}
a.GreyLink:link, a.GreyLink:visited{
	color: #999999;
	text-decoration: none;
}
a.GreyLink:hover, a.GreyLink:active{
	color: #999999;
	text-decoration: underline;
}
.BoxMiddle ul{
	clear: both;
}
.BoxMiddle li{
	height: auto;
	line-height: 18px;
	vertical-align: middle;
}
.BoxMiddle input{
	margin-right: 3px !important;
	margin-right: 0px;
}
.BoxRight{
	float: right;
	width: 180px;
	margin-right: 10px;
}
.Color a{
	width: 60px;
	height: 49px;
	text-align: center;
	background: url(../../../img/compents/vote/numbg.gif) no-repeat;
	padding-top:12px;
	float: right;
	margin-bottom: 10px;
}
.Color strong{
	font-size: 14px;
	display: block;
	margin-bottom: 5px;
}
a.WhiteLink:link,a.WhiteLink:visited,a.WhiteLink:hover,a.WhiteLink:active{
	color: #ffffff;
	text-decoration: none;
}
.GreyBox{
	clear: right;
}
.GreyText{
	color: #666666;
	margin-top: 5px;
	float: left;
}
.BlockBg a{
	background: url(../../../img/compents/vote/gobg.gif) no-repeat;
	height:23px;
	line-height:23px;
	padding-left:17px;
	text-align:left;
	width:43px;
	display: block;
}
.BlockBg{
	float: right;
}
.Page{
	text-align: right;
	height: 25px;
	line-height: 25px;
}
.Orange{
	font-size: 12px;
	font-weight: normal;
	border: solid 1px #ff6600;
	color: #ff6600;
	padding: 1px 2px;
	margin-left: 15px;
}