﻿/*****************************************
    Layout
*****************************************/
body
{
    font-family: 微软雅黑, 'Times New Roman' , Times, serif;
    font-size: 12px;
    background:url('images/body_bg.gif');
}
.page{width:960px;margin:20px auto 20px auto;}
.top{background:url('images/top_bg.gif') no-repeat;height:72px;width:100%;}
.content
{
    float:left;
    width:805px;
    border:1px solid #cfdae5;
    margin-left:2px;
    margin-top:5px;min-height:453px;	    
}
.treeView
{
    float:left;    
    width:145px;
	min-height:450px;	
	margin-left:1px;
	margin-top:5px;
	border:1px solid #cfdae5;	
	font-size:13px;
	padding-left:3px;
	padding-top:3px;
	overflow:hidden;	
	background:#ffffff;
}

/*****************************************
    Login
*****************************************/
#login_body
{
    width:1024px;
    height:584px;
    background: url('images/login_bg.gif');          
    overflow:hidden;
}
div#login
{
    width:260px;
    height:160px;
    overflow:hidden;
    margin:240px 0px 0px 425px;
    font-size:12px;
    font-family:微软雅黑;
}

/*****************************************
    Menu
*****************************************/
.treeView a, .treeView a:visited,.treeView a:hover, .treeView a:active, .treeView a:focus,.treeView .nodeStyle span
{
  background: transparent ! important;
  display: block;
}
.treeView .nodeStyle
{
    width:140px;
    height:28px;
    background: url('images/lvl1_bg.png') no-repeat;    
    line-height:28px; 
    color:White;    
    margin-bottom:1px;
}
.treeView .hoverNodeStyle
{
    background:url('images/lvl1_hover_bg.png') no-repeat; 
}
.treeView .leafNodeStyle
{  
    background: url('images/lvl2_bg.png') no-repeat;
    width: 140px;
    height: 24px;
    line-height: 24px;
    color: #05a;   
}
.treeView .leafNodeStyle:hover
{  
    background:url('images/lvl2_hover_bg.png') no-repeat;       
}
.treeView .selectedNodeStyle
{
    background:url('images/lvl2_selected_bg.png') no-repeat;
}

/*****************************************
    Server Controls
*****************************************/
input.button
{
    color: #174869;
    text-align: center;
    background-image: url('images/button_bg.gif');
    width: 60px;
    height: 22px;
    background-repeat: no-repeat; 
    cursor:pointer;
    border:none;vertical-align:middle;line-height:22px;
}
input.button_widen
{
    color: #174869;
    text-align: center;
    background-image: url('images/button_widen_bg.gif');
    width: 80px;
    height: 22px;
    line-height:22px;
    background-repeat: no-repeat; 
    cursor:pointer;
    border:none;vertical-align:middle;
}
input.button:hover,input.button_widen:hover
{
    text-decoration:underline;
    color:Red;
    font-weight:bold;
}
input.file
{
    color: #174869;    
    height: 22px;
    line-height:20px;
    border:1px solid Gray;   
}
.failureNotification
{
    color:Red;
}
input.textBox
{
    border:1px solid Gray;
    width:120px;   vertical-align:middle;
}
.dropdownlist
{
    border:1px solid Gray;
    width:124px;
}
.failureNotification
{
    color:Red;
}
.gridView
{
    text-align:center;
    border-collapse: collapse;
    border:1px solid Gray;
    color:#000066;  
    background-color:#f2f6fb;
    width:100%;
}
.gridView a
{
    text-decoration:none;
}
.gridView tr
{
    height:24px;  
    vertical-align:middle;
}
.gridView td
{
    border-collapse: collapse;
    border:1px solid Gray;  
}
.gridView th
{
    border-collapse: collapse;
    border:1px solid Gray;  
}
.gridView .footerStyle
{
    border:none;
    background-color:#B5C6FA;
}
.gridView .headerStyle
{
    background-color:#E6F0FC;
    font-weight:bold;
    color:#1F3A87;
    text-align:center;
    font-size:13px; 
}
.gridView .headerStyle a
{
    color:#1F3A87;
    text-decoration:none;
}
.gridView .pagerStyle
{
    border:none;
    background-color:#B5C6FA;
    color:#1F3A87;
    font-size:13px;
}
.gridView .pagerStyle td table{float:right;}
.gridView .pagerStyle td table td
{
    border:none;padding-left:3px;
}

/*****************************************
    Others
*****************************************/
.water
{
    color: #CCCCCC;
    font-style: italic;
    border:1px solid Gray;
    width:120px;   
    vertical-align:middle;
}
.bar
{
    background:#ffffff;
    border-bottom:1px solid #cfdae5;
    padding:3px;    
}
.show
{
    padding:3px;
}
a.none
{
    text-decoration:none;
}
.calendar  .ajax__calendar_container
{
  width:180px;  
  background:#ffffff;
  border:1px solid #cccccc;
}
h1,h2,h3{font-family: 华文中宋; font-weight: bold;}
