@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;
}
.Orange{
	border:1px solid #FF6600;
	color:#FF6600;
	font-size:12px;
	font-weight:normal;
	padding:1px 2px;
	margin-left: 15px;
	float: left;
}
.NewVote{
	border-bottom:1px solid #CCCCCC;
	clear:both;
	height:30px;
	line-height:30px;
	padding-left: 15px;
}
#Currently{
	color:#000000;
	font-size:9pt;
	font-weight:bold;
}
.ContentBox{
	overflow: auto;
	zoom:1;
	padding: 15px;
	border-bottom: solid 1px #cccccc;
}
.BoxLeft{
	float: left;
	text-align: center;
	margin-right: 10px;
}
.Name{
	margin-top: 15px;
}
.BoxMiddle{
	float: left;
	width: 680px;
}
.Pk{
	clear: both;
	overflow: auto;
	margin-bottom: 10px;
	margin-left: 5px;
	zoom: 1;
}
.LeftPk{
	float: left;
	width: 320px;
	margin-top: 10px;
}
.RightPk{
	float: right;
	width: 320px;
	margin-top: 10px;
	margin-right: 5px;
}
.BlueBg{
	background-color: #6699ff;
	padding: 5px 15px;
	clear: both;
	color: #ffffff;
	height: 135px;
}
.BgMiddle{
	width: 308px;
	height: 6px;
	background-color: #6699ff;
	float: left;
	font-size: 5px;
}
p{
	margin: 0;
	line-height: 19px;
}
.LeftPk img,.RightPk img{
	float: left;
}
h3{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 3px;
	width: 450px;
	float: left;
}
h4{
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
	padding-top: 5px;
}
a.GreyLink:link, a.GreyLink:visited{
	color: #999999;
	text-decoration: none;
}
a.GreyLink:hover, a.GreyLink:active{
	color: #999999;
	text-decoration: underline;
}
.ab{
	margin-left: 5px;
}
.Page{
	text-align: right;
	height: 25px;
	line-height: 25px;
}
.GreenBg{
	background-color: #ccffcc;
	padding: 5px 15px;
	clear: both;
	height: 135px;
}
.RightBgMiddle{
	width: 308px;
	height: 6px;
	background-color: #ccffcc;
	float: left;
	font-size: 5px;
}
.TextLead span{
	float: right;
}
.FivePx{
	margin-left: 10px;
}
.Up{
	background: url(../../../img/compents/debate/up.gif) no-repeat 90px 50%;
	line-height: 60px;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	clear: both;
}