/*--------------------------------------------------------- 

甘肃地震信息网
QQ:19050073
create date:  2008/06/30

---------------------------------------------------------*/

* { margin:0; padding:0; line-height:160%; }

body { 
    background:#fff; 
    font-family:; 
	font:12px Tahoma,Verdana,宋体; 
	color:#3D3D3D;
	text-align:center;
	height:100%;
}
*html body { font:11px Tahoma,Verdana,宋体;  }
*+html body { font:11px Tahoma,Verdana,宋体; }

.containor {
	width:990px;
	background:#fff url(/view/WKTemplet/res/image/mainBg.png) repeat-y;
	margin:0 auto;
}

/* 
Header  -------------------------------------*/ 
#topBar {
	background:url(/view/WKTemplet/res/image/topBar.png) no-repeat;
	text-align:center;
	padding:0 10px;
	height:34px;
}
.date {
	width:400px;
	float:left;
	line-height:34px;
	text-align:left
}
.counter {
	width:330px;
	float:left;
	line-height:34px;
	text-align:left
}
.topMenu {
	width:250px;
	float:right;
	line-height:34px;
	text-align:right;
}
#top {
    margin:0 auto;
	width:990px;
	text-align:right;
}
#topFlash {
	width:988px;
	height:158px;
	border:1px solid #2779CA;
	border-bottom:none;
}
#nav {
	overflow:hidden;
	height:30px;
	margin:0 0 1px 0;
	border:1px solid #2779CA;
	zoom:1;
}
#nav a,#nav a:visited { 
	display: block; 
	width:85px;
	height:30px;
	font:bold 14px/30px 宋体;
	color:#fff;
	float:left;
	text-align:center; 
	background:url(/view/WKTemplet/res/image/navBg.png) no-repeat 0 0;
} 
#nav a:hover {	background:url(/view/WKTemplet/res/image/navBg.png) no-repeat 0 -30px; }
#nav a.home,#nav a.home:visited {
	width:53px;
	background:url(/view/WKTemplet/res/image/navBg.png) no-repeat -2px 0px;
}
#nav a.home:hover {
	width:53px;
	background:url(/view/WKTemplet/res/image/navBg.png) no-repeat -2px -30px;
}


/* =Header  
---------------------------------------------*/ 


.bottom {
	background:#fff url(/view/WKTemplet/res/image/bottomBg.png) repeat-x top;
	line-height:180%;
	border:1px solid #73AFE6;
	padding:20px 0 20px 0;
	clear:both;
	color:#31599B;
	margin:0 auto;
	width:988px;
}
.page {
	padding:8px;
	text-align:center;
}

/* 
Form  -------------------------------------*/ 

.select { visibility:hidden; }

input,
select,
textarea { 
    font-size:12px;
	font-family:arial,宋体;
}
textarea { 
    border:1px solid #aaa; 
	padding:0 2px 2px 2px;
	overflow-y:auto;
}
.input {
    border:1px solid #aaa;
	background:#fff;
	padding:0 2px 2px 2px;
	height:16px;
}
.input:hover,.select:hover,.textarea:hover	{
	background: #FFFFEC;
	border: 1px solid #DD8022 ;
	}
/* for ie */
.input,.select,.textarea {
	tesion:expression(onmouseover=function() 
	{this.style.backgroundColor="#EEF7FF";this.style.border="1px solid #71B8FF"}, 
	onmouseout=function()
	{this.style.backgroundColor="#FFFFFF";this.style.border="1px solid #999999"})
	}
/* =Form
-----------------------------------------*/ 
p { 
    text-indent:2em;
	padding:5px;
}
img { border:0; }
.clear { 
    clear:both; 
	height:0;
	overflow:hidden;
}

.big {	font:normal 20px/170% 宋体; }
.default {	font:normal 16px/180% 宋体; }
.little {	font:normal 13px/180% 宋体; }

/*****定义标题*****/
h1 { font:bold 26px 微软雅黑; color:#31599B; margin-bottom:10px; text-align:center; }
h2 { font:bold 26px 微软雅黑; color:#f60; margin-bottom:20px;}
h3 { font-size:12px; font-weight:bold; text-align:left; padding-left:8px; margin-top:4px; }
h4 { font:bold 18px 微软雅黑; color:#000000; margin-bottom:5px;}
/*****定义基本链接*****/
a,
a:visited { color:#464646; text-decoration:none; }
a:hover { color:#f60; text-decoration:none; }

a.link2,
a.link2:visited { color:#f60; text-decoration:underline; font-family:宋体; font-size:14px; font-weight:bold; }
a.link2:hover { color:#666;}

/***** font style *****/
.redFont { color:#f60; }
.blueFont { color:#3B507E; }
.greenFont { color:#718805; }
.grayFont { color:#666; font:11px arial; }


#dhtmltooltip { position:absolute; border: 1px solid #999; padding:6px; background-color:#ffe;
                visibility: hidden; z-index: 100; text-align:left; color:#000;
				/*filter: alpha(opacity=80);*/
                filter: progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=135,strength=3);
}