﻿body 
{
	background-color: White;
	color: Black;
	font-family: Helvetica, Calibri, Verdana, Arial;
	font-size: 12px;
	background: url(images/interface/shade.gif) repeat-x top;
	background-position: top left;
	margin: 0px 0px 0px 0px;
}

#pageHeaderBar
{
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	width: 99%;
	background-color: Orange;
	padding: 4px 4px 4px 4px;
	min-height: 18px;
	height: 18px;
	max-height: 18px;
	overflow: hidden;
}

#headerIntro
{
	color: White;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	float: left;
}

#headerLinks
{
	color: White;
	font-weight: bold;
	font-size: 14px;
	float: right;
	vertical-align: middle;
}

#contentArea
{
	text-align: center;
	width: 100%;
}

#backsplash
{
	display: inline-block;
	margin-top: 8px;
	text-align: center;
	width: 843px;
	height: 642px;
	min-width: 843px;
	min-height: 642px;
	background: url("Images/Interface/backsplash_shadow-trans.png");
	overflow: hidden;
}

#entryContentArea
{
	text-align: center;
	vertical-align: top;
	overflow: hidden;
}

#manageText
{
	margin-top: 320px;
}

#additionalText
{
	font: normal normal bold 14px Helvetica,Verdana,Arial;
	color: White;
	margin-top: 20px;
	clear: both;
	display: inline-block;
}

/* css for login box styling */
#entryboxdiv
{
	min-height: 30px;
	min-width: 226px;
	height: 30px;
	width: 226px;
	background: url(images/interface/textbox.gif) no-repeat bottom;
	text-align: left;
	margin: 20px 0px 0px 266px;
	float: left;
}

.entrybox
{
	background: none;
	border: 0;
	width: 200px;
	height: 21px;
	margin: 4px 0px 0px 20px;
	font-family: Helvetica, Calibri, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006900;
}

.watermarkEntryBox
{
	background: none;
	border: 0;
	height: 21px;
	margin: 4px 0px 0px 20px;
	font-family: Helvetica, Calibri, Verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #ababab;
}

.submitButton
{
	float: left;
	vertical-align: top;
	margin-left: 10px;
	margin-top: 20px;
}

#pageFooterBar
{
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	width: 99%;
	background-color: #003900;
	padding: 4px 4px 4px 4px;
	min-height: 16px;
	height: 16px;
	max-height: 16px;
	overflow: hidden;
}

#footerCopyright
{
	color: #999999;
	font-size: 12px;
	float: left;
}

#footerLinks
{
	color: #999999;
	font-size: 12px;
	float: right;
	vertical-align: middle;
}

#dialogContent
{
	margin: 10px 5px 5px 5px;
}

#dialogButtons
{
	margin: 10px 5px 5px 5px;
	float: right;
}

.modalBackground
{
	background-color: #ffffff;
	margin: 10px 10px 10px 10px;
	width: 300px;
	height: 200px;
}

.modalBackground
{
	background: url(images/interface/shade.gif) repeat-x top;
}
