﻿html, body, from
{
    font-size: 12px;
    font-family: Verdana,Simsun,宋体,serif,segoe ui;
    text-align:left;  
    margin:0;
    letter-spacing: 0px;   
    line-height:25px;
    _line-height:22px;
    vertical-align:middle; 
    height: 100%;
    width:100%;
}

body
{
    position:relative;
}

.heigthFixFirfox
{
    height:auto !important;
    min-height:20px!important;
    overflow: hidden !important;
    overflow: visible;
}

h1,h2,h3
{
    font-weight:bold; overflow:hidden;
    margin:0; padding:0; display:block; width:100%;
}
h1
{
    height:25px; font-size:18px; 
}
h2
{
    height:23px; font-size:14px; line-height:23px;
}
h3
{
    height:23px; font-size:13px; 
}

p { margin: 0; padding: 0; }

table
{
    margin:0;
    margin-left:auto;
    margin-right:auto;    
    padding:0;
    border-collapse: collapse;   
}

div,legend,fieldset
{
    margin-left:auto;
    margin-right:auto;
}

li
{
	white-space:nowrap;
}

img
{
    margin:0;
    padding:0;
    border:0;
    margin-left:auto;
    margin-right:auto;
}

.Font_Filter_Shadow_White
{
	filter: DropShadow(Color=white, OffX=1, OffY=1);
	height: 0px;	
}

.Font_Filter_Shadow_Black
{
	filter: DropShadow(Color=black, OffX=-1, OffY=-1);
	height: 0px;
}

.Font_Filter_Shadow_Gray
{
	filter: DropShadow(Color="#868686", OffX=1, OffY=1);
	height: 0px;
}

.divBulgy
{
    /* 凸边div */
    border-top:solid 1px #fff;
    border-left:solid 1px #fff;
    border-bottom:solid 1px #888;
    border-right:solid 1px #888;
}

.divFlute
{
    /* 凹槽div */
    border-top:solid 1px #888;
    border-left:solid 1px #888;
    border-bottom:solid 1px #fff;
    border-right:solid 1px #fff;
}

.HrShadow
{
    height:0; border-top:solid 1px gray; border-bottom:solid 1px #fff; margin:3px auto; line-height:0px;
}

.ColumnShadow
{
    width:0; border-left:solid 1px gray; border-right:solid 1px #fff; float:left;
}

