﻿/*
 * 长春人造卫星观测站网站公用样式定义
 *
 */

/*==默认样式重置(CSS Reset)开始==*/

html, body {
	padding: 0;
	margin: 0 auto;
}
body {
	font-size: 12px;
}
body, a, a:visited {
	color: #333333;
	font-family: "宋体";
}
dl, dt, dd, ul, ol, li, p, h1, h2, h3, h4, h5, h6, th, td, hr, blockquote, form {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, strong, em {
	font-weight: normal;
	font-size: 100%;
}
a {
	cursor: pointer;
	text-decoration: none;
}
a:hover {
	color: #cc0000;
}
a:active, a:focus {
	outline: none;
}
li {
	list-style: none;
}
img {
	border: 0;
}
table {   
/*	border-collapse: collapse;   
	border-spacing: 0;   
*/}
th {
	background: none;
}
/*==默认样式重置结束==*/


/*==网站通用定义开始==*/

/*溢出隐藏*/
.overflow_hidden {
    overflow: hidden;
}
/*分页样式*/
.showpage {
	margin: 10px auto;
	text-align: center;
}
.showpage a  {
	color: #0064c9;
	border: 1px solid #a2d3f2;
	background-color: #daeefb;
}
.showpage a {
	color: #666666;
	background: url(Images/bg_showpage.gif) repeat-x left top;
}

.showpage span {
	color: #fe0113;
	background: url(Images/bg_showpage.gif) repeat-x left -100px;
}

.showpage a, .showpage span {
	display: inline-block;
	margin: auto 2px;
	height: 20px;
	line-height: 20px;
	padding: 0 8px;
	border: 1px solid #cccccc;
}

/*间隔空白*/
.spacing {
	font-size: 0px;
	visibility: hidden;
	line-height: 8px;
}
/*图片容器*/
.showpic, .showpic div, .showpicL, .showpicR {
	margin: auto;
	font-size: 0px;
	text-align: center;
}
.showpicL {
	float: left;
}
.showpicR {
	float: right;
}

/*清除浮动*/
.clearbox {
	border-top: 1px solid transparent !important;
	margin-top: -1px !important;
	margin-top: 0px;
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	border: 0px;
	visibility: hidden;
}

/*系统样式定义*/
.inputtext {
	border: 1px solid #cccccc;
	color: #cccccc;
	height: 16px;
	padding: 2px 0 0 3px;
	vertical-align: middle;
}
.inputbutton {
	color: #ffffff;
	cursor: pointer;
	height: 20px;
	border: 1px solid #b9d9ef;
	padding: 2px 5px 0;
	background: #297aba url(Images/bt_login.gif) repeat-x left top;
	vertical-align: middle;
}
#userAddInfo {
	background: none;
}
table.border, #EgvContent {
	width:99%!important;
}
/*弹出公告*/
.popupAnnounce dt {
	color: #4b94c6;
	font-weight: bolder;
	border-bottom: 1px dashed #4b94c6;
	margin: 0 12px;
	padding: 14px 0 5px 10px;
	/*background: url(Images/icon_corner.gif) no-repeat 8px 14px;*/
}
.popupAnnounce dd {
	line-height: 22px;
	padding: 8px 20px 5px;
}
.popupAnnounce dd li {
	margin-bottom: 10px;
}
.popupAnnounce dd li a {
	padding-left: 28px;
	background: url(Images/icon_announce.gif) no-repeat 10px 1px;
}
.popupAnnounce dd li a:hover {
	color: #cc0000;
	background: url(Images/icon_announce3.gif) no-repeat 10px 1px;
}
.popupAnnounce dd li span {
	padding-left: 15px;
}
.popupAnnounce .list_title {
	color: #999999;
}
.popupAnnounce .list_intro {
	background-color: #f5f5f5;
	padding: 8px 10px;
}
/*==网站通用定义结束==*/