/**
 * website css file
 *
 * @copyright Copyright (C) 2008 HiChina E-Business Solutions Department
 * @author Rory Huang
 * @package common
 * @access public
 * @version $Id: default.css 2 2009-03-13 02:39:21Z yanggf $
 */

* {
	padding: 0;
	margin: 0;
}

body {
	font-size: 12px;
	font-family: Verdana, Arial, Tahoma;
	background: #FFFFFF;
	color: #000000;
}

img, table {
	border: 0;
}

li {
	list-style: none;
}

/**
 * Form
 */
input {
	border: 0;
	vertical-align: middle;
	font-size: 12px;
	font-family: Verdana, Arial, Tahoma;
}

input.txt {
	padding: 2px 0 2px 3px;
	border: 1px solid #87A3C1;
}

input.btn {
	padding: 2px;
	background: #E6F5FF;
	border: 1px solid #87A3C1;
	cursor: pointer;
}

textarea.txt {
	padding: 2px 0 2px 3px;
	vertical-align: middle;
	border: 1px solid #87A3C1;
	font-size: 12px;
	font-family: Verdana, Arial, Tahoma;
}

input.txt_focus {
	border: 1px solid #FF6602;
}

textarea.txt_focus {
	border: 1px solid #FF6602;
}

/**
 * Link
 */
a, a:visited, a:active {
	color: #707064;
	text-decoration: underline;
}

a:hover {
	color: #FE0000;
	text-decoration: underline;
}

/**
 * Property
 */
.vam {
	vertical-align: middle;
}

.tac {
	text-align: center;
}

.tal {
	text-align: left;
}

.tar {
	text-align: right;
}

.hand {
	cursor: pointer;
}

.ftl {
	float: left;
}

.ftr {
	float: right;
}

.dpn {
	display: none;
}

.clear {
	clear: both;
}

.fs20 {
	font-size: 20px;
}

.fs14 {
	font-size: 14px;
}

.fs9 {
	font-size: 9px;
}

.red {
	color: #FF0000;
}

.white {
	color: #FFFFFF;
}

.gray {
	color: #666666;
}

.b {
	font-weight: bold;
}

.post_error {
	padding-left: 5px;
	color: #FF0000;
}

.post_notice {
	padding-left: 5px;
	color: #666666;
}

p.word_break, div.word_break {
	overflow: auto;
}

table.tlf {
	table-layout: fixed;
}

td.word_break {
	overflow: hidden;
}

/******************************************************************************/
/**
 * Pagination
 */
#pagination {
	font-size: 11px;
	padding: 5px;
	text-align: right;
}

#pagination a.total {
	padding: 2px 6px;
	text-decoration: none;
	background: #F7F7F7;
	border: 1px solid #87A3C1;
	border-right: 0px;
	color: #FF0101;
	font-weight: bold;
}

#pagination a.pages {
	padding: 2px 6px;
	margin-right: 4px;
	text-decoration: none;
	background: #F7F7F7;
	border: 1px solid #87A3C1;
	color: #707064;
	font-weight: bold;
}

#pagination a.current {
	padding: 2px 6px;
	margin-right: 4px;
	border: 1px solid #87A3C1;
	text-decoration: none;
	background: #F7F7F7;
	color: #FE0000;
	font-weight: bold;
}

#pagination a.item, #pagination a.item:active, #pagination a.item:visited {
	padding: 2px 6px;
	margin-right: 4px;
	border: 1px solid #707064;
	text-decoration: none;
	background: #FFFFFF;
}

#pagination a.item:hover {
	padding: 2px 6px;
	margin-right: 4px;
	border: 1px solid #87A3C1;
	text-decoration: none;
	background: #F7F7F7;
}

/**
 * Page Loading
 */
#div_page_loading {
	padding: 5px;
	width: 180px;
	line-height: 35px;
	background: #FFFFFF;
	border: 1px solid #85BAD8;
	text-align: center;
}

/**
 * Msg Box
 */
div.msg_box {
	padding: 10px;
	background: #FFFFFF;
}

/**
 * Ò³Ãæ²¼¾ÖºÍ¿ò¼Ü
 */
#wrapper {
	width: 800px;
	margin: 0 auto;
}

div.layout_left {
	float: left;
	width: 180px;
}

div.layout_right {
	float: right;
	width: 610px;
}

div.box {
	border: 1px solid #87A3C1;
	margin-top: 10px;
}

div.box_bar {
	height: 25px;
	line-height: 25px;
	background: #E0E8F1;
	color: #3372A2;
}

div.box_bar div.title {
	float: left;
	padding-left: 5px;
	font-weight: bold;
}

div.box_bar div.more {
	float: right;
	padding-right: 5px;
}

div.box_content {
	padding: 5px;
}

ul.list {

}

ul.list li {
	padding: 3px;
}

ul.list li.level_1 {
	padding-left: 3px;
}

ul.list li.level_2 {
	padding-left: 15px;
}

ul.list_photo {

}

ul.list_photo li {
	float: left;
	margin: 3px;
	padding: 3px;
	line-height: 1.8;
	text-align: center;
}

ul.list_survey_result {
}

ul.list_survey_result li {
	line-height: 2;
	padding: 0 3px;
}

ul.list_survey_result li div.title {
	float: left;
	width: 20%;
}

ul.list_survey_result li div.vote_count {
	float: left;
	width: 15%;
}

ul.list_survey_result li div.percent_text {
	float: left;
	width: 15%;
}

ul.list_survey_result li div.percent_bar {
	float: left;
	width: 50%;
}

ul.list_survey_result li div.percent_bar span {
	display: block;
	height: 8px;
	margin: 8px 0 0 10px;
	font-size: 0;
}

ul.list_survey_result li div.percent_bar span.bar1 {
	background: red;
}

ul.list_survey_result li div.percent_bar span.bar2 {
	background: blue;
}

ul.list_survey_result li div.percent_bar span.bar3 {
	background: green;
}

ul.list_survey_result li div.percent_bar span.bar4 {
	background: yellow;
}

ul.list_survey_result li div.percent_bar span.bar5 {
	background: pink;
}

span.list_time {
	padding-left: 20px;
	font-size: 9px;
	color: #333333;
}

div.box_content p.msg {
	padding: 5px 10px;
}