﻿/*Styles used for tabcontrol*/

#tabControl
{
	border-bottom: #000000 1px solid;
}

.tabManager, .tab, .tabItemManager, .tabItem
{
	font-family: Arial;
	font-size: 8pt;
}

.tabAdmin
{	
	text-align: center;	
	padding: 0px;
	margin-left: 10px;	
	background-color: #808080;	
}


.tabManager
{	
	text-align: center;	
	padding: 0px;
	margin-left: 10px;	
	background-color: #008000;	
}

.tab
{	
	text-align: center;	
	padding: 0px;
	margin-left: 10px;
	background-color: #023365;	
}

.tabViewer
{
	text-align: center;	
	padding: 0px;
	margin-left: 10px;
	background-color: #c30b00;
}

#tabControl a 
{
	color:white;
}

#tabControl a:link 
{
	text-decoration: none;
}

#tabControl a:hover 
{
	text-decoration: underline;
}

.tabItemAdmin
{
	background-color: #808080;	
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-top: 0px;
}

.tabItemViewer
{
	background-color: #c30b00;	
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-top: 0px;
}

.tabItemManager
{
	background-color: #008000;	
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-top: 0px;
}

.tabItem
{	
	background-color:#023365;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 0px;
}

.tabSelectedViewer
{	
	font-style:oblique;
	font-weight:bold;	
}

.tabSelectedAdmin
{	
	font-style:oblique;
	font-weight:bold;	
}


.tabSelectedManager
{	
	font-style:oblique;
	font-weight:bold;	
}

.tabSelected
{	
	font-style:oblique;
	font-weight:bold;	
}
