﻿@charset "utf-8";
/* CSS Document */
.navBar
{
	background-color: #FFFFFF;
	border: 1px solid #F0F0F0;
}
.navBar td
{
	line-height: 16px;
	height: 16px;
	background-color: #F0F0F0;
	padding: 3px;
}
/*投票区*/
#VotePanel
{
	padding: 10px;
}
h1
{
	font-size: 20px;
	text-align: center;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
h2
{
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	text-align: center;
}
.intro
{
	font-size: 14px;
	text-align: left;
	text-indent: 2em;
	margin: 10px;
}
#objectBar
{
	text-align: left;
	padding-right: 20px;
	font-size: 14px;
	color: #FF0000;
	padding-left: 20px;
	margin-top: 30px;
}
#voteObject
{
}
.item_1 {
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	font-size: 14px;
	font-weight: bold;
	border-top-color: #FFFFCC;
	border-right-color: #FFFFCC;
	border-bottom-color: #FFFFCC;
	border-left-color: #FFFFCC;
	margin-top: 20px;
	border-top-width: 3px;
	line-height: 20px;
	background-color: #FFFFCC;
	height: 20px;
	text-indent: 1em;
	padding: 3px;
	border-right-width: 1px;
	border-left-width: 1px;
	text-align: left;
}
.item_2{
	padding-left: 40px;
	text-align: left;
	text-indent: 0px;
	border: 1px solid #FFFFCC;
	padding-bottom: 10px;
}
.item_2 .textbox
{
	border: 1px solid #c2ddf2;
}
.item_3{
	text-align: left;
	text-indent: 0px;
}
.item_3_table
{
	margin-top: 5px;
	margin-bottom: 5px;
}
.item_3_table .item_title
{
}
/* 投票次数的条状图*/
.item_bar_count
{
	line-height: 3px;
	height: 3px;
	border: 1px solid #999999;
	background-color: #FF9900;
}
/* 投票分数的条状图 */
.item_bar_number
{
	line-height: 10px;
	height: 16px;
	background-image: url(../images/title_bg.gif);
	background-repeat: repeat-x;
}
.item_bar_number2
{
	line-height: 5px;
	height: 5px;
	background-repeat: repeat-x;
	background-color: #FF0000;
}
.textbox
{
	width: 80%;
	margin-left: 3px;
}
#buttonPanel
{
	text-align: center;
}
/* 综合统计结果*/
.result_table .item_title
{
	background-color: #F0F0F0;
	line-height: 25px;
	text-indent: 2em;
}
.result_table .bar
{
	padding-left: 50px;
	margin-bottom: 20px;
	filter: DropShadow(Color=#cccccc, Positive=135);
}
.result_table .bar .item_bar_number
{
	line-height: 10px;
	height: 26px;
	background-image: url(../../../images/index_23.gif);
	background-repeat: repeat-x;
	
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	
}
