﻿body 
{
	font-family: "Tahoma";
	font-size:9pt;
	/*  设置滚动条的颜色     */ 
    scrollbar-3dlight-color:#e8f4ff;
    scrollbar-arrow-color:#daeeee;
    scrollbar-darkshadow-color:#e8f4ff;
    scrollbar-base-color:#e8f4ff;  	
    margin-top:0;
}

.Text
{
	font-size:9pt;
	margin-left: 1px;
	margin-top: 0px;
}

.Title
{
        font-weight: normal;
        font-size: small;
        line-height: 150%;
        text-align: left;
}

.Table
{
	border-style: none;
	border-color: inherit;
	border-width: 0;
	width :800;
	
}

.Button
{
    font-family: "Tahoma";
    font-size: 9pt; color: #003399;
    border: 1px #003399 solid;color:#006699;
    BORDER-BOTTOM: #93bee2 1px solid; 
    BORDER-LEFT: #93bee2 1px solid; 
    BORDER-RIGHT: #93bee2 1px solid; 
    BORDER-TOP: #93bee2 1px solid;
    background-image:url(../Images/c_annu.gif);
    background-color: #e8f4ff;
    CURSOR: hand;
    font-style: normal;
}

.ListBox
{
	font-family: "Tahoma";
	font-size:9pt;	
	scrollbar-3dlight-color:#e8f4ff;
    scrollbar-arrow-color:#daeeee;
    scrollbar-darkshadow-color:#e8f4ff;
    scrollbar-base-color:#e8f4ff;  	 
}


A
{
	font-size: 9pt;
	color: #000;
	text-decoration: none;
}
A:ACTIVE
{
	color: red;
	text-decoration: none;
}
A:FOCUS
{
	color: red;
	text-decoration: none;
}
A:HOVER
{
	color: red;
	text-decoration: underline;
}
A:LINK
{	
	text-decoration: none;
}

hr
{
	width:95%;	
	color:#000000;
}

/* 以下样式表类用于AJAX扩展控件 */

.Watermark
{
	background-color:Gray;
	color:#666666;
}

.Validator
{
	background-color:Red;
}

.PopulatePanel
{
	background-repeat:no-repeat;
	padding:2px;
	height:2em;
	margin:5px;
}