﻿body 
{
	margin:0px;
	padding:0px;
}
ul { list-style-type:none; }
li { list-style-type:none;}

ul,li
{
	margin:0px;
	padding:0px;
}
a {text-decoration:none;cursor:pointer;}
A:LINK{
		color:#000000;
		}

A:VISITED{
		color:#000000;
		}

A:HOVER{
		color:#f60;
		}



.clearp{clear:both; height:0px;}
/*整个格子*/
.fmain
{
	width:1003px;
	text-align:center;
}
/*顶端工具栏*/
.toolbar
{
	width:100%;
	height:39px;
	background-image:url(../../Manager/images/toolbarbj.gif);
	text-align:left;
	vertical-align:middle;
}
/*定义图片的边框为0*/
img
{
	border:0px;
}
/*顶端的图片LOGO*/
.toollogo
{
	cursor:pointer;
	padding-top:1px;
	padding-left:5px;
	float:left;
}
/*顶端LOGO文字定义*/
.tooltitle
{
	float:left;
	padding-top:10px;
	font-size:16px;
	color:White;
}
/*顶端的菜单*/
#tooltabs
{

	padding-top:5px;
	float:left;
    margin-left : auto;
    margin-top  : 3px !important; 
    margin-top  : 0px; 
}
.fmain .toolbar #tooltabs ul li
{
	float:left;
}

#tooltabs a
{
    color:White;
    padding  : 6px 1px 5px;
    padding : 1px; 
    display : inline-block;
}

#tooltabs a:hover
{
	border-style		: none !important;
    border              : 1px solid #285E82; 
    border-top-color    : #43708C;
    border-bottom-color : #1C5478;
    padding             : 4px 0 5px;
    padding            : 0; 
    _background         : white; 
}

#tooltabs a span
{
    line-height  : 31px; 
    padding      : 4px 8px 5px;
    display     : inline-block;
    line-height : normal;
}

#tooltabs a:hover span
{
    border              : 1px solid #B3E3FF;
    padding             : 3px 8px 4px !important;
    padding             : 3px 7px 4px;
    _background         : #0066A6;
}
#tooltabs a:hover span
{
    _filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=45, FinishOpacity=100, Style=1, StartX=0, FinishX=0, StartY=0, FinishY=65);
    border              : 1px solid #B3E3FF;
    padding             : 3px 7px 4px;
    background          : #0066A6 url("../../Manager/images/toolheaderBG.png") center;
    _background         : #0066A6;
}

#tooltabs .selecttab,
#tooltabs .selecttab:hover
{
    margin              : 0 4px; 
    border-style		: none !important;
    border              : 1px solid #61A0C9; 
    border-top-color    : #81B4D4;
    border-bottom-color : #5394BD;
    padding             : 4px 0 5px;
    padding            : 0;
    _background         : white; 
}

#tooltabs .selecttab span,
#tooltabs .selecttab:hover span
{
    border               : 1px solid #000000; 
    border-bottom-width  : 1px !important;
    border-bottom-width  : 0;
    _border-bottom-width : 1px;
    padding             : 3px 8px 5px !important;
    padding              : 3px 7px 5px;
    _background          : #0086BF;
}
/*用户信息退出*/
#toolhelp
{
	padding-top:13px;
	padding-right:8px;
	float:right;
	color:White;
	font-size:12px;
}

#toolhelp ul li
{
	float:left;
}
#toolhelp li
{
	float:left;
	padding:0 5px;
}
#toolhelp a
{ color:White;}
/*内容定义*/
.content
{
	width:100%;
	text-align:left;	
}
/*菜单定义*/
.leftmenu
{
	 width:160px;
	 float:left;	
	 border:1px solid #dbdce3;
	 overflow:hidden;
	 height:466px;
	 background-color:#F8DEBF;
}

.Shortcuts
{
	margin:0px;
	width:100%;
	
	overflow:hidden;
}

.ShortcutsTop
{
	cursor:pointer;
	margin:0px;
	width:100%;
	height:22px;
	background-image: url(../../Manager/Images/tooltitle2.gif);
	font-size:12px;
}

.ShortcutsTop ul li
{
	float:left;
	padding:0 5px;
}
.ShortcutsTop img
{
	margin-top:2px;
}
.ShortcutsTopTitle
{
	 margin-top:4px;
}

.ShortcutsLink
{	
	height:100%;
	text-align:left;
}

.ShortcutsLink a
{	
	 color:Black;
	 font-size:12px;
}

