﻿
/* site map*/
.Table_siteMap
{
    width:100%;
    height:30px;
    padding-left:10px;
    
    /* 第一种方案
     Y1:-853px Y2:-954px border-right:#C7D6E4 下边框不要
    -900 到-954都可以，渐变程度不同
    Y3:-233px
     
    background-position:-5px -233px; 
    border-right:solid 1px #B5D6E6;
    border-bottom:solid 1px #B5D6E6;
    */
    
    /* 第二种方案 
    background-image:url(Images/siteMap_bg.gif);
    border-bottom:solid 1px #C4DDE9;
    border-right:solid 1px #C4DDE9;
    */
    
    /* 第二种方案  */
    background-image:url(Images/siteMap_bg.gif);
    border-bottom:solid 1px #F6F6F6;
    margin-top:2px;
}

.NewLogo
{
	color:#FF9900;
}

.DivHudie_
{
    position:absolute;
    left:0; right:0; top:0; bottom:0;
    /*left:0px; right:0px; top:0px; bottom:0px; IE7以下不能兼容 */
    /*left:0; right:0; top:0; bottom:0; IE7以下不能兼容 */
}
 .DivHudie
{
    position:absolute;
    left:0; right:0; top:0; bottom:0;
    width:100%; height:100%;
}
.DivComInfo
{
	background-image:url(Images/icons.gif);
	width:15px;
    height:17px;
    background-position:0px -31px;
    background-repeat:no-repeat;
}

/*Modal Popup and Process*/
.PanelConfirmtion
{
    position:absolute;
    left:0; right:0; top:0; bottom:0;
    /*left:0px; right:0px; top:0px; bottom:0px; IE7以下不能兼容 */
    /*left:0; right:0; top:0; bottom:0; IE7以下不能兼容 */
}
 .PanelShell
{
    position:absolute;
    left:0; right:0; top:0; bottom:0;
    width:100%; height:100%;
    background-color:blue;/* #eee */
    filter:alpha(opacity=15); opacity:0.15; -moz-opacity:0.15; 
}
.Table_Content
{
    position:absolute;
    /*margin-left:27%;
    margin-top:20%;
    left:28%;top:36%; IE7以下不能兼容*/
    height:160px;
    width:455px;
    background-color:#F6F6F6;
    cursor:default;
}
.Tr_Popup_Head { height:28px;}
.Tr_Popup_Middle { height:79px;}
.Tr_Popup_Foot { height:53px;}
.td_Head_Left 
{ 
    height:28px;
    width:4px;
    background-position:0px -0px;
    background-repeat:no-repeat;
}
.td_Head_Right
{ 
    height:28px;
    width:4px;
    background-position:0px -34px;
    background-repeat:no-repeat;
}
.td_Head_Middle
{ 
    color:White;
    font-weight:bold;
    height:28px;
    background-position:0px -68px;
    background-repeat:repeat-x
}
.PopupWindowsIco
{
    height:13px;
    background-position:-1076px -61px;
    background-repeat:no-repeat;
}
.BtnPopupClose
{
    height:10px;
    width:10px;
    display:block;
    margin-right:3px;
    background-position:-159px -99px;
}
.BtnPopupClose:hover { background-position:-159px -141px;}

.Td_MsgContent_Ico
{
    width:66px;
    background-position:-355px 9px;
}
.Td_Popup_Middle { border-left:solid 1px #1F83B6; border-right:solid 1px #1F83B6;}
.Td_PopupFoot
{
    width:453px;
    background-position:-5px -549px;
}
.Td_PopupFoot_Left { background-position:-1072px -80px; width:1px; }
.Td_PopupFoot_Right { background-position:-1097px -80px; width:1px; }
