#tab-container div, #tab-container ul, #tab-container li
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
    font-style:inherit;
    font-weight:inherit;
	vertical-align: baseline;
}
#tab-container ul {
	list-style: none;
}
#tab-container table {
	border-collapse: collapse;
	border-spacing: 0;
    text-align:right;
}
/* end of reset */

.clear{
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
}
#tab-container a {
    text-decoration: none;
}
#tab-container{
    font-family: Tahoma;
    font-size: 8pt;
    margin: 0;
    width: 100%;
}
#tab-container ul{
    list-style: none;
    list-style-position: outside;
    width: 100%;
}
#tab-container ul.tab-menu li{
    display: block;
    float: right;
    position: relative;
    font-weight: 700;
    padding: 5px 10px 5px 10px;
    background: #eee;
    border: 1px solid #ddd;
    border-bottom: none;
    border-width: 1px;
    color: #d0ccc9;
    cursor: default;
    height: 14px;
    margin-bottom: -1px;
    margin-left: 0;
    margin-right: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
#tab-container ul.tab-menu li.active{
    background: #fff;
    color: #0088CC;
    height: 15px;
    border-bottom: 0;
    border-left-width:2px;
}
.tab-top-border {
    border-bottom: 1px solid #d0ccc9;
}
.tab-content{
    margin: 0;
    background: #efefef;
    background: #fff;
    border: 1px solid #ddc;
    border-top-style: none;
    text-align: left;
    padding: 0;
    font-size: 11px;
    display: none;
    height: 450px;
    overflow:auto;
}
#tab-container div.active{
    display: block;
    direction:rtl;
}
.tab-content h1{
    line-height: 1em;
    height: 28px;
    font-size: 22px;
}

