@charset "UTF-8";

/* Widgets
 * Copyright(c) 2007-2009 Zeeis.
 * Originally designed in September 2007.
 * $Id: widget.css 247 2009-06-10 04:53:13Z ts $
 * $Author: ts $
 * $Rev: 247 $
*/

/* -- Font -- */
.alert_text
{
	color: red;
}

.english
{
	font-family: Tahoma, Arial, Verdana, Helvetica,  sans-serif; 
}

.link:visited
{
	color: #3c71ba;
	text-decoration: none;
}
.link:hover, .link:active { 
	text-decoration: underline; 
	color: #FF0000;
}

.item_caption
{
	font-weight:bold;
	color:#999999;
}

/* -- Spacer -- */
.spacer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgb(175,175,175);
}

/* -- Button Widget -- */

.button {
	background: #3c71ba;
	width: 100px;
	padding: 1px 16px 1px 12px;
	color: white;
	text-decoration: none;
}
.button:link {
	text-decoration: none;
	color: white;
}
.button:hover {
	background: red;
	color: white;
}

/*  Highlight Button Widget */

.highlightbutton {
	color: white;
	width: 130px;
	background-color: #80C300;
	position: absolute;
	padding: 1px 0px 5px 10px;
	border: 1px solid #FAFAFA;
}

.highlightbutton:link { /* FIX IE7 Render */
	color: white;
	text-decoration:none;
}
.highlightbutton:hover {
	background: #E70F20;
	color: white;
}

/* -- Nav Widget -- */

.nav {
	margin: 0;
	border-bottom: 10px solid rgb(60,113,186);  /* '#3c71ba' not recognised here by Opera */
	clear: both;
	min-width:750px;
	
}

.nav .items {
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
}

.nav .items li {
	line-height: 2.2em; /* 按钮 线距 */
	/*_line-height: 2.2em; /* 按钮 线距 for IE6 only */
	*line-height: 2.28em; /* 按钮 线距 for IE7 only */
	margin: 0;
	padding: 0px;
	display: inline;
}

.nav .items .tab {
	color: #AFAFAF;
	background-color: #FAFAFA;
	text-decoration: none;
	font-weight: bold;
	margin: 0 0 0 5px;
	padding: 0.5em 1.25em 0.5em 1.25em; /* 按钮文字与按钮边框的距离 */
	border-top: 1px solid #E7E7E7;
	border-right: 1px solid #616161;
	border-left: 1px solid #E7E7E7;	
}

.nav .items a.tab:hover {
	color: #3c71ba;
	background-color: #FAFAFA;
	text-decoration: none;
	border-top: 1px solid #616161;
	border-right: 1px solid #E7E7E7;
	border-left: 1px solid #616161;

}
.nav .items .selected {
	color: white;
	background: #3c71ba;
	border-color: #3c71ba;
}

/* Left Menu */
.left {
	float: left;
	width: 130px;
}

.menu {
	margin: 0;
	padding:0;
}

.menu .caption
{
	font-weight:bold;
	color: #3c71ba;
	border-top: 0px;
	
}

.menu li
{
	width: 110px;
	border-top: 1px solid #c1c1c1;
	padding: 2px 0 2px 15px;	
	list-style-type: none;
	margin: 0;
}

.menu .selected a
{
	color: white;
}
.menu .selected 
{
	background-color: #3c71ba;
	border-top:0;
}
.menu .sub
{
	margin:0;
	padding: 0;
	border-top:0;
}

.submenu
{
	margin:0;
	padding: 0;

}

.submenu li{
	border: none;
	margin: 2px 0px 2px 30px;
	_margin:0; /* for IE6 only */
	padding: 0;
	_padding: 2px 0 2px 15px;
	width: 75px;
	list-style: url(http://img.zeeis.com/widgets/dots/gray.gif);
}

.menu a {
	text-decoration: none;
}

.filetype {
	width: 125px;
	margin: 0;
	padding:0;
	list-style-type: none;
}

.filetype li
{
	padding: 2px 0 2px 15px;
	margin: 0;
}

.filetype .caption
{
	font-weight:bold;
	background: #fafafa;
	border-top: 0px;
}

.content
{
	float: right;
	width: 615px;
	margin: 0;
}

.content h1
{
	font-size: 1.5em;
	color: #616161;
	margin: 0 0 5px 0;
}

.content h2
{
	font-size: 1em;
	color: #616161;
	background: #fafafa;
	padding: 7px 0 7px 5px;
	margin: 5px 0;

}

 
