﻿html, body
{
	margin: 0px 0px 0px 0px;
	/* background-image: url(Images/bkgrid2.gif); */
 background-color: #000040; 
	height: 100%;
	width: 100%;
}

textarea, input, td, a, p, html, body
{
	font-family: Arial;
	font-size: 13px;
}

.sysMastContent
{
	width: 100%;
	height: 120px;
	
}

.sysMastCenter
{
	background-image: url(Images/bg.gif);
	padding: 0px 20px 0px 20px;
	margin: 0px auto 0px auto;
	width: 880px;
	height: 120px;
	vertical-align: baseline;
}

.sysMainContent
{
	width: 100%;
}

.sysMainCenter
{
		background-color: #f8f5ed;
		margin: 0px auto 0px auto;
	padding: 40px 10px 40px 10px;
	height: 100%;
	width: 900px;
	border: none;
	display: block;
	clear: both;
}

.sysFootContent
{
	width: 100%;
}

.sysFootCenter
{
	background-color: #f8f5ed;
	padding: 0px 20px 0px 20px;
	margin: 0px auto 0px auto;
	width: 880px;
	height: 50px;
	vertical-align: bottom;
	font-family: Arial;
	text-align: center;
	clear: right;
	display: block;
}

.sysformPrompt
{
	font-family: Arial;
	color: #666666;
	text-align: right;
	padding-right: 5px;
	white-space: nowrap;
}

.sysreqInput
{
	border: solid 1px #7F9DB9;
	border-left: 3px solid #DD0000;
}

.sysgridDetail
{
	font-family: Arial;
	padding: 3px 3px 3px 3px;
}

.sysgridHeader, a.sysgridHeader
{
	background-color: #3399FF;
	color: #FFFFFF;
	font-family: Arial;
	font-weight: bold;
	padding: 3px 3px 3px 3px;
	white-space: nowrap;
	text-align: left;
}

.sysformTable
{
	padding: 2px 2px 2px 2px;
	border: 0px 0px 0px 0px;
}

.syspageHeader
{
	font-family: Verdana;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 12px;
	color: #666666;
}

.sysactionButton
{
	font-family: Arial;
	margin-top: 15px;
	margin-bottom: 18px;
	margin-right: 5px;
}
.sysmodalBackground
{
	background-color: Gray;
	filter: alpha(opacity=20);
	opacity: 0.2;
	-moz-opacity: 0.2;
}

.sysmodalPopup
{
	background-color: #FFFFE5;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	padding: 5px;
	width: 500px;
}

.sysmodalHeader
{
	font-size: 14px;
	color: #CC0000;
}

.sysmodalMessage
{
	line-height: 20px;
}

.sysfooterLink
{
	font-family: Arial;
	color: #000000;
	font-size: 13px;
	text-decoration: none;
}

.systabOn, .systabOff
{
	background-color: #f8f5ed;
	padding-left: 10px;
	padding-right: 10px;
	height: 26px;
}

.systabOff
{
	background-image: url(Images/taboff.gif);
	background-repeat: repeat-x;
}

.systabTable
{
	position: static;
	vertical-align: baseline;
}

.systabLink, .systabLinkActive
{
	color: #0000ff;
	text-decoration: none;
}

.systabLink:hover
{
	color: #DD0000;
}

.MainContent
{
margin: 0px 40px 0px 40px;
line-height: 120%;
}

.LeftColumn 
{
float: left;
width: 240px;
}
.RightColumn
{
float: right;
width: 570px;
}

.Title
{
text-align: left; 
font-size: 26px; 
font-weight: bold; 
color: #666666;
margin: 18px 0px 18px 0px;
}

.Links
{
color: #0000FF;
text-decoration: none;
}
.Links:Hover
{
color: #FF0000;
}

.AlertLinks
{
font-size: 14;
font-weight: bold;
color: #FF0000;
text-decoration: none;
}

.onClickLink
{
color: #0000FF;
cursor: pointer;
}
.onClickLink:hover
{
color: #FF0000;
}



