﻿

BODY
{
    /*background-color: #1d1d20;*/
    background: black url(images/secondary_bg.jpg) repeat-x;
    margin: 0px 20px 20px 20px;
}

#secMasthead 
{
	background: url(images/sec_head.jpg) no-repeat;
	width: 1060px;
	height: 226px;
	margin-right: auto;
	margin-left: auto;
    font-weight: bold;	
}

#secMasthead img 
{
	position: relative;
	top: 90px;
	left: 380px;
}


#BannerContainer
{
	background-color:#FFF;
}


#ErrorDialog
{
	z-index:99;
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	width:400px;
	height:250px;
	overflow-y:auto;
}


#PageContainer
{
	background-color :#fff;
	padding:10px;
	width:730px;
	text-align:center;
	border:solid 10px #666;
}


#ContentContainer
{
	background-position:top left;
	background-repeat:no-repeat;
	padding:10px;
	display:block;
}


#MenuContainer
{
	padding-top:5px;
	border-bottom:solid 2px #666;
}


.InputControl
{	
	font-size:8pt;
}


IMG.FileIcon
{
	border-width:1px;
	border-color:#ACACAC;
	border-style:solid;
}


.Button
{
	font-size:9pt;
}


.LoginTitleText
{
	font-size:75%;
	background-color:#7e7474;
	line-height:22px;
    font-weight:bold;
    color:#FFFFFF;
}


fieldset
{
	/*height:80px;*/
}


fieldset div
{
	padding:10px;
}


DIV.MessagePanel
{
	background-color : #feffec;
	border:solid 1px #d2d495;
	padding:10px;
}