
body         { color: #000000; text-decoration: none}
a:link {color:#000000;text-decoration: none}
a:visited {color:#000000;text-decoration: none}
a:active {color:#000000;text-decoration: none}
a:hover {color:#131313;text-decoration: none}

a.black:link {color:#000000;text-decoration: none}
a.black:visited {color:#000000;text-decoration: none}
a.black:active {color:#ff0000;text-decoration: none}
a.black:hover {color:#000000;text-decoration: none}

a.white:link {color:#ffffff;text-decoration: none}
a.white:visited {color:#ffffff;text-decoration: none}
a.white:active {color:#ffffff;text-decoration: none}
a.white:hover {color:#ffffff;text-decoration: none}

a.List:link {color:#333333;text-decoration: none;font-size:14px;}
a.List:visited {color:#333333;text-decoration: none;font-size:14px;}
a.List:active {color:#333333;text-decoration: none;font-size:14px;}
a.List:hover {color:#000000;text-decoration: none;font-size:14px;}

input		{font-size:12px;    color:#111111;}

.content {font-size:14px;line-height:140%;}

.headintro {font-size:13px;line-height:140%;}
.headintroRed {color:Red;font-size:14px;line-height:200%;}

td          { font-size: 12px; }
.txt		{ font-size: 9pt; font-family:宋体 ; BACKGROUND-COLOR: #ffffff;BORDER-RIGHT: #606060 1px solid; BORDER-TOP: #606060 1px solid; BORDER-LEFT: #606060 1px solid; BORDER-BOTTOM: #606060 1px solid}
.ddl		{ font-size: 9pt; font-family:宋体 ; BACKGROUND-COLOR: #ffffff; border:none; padding:0 0 0 0}
.btn			{ font-size: 9pt; font-family:宋体 ; border:1pt solid}

td.headtitleleft
{
	font-size: 14px;
	float:left;
	padding:0;
	height:29px;
	margin-right:1px;
	/*background:url(../css/images/tabbar_level1_slice_left_bk.gif) left top no-repeat;*/
	background:#FFF url(../css/images/tab_bk2.gif) 0px 0px repeat-x;
	background-position:0% -29px;
	
}

.textbox {border-color:#404040;border-width:1px;border-style:solid;height:21px}
.div1{padding:4px 4px 4px 4px;}
.div2{padding:2px 2px 2px 22px;
	border:1px solid #00A8FF;
	background:#E2F5FF url(../css/images/standard_msg_warning.gif) 2px 2px no-repeat;	
	color:#000;}
.div3
{
	padding:2px 2px 2px 22px;
	border:1px solid #F60;
	background:#FFF2E9 url(../css/images/standard_msg_error.gif) 2px 2px no-repeat;	
	color:#000;}
	
.heading{font-size:14px;font-weight:bold}
.headingbig{font-size:16px;font-weight:bold}

/*#Content{
	width:760px;
	margin:5px auto;
	text-align:left;
	clear:both;
}
body.FullWidth*/ #Content{
	width:500%;
	margin:5px 0;
	line-height:150%;
	font-size:14px
}



/* ============================================
导航菜单/导卡样式
使用示例：
<div id="Whatever">
	<ul class="TabBarLevel1">
		<li><a href="#">Man</a></li>
		<li class="Selected"><a href="#">Woman</a></li>
		<li><a href="#">Old</a></li>
		<li><a href="#">Kid</a></li>
	</ul>
	<div class="HackBox"></div>
</div>
============================================ */
ul.TabBarLevel1{
	margin:0;
	padding:0;
	height:29px;
	background-image:url(../css/images/tab_bk2.gif);
	list-style-type:none
	
}
ul.TabBarLevel1 li{
	float:left;
	padding:0;
	height:29px;
	margin-right:1px;
	background:url('images/tabbar_level1_slice_left_bk.gif') no-repeat left top;
}
ul.TabBarLevel1 li a{
	display:block;
	line-height:29px;
	color:#333;
	background:url('images/tabbar_level1_slice_right_bk.gif') no-repeat right top;
	white-space: nowrap; padding-left:15px; padding-right:15px
}
ul.TabBarLevel1 li.Selected{
	background:url('images/tab_selected_left_bk2.gif') no-repeat;
	
}
ul.TabBarLevel1 li.Selected a{
	background:url('images/tab_selected_right_bk2.gif') no-repeat;
	
}

ul.TabBarLevel1 li a:link,ul.TabBarLevel1 li a:visited{
	color:#333;
}
ul.TabBarLevel1 li a:hover,ul.TabBarLevel1 li a:active{
	color:#F30;
	text-decoration:none;
}
ul.TabBarLevel1 li.Selected a:link,ul.TabBarLevel1 li.Selected a:visited{
	color:#FFF;
}
ul.TabBarLevel1 li.Selected a:hover,ul.TabBarLevel1 li.Selected a:active{
	color:#FFF;
	text-decoration:none;
}

/* ============================================
结合[导航菜单/导卡样式]并设置body的class属性可选择10种导卡样式
橙色为例：
<body class="Orange">
	<div id="Whatever">
		<ul class="TabBarLevel1">
			<li><a href="#">Man</a></li>
			<li class="Selected"><a href="#">Woman</a></li>
			<li><a href="#">Old</a></li>
			<li><a href="#">Kid</a></li>
		</ul>
	<div class="HackBox"></div>
	</div>
</body>
============================================ */
body div#Content ul.TabBarLevel1 li.Selected a{color:#FFF;}
body ul.TabBarLevel1{background:url(../css/images/tab_bk2.gif) 0px 0px repeat-x;}
body ul.TabBarLevel1 li.Selected{background:transparent url(../css/images/tab_selected_left_bk2.gif) 0px 0px no-repeat;}
body ul.TabBarLevel1 li.Selected a{background:transparent url(../css/images/tab_selected_right_bk2.gif) 100% 0px no-repeat;}

/*橙色*/
body.Orange ul.TabBarLevel1{background-position:0% -0px;}
body.Orange ul.TabBarLevel1 li.Selected{background-position:0% -0px;}
body.Orange ul.TabBarLevel1 li.Selected a{background-position:100% -0px;}

/*灰色*/
body.Grey ul.TabBarLevel1{background-position:0% -29px;}
body.Grey ul.TabBarLevel1 li.Selected{background-position:0% -29px;}
body.Grey ul.TabBarLevel1 li.Selected a{background-position:100% -29px;}

/*粉色*/
body.Pink ul.TabBarLevel1{background-position:0% -58px;}
body.Pink ul.TabBarLevel1 li.Selected{background-position:0% -58px;}
body.Pink ul.TabBarLevel1 li.Selected a{background-position:100% -58px;}

/*蓝色*/
body.Blue ul.TabBarLevel1{background-position:0% -87px;}
body.Blue ul.TabBarLevel1 li.Selected{background-position:0% -87px;}
body.Blue ul.TabBarLevel1 li.Selected a{background-position:100% -87px;}

/*黄色*/
body.Yellow ul.TabBarLevel1{background-position:0% -116px;}
body.Yellow ul.TabBarLevel1 li.Selected{background-position:0% -116px;}
body.Yellow ul.TabBarLevel1 li.Selected a{background-position:100% -116px;}

/*深绿*/
body.DarkGreen ul.TabBarLevel1{background-position:0% -145px;}
body.DarkGreen ul.TabBarLevel1 li.Selected{background-position:0% -145px;}
body.DarkGreen ul.TabBarLevel1 li.Selected a{background-position:100% -145px;}

/*绿色*/
body.Green ul.TabBarLevel1{background-position:0% -174px;}
body.Green ul.TabBarLevel1 li.Selected{background-position:0% -174px;}
body.Green ul.TabBarLevel1 li.Selected a{background-position:100% -174px;}

/*红色*/
body.Red ul.TabBarLevel1{background-position:0% -203px;}
body.Red ul.TabBarLevel1 li.Selected{background-position:0% -203px;}
body.Red ul.TabBarLevel1 li.Selected a{background-position:100% -203px;}

/*棕色*/
body.Brown ul.TabBarLevel1{background-position:0% -232px;}
body.Brown ul.TabBarLevel1 li.Selected{background-position:0% -232px;}
body.Brown ul.TabBarLevel1 li.Selected a{background-position:100% -232px;}

/*紫罗兰色*/
body.Violet ul.TabBarLevel1{background-position:0% -261px;}
body.Violet ul.TabBarLevel1 li.Selected{background-position:0% -261px;}
body.Violet ul.TabBarLevel1 li.Selected a{background-position:100% -261px;}

@import url(Button.css);

	