@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)*/
}
.TabbedPanels *:focus{
outline:none;
}
.tabGroup {
margin:0px;
padding:0px;
list-style:none;
}
.tabGroup li{
position:relative;
padding:0;
margin:0;
background:0;
}
.tab {
display:block;
float:left;
font-weight:bold;
list-style:none;
-moz-user-select:none;
-khtml-user-select:none;
cursor:pointer;
}
.tabGroup li.selectedTab {
padding-bottom:1px;
margin:0 0 -1px 0;
}
.tab a {
text-decoration:none;
display:block;
color:#7f7f7f;
padding:0 0 0 8px;
background:url(../images/tab-left_off.png) top left no-repeat;
}
.tab a span {
display:block;
padding:5px 8px 3px 0;
background: url(../images/tab-right_off.png) top right no-repeat;
}
.tab a:hover {
color:#7f7f7f;
background: url(../images/tab-left_hover.png) top left no-repeat;
}
.tab a:hover span{
background: url(../images/tab-right_hover.png) top right no-repeat;
}
.selectedTab a{
color:#293d8e;
margin:0 0 -1px 0;
background:url(../images/tab-left_on.png) top left no-repeat;
}
.selectedTab a span{
color:#293d8e;
padding-bottom:4px;
background: url(../images/tab-right_on.png) top right no-repeat;
}
.selectedTab a:hover{
color:#293d8e;
background:url(../images/tab-left_on.png) top left no-repeat;
}
.selectedTab a:hover span{
color:#293d8e;
background: url(../images/tab-right_on.png) top right no-repeat;
}
.contentGroup {
clear:both;
border:solid 1px #999;
border-right:solid 1px #ccc;
border-bottom:solid 1px #ccc;
background-color:#fff;
}
.tabContent {
height:440px;
padding:10px;
}
