﻿body
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: Black;
	font-size: 14px;
	color: #5B5B8A;
}

#Progress 
{
	position:fixed;
	top:30px;
	left:380px;
	border:4px solid Gray;
	padding:3px;
	background-color:White;
	display:none;
}

#ExternalFrame
{
	width: 900px;
	background-color: White;
	background-image:url('img/PageBorderTop.png');
	background-repeat:no-repeat;
	background-position:top left;
}

#BannerTop 
{
	padding-left:12px;
}

#PageContent 
{
	background-image:url(img/PageBorderBottom.png);
	background-position:bottom left;
	background-repeat:no-repeat;
}

.EmptyRow td 
{
	text-align:center;
	color:Red !important;
	font-weight:bold;
	font-size:18px;
	padding:12px 0px;
	border:1px solid red;
}


h1
{
	font-size: large;
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	color: #808080;
}

h2 
{
	font-size: medium;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	color: #808080;
}

#MenuBar
{
	background-image: url('img/MenuFrameBG.png');
	background-repeat: repeat-x;
	background-position: left top;
	height: 30px;
	padding-top: 3px;
	font-weight: bold;
}

#MenuBar a
{
	color: White;
}


#PageContent
{
	padding:0px;
	clear:both;
}

#InnerContent 
{
	padding:16px 16px 0px 16px;
}

.ErrorDisplay
{
	margin-bottom: 12px;
	display: block;
	border: 1px solid red;
	padding: 12px;
	line-height: 18px;
	color: Red;
}

.ResultDisplay
{
	margin-bottom: 12px;
	display: block;
	border: 1px solid green;
	padding: 12px;
	line-height: 18px;
	color: green;
}


.Params
{
	display: block;
	width: 90%;
	margin: auto auto;
	padding: 8px;
	border: 1px solid silver;
}

.Params a
{
	display: inline-block;
	padding: 4px 8px;
	border: 1px outset silver;
	background-color: #EEE;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: Black;
}

.Params legend
{
	padding: 8px 4px;
	font-weight: bold;
	margin: 0px;
}

.Params span 
{
	display:inline-block;
	width:120px;
	font-weight:bold;
}

table.CenteredTable 
{
	margin-left:auto;
	margin-right:auto;
}

table.FormInput
{
	background-color: #EEE;
	border: 1px solid silver;
	margin-top: 12px;
}

.FormInput td, .FormInput th
{
	padding: 4px;
}

.FormInput td td 
{
	padding:0px;
}

.FormInput tbody th
{
	text-align: right;
	font-weight: bold;
	vertical-align: top;
}

.FormInput tfoot td
{
	text-align: center;
}

.FormInput tfoot input.Button 
{
	width:120px;
}

.BigButton {
    background-color: #336bb6;
    color:White;
    border:1px solid black;
    padding:4px 12px;
}

.ClearBoth
{
	clear: both;
	float: none;
}

.NonModal
{
	position: fixed;
	top: 150px;
	left: 150px;
	z-index: 1000;
	text-align: center;
	color: Lime;
	display: block;
	font-size: 26px;
	width: 600px;
	background-image: url('img/NonModalBG.png?');
	background-repeat: repeat;
	padding: 10px 10px;
	border: 4px solid black;
}

.Validator
{
	display: block;
	color: Red;
	font-weight: bold;
	clear: left;
}

.ValidatorSummary
{
	position: fixed;
	top: 200px;
	left: 610px;
	width: 260px;
	border: 2px solid #9C0006;
	background: #FFC7CE;
	font-weight:bold;
}

.ValidatorSummary ul 
{
	margin:0px 0px 0px 24px;
	padding:0px;
}

.ValidatorSummary li 
{
	color: #9C0006;
}



.LoginLinks 
{
}

.LoginLinks a 
{
	color: Navy;
	font-weight:bold;
	display:inline-block;
	padding:2px 4px;
	font-size:16px;
}

.Expando 
{
	border:1px solid silver;
	margin-bottom:4px;
	width:80%;
	margin-left:auto;
	margin-right:auto;
}

.Expando .Trigger
{
	padding: 4px;
	font-weight: bold;
	background-repeat: repeat-x;
	cursor: pointer;
	background-image: url('img/th_bg.png');
	border-bottom:1px solid silver;
}

.Expando .Collapsible 
{
	padding:4px;
}

.Expando .Collapsible a 
{
	text-decoration:none;
	font-weight:bold;
}

.Expando .Collapsible a:hover 
{
	text-decoration:underline;
}

#SiteMap 
{
	width:200px;
	float:left;
	border:1px solid silver;
	margin:8px 12px 6px 0px;
	background-color:#EEE;
	padding:6px;
}

#SiteMap ul 
{
	padding:0px;
	margin:0px 0px 0px 16px;
}

#SiteMap a 
{
	color:Navy;
	text-decoration:none;
}

#SiteMap a:hover 
{
	text-decoration:underline;
}

#SiteMap h2 
{
	border-bottom:1px dotted silver;
	margin-bottom:3px;
}


.Message 
{
	font-weight:bold;
	text-align:center;
}

