@charset "utf-8";








.TabbedPanels {
 overflow: hidden;
 margin: 0px;
 padding: 0px;
 clear: none;
 width: 100%; 
}


.TabbedPanelsTabGroup {
 margin: 0px;
 padding: 0px;
}


.TabbedPanelsTab {
 position: relative;
 top: 1px;
 float: left;
 margin: 0px 1px 0px 0px;
 font-size:14px;
 font-family:Î¢ÈíÑÅºÚ;
 font-weight:bold;
 color:#418ad6;
 -moz-user-select: none;
 -khtml-user-select: none;
 cursor: pointer;
 background:url(/bgdh/images/hover_3-14_se.png) no-repeat;
 width:101px;
 height:29px;
 line-height:29px;
 text-align:center;
}


.TabbedPanelsTabHover {
 height:29px;
 line-height:29px;
}


.TabbedPanelsTabSelected {
 background:url(/bgdh/images/xz_3-14_se.png) no-repeat;
 height:29px;
 line-height:29px;
 color:#ffffff;
}


.TabbedPanelsTab a {
 color: black;
 text-decoration: none
}


.TabbedPanelsContentGroup {
 clear: both;
 border:1px solid #a7d0e6;
 background-color: #e5e6e8;
 height:100%;
}


.TabbedPanelsContent {
 overflow: hidden;
 padding: 4px;
 height:100%;
}


.TabbedPanelsContentVisible {
}



.VTabbedPanels {
 overflow: hidden;
 zoom: 1;
}


.VTabbedPanels .TabbedPanelsTabGroup {
 float: left;
 width: 10em;
 height: 20em;
 background-color: #e5e6e8;
 position: relative;
}


.VTabbedPanels .TabbedPanelsTab {
 float: none;
 margin: 0px;
 border-top: none;
 border-left: none;
 border-right: none;
}


.VTabbedPanels .TabbedPanelsTabSelected {
 background-color: #EEE;
 border-bottom: solid 1px #999;
}


.VTabbedPanels .TabbedPanelsContentGroup {
 clear: none;
 float: left;
 padding: 0px;
 width: 30em;
 height: 20em;
}


@media print {
.TabbedPanels {
 overflow: visible !important;
}
.TabbedPanelsContentGroup {
 display: block !important;
 overflow: visible !important;
 height: auto !important;
}
.TabbedPanelsContent {
 overflow: visible !important;
 display: block !important;
 clear:both !important;
}
.TabbedPanelsTab {
  overflow: visible !important;
  display: block !important;
  clear:both !important;
}
}