@charset "UTF-8";

.TabbedPanels {
margin:0px;
padding:0px;
float:left;
clear:none;
width:100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}
#TabbedPanels1{
width:600px;
}
.tabGroup {
margin:0px;
padding:0px;
}
.tab {
display:inline;
float:left;
font:bold 0.7em sans-serif;
margin:0px 2px 0px 0px;
position:relative;
top:1px;
background:#eee;
list-style:none;
-moz-user-select:none;
-khtml-user-select:none;
cursor:pointer;
}
.tab span {
display:block;
height:12px;
padding:6px 16px 6px 6px;
margin:0 0 0 10px;
}
li.tab{
margin:0;
padding:0;
background:#eee;
font-size:11px;
font-weight:normal;
}
#tab1{
margin-left:-5px;
}

/* For IE 6, you must specify the width of each tab or use fixed-width tabs.

#tab1 {
width:80px;
}

#tab2 {
width:120px;
}

...

*/

li.hoverTab {
background:#ddd;
}
li.hoverTab span{

}
li.hoverTab:active{
outline:none;
}

li.selectedTab {
outline:none;
margin-bottom:-1px;
color:#2c6ac0;
background:#fff;
border: 1px solid #ccc;
border-bottom:none;
font-weight:bold;
cursor:default;
}
li.selectedTab span{
height:13px;
}

.contentGroup {
clear:both;
border:solid 1px #ccc;
background-color:#fff;
}

.tabContent {
padding:6px;
}
.tabContent h2{
padding:0;
margin:0;
}
.tabContent p{
margin:0;
}
.visibleTab {
}
