/*
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:                  75px;     /* width of normal tab image */
    height:                 21px;       /*height of normal tab image*/
    background-image:       url(tab.png);
    
    position:               relative;
    top:                    0;
    display:                inline;
    float:                  left;
    overflow:               hidden;
    
    cursor:                 pointer;

    margin:                 1px -1px 1px 1px;
    padding:                6px 0px 0px 0px;
    border:                 0;

    z-index:                1;
    font:                   11px Tahoma;
    white-space:            nowrap;
    text-align:             center;
}

.dynamic-tab-pane-control .tab-row .tab.selected {
    width:                  75px !important;
    height:                 23px !important;
    background-image:       url(tab.active.png) !important;
    background-repaet:      no-repeat;

    border-bottom-width:    0;
    z-index:                3;
    padding:                6px 0 0px 0;
    margin:                 1px -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:                  75px;     /* width of over tab image */
    height:                 21px;       /*height of over tab image*/
    font:                   11px Tahoma;
	background:             url(tab.hover.png);
    background-repaet:      no-repeat;
}


.dynamic-tab-pane-control .tab-page {
    clear:                  both;
    border:                 1px solid #bbc3d3;
    background:             #FFF !important;
    z-index:                2;
    position:               relative;
    top:                    -2px;

    font:                   11px Tahoma;
    color:                  Black;

   
    
    /*244, 243, 238*/
    /* 145, 155, 156*/
    
    padding:                10px;
	height:370px		!important;
	overflow:scroll !important;
	overflow-x:hidden !important;
	
	
}

.dynamic-tab-pane-control .tab-row {
    z-index:                1;
    white-space:            nowrap;
}

#linkspec{
text-decoration:underline !important;

}
