/* CSS Document */
body,a,table,td,th,input,textarea,button,select{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
body {
	margin-left: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 16px;
	font-family: arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(/Templates/Default/images/all_bg.jpg);
	background-position: top;
}

	
a:link {color:#000;text-decoration: none;} /* link 是有连接的文字的颜色    */
a:visited {text-decoration: none;color: #000;} /* visited 已经访问的连接的颜色   */
a:hover {text-decoration: underline;color: #FF5400;} /* hover 鼠标经过的颜色   */
a:active {text-decoration: none;color: #000;} /* active 活动连接的颜色  */

.channel{
	font-size:12px;
	}
a.channel:link{color:#fff;text-decoration: none;} /* link 是有连接的文字的颜色    */
a.channel:visited {text-decoration: none;color: #fff;} /* visited 已经访问的连接的颜色   */
a.channel:hover{text-decoration: underline;color: #ffffC0;} /* hover 鼠标经过的颜色   */
a.channel:active{text-decoration: none;color: #fff;} /* active 活动连接的颜色  */


.outline{
	border:#0067A1 1px solid;
}
.menu{
	border:#A4A4A4 1px solid;
　　padding-left:22px;
　　padding-right:22px;
}
.bg_menu{
	background-image: url(/Templates/Default/images/bg_menu1.gif);
}

.bg_menu2{
	background-image: url(/Templates/Default/images/bg_menu2.gif);
}

.caption{
　　color:#fff;
　　font-size:12px;
　　font-weight: bold;
　　padding-left:22px;
　　padding-top:4px;
	border-bottom: #4BCDA7 2px solid;
}
.caption1{
	font-weight: bold;
	color: #fff;
	font-size:12px;
	padding-right: 8px;
	border-bottom: #4BCDA7 2px solid;
}

.caption2{
	font-weight: bold;
	color: #fff;
	font-size:12px;
	padding-right: 8px;
	border-bottom: #C8C800 2px solid;
}
.caption3{
	font-weight: bold;
	color: #fff;
	font-size:12px;
	padding-right: 8px;
	border-bottom: #8A8EC5 2px solid;
}
.caption4{
	font-weight: bold;
	color: #fff;
	font-size:12px;
	padding-right: 8px;
	border-bottom: #8AC10B 2px solid;
}
.caption5{
	font-weight: bold;
	color: #fff;
	padding-right: 8px;
	border-bottom: #5DC0CE 2px solid;
}
.caption6{
	font-weight: bold;
	color: #fff;
	padding-left: 8px;
　　height:19px;
}

.caption7{
	font-weight: bold;
	color: #38807C;
	font-size:12px;
}

.more{
　　font-size:10px;
}

.info{
	padding: 8px;
	line-height:21px;
}

.biaoge{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCEBFF;
	border-right-color: #CCEBFF;
	border-bottom-color: #CCEBFF;
	border-left-color: #CCEBFF;
	background-image: url(/Templates/Default/images/caption_bg.png);
	background-repeat: repeat-x;
	background-position: top;
}
/*  输入框////////////////////////////////////////////////////////////////////////////////*/

.Input{
	SCROLLBAR-FACE-COLOR:   #4BCDA7;   (滚动条表面)   
	SCROLLBAR-highlight-COLOR:   #4BCDA7;(上斜面和左斜面)   
	SCROLLBAR-SHADOW-COLOR:   #ffffff;(下斜面和右斜面)   
	SCROLLBAR-3DLIGHT-COLOR:   #4BCDA7;(上边和左边的边颜色)   
	SCROLLBAR-arrow-COLOR:   #4BCDA7;(两边箭头)   
	SCROLLBAR-TRACK-COLOR:   #4BCDA7;(底版)   
	SCROLLBAR-DARKSHADOW-COLOR:   #4BCDA7;
	buttonface:   #4BCDA7(下边和右边的边颜色);
	font-family: arial;
	width:500px;
	line-height:24px;
	font-size: 13px;
	border: 1px solid #7CB8CE;
	background-repeat: no-repeat;
	background-color: #EAF7F9;
	height:170px;
	padding-left:12px;
	padding-top:12px;
}

.Input_1{
	height: 18px;
	border: 1px solid #BABABA;
	background-repeat: no-repeat;
	background-color: #F0F0F0;
}

.Input_2{
	font-size: 12px;
	border: 1px solid #7CB8CE;
	background-repeat: no-repeat;
	background-color: #EAF7F9;
	height:20px;
}

.Input_3{
	font-size: 12px;
	border: 1px solid #E7AC46;
	background-repeat: no-repeat;
	background-color: #FFF7F1;
	height:20px;

}
.footer{
	color: #fff;
	height: 66px;
	background-image: url(/Templates/Default/images/bg1_footer.jpg);
}