@charset "UTF-8";

/*資料下載Tab設定*/
.TabbedPanels {
overflow: hidden;
margin: 0px;
padding: 0px;
clear: none;
width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}


.TabbedPanelsTabGroup {
margin: 0px;
padding: 0px;
}

.TabbedPanelsTab {
position: relative;
top: 1px;
float: left;
padding: 4px 10px;
margin: 0px 1px 0px 0px;
font-size:13px;
font-family:Helvetica,Tahoma, Geneva, sans-serif;
font-weight:bold;
list-style: none;
border-top: solid 1px #fff;
border-left: solid 1px #fff;
border-right: solid 1px #9ccbdd;
border-bottom: solid 1px #9ccbdd;
-moz-user-select: none;
-khtml-user-select: none;
cursor: pointer;
color:#666666;
height:25px;
background-color:#cbe0ee;
}


.TabbedPanelsTabHover {
background: #92dbf7 url(images/icon_tabArrow.png) no-repeat bottom center;
color:#1f1204;
}


.TabbedPanelsTabSelected {
background: #92dbf7 url(images/icon_tabArrow.png) no-repeat bottom center;
border-bottom: 1px solid #92dbf7;
color:#1f1204;
}


.TabbedPanelsTab a {
color: black;
text-decoration: none;
}


.TabbedPanelsContentGroup {
clear: both;
border: solid 1px #92dbf7;
background-color: #fff;
padding:10px;
}

.TabbedPanelsContent {
overflow: hidden;
padding:10px 0 0 0;
}

.TabbedPanelsContentVisible {
}

.VTabbedPanels {
overflow: hidden;
zoom: 1;
}

.VTabbedPanels .TabbedPanelsTabGroup {
float: left;
width: 10em;
height: 20em;
background-color: #fff;
position: relative;
border: solid 1px #000;
}

.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;
}

/* Styles for Printing */
@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;
}
}