
.tab_container {
    /*float: left;*/
    /*width: 400px;*/
    width: 550px;
}


.tab-buttons-panel {
    width: 100%;
    /*float:left;*/
	overflow:auto;    
    background: url(../img/wt-norm2.png) repeat-x bottom;
}

.tab-buttons-panel ul {
    margin: 0;
    padding: 0px;
    list-style: none;    
}

.tab-buttons-panel li {
    float:left;
    margin:0;
    padding:0;
    cursor: pointer;
    border-color: #b8cbde;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    background: url(../img/wt-right.png) no-repeat right top;
}

.tab-buttons-panel span {
    color: #222;
    display: block;
    background: url(../img/wt-left.png) no-repeat left top;
    padding: 5px 15px 4px;
}

.tab-buttons-panel li.tab-show {
     background: url(../img/wt-right-on.png) no-repeat right top;
    border-width: 0px 0px 0px 0px;
}

.tab-buttons-panel li.tab-show span {
      background:url(../img/wt-left-on.png) no-repeat left top;
      padding:5px 15px 5px;
}

.tab-content {
    /*top: 24px;
    position: relative;*/
    /*margin-bottom:24px;*/
    border-width: 0px 1px 1px 1px;
    border-color: #b8cbde;
    border-style: none solid solid solid;
    /*background-color: #e1e6ee;*/
    display: none;
    
    padding-bottom: 0px;
}

.tab-content-loading {
    background-image:url(../img/loading2.gif);
    background-repeat:no-repeat;
    background-position:center;
}

.ext-border-box .tab-content {
    top: 0px;    
}

.tab-content-show {
    display: block;
}

.tab-content-panel-border {
	clear:all;
    padding:10px;
    min-height: 200px;
}

.tab-content-panel {
    /*padding: 5px;*/
    border: 1px dotted #abb3b0;
    background-color: #f8fafd;
}

.tab-content-panel li {
    list-style-type: circle;
    list-style-position: inside;
}

.tabs_link_only {
	margin-bottom:8px;
}
.tabs_summary {
	margin-bottom:8px;
	overflow:auto;
}
.tabs_full_content {
	margin-bottom:8px;
	overflow:auto;
}