﻿body {
}
/* chines controls style*/
.CNLabel
{	
	font-family:宋体;
	
	font-size: 12px;
}
.CNButton
{
	font-family:宋体;
	font-size:12px;
}

.ENLabel
{
	font-family:Arial Narrow; 
	font-size: 14px;
}
/*--------control panel----------*/
.headtd1 {  background: #BCBCBC; border: 2px outset; border-color: #D1D1D1 #D1D1D1 #D1D1D1 #D1D1D1; cursor: hand; font-size: 9pt}
.headtd2 {  background: #BCBCBC; border: 2px outset; border-color: #D1D1D1 #D1D1D1 #D1D1D1 #D1D1D1; cursor: hand; font-size: 9pt}

.bodytd  {  background: #EFEFEF; border: 2px outset; border-color: #D1D1D1 #D1D1D1 #D1D1D1 #D1D1D1;  font-size: 9pt}

/****************************************************/
/*                Grid                              */  
/****************************************************/  
 .GridHeader
{

	font-size: 10pt;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	border-top: white 1px solid;
	padding-left: 8px;
	font-family: Verdana;
	white-space: nowrap;
	position: absolute;
	background-color:#E1F0FF;
	text-decoration: underline;
	color:#003366;
}
 .GridColumnHeader
{
	font-size: 10pt;
	cursor: default;
	font-family: Verdana;
	white-space: nowrap;
	background-color: #79AFC4;
	text-decoration: underline;
	line-height: 130%;
}
.GridRowFirst
{
    font-weight: normal;
    font-size: 10pt;
    cursor: default;
    font-family: Verdana;
    white-space: nowrap;
    background-color: #BED9E4;
}
.GridRowSecond
{
	font-weight: normal;
	font-size: 10pt;
	cursor: default;
	font-family: Verdana;
	white-space: nowrap;
	background-color: #D9EBF7;
}
.GridRowSelected
{
    font-weight: normal;
    font-size: 10pt;
    cursor: default;
    font-family: Verdana;
    white-space: nowrap;
    background-color: #B5CAE3;
}

/****************************************************/
/*                Tab                               */  
/****************************************************/  
/* Menu control that looks like a tab strip, add by Jacky 2006-7-10*/
.Menutab
{
 color:#CCE6FF;
 font-family: Verdana;
 font-weight: bold;
 font-size: 10pt;
 font-weight:normal; 
 text-decoration: none;
 white-space: nowrap;
 background-color: #6495ed;
}
.Menutab 
{
 padding: 15px  1px 0px 0px;
 text-align: center;
}
.Menutab a:link, .tab a:visited, .tab a:hover
{
 text-decoration: none;
 color:#333333;
}
.MenutabPage   /* If the area beneath the tab strip needs to have a box defined, use this style in the <td> */
{  
 border: solid 1px #c0cbb6;
 vertical-align:top;
}

.MenutabItem 
{
 color:#000066; 
 padding: 3px 3px 3px 3px; 
 border-top: solid 1px gainsboro; 
 border-left: solid 1px gainsboro;
 border-right: solid 1px darkgray; 
 border-bottom: solid 1px #d9ebf7;
 background-color: #BEBFC0;
 font-family: Verdana;
}

.MenutabSelected
{
 color:#ffffff; 
 border-style: outset; 
 border-bottom: solid 1px #b8d8de; 
 background-color: #5481B1; 
 font-weight: bold;
 font-size: 10pt; 
 font-family: Verdana; 
 white-space: nowrap; }

.MenutabHover 
{ 
 border-style: outset; 
 border-bottom: solid 1px #ccd9c0; 
 background-color:#8DC1CB; 
 font-family: Verdana;
 } 

.MenutabItem1 
{
 color:#CCE6FF;
 padding: 3px 3px 3px 3px;
 border-top: solid 1px gainsboro;
 border-left: solid 1px gainsboro;
 border-right: solid 1px darkgray;
 border-bottom: solid 1px #F7F6F3;
 background-color: #F7F6F3;
}
.MenutabSelected1
{
	border-style: outset;
	border-bottom: solid 1px #ccd9c0;
	background-color: #e0ffff;
	font-weight: bold;
	font-size: 10pt;
	cursor: default;
	font-family: Verdana;
	white-space: nowrap;
	color: red;
}
.MenutabHover1
{
 border-style: outset;
 border-bottom: solid 1px #ccd9c0;
 background-color: #d8e1ce;
}