﻿/*第一种表格样式*/
table .table1 {
	border-collapse:collapse;
	border-spacing:0px;
}
.table1 td {
	BORDER: #E2BB3A 1px solid;
	font-family: 宋体, Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 20px;
}
.table1_td1 {
	width: 80px;
	text-align: center;
	background-color: #FFFDF6;
}
.table1_td2 {
	background-color: #FFFFFF;
}
/*第一种表格样式*/

/*第2种表格样式*/
table .table2 {
	border-collapse: separate;
	border-spacing: 0px;	
}
.table2 td {
	BORDER: 1px solid #ADADAD;
	font-family: 宋体, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 20px;
}
.table2_td1 {
	text-align: right;
	background-color: #E4E4E4;
}
.table2_td2 {
text-align: left;
	background-color: #FFFFFF;
}
/*第2种表格样式*/

#navcontainer {
	margin: 0;
	padding: 0;
	width: 946px;
	height: 22px;
	background-color: #8e2d58;
	
}

#navcontainer ul {
	vertical-align:middle;
        border: 0;

        padding: 0;
        list-style-type: none;
        text-align: center;
}

#navcontainer ul li {
        display: block;
        float: left;
        text-align: center;
        padding:0;
        margin: 0;
}

#navcontainer ul li a {
        background: #8e2d58;
        width: 78px;
        height: 22px;
        border-top: none;
        border-left: 1px solid #f5d7b4;
        border-bottom: none;
        border-right: none;
        line-height: 22px; 
        color: #f5d7b4;
        text-decoration: none;
        display: block;
        text-align: center;
        font-family: 宋体, Arial, Helvetica, sans-serif;
        vertical-align:middle;
}

#navcontainer ul li a:hover {
        color: #930;
        background: #E4E4E4;
}

#navcontainer a:active {
        background: E4E4E4;
        color: #fff;
}

#navcontainer li#active a {
        background: #c60;
        border: 1px solid #c60;
        color: #fff;
}

.p1{
 	text-indent:2em;
 	line-height:1.6em;
 	text-align:left;
 	color:#464E60;
}

.titlex
{
    font-size: 14px;
    color: #8E2D58;
    font-weight: bold;
}
h3{
	text-align:left;
	color:#464E60;
}        
h4{
	text-indent:2em;
	text-align:left;
	color:#464E60;
}
.p2{
	font-size:14px;
	text-align:left;
	color:#464E60;
}
.red{
    color:red;
}
.p3{
 	line-height:1.6em;
 	text-align:left;
 	color:#464E60;
}


/*
TabContainer样式
*/
.AjaxTabStrip .ajax__tab_tab
{
    font-size: 12px;
    padding: 4px;
    width: 105px;  /* Your proper width */
    height:16px;   /* Your proper height */
    background-color: #E3E3E3;
}
/* When mouse over */
.AjaxTabStrip .ajax__tab_hover .ajax__tab_tab
{
    font-weight:bold;
    text-decoration: underline;
}
/* Current selected tab */
.AjaxTabStrip .ajax__tab_active .ajax__tab_tab
{
    background-color: #B3B1B2;
    font-weight:bold;
}
/* TabPanel Content */
.AjaxTabStrip .ajax__tab_body
{
    border: 1px solid #999999;
    padding: 8px;
    background-color: #ffffff;
    margin-right: 9px; /* Your proper right-margin, make your header and the content have the same width */
    margin-top:0px;
    width:235px;
    height:198px;
}