﻿@charset "utf-8";
/*--------------------------------------------------------------
 *(C) 太原领悟科技开发有限公司 版权所有

 *(C) TAIYUAN LINGWU S&T DEVELOPMENT LTD.
 *--------------------------------------------------------------
 * Author		:	mady
 *--------------------------------------------------------------
 * Filename		:	/css/common.css
 *--------------------------------------------------------------
 * Common CSS
 *
 *	TOC
 *		- General
 *		- Page
 *		- Logo
 *		- Menubar
 *		- Navbar
 *		- Main
 *		- Sidebar
 *		- Content
 *		- Page Footer
 *		- Turn page toolbar
 *--------------------------------------------------------------
 */
 
/*  1) General *************************************************/
body{
	background-image:url('images/bg.jpg');
	background-attachment:fixed;
	background-position:bottom left;
	background-repeat:no-repeat;
	background-color:#009ED2; /*#9AC8D3;*/
	margin:0px;
	padding:0px;
	text-align:center;
	font-size:x-small;		/* for IE */
}
html>body{
	font-size:small;		/* for NS, Firefox, Opera, ... */
}
body, table{
	font-family:Verdana, Arial, Helvetica, sans-serif, Simsun;
}
a{
	text-decoration:none;
	color:#000066;
}
a:hover{
	text-decoration:underline;
	color:#3333cc;
}
a.skip{
	display:none;
}

h1{
	font-size:2em;
}
h2{
	font-size:1.12em;
}
h3{
	font-size:0.9em;
}
h4, h5, h6{
	font-size:0.83em;
}
h1, h2, h3, h4, h5, h6{
	font-weight:bold;
}
.dontbreak{
	white-space:nowrap;
}
p{
	text-indent:2em;
	line-height:160%;
	margin:0.4em 0px 0px 0px;
}
/* 信息不可用时 */
.disabled{
	color:#666666;
	list-style:none!important;
	border:none!important;
}
/* 信息标题列表中的日期、来源 */
.dateinlist,
.srcinlist{
	color:#990000;
	padding:0px 0px 0px 4px;
	text-decoration:none;
	white-space:nowrap;
}

/* 高亮显示 */
span.hilite{
	background-color:#FFFF99;
	color:#990000;
	border-bottom:1px dotted #990000;
}

/* form 中的元素*/
form input,
form select,
form textarea,
form label{
	font-family:Verdana, Arial, Helvetica, sans-serif, Simsun;
	font-size:0.9em;
}

/* 图片框 */
div.image div.desc{
	margin:0px;
	padding:2px;
	text-align:center;
}
div.image a.magnify{
	float:right;
	background-image:url("images/magnify-clip.gif");
	background-position:top center;
	background-repeat:no-repeat;
	height:9px;
	width:13px;
	padding:0px;
	border:none;
	text-decoration:none;
	margin-left:4px;
}
div.image a.magnify span{
	display:none;
}

.clear{
	clear:both;
}

div.gotop{
	padding-right:1em;
	text-align:right;
	float:right;
}

.center{
	text-align:center;
}

/* 新条目 */
li.new{
	list-style-image:url("images/new.gif")!important;
	list-style-position:inside!important;
	margin:0px!important;
}

/* 显示全部信息或显示全文 */
div.more{
	padding:4px 2em;
	text-align:right;
	font-size:0.83em;
}

/* 建设中 */
#wip{
	padding-right:4px;
	color:#FFFF00;
	text-align:right;
	background-color:#019ED3;
	font-weight:bold;
/*	white-space:nowrap;*/
}

/*  2) Page ****************************************************/
#page{
	background-color:#ffffff;	/*transparent;*/
	text-align:left;
	/* shadow */
	border-color:#008FBF;
	border-style:solid;
	border-width:0px 2px 1px 1px;

	width:780px;
	margin:0px auto;
}

/*  3) Logo ****************************************************/
#logo{
	clear:both;
	background-image:url('images/banner.jpg');
	background-position:left;
	background-repeat:no-repeat;
	background-color:#019ED3;	/*#5292B3;*/
	height:99px;
}
#logo h1{
	margin:0px 0px 0px -100em;
	display:none;
}
#logo a{
	text-decoration:none;
	display:none;
}
#banner{
	width:776px;
	height:100px;
}
/*  4) Menubar *************************************************/
#menubar{
	display:block;
	clear:both;
	border-color:#456063;
	border-style:solid;
	border-width:1px 0px;
	background:#ffffff url("images/menu_bg.gif") repeat-x bottom;
	color:#000000;
	text-align:center;
}
#menubar h2{
	display:none;
}
#menubar ol,
#menubar ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
#menubar li{
	display:inline;
}
#menubar li.last{
}
#menubar li a{
	text-decoration:none;
	white-space:nowrap;
	line-height:200%;
}
#menubar li a:hover{
	text-decoration:underline;
}

/*  5) Navbar************************************************/
#navbar{
	text-align:left;
	line-height:150%;
	margin-bottom:10px;
	padding:2px 1em ;
	border-bottom:1px solid #C0C0C0;
	background-color:#f0f0f0;
}
#navbar h2{
	display:none;
}

/*  6) Main ****************************************************/
#main{
}

/*  7) Sidebar *************************************************/
#sidebar{
	float:left;
	margin:0px;
	background-color:#F0F0F0;
	width:180px;
/*
	background-image:url("images/sb_bg.jpg");
	background-position:bottom;
	background-repeat:no-repeat;
*/
}
/*  8) Content ********************************************/
#content{
	float:right;
	margin:0px;
	padding:0px 0px 10px 0px;
	text-align:center;
	background:#fefeff;
	width:596px;
	border:none;
}

/*  9) Page footer *********************************************/
#footer{
	display:block;
	clear:both;
	background:#D8F0F8 url("images/footer_bg.gif") repeat-x bottom;
	border-top:1px solid #778899;
	padding:4px 10px 10px 10px;
}
#footer h2{
	display:none;
}
#footer #crumb{
	text-align:right;
}
#footer #crumb ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
#footer #crumb li{
	margin:0 0.5em 0 0;
	display:inline;
}
#footer #copyright ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

/* 10) Turn page toolbar ***************************************/
#content div.turnpage{
	text-align:center;
	padding:6px 2em;
}
#content div.turnpage span{
	margin-left:1em;
	font-weight:normal;
}

