@charset "UTF-8";
/* SpryTabbedPanels.css - version 0.4 - Spry Pre-Release 1.6.1 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* Main Panel parameters */
.TabbedPanels {
    margin: 0px;
    padding: 0px;
    float: left;
    clear: none;
    width: 100%;
}

.TabbedPanelsTabGroup {
    margin: 0px;
    padding: 0px;
    width: auto;
    height:23px;
}

/* General tab parameters */
.TabbedPanelsTab {
    position: relative;
    top: 1px;
    float: none;
    display: inline;
    padding: 4px 10px;
    margin: 0px 4px 0px 0px;
    font-weight: bold;
    color: #000;
    background-color: #CCC;
    list-style: none;
    border-left: solid 1px #778;
    border-bottom: solid 1px #778;
    border-top: solid 1px #778;
    border-right: solid 1px #778;
    -moz-user-select: none;
    -khtml-user-select: none;
    cursor: pointer;
    width: 130px;
}

/* Mouseover tab */
.TabbedPanelsTabHover {
    background-color: #ddd;
    color: #000;
    outline:none;
}

/* Selected tab */
.TabbedPanelsTabSelected {
    background-color: #eee;
    border-bottom: 1px solid #778;
    color: #000;
    outline:none;
}

/* Link in panel */
.TabbedPanelsTab a {
    color: black;
    text-decoration: none;
}

/* Panel colors and borders */
.TabbedPanelsContentGroup {
    clear: both;
    background-color: #fff;
}

/* Panel content padding*/
.TabbedPanelsContent {
    padding: 4px;
}

.tabPanelContent {
    padding: 4px;
}

.TabbedPanelsContent {
    display: block;
    padding: 0px;  
    position: relative;
    background-color: white;
    margin: 0px;
}
.TabbedPanelsInnerContent {
    display: block;
    padding: 4px 4px 0px 4px ;  
    margin: 0px;
    border-left: solid 1px #ccc;
    border-top: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    overflow: hidden;
        height: 120px;

}

/*.TabbedPanelsContent:hover {
display: block;
height: auto;
z-index:1;
background-color: white;
color: black;
text-decoration: none;
padding: 4px ;
margin: 0px;
font-size: 11px;
}
*/


.MoreText{
    display: block;
    padding: 0px;  
    margin: 0px;
    width:100%;


    text-align:center;
    background-color: white;
    color: white;

}

