/*
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:                  530px;        /* width needed weird IE bug */
    /*margin-right:           -2px;*/    /* to make room for the shadow */
}

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

    /*width:                  100px;*/     /* width of normal tab image */
    height:                 21px;       /*height of normal tab image*/
    /*background-image:       url( "images/tabs/tab.png" );*/

    position:               relative;
    top:                    0;
    display:                inline;
    float:                  left;
    overflow:               hidden;

    cursor:                 pointer;

    margin:                 1px -1px 1px 1px;
    padding:                6px 10px 0px 10px;
    border:                 0;

    z-index:                1;
    font:                   11px Tahoma;
    white-space:            nowrap;
    text-align:             center;

    border: 1px solid #ccc;
    border-bottom: none;

    background: #fff;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.dynamic-tab-pane-control .tab-row .tab.selected {
    height:                 23px !important;
    background: #f4f4f4;

    background: -moz-linear-gradient(top,  rgba(237,237,237,0.86) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,237,237,0.86)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(237,237,237,0.86) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(237,237,237,0.86) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(237,237,237,0.86) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(237,237,237,0.86) 0%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbededed', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

    border-bottom-width:    0;
    z-index:                3;
   /* padding:                6px 0 0px 0;*/
    margin:                 3px -3px -3px 0px;
    top:                    -2px;
    font:                   11px Tahoma;
}

.dynamic-tab-pane-control .tab-row .tab a {
    font:                   10px Tahoma;
    font-weight:            bold;
    color:                  Black;
    text-decoration:        none;
    cursor:                 pointer;
    background:             none;
}

.dynamic-tab-pane-control .tab-row .tab.hover {
    /*width:                  100px; */    /* width of over tab image */
    height:                 21px;       /*height of over tab image*/
    font:                   11px Tahoma;
    /*background-image:       url( "images/tabs/tab.hover.png" );*/
    /*background-repeat:      no-repeat;*/
}


.dynamic-tab-pane-control .tab-page {
    clear:                  both;
    border:                 1px solid #bbc3d3;
    /*background:             rgb( 252, 252, 254 );*/
    z-index:                1;
    top:                    -2px;
    min-height:             260px;
    font:                   11px Tahoma;
    color:                  Black;
    padding:                5px 20px 10px;
}

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