/* Default CSS Stylesheet for a new Web Application project */
body
{
    background-color:#082C50;
    margin:0px;
}


BODY, TD {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#092D4F;
}

HR {
	color:#092D4F;
	background-color:#092D4F;
}

A, A:visited, A:active {
	color:#092D4F;
	text-decoration: underline;
}

A:hover {
	color:#092D4F;
	text-decoration: underline;
}

.PageTitle {
	font-size:16pt;
}

.BottomLinks {
	font-size:9px;
}

Input {
	font-size: 9pt;
	font-family: Verdana;
}

Input.Button {
	font-family: Verdana;
	font-size: 8pt;
}

Select {
	font-family: Verdana;
	font-size: 8pt;
}

TextArea {
	font-size: 9pt;
	font-family: Verdana;
}

.Content {

	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.ContentImage 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

.ShellDate {
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;

}

.ShellContactInfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;

}

.Nav {
	background-color: #012545;
	color: #EDD91A;
	font-size: 9pt;
	font-weight: bold;
}

.NavOver {
	background-color: #EDD91A;
	color: #012545;
	font-size: 9pt;
	font-weight: bold;
}

.BottomNav {
	font-size: 10pt;
}

.Copyright {
	line-height: 10pt;
	font-size: 8pt;
}

.NewsBoxTitle {
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}

.AddNew 
{	
	font-size: 8pt;
	font-style: italic;
}

.Footnote 
{	
	font-size: 8pt;
}

.PageTitle {
}

.PageSubtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;

}

.StdFormLabel 
{
	font-size: 8pt;
	font-weight: bold;
}

.StdFormField
{
	font-size: 8pt;

	font-weight: normal;
}


.ReportHeader {
	font-weight: bold;
	font-size: xx-small;
	background: #000066;
	color: white;
	text-align:center;
}

.ReportHeader a:link {
	text-decoration: underline;
	color: White;
}

.ReportHeader a:active {
	text-decoration: underline;
	color: White;
}

.ReportHeader a:visited {
	text-decoration: underline;
	color: White;
}

.ReportHeader a:hover {
	text-decoration: underline;
	color: White;
}

/* - Row Item - */
.ReportRow1 {
	font-size: xx-small;
	color: black;
	background-color: #E0E0E0;
	text-align:center;
	
}

/*
.ReportRow1 a:link {
	text-decoration: none;
	color: #339933;
}

.ReportRow1 a:active {
	text-decoration: none;
	color: #339933;
}

.ReportRow1 a:visited {
	text-decoration: none;
	color: #339933;
}

.ReportRow1 a:hover {
	text-decoration: underline;
	color: #339933;
}

*/

/* - Row Alternating Item - */
.ReportRow2 {
	font-size: xx-small;
	background-color: #FFFFFF;
	color: Black;
	text-align:center;
}

/*
.ReportRow2 a:link {
	text-decoration: none;
	color: #339933;
}

.ReportRow2 a:active {
	text-decoration: none;
	color: #339933;
}

.ReportRow2 a:visited {
	text-decoration: none;
	color: #339933;
}

.ReportRow2 a:hover {
	text-decoration: underline;
	color: #339933;
}
*/

.ReportEdit 
{
	font-size: xx-small;
	background-color:Navy;
	color: #FFFFFF;
}

.ReportEdit a:link {
	text-decoration: none;
	color: #FFFFFF;
}

.ReportEdit a:active {
	text-decoration: none;
	color: #FFFFFF;
	text-decoration: none;
}

.ReportEdit a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.ReportEdit a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.ReportPager {
	font-size: xx-small;
	background-color: #FFFFFF;
	color: Black;
}

/*
.ReportPager a:link {
	text-decoration: none;
	color: #339933;
}

.ReportPager a:active {
	text-decoration: none;
	color: #339933;
}

.ReportPager a:visited {
	text-decoration: none;
	color: #339933;
}

.ReportPager a:hover {
	text-decoration: underline;
	color: #339933;
}
*/

.PrettyPager 
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 9pt;
}

.ErrorMessage 
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: x-small;
	color: Red;
}
