@charset "UTF-8";








.TabbedPanels {
 margin: 0px;
 padding: 0px;
 float: left;
 clear: none;
 width: 100%; 
}


.TabbedPanelsTabGroup {
 margin: 0px;
 padding: 0px;
}


.TabbedPanelsTab {
 position: relative;
 top: 0px;
 float: left;
 list-style: none;
 -moz-user-select: none;
 -khtml-user-select: none;
 cursor: pointer;
 font-family: "宋体";
 font-size: 12px;
 font-weight: bold;
 color: #787775;
 background-image: url(../images/con_link.gif);
 background-repeat: no-repeat;
 height: 30px;
 width: 100px;
 text-align:center;
 line-height:30px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 margin-left: 0px;
 padding-top: 0px;
 padding-right: 0px;
 padding-bottom: 0px;
 padding-left: 0px;
 border-top-width: 0px;
 border-right-width: 0px;
 border-bottom-width: 0px;
 border-left-width: 0px;
 border-top-style: none;
 border-right-style: none;
 border-bottom-style: none;
 border-left-style: none;
}

.TabbedPanelsTabHover {
 font-family: "宋体";
 font-size: 12px;
 font-weight: bold;
 color: #0b71b4;
 background-image: url(../images/con_hover.gif);
 background-repeat: no-repeat;
}

.TabbedPanelsTabSelected {
 border-bottom: 1px solid #EEE;
 font-family: "宋体";
 font-size: 12px;
 font-weight: bold;
 color: #0b71b4;
 background-image: url(../images/con_hover.gif);
 background-repeat: no-repeat;
}

.TabbedPanelsTab a {
 color: black;
 text-decoration: none;
}

.TabbedPanelsContentGroup {
 clear: both;
 background-color: #f7f7f7;
 border: 1px solid #e6e6e6;

}

.TabbedPanelsContent {
 padding: 4px;
 margin: 15px;
}

.TabbedPanelsContentVisible {
}

.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;
}