﻿@charset "utf-8";


.TabbedPanels {
 overflow: hidden;
 margin: 0px;
 padding: 0px;
 clear: none;
 width: 580px;

}

.TabbedPanelsTabGroup {
 margin: 0px;
 height: 35px;
 with:68px;
 padding-top: 0px;
 padding-right: 0px;
 padding-bottom: 0px;
 padding-left: 0px;
 font-family: "Microsoft YaHei";
}

.TabbedPanelsTab {
 position: relative;
 float: left;
 list-style: none;
 -moz-user-select: none;
 -khtml-user-select: none;
 cursor: pointer;
 width: 68px;height: 35px;line-height: 35px;
 font-size: 12px; font-weight: bold;font-style: oblique;
 font-family: "Microsoft YaHei"; text-align: center;color: #6f0958;
 padding-bottom: 0px;
 margin-right: 0px;
margin-left:10px;
background-image: url("https://www.emsfjy.com/images/dise_w1.png");
 background-repeat: no-repeat;
}

.TabbedPanelsTabHover {
 font-size: 16px;
 color: #6f0958;
}

.TabbedPanelsTabSelected {
 background-image: url("https://www.emsfjy.com/images/dise_r1.png");
width: 68px; height:35px;line-height: 35px;
 font-size: 12px; font-weight: bold;  font-style: oblique;
 font-family: "Microsoft YaHei";text-align: center;color: #6f0958;
margin-left:10px;
}

.TabbedPanelsTab a {
 color: black;
 text-decoration: none;
 font-family: "Microsoft YaHei";
}

.TabbedPanelsContentGroup {
 clear: both; height:275px;
 text-align: left;
}

.TabbedPanelsContent {
 overflow: hidden;
 margin-top: 5px;padding-top:10px; 
 text-align: left;
 border: 1px solid #CCC;
}
.TabbedPanelsContent2 {
 overflow: hidden;
 vertical-align: text-top;
 padding-top: 14px;
 padding-right: 4px;
 padding-left: 4px;
}

.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;
}
}