html 
{
	margin:0;
	padding:0;		
	
	color:#e2e2e2;
	
	font-family: helvetica;
	font-size: 12px;
}
/*********** Page Layout ************/
#mainBody
{	
	background-color: #000000;
	
	padding:0;	
	
	margin: 0 auto 0 auto;
	
	text-align: center;	
}
#container
{	
	background-image: url(images/content_back.jpg);
	background-position: 0px 124px;
	background-repeat: repeat-x;
	background-color: #651008;
	
	border: 1px solid #3F3B3B;
	
	margin: 0 auto;	
	text-align: left;	
	
	width: 998px;
}
#headerContent
{	
	position: relative;
	
	background-image: url(images/header.png);
	background-repeat: no-repeat;	
	
	height: 124px;	
	
	padding: 0px;
	margin-bottom: 0px;	
	
	text-align: center;
	z-index: 5;
}
div.silhouette
{
	position: absolute;
	float: left;
	
	display: none;
	
	left: 717px;
	top: 4px;
	
	
	height: 137px;
	background-repeat: no-repeat;	
}
#sil_1
{
	background-image: url(images/sil_1.png);	
	width: 116px;
}
#sil_2
{
	background-image: url(images/sil_2.png);	
	width: 94px;
}
#sil_3
{
	background-image: url(images/sil_3.png);	
	width: 87px;
}

#mainContent
{	
	position: relative;
	
	float: left;		
	width: 814px;	
	
	min-height: 545px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
	
	z-index: 1;
}
/********* Proteus Required **********/
#footerContent
{	
	clear: both;
	margin: 10px auto 0px auto;
	padding: 0px 0px 10px 0px;	
	
	border: 0;
	
	width: 962px;
	
	background-color: transparent;
	
	text-align: center;
	font-size: 9px;
	
	min-height: 5px;
}
#footerContent p
{
	text-align: center;
}
#footerContent a.validHtml, #footerContent a.validCss
{
	width: 88px;
	height: 31px;
	
	float: left;
	position: relative;
	top: -5px;
}
#footerContent a.validCss
{
	float: right;
}
/****************************************************/
p
{
	text-align: left;
	padding: 0;
	margin: 0;	
}

a, a:link
{
	color: #45556F;
	border: 0;
	text-decoration: none;
}
a:visited
{
	color: #45556F;
	text-decoration: none;
}
a:hover
{	
	color: #FF9900;	
}
h1
{		
	font-size: 22px;
	font-weight:bolder;	
	margin: 0;
	padding: 0;
	
}
h1.logo
{
	background-image: url(images/sprite.png);
	background-position: 0px -59px;
	background-repeat: no-repeat;
	
	padding: 6px 0px 11px 60px;
	margin: 2px 0px 10px 0px;
	
	font-size: 24px;
}
h1.accent
{
	position: relative;
	
	top: -12px;	
	
	background-image: url(images/bullet.png);
	background-position: 98% 6px;
	background-repeat: no-repeat;
	
	padding: 6px 0px 6px 10px;
	margin: 0px 0px 3px 0px;
	
	font-size: 22px;
	font-family: "sovba-1", "sovba-2";
	
	background-color: #3F0904;
	
	border-style: solid;
	border-color: #4b4b4b;
	border-width: 0px 0px 1px 0px;
	
	z-index: 10;
}
h2
{		
	font-size: 16px;
	font-weight: bolder;
	
	margin: 0;
	padding: 0;
}
h2.accent
{
	background-image: url(images/sprite.png);
	background-position: 0px -95px;
	background-repeat: no-repeat;
	
	padding: 2px 0px 3px 25px !important;
	margin: 2px 0px 10px 0px;
	
	font-size: 16px;	
}
input.button, input.buttonOver
{
	background-color : #d0d0d0;
	
	color : #4b4b4b;
	
	font-size: 14px; 	
	font-family: "sovba-1", "sobva-2";
	
	border-width: 1px;
	border-style: solid;
	border-color: #4b4b4b;
	
	width: 145px;
	height: 25px;
	
	cursor: pointer;
}
input.buttonOver
{
	background-color : #4b4b4b;
	color : #d0d0d0;	
}
img
{
	border: 0;
}
img.thumbnail
{
	width: 50px;
	height: 50px;
}
input.text, input.password, input.textarea textBox
{
	background-color: #e2e2e2;
	border-color: #9999CC;    
	color: #000000;
}
/*************************************/
/*******************/
/*  Header Classes */
/*******************/
#headerBlock
{
	text-align: left;
	margin-bottom: 10px;
}
#headerImage, #errorImage, #updatedImage
{
	float: left;
	
	width: 75px;	
	height: 67px;
	
	border-style: solid;
	border-color: #4b4b4b;
	border-width: 0px 1px 0px 0px;	
	padding-right: 4px;
	margin: 0;
}
DIV.headerTextContainer
{
	position: relative;
	display: block;	
		
	left: 15px;
	top: 10px;	
}
span.headerTitle, span.headerHeading, span.headerSubHeading
{	
	position: relative;		
	font-weight: bolder;	
}
span.headerTitle
{	
	padding-left: 10px;
	display: block;
	font-size: 16px;
	color: #000000;	
}
span.headerHeading
{	
	left: 20px;
	display: block;
	font-size: 14px;
	color: #4b4b4b;	
}
span.headerSubHeading
{	
	padding-left: 40px;
	
	font-size: 12px;
	color: #45556F;
}

