﻿
html, body, form, td, input, select {font-family:Segoe UI, Tahoma, Arial; font-size:9pt;}

.tab
{
	display:block;
	width:10em;
	line-height:1.4;
	background-color:#369;
	text-decoration:none;
	text-align:center;
	border:none;
	border-right:none;
	color: #fff;
	font-weight:bold;
	font-family:'Segoe UI', Arial;
	font-size:11px;
	cursor:default;
}
.tab:hover
{
	background-color: #94b8e9;
	color: #fff;
}
.tabSelected 
{
	display:block;
	width:10em;
	border:none;
	background-color:#EFEFEF;
	line-height:1.4;
	color: #000;
	text-decoration:none;
	text-align:center;
	border-right:none;
	font-weight:bold;
	cursor:default;
	font-family:'Segoe UI', Arial;
	font-size:11px;
	outline-style:none;
}
.toolbar
{
	display:block;
	width:10em;
	line-height:2.1;
	background-color:#174171;
	text-decoration:none;
	text-align:center;
	border:none;
	border-right:none;
	color: #fff;
	font-weight:bold;
	cursor:default;
	font-family:'Segoe UI', Arial;
	font-size:11px;
	background-image:url(../images/tab_bg.gif);
}
.toolbar:hover
{
	background-color: #94b8e9;
	color: #fff;
	background-image:url(../images/tab_ovr.gif);
}
.toolbarSelected
{
	display:block;
	width:10em;
	border:none;
	background-color:#6988B4;
	line-height:2.1;
	color: #fff;
	text-decoration:none;
	text-align:center;
	border-right:none;
	font-weight:bold;
	cursor:default;
	outline-style:none;
	font-family:'Segoe UI', Arial;
	font-size:11px;
	background-image:url(../images/tab.gif);
}
.btn
{
	display:block;
	width:10em;
	line-height:1.4;
	text-decoration:none;
	text-align:center;
	border: solid 2px steelblue;
	color: steelblue;
	font-weight:bold; 
}
.btn:hover
{
	background-color: steelblue; 
	color: #fff;
}
.txtBox
{
	width:200px;
	font-size: 8pt;
	font-family: 'Segoe UI', Arial;
}
.cboList
{
	width:200px;
	font-size: 8pt;
	font-family: 'Segoe UI', Arial;
}

.pageTab
{
	display:block;
	width:12em;
	line-height:1.4;
	background-color:#369;
	text-decoration:none;
	text-align:center;
	border: solid 1px black ;
	border-right:none;
	border-left:none;
	color: #fff;
	font-weight:bold;
	font-family: 'Segoe UI', Arial;
	font-size: 8.5pt;
	cursor:pointer;
}
.pageTab:hover
{
	background-color: #94b8e9;
	color: #fff;
}
.pageTabSelected
{
	display:block;
	width:12em;
	background-color:#EFEFEF;
	line-height:1.4;
	color: #000;
	text-decoration:none;
	border: solid 1px black ;
	border-bottom:solid 1px #EFEFEF ;
	border-right:none;
	border-left:none;
	text-align:center;
	font-weight:bold;
	font-family: 'Segoe UI', Arial;
	font-size: 8.5pt;
	cursor:default;
	outline:none;
}
	
.pageTabB
{
	display:block;
	background-color:#369;
	text-decoration:none;
	text-align:center;
	color: #fff;
	font-weight:bold;
	font-family: 'Segoe UI', Arial;
	font-size: 8.5pt;
	cursor:pointer;
	width:110px;
	height:17px; 
	border-left:solid 1px black; 
	border-right:solid 1px black;
	border-top:solid 1px black;
	border-bottom:solid 1px black;
}
.pageTabB:hover
{
	background-color: #94b8e9;
	color: #fff;
}
.pageTabBSelected
{
	display:block;
	background-color:#EFEFEF;
	color: #000;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	font-family: 'Segoe UI', Arial;
	font-size: 8.5pt;
	cursor:default;
	width:110px;
	height:17px;
	border-top:solid 1px black;
	border-bottom:solid 1px #EFEFEF;
	border-left:solid 1px black; 
	border-right:solid 1px black;
}