.S_Link:link{color:#889; text-decoration: none;}
.S_Link:visited{color: #889; text-decoration: none;}
.S_Link:hover{color: #168;text-decoration: underline; background-color:Transparent;}    
.S_Link:active{color: #168;text-decoration: underline; background-color:Transparent;}

.Red_Link:link{color:red; text-decoration: none;}
.Red_Link:visited{color: red; text-decoration: none;}
.Red_Link:hover{color: #00008b;text-decoration: underline; background-color:Transparent;}    
.Red_Link:active{color: #00008b;text-decoration: underline; background-color:Transparent;}

.c900_Link:link{color:#900; text-decoration: none;}
.c900_Link:visited{color: #900; text-decoration: none;}
.c900_Link:hover{color: red;text-decoration:none; background-color:Transparent;}    
.c900_Link:active{color: red;text-decoration:none; background-color:Transparent;}

.c369_Link:link{color:#369; text-decoration: none;}
.c369_Link:visited{color: #369; text-decoration: none;}
.c369_Link:hover{color: #900;text-decoration: underline; background-color:Transparent;}    
.c369_Link:active{color: #900;text-decoration: underline;background-color:Transparent;}

.B_Link:link{color:Black; text-decoration: none;}
.B_Link:visited{color:Black; text-decoration: none;}
.B_Link:hover{color: #900;text-decoration: underline; background-color:Transparent;}    
.B_Link:active{color: #900;text-decoration: underline; background-color:Transparent;}

.Gray_Link:link{color:Gray; text-decoration: none;}
.Gray_Link:visited{color:Gray; text-decoration: none;}
.Gray_Link:hover{color: #900;text-decoration: underline;background-color:Transparent;}    
.Gray_Link:active{color: #900; text-decoration: underline;background-color:Transparent;}

.Y_Link:link{color:Yellow; text-decoration: none;}
.Y_Link:visited{color: Yellow; text-decoration: none;}
.Y_Link:hover{color: #fff;text-decoration: underline; background-color:Transparent;}    
.Y_Link:active{color: #fff;text-decoration: underline; background-color:Transparent;}

.W_Link:link{color:White; text-decoration: none;}
.W_Link:visited{color:White; text-decoration: none;}
.W_Link:hover{color: Yellow;text-decoration:none;}    
.W_Link:active{color:Yellow;text-decoration:none;}

.cfc_Link:link{color:#cfc; text-decoration: none;}
.cfc_Link:visited{color: #cfc; text-decoration: none;}
.cfc_Link:hover{color: Yellow;text-decoration: underline; background-color:Transparent;}    
.cfc_Link:active{color: Yellow;text-decoration: underline; background-color:Transparent;}


/* 验证码 */
#imgVerify
{
    width:52px;
    height:20px;
    vertical-align:middle;
    margin-left:8px;
}
*:lang(zh-cn) #imgVerify
{
    margin-bottom:6px;        
}

/* 检索包含字符 */
.SearchText
{
    background-color:Yellow;
    color:#900;
}

/* 模式窗口背景 */
.ModalBackground,.ModalBackground2,.ModalBackGroundNoAlpha
{
    position:absolute;
    left:0;
    top:0;
    float:left;
    margin:0; 
    padding:0;
    width:100%;
    height:100%;
    background:gray;
    /*background-color:#eee;*/
    filter: Alpha(Opacity=30);
    opacity:0.3;
}
.ModalBackground2
{
    background-color:Black;
    filter: Alpha(Opacity=70);
    opacity:0.7;
}

.ModalBackGroundNoAlpha
{
    filter: Alpha(Opacity=100);
    opacity:1.0;
}

/* 模式窗口 */
.ModalWindow
{
    text-align:center; width:100%; height:100%; position:absolute;
    margin-left:auto; margin-right:auto;
}

/* 版權 */
.Copyright
{
    left:50%; width:500px; margin-left:-250px; 
    text-align:center; color:#999; font-size:10px;
}
.divConsoleCopyRight
{
    color:#666; font-weight:bold;
    background-image:url('/Zks/FilesDatabase/Icons/Console/icon_heart.gif');
    background-position:left center; background-repeat:no-repeat; 
    text-indent:18px; margin-left:5px;
}

.DfColumn
{
    border:2px outset #c03240;
    background-color:White;
    /*
    background-color:#f5f6fa;
    background-image:url('images/bg/earthback.jpg');*/
}

.WebColorStyle01
{
    background-color:#f5f6fa;
}

.divRowSpace
{
    height:10px; width:100%; line-height:10px; overflow:hidden; clear:both;
}


/********    日历    *********/

.MyCalendar .ajax__calendar_container {
    border:1px solid #666;
    background-color: #fff;
    color: red;
    z-index:888;
    display:block;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: #00f;
    font-weight:bold;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year {
    color: black;
    font-weight:bold;
}

/********    日历结束    *********/


.DfDocList ul,.DfDocList li
{
    text-align:left;
    margin:0 0 0 10px;
    padding:0 0 0 0;
    list-style-type:square;
    color:#aaa;
}


/** 分页部分 **/

.PageIndexBlock
{
    text-indent:10px;
}
.PageIndex,.PageSelectedIndex
{
	border:solid 1px #888; padding:2px; height:22px; line-height:22px;
    font-weight:bold; background-color:#036;
}

.PageIndex:link{color:#cfc; text-decoration: none;}
.PageIndex:visited{color:#cfc; text-decoration: none;}
.PageIndex:hover{color: #fc0;text-decoration:none;}    
.PageIndex:active{color:#fc0;text-decoration:none;}


.PageSelectedIndex
{
    color:#fc0;
}