﻿
/**======================= 公共样式  =======================**/

* { margin:0; padding:0;}
img { border:0;}
li { list-style:none outside; }
form { width:100%; height:100%; }
table{ border:0px; border-collapse:collapse;}
body {
	font-family: Arial, Verdana, "宋体";
	font-size: 10pt;
}
html {
	overflow-y: scroll;
}
html, body {
	text-align:center;
}
html, body, div {
	scrollbar-face-color: #9ebfe8;
	scrollbar-shadow-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-3dlight-color: #9ebfe8;
	scrollbar-darkshadow-color: #9ebfe8;
	scrollbar-track-color: #cfcfcc;
	scrollbar-arrow-color: #fff;
}

a:link,
a:visited{
	color: #205fa1; text-decoration: none;
}
a:hover {
	color: #00f; text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.clearFloat {
	float: none;
	clear: both;
}
/***** clear fix ****/
.clearfix:after {
	content: ".";
	display: block;
	height:0;
	clear: both;
	visibility:hidden;
}
.clearfix {
	display:inline-block; /* 触发hasLayout */
}
/* hides from IE-mac \*/
* html .clearfix {
	height: 1%; /* 触发IE 5-6 的hasLayout */
}
/* End hide from IE-mac */
.clearfix {
	display:block; /* 恢复display属性 */
}
/***** end of clearfix ****/

  input[type='text']
, input[type='password']
, input[type='file']
, textarea
, select
{
	border: inset 1px #fff;
	background-color: #EBC994;
	padding: 1px 2px;
}
input.textbox /* for ie6 */
{
	border: inset 1px #fff;
	background-color: #EBC994;
	padding: 1px 2px;
}
input.textbox-focus
{
	background-color: #ffc;
}

  input[type='submit']
, input[type='reset']
, input[type='button']
{
	background-color: #D2A972;
	border: inset 1px #fff;
	padding: 1px 10px;
	color: #000; 
}
a.button  /* for ie6 */
{
	background-color: #D2A972;
	border: inset 1px #fff;
	padding: 1px 10px;
	color: #000; 
}
optgroup {
	font-style:normal;
	font-weight: bold;
	background-color: #fff;
}
option {
	background-color: #efe;
}
h3 {
	padding: 5px 0;
}

/**======================= 主框架样式  =======================**/
 #pagewrap {
	position: relative;
	width:760px;
	margin: 0 auto;
}
#mainContent {
}

#header {
	height: 141px;
	background: url(../images/banner.jpg) top;
}
#bg {
	background: url(../images/bg.jpg) repeat-y top;
}
#footer {
	font-size: 0.9em;
	padding: 10px 0 30px 0;
	width: 740px;
	margin: 0 auto;
	margin-top: 20px;
	border-top: solid 1px #999;
}
#contents {
	color: #431A04;
}
#logo {
	position: absolute;
	display: block;
	height: 60px;
	width: 220px;
	left: 260px;
	top: 16px;
}

#mainContent em { font-style: normal; color: #000; }

.towColumnList {
	width: 480px;
}
.towColumnList[id] {  /* hack IE6 */
	margin: auto;
}
.towColumnList li {
	width: 48%;
	float:left;
	padding: 2px 4px;
}

#navigate {
	width: 200px;
	text-align: center;
	margin-top: 20px;
}
#navigate li {
	width: 50%;
	padding: 0;
}

.contentBox, .contentTable {
	width: 740px;
	margin: 0 auto;
	text-align: left;
	border: solid 1px #864C48;
}
.contentTable td {
	padding: 2px 4px;
	border: solid 1px #864C48;
}

.contentBox em, .contentTable em {
	color: #333;
	padding-right: 2px;
}

/********** TabMenu ****************/
.TabMenuDiv
{
/*
    background-color: #d5d5ff;
    border-bottom: solid 1px #333;
*/
    padding-bottom: 2px;
    text-align: left;
}
.TabMenuDiv ul
{
    padding:5px 0px 2px 5px;
    list-style:none;
    border-bottom:1px solid #99f;
}
.TabMenuDiv ul li 
{
    display:inline;
    margin: -1px;
    _margin: -2px;
}
.TabMenuDiv ul li a, 
.TabMenuDiv ul li span 
{
    padding:2px 5px;
    background:#c96;
    border:1px solid #99f;
}
.TabMenuDiv ul li a:hover
{
    background:#cff;
}
.TabMenuDiv ul li span 
{
    /* background:#ddd; */
}

.TabMenuDiv ul li a.on,
.TabMenuDiv ul li span.on
{
    background:#fff;
    border-bottom:1px solid transparent;
}
.TabMenuDiv ul li a.on:hover 
{
    background:#fff; 
} 

.preLetter strong {
	font-size: 1.2em;
	font-weight: normal;
}
.preLetter em {
	font-size: 0.8em;
	font-style: normal;
}

.errorBox {
	font-size:1.6em;
	color: #f00;
	text-align:center;
	padding: 20px 100px;
}
div.ajaxLoading {
	text-align:center;
	font-size: 1.2em;
	padding: 50px;
}
div.ajaxLoading em {
	text-align: left;
	padding: 0 30px 0 0;
	width: 70px;
	height: 20px;
	margin: 0 auto;
	font-style: normal;
	background: url(../../../Images/ajax_loading.gif) center right no-repeat;
}

/**************************************/
.SlideTree { padding: 2px;}
.SlideTree li.folder {
	padding-left: 18px;
	background: url(../../../Images/Controls/plus.gif) no-repeat 0% -2px;
}
.SlideTree li.folder a {
	padding: 0 2px 0 18px;
	background: url(../../../Images/folder.gif) no-repeat 0% 0%;
}
.SlideTree li.expend {
	background: url(../../../Images/Controls/minus.gif) no-repeat 0% -2px;
}
.SlideTree li.folder ul { display: none;}
.SlideTree li.page { padding: 0 0 0 18px; }
.SlideTree li.page a {
	padding: 0 2px 0 18px;
	background: url(../../../Images/html.gif) no-repeat 0% 0%;
}
.SlideTree li a:hover,
.SlideTree li a:active {
	color: #000000; background-color: #c0ffc0; text-decoration: underline;
}

#SubDetail {
	padding: 4px;
}
.tips {
	padding: 5px 2px;
	margin: 5px auto;
	border-top: solid 1px #666;
	color: #333;
}

.simpleTable {
	width: 100%;
}
.simpleTable td {
	padding: 2px;
}
.simpleTable thead td {
	border-bottom: solid 1px #fff;
	font-weight: bold;
	padding: 2px;
}


.empty {
	text-align: center;
	padding: 30px 0;
}
.empty h5 {
	font-size: 1.2em;
}
.empty strong{
	color: #f00;
}

span.male {
	color: #0c3;
}
span.female {
	color: #a0f;
}

.sepr,
tr.sepr td {
	border-top: dashed 1px #666;
}
.sepb,
tr.sepb td {
	border-bottom: dashed 1px #666;
}

tr.sum,
tr.sum td {
	font-weight: bold;
	color: #000;
}
