@charset "UTF-8";

#content .TabbedPanels {
margin:32px 0 0px 0;
padding:0px;
float:left;
clear:none;
width:100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}
#content .tabGroup {
margin:0px;
padding:0px;
}

#content li.tab {
display:inline;
float:left;
padding:0;
}
.tab {
display:inline;
margin:0px 2px 0px 0px;
background:#eee url(images/ptab-left_off.png) top left no-repeat;
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;
background: url(images/ptab-right_off.png) top right no-repeat;
}
.hoverTab {
background:#ccc url(images/ptab-left_hover.png) top left no-repeat;
}
.hoverTab span{
background: url(images/ptab-right_hover.png) top right no-repeat;
}
.hoverTab:active{
outline:none;
}

.selectedTab {
outline:none;
background:#fff url(images/ptab-left_on.png) top left no-repeat;
margin-bottom:-1px;
}
.selectedTab span{
height:13px;
background: url(images/ptab-right_on.png) top right no-repeat;
}

.contentGroup {
clear:both;
border:solid 1px #999;
background-color:#fff;
}

.tabContent {
height:320px;
padding:0 10px 10px 10px;
}
