﻿/*Theme Default.*/

.mainContainer
{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	list-style-type:none;
	vertical-align:top;
}

.mainContainer li
{
	list-style-type:none;
}

.headerContainer
{
	width:100%;
	height:35px;
}

.framesContainer
{
	width:100%;
	height:1px;
}

.headerSplitter
{
	display:inline;
	float:left;
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}

.tabPagesContainer
{
	display:block;
	float:left;
	height:35px;
	overflow:hidden;
	background-image:url(../../Images/TabControlV2/tab_background.gif);
	background-repeat:repeat-x;	
}


.controlButtonsContainer
{
	width:110px;
	display:block;
	float:left;
	height:100%;
	text-align:center;
}

.controlButtonsSplitter
{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	list-style-type:none;
	font-size:1px;
}

.controlButtonsInnerContainer
{
	height:28px;
	background-color:#4d102d;
	text-align:right;
}

.controlButtonsBackground
{
	height:6px;
	background-image:url(../../Images/TabControlV2/tab_bottom_background.gif);
	background-repeat:repeat-x;
}

.tabPageTable
{
	height:35px;
}

.tabpage_left
{
	width:4px;
	height:35px;
	background-image:url(../../Images/TabControlV2/tabpage_unselected_left.gif);
	background-repeat:no-repeat;
}

.tabpage_middle
{
	height:35px;
	background-image:url(../../Images/TabControlV2/tabpage_unselected_middle.gif);
	background-repeat:repeat-x;
	font-family:Tahoma;
	font-size:10px;
	padding-left:4px;
	padding-right:4px;
}

.tabpage_middle img
{
	padding-right:6px;
}

.tabpage_middle span
{
	font-family:Tahoma;
	font-size:11px;
	color:White;
}

.tabpage_right
{
	width:4px;
	height:35px;
	background-image:url(../../Images/TabControlV2/tabpage_unselected_right.gif);
	background-repeat:no-repeat;
}

.tabpage_selected_left
{
	width:4px;
	height:35px;
	background-image:url(../../Images/TabControlV2/tabpage_selected_left.gif);
	background-repeat:no-repeat;
}

.tabpage_selected_middle
{
	height:35px;
	background-image:url(../../Images/TabControlV2/tabpage_selected_middle.gif);
	background-repeat:repeat-x;
	font-family:Tahoma;
	font-size:10px;
	padding-left:4px;
	padding-right:4px;
	cursor:default;
}

.tabpage_selected_middle img
{
	padding-right:6px;
}

.tabpage_selected_middle span
{
	font-family:Tahoma;
	font-size:11px;
	color:White;
}

.tabpage_selected_right
{
	width:4px;
	height:35px;
	background-image:url(../../Images/TabControlV2/tabpage_selected_right.gif);
	background-repeat:no-repeat;
}

/*Extenders*/

.fullScreenExtenderDiv
{
	height:18px;
	width:150px;
	filter:alpha(opacity:30);
	font-family:Verdana;
	font-size:11px;
	padding-top:4px;
	moz-opacity:50;
	background-color:#07EF6F;
	color:#668000;
	border-left:solid 1px #333;
	border-bottom:solid 1px #333;
	vertical-align:middle;
	text-align:center;
}

/*Quick Switch Extender*/

.quickSwitch_containerDiv
{
	background-color:#fdfef8;
	border:solid 1px #475a58;
}

.quickSwitch_mainUl
{
	margin:10px;
	padding:0px;
	width:400px;
}

.quickSwitch_itemLi
{
	width:100%;
	margin:0px;
	padding:0px;
	list-style-type:none;
	height:20px;
	font-family:Verdana;
	font-size:12px;
	border:none;
}

.quickSwitch_itemLi img
{
	margin:2px;
	margin-right:4px;
	float:left;
}

.quickSwitch_itemLi a
{
	text-decoration:none;	
	display:block;
	margin-top:3px;
	cursor:pointer;
}

.quickSwitch_itemLi a:hover
{
	text-decoration:none;	
	display:block;
	margin-top:3px;
	cursor:pointer;
	border:solid 1px Blue;
}

.quickSwitch_itemLiSelected
{
	width:100%;
	margin:0px;
	padding:0px;
	list-style-type:none;
	height:20px;
	font-family:Verdana;
	font-size:12px;
	border:solid 1px Black;
	background-color:#aeaeae;
	color:White;
}

.quickSwitch_itemLiSelected img
{
	margin:2px;
	margin-right:4px;
	float:left;
}

.quickSwitch_itemLiSelected a
{
	text-decoration:none;
	font-weight:bold;
	display:block;
	margin-top:3px;
	
}