@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)*/
}

.TabbedPanelsTabGroup {
margin: 0px;
padding: 0px;
}

.TabbedPanelsTab {
position: relative;
top: 1px;
float: left;
padding: 2px 5px 4px 20px;
margin: 0px 1px 4px 10px;
font: bold 0.7em sans-serif;
background:url("http://www.phila.gov/images/icon_Flower.jpg") top left no-repeat #ffffff;
list-style: none;
border-left:none;
border-right:none;
border-bottom:1px solid #990000;
border-top:none;
-moz-user-select: none;
-khtml-user-select: none;
cursor: pointer;
}


.TabbedPanelsTabHover {
background-color: #ffffff;
border-bottom:4px solid #990000;
}


.TabbedPanelsTabSelected {
background-color: #ffffff;
border-bottom:4px solid #990000;
color:#990000;
}


.TabbedPanelsTab a {
color: black;
text-decoration: none;
}

.TabbedPanelsContentGroup {
clear: both;
border:none;
background-color: #f7f7f7;
}


.TabbedPanelsContent {
padding: 4px;
font-size:11px;
line-height:18px;
}


.TabbedPanelsContentVisible {
}

#TabbedPanels2 {
margin-left:25px;
}

.VTabbedPanels .TabbedPanelsTabGroup {
float: left;
width:110px;
height:auto;
background-color: #f7f7f7;
position: relative;
border:none;
margin-left:25px;
}

.VTabbedPanels .TabbedPanelsTab {
border-bottom:1px solid #dfdede;
margin:0px 0px 0px 0px;
padding:5px 10px 5px 10px;
height:auto;
background:none;
}

.VTabbedPanels .TabbedPanelsTabHover {
background-color: #ffffff;
border-left:4px solid #990000;
border-bottom:1px solid #dfdede;
padding:5px 10px 5px 10px;
margin:0px 0px 0px 0px;
}

.VTabbedPanels .TabbedPanelsTabSelected {
background-color: #dfdede;
border-left:4px solid #990000;
border-bottom:1px solid #dfdede;
color:#990000;
outline:none;
padding:5px 10px 5px 10px;
margin:0px 0px 0px 0px;
}


.TabbedPanelsTab {
float:left;
width:auto;
margin: 0px;
font-size:13px;
color:#0066CC;
padding-right:12px;
font-weight:normal;
}

.VTabbedPanels .TabbedPanelsTab {
float:right;
width:110px;
height:auto;
} 

.VTabbedPanels .TabbedPanelsTabSelected {
background-color: #dfdede;
color:#990000;
font-weight:bold;
border-bottom:none;
}

.VTabbedPanels .TabbedPanelsContentGroup {
clear: none;
float: left;
padding: 0px;
width: 30em;
height: 20em;
}


