﻿.dvSettingIcon {
    position:absolute; 
    right:10px; 
    top:4px; 
    cursor:pointer;
}

.dvSetting {
background: #fff;
border: 1px solid #ccc;
border-color: rgba(0,0,0,.2);
box-shadow: 0 2px 10px rgba(0,0,0,.2);
overflow: hidden;
position: absolute;
-webkit-animation: gb__a .2s;
animation: gb__a .2s;
-webkit-border-radius: 2px;
border-radius: 2px;
-webkit-user-select: text;
right:10px; 
top:45px; 
height:170px; 
width:320px;  
background-repeat:no-repeat; 
background-position:top right;  
z-index:10000;
display:none;
}


.dvMainForLogin {
position: absolute;
width:1200px;
height:170px; 
z-index:100;
display:none;
top:40px;
}

.dvSettingForLogin {
padding:10px;
background: #fff;
border: 1px solid #ccc;
border-color: rgba(0,0,0,.2);
box-shadow: 0 2px 10px rgba(0,0,0,.2);
overflow: hidden;
-webkit-animation: gb__a .2s;
animation: gb__a .2s;
-webkit-border-radius: 2px;
border-radius: 2px;
-webkit-user-select: text;
width:250px;
height:150px; 
background-repeat:no-repeat; 
background-position:top right;  
z-index:10000;
display:none;
float:right;

}



.dvSetting .btn {
 padding: 5px;
 color: #525252; 
 background: #ffffff; 
 border: solid 1px #d8d6d6; 
 font-weight:normal;
 font-size:12px;
 cursor:pointer;
}

.gb_M {
border-color: transparent;
border-style: dashed dashed solid;
border-width: 0 8px 8px;
position: absolute;
right: 7px;
z-index: 100000;
height: 0;
width: 0;
-webkit-animation: gb__a .2s;
animation: gb__a .2s;
border-bottom-color: #ccc;
border-bottom-color: rgba(0,0,0,.2);
top: 33px;
display:none;
}

.gb_L {
border-color: transparent;
border-bottom-color: #fff;
border-style: dashed dashed solid;
border-width: 0 8px 8px;
position: absolute;
right: 7px;
top: 34px;
z-index: 100000;
height: 0;
width: 0;
-webkit-animation: gb__a .2s;
animation: gb__a .2s;
display:none;
}

.settingButtonGroup {
   height:40px; 
    padding:1px 5px 2px 5px; 
    border-top:1px solid #c0c0c0; 
    background-color:whiteSmoke;
}


.toptab
{
   background:none;
 
}

.topactivetab
{
background:url(../images/topactivetab.png) no-repeat;
background-position:left bottom;
}

.service {
    position:absolute; right:40px; top:2px;

}

.servicetd {
    border-right:1px solid #eeeeee;
    padding:0px 5px 0px 5px;
}

.dvSetting a:link,.leftMenu a:visited
{
   
    color:#666666;
    font-weight:bold !important; 
    text-decoration:none; 
    height:15px; 
    font-size:10px; 
    padding:5px;
    
}

.dvSetting a:hover
{
   
    color:#333333; 
    text-decoration:none; 
    background:#FFFFFF; 
    font-size:10px; 
    font-weight:bold !important; 
    height:15px; 
    padding:5px;
    border-bottom: 1px solid #bdd7ee;
}