.ShortcutsLink a:active span
{
	 color:Blue;
}

.ShortcutsLink img
{
	margin-top:3px;
	padding-right:5px;
	float:left;
}

.ShortcutsLink ul li
{
	padding:0 13px;
}


/*菜单结束*/

.mainbottom
{
	clear:both;
	margin-top:5px;
	padding:5px;
	height:15px;
	background-color:#F8DEBF;		
	border:1px solid #dbdce3;
	text-align:left;
	font-size:12px;
}

.nextbottom
{
	float:left;
	margin-top:5px;
	height:25px;		
	font-size:12px;	
	color:#0068CF;
	text-align:left;
}
.nextbottom span
{
	float:right;
}

/*内容*/
.maincontent
{
	width:838; float:left;
	height:466px;
    overflow-x:hidden;
    overflow-y:auto;
	font-size:12px;
	border:1px solid #dbdce3;
	background-color:#F8DEBF; float:left
}

.mform
{ 
	width:838px !important;
	width:auto;
	float:right !important;
	float:right;
	
}
.contenttitle
{
    padding-top:5px;
	height:24px;
	font-size:14px;
	background-image:url(../../Manager/images/ToolbarBG.gif);
	border-bottom:1px solid #dbdce3;
}
.contenttitle img
{
     margin-left:8px;
     padding-right:10px;
}

INPUT {
	BORDER-RIGHT: #561C1B 1px solid; BORDER-TOP: #561C1B 1px solid; FONT-SIZE: 14px; BORDER-LEFT: #561C1B 1px solid; CLIP: rect(2px 2px 2px 2px); COLOR: #0033cc; TEXT-INDENT: 1pt; BORDER-BOTTOM: #561C1B 1px solid; FONT-FAMILY: "宋体"; BACKGROUND-COLOR: #F8DEBF
}
TEXTAREA {
	BORDER-RIGHT: #561C1B 1px solid; BORDER-TOP: #561C1B 1px solid; FONT-SIZE: 12px; BORDER-LEFT: #561C1B 1px solid; CLIP: rect(2px 2px 2px 2px); COLOR: #0033cc; TEXT-INDENT: 1pt; BORDER-BOTTOM: #561C1B 1px solid; BACKGROUND-COLOR: #F8DEBF
}

SELECT {
	BORDER-RIGHT: #561C1B 1px solid; BORDER-TOP: #561C1B 1px solid; FONT-SIZE: 14px; BORDER-LEFT: #561C1B 1px solid; CLIP: rect(2px 2px 2px 2px); COLOR: #0033cc; TEXT-INDENT: 1pt; BORDER-BOTTOM: #561C1B 1px solid; FONT-FAMILY: "宋体"; BACKGROUND-COLOR: #F8DEBF
}
SPAN
{
	FONT-SIZE: 14px; COLOR: #0033cc; FONT-FAMILY: "宋体"; BACKGROUND-COLOR: #F8DEBF
}
/*E9F9FF     FDFBE7*/
.contentcontent
{

	font-size:12px;
	
}

.contentcontent span:active
{
	color:Blue;	
}
.contentcontent span:hover
{
	color:Blue;	
}









/*导航菜单*/


*{margin:0;padding:0;border:0;}


#nav {
  line-height: 24px;  list-style-type: none; background:#666;
}

#nav a {
 display: block;  text-align:center;
}

#nav a:link  {
 color:#666; text-decoration:none;
}
#nav a:visited  {
 color:#666;text-decoration:none;
}
#nav a:hover  {
 color:#FFF;text-decoration:none;font-weight:bold;
}

#nav li {
 float: left;  background:#CCC;
}
#nav li a:hover{
 background:#999;
}
#nav li ul {
 line-height: 27px;  list-style-type: none;text-align:left;
 left: -999em; width: 100px; position: absolute; 
}
#nav li ul li{
 float: left; width: 100px;
 background: #C25628; 
}


#nav li ul a{
 display: block; width: 76px;text-align:left;padding-left:24px;
}

#nav li ul a:link  {
 color:#F4EEBE; text-decoration:none;
}
#nav li ul a:visited  {
 color:#F4EEBE;text-decoration:none;
}
#nav li ul a:hover  {
 color:#F3F3F3;text-decoration:none;font-weight:normal;
 background:#C00;
}

#nav li:hover ul {
 left: auto;
}
#nav li.sfhover ul {
 left: auto;
}
#content {
 clear: left; 
}
