@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 .tabGroup {
margin:0px;
padding:0px;
}
.tabGroup li{
position:relative;
}
#TabbedPanels1 .tab {
display:block;
float:left;
color:#7f7f7f;
font-weight:bold;
margin:0 -1px 0 0;
padding:0 0 0 8px;
background:url(../images/tab-left_off.gif) top left no-repeat;
list-style:none;
-moz-user-select:none;
-khtml-user-select:none;
cursor:pointer;
}
#TabbedPanels1 .tab span {
display:block;
padding:5px 8px 3px 0;
margin:0;
background: url(../images/tab-right_off.gif) top right no-repeat;
}
#TabbedPanels1 .hoverTab {
background: url(../images/tab-left_hover.gif) top left no-repeat;
}
#TabbedPanels1 .hoverTab span{
background: url(../images/tab-right_hover.gif) top right no-repeat;
}
#TabbedPanels1 .hoverTab:active{
outline:none;
}
#TabbedPanels1 .selectedTab {
outline:none;
background: url(../images/tab-left_on.gif) top left no-repeat;
margin-bottom:-1px;
}
#TabbedPanels1 .selectedTab span{
color:#293d8e;
padding-bottom:4px;
background: url(../images/tab-right_on.gif) 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 {
padding:10px;

}
.tabContent img{
float:right;
padding-left:10px;
}
