﻿/* Styles for TabControl. */

/*
    Template: "standard" tab control.
*/

.TabControl
{
	position: relative;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	text-align: left;
	overflow: hidden;
	width: 180px;
	height: 520px;
}

.TabControl .Header
{
	position: relative;
	display: block;
	background: #FFFFFF;
	overflow: visible;
	visibility: inherit;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.TabControl .Header .Caption, .TabControl .Header .SelectedCaption
{
	position: relative;
	display: block;
	border: 0px;
	border-top: solid 1px white;
	border-color: White;
	height: 20px;
	float: left;
	overflow: visible;
	text-align: center;
	background: url(../Images/TabRight.gif) 100% 0 no-repeat #bcbaab;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	cursor: default;
}

.TabControl .Header .Caption a:link, .TabControl .Header .Caption a:visited
{
	color: #000000;
}

.TabControl .Header .SelectedCaption a:link, .TabControl .Header .SelectedCaption a:visited
{
	color: #000000;
}


.TabControl .Header .Caption a:link, .TabControl .Header .SelectedCaption a:visited, 
.TabControl .Header .Caption a:visited, .TabControl .Header .SelectedCaption a:link
{
	text-decoration: none;
	position: relative;
	white-space: nowrap;
	padding: 0px 5px 0px 5px;
	top: 3px;
}

.TabControl .Header .SelectedCaption
{
	color: #000000;
	background: url(../Images/TabRight.gif) 100% 0 no-repeat #ECE9D8;
}

.TabControl .Header .Caption .Text, .TabControl .Header .SelectedCaption .Text
{
	margin: 1px 7px 1px 7px;
}

.TabControl .Header .Caption .LeftCorner, .TabControl .Header .SelectedCaption .LeftCorner
{
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	width: 3px;
	height: 3px;
	background: url(../Images/TabLeft.gif) 0 0 no-repeat;
}

.TabControl .Body
{
	overflow: hidden;
	position: absolute;
	clear: both;
	background: #ECE9D8;
	width: 100%;
	height: 100%;
}

.TabControl .Body .Element
{
	overflow: hidden;
	visibility: hidden;
	position: absolute;
	background: #ECE9D8;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}

.Element .TabControl .Body .SelectedElement
{
	visibility: hidden;
}

.TabControl .Body .SelectedElement
{
	visibility: visible;
	overflow: hidden;
	position: absolute;
	background: #ECE9D8;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}



/*
        Template: "select" tab control.
*/



.TabControlSelect
{
	overflow: hidden;
	visibility: inherit;
	border: 0px;
	background: #ECE9D8;
	width: 100%;
	height: 100%;
}

.TabControlSelect .Header
{
	position: relative;
	background: white;
	display: block;
	float: none;
	width: 80%;
	left: 10%;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	border: 0px;
	margin: 15px 0px 15px 0px;
	padding: 0px;
	visibility: inherit;
}

.TabControlSelect .Header .Caption, .TabControlSelect .Header .SelectedCaption
{
	display: block;
	position: relative;
	float: none;
	height: auto;
	background: white;
	color: Black;
	text-align: left;
}

.TabControlSelect .Body
{
	position: relative;
	overflow: hidden;
	clear: both;
	background: #ECE9D8;
	width: 100%;
	height: 100%;
}

.TabControlSelect .Body .Element
{
	position: absolute;
	overflow: hidden;
	visibility: hidden;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
}

.Element .TabControlSelect .Body .SelectedElement
{
	visibility: hidden;
}

.TabControlSelect .Body .SelectedElement
{
	position: absolute;
	visibility: visible;
	left: 0px;
	top: 0px;
	overflow: hidden;
	height: 100%;
	width: 100%;
}

.PoweredByMessage
{
	width: 180px;
	height: 20px;
	text-align: justify;
}

.PoweredByMessage A, .PoweredByMessage A:hover, .PoweredByMessage A:link, .PoweredByMessage A:hover
{
	font-family: Tahoma, Geneva, sans-serif;
	color: #000000;
	text-align: left;
	font-size: 8pt;
	position:absolute;
	left: 40px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-align: justify;
}