﻿body 
{
	background-image:url('../media/images/back.jpg'); 
	font-family:Arial; 
	font-size:9pt;
}

.Construct_Textbox
{
	font-size:8pt;
	font-family:Tahoma;
	font-weight:normal;
}
.Construct_Header
{
	color: rgb(0, 102, 0);
	font-size: medium;
	font-weight:bold;
}

.TabActive
{
	width:180px; 
	border:1px solid black; 
	text-align:center; 
	font-size:12px; 
	font-family: Tahoma; 
	padding:7px; 
	background-image: url('../media/images/tab_background.gif'); 
	background-position:bottom; 
	border-bottom: 0px;
}
.TabInactive
{
	width:180px; 
	border:1px solid black; 
	text-align:center; 
	font-size:12px; 
	font-family: Tahoma; 
	padding:7px; 
	background-image: url('../media/images/tab_background_normal.gif'); 
	background-position:bottom; 
	border-bottom: 0px;
}
.TabDetails
{
	border: 1px solid black;
	padding:4px;
}
.TabLinkButton
{
	text-decoration:none;
	font-weight: bold;
	color:Black;
}

.TableDetailsHeader
{
	background-image:url('../media/images/imgPanelBGYellowGrad1.gif');
	font-weight:bold;
	color:Black;
	border: 1px solid black;
	text-align:center;
}
.TableDetailsDetails
{
	color:Black;
	border: 1px solid black;
}
