@charset "gb2312";








.TabbedPanels {
 overflow: hidden;
 padding: 0px;
 clear: none;
 width: 395px; 
 margin-top: 0px;
 margin-right: auto;
 margin-bottom: 0px;
 margin-left: auto;
}


.TabbedPanelsTabGroup {
 margin: 0px;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 border-bottom-color: #C0CAD4;
 padding-top: 6px;
 padding-right: 0px;
 padding-bottom: 0px;
 padding-left: 0px;
 height: 31px;
}


.TabbedPanelsTab {
 position: relative;
 top: 0px;
 float: left;
 list-style: none;
 -moz-user-select: none;
 -khtml-user-select: none;
 cursor: pointer;
 background-image: url(imagesi_r5_c11.jpg);
 background-repeat: no-repeat;
 background-position: center bottom;
 width: 120px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 margin-left: 0px;
 font-family: "Î¢ÈíÑÅºÚ";
 font-size: 16px;
 line-height: 31px;
 color: #595959;
 height: 31px;
 text-align: center;
}


.TabbedPanelsTabHover {

}


.TabbedPanelsTabSelected {
 background-image: url(imagesi_r5_c9.jpg);
 background-repeat: no-repeat;
 background-position: center bottom;
 font-family: "??????";
 font-size: 16px;
 line-height: 31px;
 color: #FFF;
}


.TabbedPanelsTab a {
 color: black;
 text-decoration: none;
}


.TabbedPanelsContentGroup {
 clear: both;
}


.TabbedPanelsContent {
 overflow: hidden;
 padding: 4px;
 font-family: "????";
 font-size: 16px;
 color: #595959;
 line-height: 25px;
 height: 198px;
}


.TabbedPanelsContentVisible {
}



.VTabbedPanels {
 overflow: hidden;
 zoom: 1;
}


.VTabbedPanels .TabbedPanelsTabGroup {
 float: left;
 width: 10em;
 height: 20em;
 background-color: #EEE;
 position: relative;
 border-top: solid 1px #999;
 border-right: solid 1px #999;
 border-left: solid 1px #CCC;
 border-bottom: solid 1px #CCC;
}


.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;
}
}