﻿/* Overall Page */

a:link
{	color: rgb(204,0,0); 
}

a:visited 
{	color: rgb(102,0,0); 
} 

a:active 
{	color: rgb(0,0,204);
}

body
{	margin: 0;	
	padding-bottom: 0;
	font-family: Verdana, Times New Roman, Times;
	background-color: White;
	color: rgb(0,0,102);
	font-size: 10pt;
}

h1, h2, h3, h4, h5, h6
{	font-family: Verdana, Times New Roman, Times;
	color: rgb(0,0,102);
}

h1
{	font-size: 150%;
}


h4
{	font-size: 120%;
}




/* Header Section */

#header
{
}

#header .title
{	font: 190% Verdana, Times New Roman, Times;
	font-weight: bold;
	color: black;
	background-color: transparent;
}

#header .breadcrumb
{	font: 90% Verdana, Times New Roman, Times;
	color: black;
	background-color: transparent;
	/*float: right;*/
	margin-right: 1em;
	margin-top: 0.8em;
	font-weight: bold;
	text-align: right;
}

#header a:link, a:visited
{	color: #B51032;
}





/* Main Content */

#content 
{	margin-top: 12px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 0.8em;
}

#content .breadcrumb
{	font: 120% Verdana, Times New Roman, Times;
	color: black;
	background-color: transparent;
	float: right;
	margin-right: 0.2em;
	margin-top: 0.5em;
	font-weight: bold;
	text-align: right;
}

#content p	
{	/* font-size: 80%; */
	line-height: 1.6em; 
}

#content ul
{	/* font-size: 80%; */
	line-height: 1.6em; 
}


/* Bottom Navigation Menu */

#navigation2
{
	border-top: 3px solid #000066;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 0.8em;
	color: #000066; 
}

#navigation2 a:link, a:visited
{	color: #000066;
}






/* Data Web Control Styles */

.DataWebControlStyle
{	font-size: 90%;
}

.HeaderStyle
{	background-color: #900;
    color: White;
    font-weight: bold;
}

.AlternatingRowStyle
{	background-color: #fcc;
}

.RowStyle
{	
}

.GridEditText
{	color: Black;
	font-family: Verdana, Times New Roman, Times;
	font-size: 90%;
}

.GridText
{	font-family: Verdana, Times New Roman, Times;
	font-size: 90%;
}

.TotalsRight
{	font: Verdana, Times New Roman, Times;
	color: black;
	background-color: transparent;
	float: right;
	margin-right: 1em;
	margin-top: 0.8em;
	font-weight:bold;
	text-align: right;
}

.BodyRight
{	text-align: right;
}

