/*
Tab Images Generated at : http://www.tabsgenerator.com
*/

.dynamic-tab-pane-control h2 {
    text-align:         center;
    width:              auto;
}

.dynamic-tab-pane-control h2 a {
    display:            inline;
    width:              auto;
}

.dynamic-tab-pane-control a:hover {
    background:             transparent;
}

.dynamic-tab-pane-control.tab-pane {
    position:               relative;
    width:                  100%;        /* width needed weird IE bug */
    /*margin-right:           -2px;*/    /* to make room for the shadow */
}

.dynamic-tab-pane-control .tab-row .tab {

    width:                  109px;     /* width of normal tab image */
    height:                 21px;       /*height of normal tab image*/
    background-image:       url( "tab.png" );
    background-repaet:      no-repeat;
    
    position:               relative;
    top:                    0;
    display:                inline;
    float:                  left;
    overflow:               hidden;
    
    cursor:                 pointer;

    margin:                 1px 2px 1px 1px;
    padding:                3px 0px 3px 0px;
    border:                 0;

    z-index:                1;
    font-family:            Arial;
    font-size:              14px;
    font-weight:            normal;
    text-transform:			      lowercase;
    white-space:            nowrap;
    text-align:             center;
}

.dynamic-tab-pane-control .tab-row .tab.selected {
    width:                  109px !important;
    height:                 21px !important;
    background-image:       url( "tab.active.png" ) !important;
    background-repaet:      no-repeat;

    z-index:                3;
    margin:                 1px 2px 1px 1px;
    padding:                3px 0px 3px 0px;
    font-family:            Arial;
    font-size:              14px;
    font-weight:            bold;
    text-transform:			      lowercase;
}

.dynamic-tab-pane-control .tab-row .tab a {
    font-family:            Arial;
    font-size:              14px;
    text-transform:			      lowercase;
    color:                  Black;
    text-decoration:        none;
    cursor:                 pointer;
    background:             none;
}

.dynamic-tab-pane-control .tab-row .tab.hover {
    width:                  109px;     /* width of over tab image */
    height:                 21px;       /*height of over tab image*/
    font-family:            Arial;
    font-size:              14px;
    text-transform:			      lowercase;
    background-image:       url( "tab.hover.png" );
    background-repaet:      no-repeat;
}


.dynamic-tab-pane-control .tab-page {
    clear:                  both;
    border:                 1px solid #656565;
    background:             rgb( 252, 252, 254 );
    z-index:                2;
    position:               relative;
    top:                    -2px;
    padding:                10px;
    display:                inline-block;
    width: 796px;
}

.dynamic-tab-pane-control .tab-row {
    margin-left:            20px;
    z-index:                1;
    white-space:            nowrap;
}

