/* CSS Document: VALCPA Style Sheet */
/* Author: Andy Dennee, Dominion Digital, Inc. */
/* Created: 2002-01-08 */


/* PAGE LAYOUT STYLES */

body	{
	background: #305c65;
	margin-left: 2;
	margin-right: 2;
	margin-bottom: 2;
	margin-top: 2;
	padding: 0;
}

table.outline {
	background: #ffffff;
}

td.header {
	background: #ffffff;
}

td.divideLeft {
	background: #314a2d;
}

td.divideRight {
	background: #708268;
}

td.whiteDivide {
	background: #ffffff;
}
td.mpTextArea {
	background: #d0d7cc;
}

td.mainContent {
	background: #ffffff;
}

td.navArea {
	background: #bad1b4;
}



/* BASIC HTML ELEMENT STYLES */


/* Sets basic font styles inside the following html elements */
body, div, p, td, li, ul {
	font-family: Georgia, MS Trebuchet,	Verdana, Arial, Helvetica, sans-serif;
	font-size:	12px;
}

/* Sets spacing above and below lists   */

ul, ol, dl	{
	margin-top: 0em;
	margin-bottom: .67em;
}

p {
	line-height:18px;
}

li {
	line-height:16px;
}


/* HYPERLINKS: STYLES FOR CONTROLLING HYPERLINK APPEARANCE */

/* Basic hyperlink styles */

a	{
	font-family: Georgia, MS Trebuchet,	Verdana, Arial, Helvetica, sans-serif;
	font-size:	12px;
	background: transparent;
}
	
a:link	{
	color:	#000099;
	background: transparent;
	text-decoration: underline;
}
	
a:visited	{
	color:	#990000;
	background: transparent;
	text-decoration: underline;
}
	
a:hover	{
	color:	#771515;
	background: transparent;
	text-decoration: underline;
}
	
a:active	{
	color:	#771515;
	background: transparent;
	text-decoration: underline;
}

/* Breadcrumb Links */

a.breadCrumb {
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	color: #660000;
	text-decoration:none
}

a.breadCrumb:link {
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	color: #660000;
	text-decoration:none
}

a.breadCrumb:active {  
	color: #660000;
	text-decoration:none
}

a.breadCrumb:visited {  
	color: #000000;
	text-decoration:none
}

a.breadCrumb:hover {  
	color: #666666; 
	text-decoration:none
}

/* Footer Links */

a.footer {
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	color: #660000;
	text-decoration:none
}

a.footer:link {
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	color: #660000;
	text-decoration:none
}

a.footer:active {  
	color: #FFFFFF;
	text-decoration:none
}

a.footer:visited {  
	color: #000000;
	text-decoration:none
}

a.footer:hover {  
	color: #FFFFFF; 
	text-decoration:none
}

/* ADMIN Nav Links */

a.nav {
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	color: #333333;
	text-decoration:none;
	font-weight: bold;
}

a.nav:link {
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	color: #333333;
	text-decoration:none;
	font-weight: bold;
}

a.nav:active {  
	color: #ffffcc;
	text-decoration:none
}

a.nav:visited {  
	color: #ffffff;
	text-decoration:none
}

a.nav:hover {  
	color: #666666; 
	text-decoration:none
}

/* FORMS: STYLES FOR CONTROLLING FORM INPUTS */

form {
	font-size: 11px; 
	display: block;
	font-family: Arial, Helvetica, Trebuchet MS, Verdana, sans-serif;
	padding:0; 
	border:0; 
	margin:0
}

input { 
	font-size: 11px; 
	font-family: Arial, Helvetica, Trebuchet MS, Verdana, sans-serif;
	backgound-color: #ffffff;
}

select { 
	font-size: 11px; 
	font-family: Arial, Helvetica, Trebuchet MS, Verdana, sans-serif;
}

textarea { 
	font-size: 11px; 
	font-family: Arial, Helvetica, Trebuchet MS, Verdana, sans-serif;
}


/* HEADINGS: STYLES FOR H1-H6 */

/* NOT SET */
h1	{
	font: normal 16px trebuchet ms, arial, helvetica, verdana, sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
	background: transparent;
}

h2	{
	font-family: Georgia, Times, serif, Trebuchet MS, Verdana, Arial, Helvetica;
	font-size: 22px;
	font-weight: normal;
	margin-top: 1em;
	margin-bottom: 20px;
	color: #345F0A;
}

/* NOT SET */
h3	{
	font: normal 12px arial, helvetica, verdana, sans-serif;
	background: transparent;
} 

h4	{
	font-family: Georgia, Times, serif, Trebuchet MS, Verdana, Arial, Helvetica;
	font-size: 13px;
	font-weight: bolder;
	color: #990000;
	margin-bottom: .67em;
	margin-top: 1.6em;
	text-transform: uppercase;
} 


/* ADDED PSEUDO-CLASSES */
.breadCrumb {
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	color: #660000;
}

.footerText {
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	color: #999999;
}

/* Creates dotted dividers below table cell */
td.dottedBelow {
	border-bottom: 1px dotted #ccc;
}

/* Creates dotted dividers below & left of table cell */
td.dottedLeftAndBelow {
	border-bottom: 1px dotted #ccc;
	border-left: 1px dotted #ccc;
}

/* Creates dotted dividers below & left of table cell */
td.dottedLeft {
	border-left: 1px dotted #ccc;
}

/* Creates dotted dividers below & left of table cell */
td.solidLeft {
	border-left: 1px solid #ccc;
}

/* Creates solid dividers below table cell */
td.solidBelow {
	border-bottom: 1px solid #ccc;
}

/* Creates solid bold dividers below table cell */
td.solidBelowBold {
	border-bottom: 2px solid #660000;
}

/* Creates solid dividers below & left of table cell */
td.solidLeftAndBelow {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

/* Creates solid dividers below & left of table cell */
td.dotLeftSolidBelow {
	border-bottom: 1px solid #ccc;
	border-left: 1px dashed #ccc;
}

/* Creates solid dividers below table cell */
td.solidBelowBoldText {
	border-bottom: 2px solid #ccc;
	font-weight: bold;
}

.alertImage	
{
	border: 0;
	display: inline;
}

#alert 
{
	padding-bottom: 20px;
}

.formInstructions 
{
	color: #000000;
	font-weight: bold;
}

.subtleLabel 
{
	color: #666666;
	font-weight: bold;
}

.note
{
	color: #990000;
	font-weight: bold;
}

.closeWindow	{
	font-family: Georgia, Times, serif, Trebuchet MS, Verdana, Arial, Helvetica;
	font-size: 13px;
	font-weight: bolder;
	color: #990000;
} 

