﻿ul.tabs
{
    margin: 0;
    padding: 0;
    float: right; /**/
    list-style: none;
    height: 32px; /*border-bottom: 1px solid #999999;*/
    border-right: 1px solid #999999;
    border-left: 1px solid #ffffff;
    width: 100%;
}
ul.tabs li
{
    float: right; /**/
    margin: 0;
    cursor: pointer;
    padding: 0px 21px;
    height: 31px;
    line-height: 31px;
    border: 1px solid #999999;
    border-right: none; /**/
    font-weight: bold;
    background: #EEEEEE;
    overflow: hidden;
    position: relative;
}
ul.tabs li:hover
{
    background: #CCCCCC;
}
/*ul.tabs li.active{
		background: #FFFFFF;
		border-bottom: 1px solid #FFFFFF;
	}*/
#t1
{
    font: bold;
    color: Black;
    border-bottom: 1px solid #ECE1ED;
}
#t2
{
    font: bold;
    color: Black;
    border-bottom: 1px solid #F9FCE3;
}
#t1.active
{
    background: #ECE1ED;
    border-bottom: 1px solid #ECE1ED;
}
#t2.active
{
    background: #F9FCE3;
    border-bottom: 1px solid #F9FCE3;
}
.tab_container
{
    border: 1px solid #999999;
    border-top: none; /*clear: both; 		float: left;*/
    height: auto;
    width: 100%;
    background: #FFFFFF;
}
.tab_content
{
    /*padding: 20px;*/
    padding-top: 20px;
    font-size: 1.2em;
    display: none;
}
#container
{
    width: 600px;
    margin: 0 auto;
}