.formBuilder img
{
	

}


/**************************************/
/************ Error Block *************/
#errorBlock, #updatedBlock
{
	margin-bottom: 10px;
	text-align: left;
}
DIV.errorTitle
{
	position: relative;
	
	display: block;
	
	font-size: 16px;
	font-weight: bolder;
	color: red;	
	
	float: left;
	width: 80%;
	left: -6px;
	top: -5px;
}
DIV.errorDescription
{
	position: relative;
	display: block;
	
	font-size: 12px;
	color: #000000;
	
	text-align: left;
	
	border-style: solid;
	border-color: #4b4b4b;
	border-width: 1px 0px 0px 0px;	
	
	float: left;	
	left: -5px;
	width: 90%;
}
#errorImage, #updatedImage
{
	width: 49px;
	height: 49px;	
}
/***********************************/
#errorDiv
{	
	background-color: #e2e2e2;
	color: #FF0000;
	
	font-size: 15px;
	font-weight: bold;
	
	padding: 6px;
	
	text-align: center;
	
	border-style: solid;
	border-color: #010101;
	border-width: 1px;
}
/******************/
div.panelBlockContainer
{
	/*border: 1px solid #3F3B3B;*/
	
	background-color: #000000;
	background-image: url(images/block_back.jpg);
	background-repeat: repeat-x;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	
	box-shadow: 2px 2px 5px #000000;
}
div.panelBlockContainer div.actual
{	
	padding: 18px 10px 10px 10px;
	
	background-image: url(images/shine.png);
	background-repeat: repeat-x;
	
	border-style: solid;
	border-color: #3F3B3B;
	border-width: 1px;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
div.panelBlockContainer p
{
	text-align: justify;
	font-size: 14px;
	line-height: 20px;
	
	/*font-size: 16px;
	font-family: "calluna-1", "calluna-2";*/
}
div.panelBlockContainer h1.topHeader
{
	background-image: url(images/sprite.png);
	background-position: 0px -119px;
	background-repeat: repeat-x;
	
	padding: 4px 0px 5px 10px;
	/*margin: 2px 0px 10px 0px;*/
	margin: 0px 0px 0px 0px;	
	
	border-style: solid;
	border-color: #5F5959;
	border-width: 1px;
	
	font-size: 16px;
	font-family: "sovba-1", "sovba-2";
	letter-spacing: 1px;
	
	text-shadow: #1f1f1f 2px 2px 2px !important; /* Modern browsers */  	
	
	border-radius: 3px;
	-moz-border-radius: 3px;
}
div.panelBlockContainer h1.topHeader div
{
	float: right;
	position: relative;
	
	top: -1px;
	
	margin: 0px 3px 0px 0px;
	
	background-image: url(images/bullet.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	
	width: 24px;
	height: 24px;
}
