﻿@CHARSET "UTF-8";

/***************************************************************************

	文章样式

 ***************************************************************************/
table tr[class=fields]>th {
	color: #789;
	font-size: 14px;
	text-align: center;
}

div#container table tr[class=fields] th {
	padding-left: 5px;
	padding-right: 5px;
}

div[contenteditable=true] {
	outline: none;
}

a,a:visited {
	color: #abc;
}

a:hover {
	color: #bde;
}

table tr>th {
	color: #666;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}

table tr>th {
	padding-top: 10px;
	padding-bottom: 10px;
}

table tr>td {
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 24px;
}

table tr>td.repeated {
	background:url("../images/bg_repeated.png") no-repeat 0 center;
}

div.item_group,div.score_group {
	background: #fcfcfc;
	border: 1px solid #e0e0e0;
	padding: 10px 20px 10px 20px;
	margin: 5px 0 5px 0;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-repeat: no-repeat;
	background-position: -10px -6px
}

div.item_group ul li,div.score_group ul li {
	list-style: none;
	margin: 5px 0 0 0;
	border-top: 1px dashed #ccc;
}

div.item_group ul li span {
	padding-right: 20px;
}

div.item_group label,div.score_group label {
	font-weight: bold;
}