@charset "utf-8";
/* CSS Document */
/*@cc_on
html {
scrollbar-highlight-color:#eee;
scrollbar-face-color:#aaa;
scrollbar-shadow-color:#999;
scrollbar-3dlight-color:#eeeeee;
scrollbar-arrow-color:#000;
scrollbar-track-color:#eee;
scrollbar-darkshadow-color:#fff;
}
@*/

body, form {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
}
body{background:url(../images/bg.gif) center center repeat-y #3a3a3c;}
ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
}
li {
	list-style-type:none;
	padding:0px;
	margin:0px;
}

* {
	margin: 0px;
	padding: 0px;
}

img {
	border:none;
	margin:0px;
	padding:0px;
}

.clearBox {
	border:1px solid transparent;
	margin:0px;
	padding:0px;
	clear:both;
	float:none;
	font-size:0px;
	visibility:hidden;
}

.displayOff{ display:none;}

button{
	background:url(images/bg_button.gif) left center repeat-x;
	border:1px solid #bddfe6;
	line-height:26px;
	height:28px;
	padding:0px 5px;
	margin-bottom:1px;
}



dd, dt, dl {
	margin:0px;
	padding:0px;
}



/***********************************************************************
	1 - 字体风格 大小 颜色 下划线
************************************************************************/

.f9 {	font-size:9px;}
.f10 {	font-size:10px;}
.f11 {	font-size:11px;}
.f12 {	font-size:12px;}
.f13 {	font-size:13px;}
.f14 {	font-size:14px;}
.f15 {	font-size:15px;}
.f16 {	font-size:16px;}

.bold{font-weight:bold}

.colorRed{ color:#F00}

.colorBlue{ color:#039}
.colorBlue2{ color:#19cfff}

.colorBlue3{ color:#91c5fe}

.colorOrange {color:#FF6633;}

.colorGrey {color:#a3a3a3}
.colorWhite {color:#fff}

.underLine {text-decoration:underline}
.noLine {text-decoration:none}



/***********************************************************************
	1 - 宽度 与 高度
************************************************************************/
.wid10 {width:10px}
.wid20 {width:20px}
.wid30 {width:30px}
.wid40 {width:40px}
.wid50 {width:50px}
.wid60 {width:60px}
.wid80 {width:80px}
.wid90 {width:90px}
.wid100{width:100px}
.wid120{width:120px}
.wid150 {width:150px}
.wid180 {width:180px}
.wid200 {width:200px}
.wid300 {width:300px}
.wid400 {width:400px}

.wid90p{width:90%}
.wid95p{width:95%}
.wid100p{width:100%}


.hig50 {
	height:50px
}
.hig80 {
	height:80px
}

.hig100 {
	height:100px
}





a{color:#a8a9ad;text-decoration:none;}
a:hover{color:#91c5fe;}
a:focus {
	outline-style: none;
}
a.blue{color:#91c5fe;}
a.button{background:url(../images/button.gif) center center no-repeat;width:107px;height:27px;display:block;line-height:27px;text-align:center;}
input.button{background:url(../images/button.gif) center center no-repeat;width:107px;height:27px;display:block;line-height:27px;text-align:center;border:none;color:#fff;}
a.button3{background:url(../images/button_3.gif) center center no-repeat;width:107px;height:27px;display:block;line-height:27px;text-align:center;}


a.button2{background:url(../images/button_2.gif) center center no-repeat;width:207px;height:22px;line-height:22px;text-align:center;padding:5px 17px;position:relative;left:640px;}


/***********************************************************************
	1 - 间隔
************************************************************************/
mgT5{margin-top:5px;}
mgT10{margin-top:10px;}
mgT15{margin-top:15px;}
mgT20{margin-top:20px;}

mgL5{margin-left:5px;}
mgL10{margin-left:10px;}
mgL15{margin-left:15px;}
mgL20{margin-left:20px;}

mgR5{margin-right:5px;}
mgR10{margin-right:10px;}
mgR15{margin-right:15px;}
mgR20{margin-right:20px;}


pdL5{padding-left:5px;}
pdL10{padding-left:10px;}
pdL15{padding-left:15px;}
pdL20{padding-left:20px;}


pdR5{padding-right:5px;}
pdR10{padding-right:10px;}
pdR15{padding-right:15px;}
pdR20{padding-right:20px;}

/***********************************************************************
	1 - 输入框风格 分页风格
************************************************************************/
textarea.style1, input.style1 {
	border:1px solid #333;
	background:url(images/bg_input.gif) left top no-repeat #151515;
	padding:2px;
	color:#fff;
}
textarea.need, input.need{
border:1px solid #333;
	background:url(images/bg_input.gif) left top no-repeat #151515;}
.clearbox {
	border:1px solid transparent;
	margin:0px;
	padding:0px;
	clear:both;
	float:none;
	font-size:0px;
	visibility:hidden;
	color:#fff;
}



.pagelist_1 {padding:1px;}
.pagelist_1 a {
	margin:0px 3px;
	border:1px solid #cde1f7;
	padding:3px 6px;
	background-color:#d9e9f9;
	background:url(images/bg_button.gif) left center repeat-x;
	border:1px solid #bddfe6;
	text-decoration:none;

}
.pagelist_1 a.selected {
	color:#f00;
	background:none;
}
/***********************************************************************
	Google Search
************************************************************************/
#searchResult form.gsc-search-box { display : none; }
#searchResult .gsc-control {
	 color:#DDD;
     width : 100%;
}
.gsc-results a{
	color:#C30;
	text-decoration:none;
}
