/* Tabs

---------------------------------------------------------- */

.dynamic-tab-pane-control.tab-pane {
    position: relative;
    width: 100%;
}

.dynamic-tab-pane-control .tab-row .tab {
    color: #006F93;
    font-weight: normal;
    font-size: 15px;
    cursor: pointer;
    display: inline;
    margin: -3px 3px 1px 0px;
    float: left;
    padding: 2px 15px 3px;
    z-index: 1;
    position: relative;
    height: 17px;
    top: 2px;
    background: #CBC8C8;
    border: 1px solid #e0e0e0;
}


.dynamic-tab-pane-control .tab-row .tab.hover {
   color: #222;
   background: #fff;
   text-decoration: none; }

.dynamic-tab-pane-control .tab-row .tab.selected {
    color: #000;
    z-index: 3;
    top: 2px;
    background: #fff;
    border: 1px solid #e4e4e4;
    border-color: #e0e0e0 #c0c0c0 #fff #e0e0e0;
}

.dynamic-tab-pane-control .tab-row .tab span {
    font-size: 15px;
    color: #006F93;
    font-weight: bold;
    text-decoration: none;
}

.dynamic-tab-pane-control .tab-page {
    clear: both;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-color: #e0e0e0 #e0e0e0 #e0e0e0 #e0e0e0;
    z-index: 2;
    position: relative;
    top: 0px;
    padding: 10px;
}

.tab-page#graph, .tab-page#chart, .tab-page#graphCurr, .tab-page#chartCurr {
	height: 250px;
} 

.dynamic-tab-pane-control .tab-row {
    z-index: 1;
    white-space: nowrap;
}

.dynamic-tab-pane-control ul {
	padding-left: 10px;
	padding-right: 10px;
}

.dynamic-tab-pane-control li {
	padding-left:5px;
	padding-right:5px;
}


/*h2 { font-size: 164%; }*/
