/* SpryTabbedPanels.css - version 0.4 - Spry Pre-Release 1.6.1
   Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved.
   This document validates as CSS level 2.1 Jun 2009 */
/* Horizontal Tabbed Panels */
.tabPnl, .VtabPnl {width:100%; float:left; padding:0; margin:0;} /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug) */
.tabGrp {padding:0; margin:0;}
.tab {
float:left; width:125px; position:relative; top:1px; cursor:pointer; list-style:none; font-size:10px;
padding:2px 0; border-left:medium none;
border-bottom:1px solid #88B1CC;
border-top:1px solid #88B1CC;
border-right:1px solid #88B1CC;
margin:0; background:#EFF9FE url('../asset/bgTab.png') repeat-x top left;
}
.tab.w75 {width:75px;}
.tab.fst {border-left:1px solid #88B1CC;}
.TabHover {color:#937015;}
.TabSelected {border-bottom:1px solid #EFF9FE; background:#EFF9FE;}
.tab a {color:#88B1CC; text-decoration:none;}
.conGrp {clear:both; border: solid 1px #88B1CC; background-color:#EFF9FE;}
.conPnl {text-align:justify; font-size:10px; color:#176A9D; padding:5px;}
.ContentVisible {}
/* end of CSS */