/* Build $BuildVersion$ */

.shadetabs a
{
    position: relative;
    text-decoration: none;
    margin-right:3px;
    border: 1px solid #778;
    top: 1px;
    padding: 0px 2px 0px 2px;
    font-size: 10pt;
    font-family: Tahoma; 
    text-align: left;
	-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	cursor:default;
}

.shadetabs a.selected
{
    padding: 1px 2px 0px 2px;
    border-bottom: none;
    font-weight: bold;
	z-index: 2;
}

.shadetabs
{
    width: 100%; 
    overflow: visible; 
    background-color: #dfe6ea;
    padding-bottom: 0px;
    padding-top: 0px;
}

#PageContainer
{
    height: auto;
    position: relative;
}


.shadetabs2
{
    width: 100%; 
    overflow: visible; 
}

.shadetabs2 ul
{
    width: 100%; 
    background-color: #dfe6ea;
    list-style: none;
    display: table;
    table-layout: fixed;
    padding: 0;
    margin: 0;
}

.shadetabs2 li
{
    float: left;
    display: table-column;
    margin: 0;
    padding: 5px 1px 1px 1px;
    font-size: 10pt;
    font-family: Tahoma;
    text-align: left;
}

.shadetabs2 li.selected
{
    background-color: Transparent;
    font-weight: bold;
	padding: 6px 1px 0px 1px;
}

.shadetabs2 a
{ 
    background: url("left-tab-1.png") left top no-repeat; 
    text-decoration: none; 
    display: block;
    padding-left: 12px;
}

.shadetabs2 a span 
{
    background: url("right-tab-1.png") right top no-repeat; 
    padding-right: 12px;
}

#Close 
{
    font-size:8pt;
    color:#888888;
    text-decoration:none;
}

#Close:hover
{
    text-decoration:underline;
} 
