﻿/* standard styles */
body
{
	font-size: 0.8em;
	font-family: verdana,tahoma,arial,helvetica,sans-serif;
	color: black;
	background-color: White;
	margin: 0px 0px 0px 0px;
}
h1
{
	font-size: 1.8em; 
	color: #003CA0; 
	font-weight: bold;
}
h2
{
	font-size: 1.6em; 
	font-weight: bold;
}
h3
{
	font-size: 1.4em; 
	font-weight: bold;
}
h4
{
	font-size: 1.0em; 
	font-weight: bold; 
	margin:0px; 
	padding:0px;
}

/* Master Page Styles */
#ScreenFormat
{
	width: 100%;
	text-align: center;
}

.PageFormat
{
	margin-top: 10px;
	width: 100%;
	text-align: center;
	border: solid 1px #E8E8E8;
	padding: 2px 2px 2px 2px;
}

.DialogFormat
{
	margin-top: 10px;
	text-align: center;
	padding: 2px 2px 2px 2px;
}

#Content
{
	text-align: left;
	padding: 10px 10px 10px 10px;
}

.Copyright
{
	background-color: #003CA0;
	color: White;
}

/* Special named styles */
.Prompt, .RequiredPrompt 
{
	text-align: right;
}

.RequiredPrompt 
{
	font-weight: bolder;
}

.Header 
{
	background-color: #99ccff;
	font-weight: bold;
	
	/*color: #003CA0;*/ 
	padding: 1px 3px 1px 3px;
}

.TableRow
{
}

.TableRowAlternate
{
	background-color: #E8E8E8
}

.Error
{
	color: Red;
	font-weight: bolder;
}

/* Navigation Styles */
.ButtonBar
{
	width: 100%;
	background-color: #003CA0;
}
.ButtonBarButtons
{
	background-color: #003CA0;
	color: White;
	padding: 3px 5px 3px 5px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	font-size: 130%;
}
.ButtonBarPopUp 
{
	border: 1px solid #003CA0;
	background-color: #D4DDE5;
	text-align: left;
	color: #003CA0;
}

a:link.ButtonBarPopUp, a:visited.ButtonBarPopUp, a:focus.ButtonBarPopUp, a:hover.ButtonBarPopUp
{
	display:block;
	color: #003CA0;
	text-decoration: none;
	padding-left: 5px;
}

a:hover.ButtonBarPopUp
{
	background-color: #003CA0;
	color: White;
}

#footnote 
{
	padding: 5px;
	background-color: #eee;
	border: solid 1px #000;
	margin: 10px;
}

#footnote h4
{
	padding: 5px 0;
	margin: 0;
	background-color: Transparent;
}

#footnote ul
{
	list-style: none;
}

.cf table
{
	border-bottom: solid 1px #000;
	border-right: solid 1px #000;
}

.cf td
{
	border-top: solid 1px #000;
	border-left: solid 1px #000;
	width: 50%;
}