﻿/* Overall Page */

#body {
	margin: 0;
	padding-bottom: 2em;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: 2px solid #B51032;
}

/* Header Section */

#header
{
	border-top: #b51032 3px solid;
	border-bottom: #b51032 1px solid;
	margin-left: 1px;
	background-color: #00ccff;
}
#header .title {
	font: 190% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: black;
	background-color: transparent;
	float: left;
	margin-right: 2em;
	margin-top: 0.3em;
	margin-left: .8em;
}
#header .breadcrumb {
	font: 90% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: black;
	background-color: transparent;
	float: right;
	margin-right: 2em;
	margin-top: 0.8em;
	font-weight:bold;
}
#header a:link, a:visited  {
	color: #B51032;
}

/* Navigation */
#navigation
{
	vertical-align:top;
	background-color: lightblue;
	width: 50em;
	height: 800px;
	padding-right: 10px;
	padding-top:20px;
}


/* Main Content */

#content
{
	width: 100%;
	height: 100%;
	padding-left: 10px;
	vertical-align:top;
	
}
h1 {
	font: 150% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
}
#content p {
	font-size: 80%;
	line-height: 1.6em; 
}

#content ul {
	font-size: 80%;
	line-height: 1.6em; 
}

/* Footer */
.footer
{
	text-align:center;	
	margin-top: auto;
	margin-bottom: 1024em;
	vertical-align: bottom;
	padding-top: 1px;
	position:relative;
	top: 200px;
	font-size: 10pt;
}

/* Title */
.title
{
	font-size:xx-large;
	font-family: 'Comic Sans MS' , 'Courier New';
}
.PageTitle
{
	font-size:x-large;
}

.Label
{
	font-size: medium;
	color:Black;
}

.GroupName
{
	font-size: large;
}

/* Data Web Control Styles */

.DataWebControlStyle
{
    font-size: 90%;
}

.HeaderStyle
{
    background-color: #900;
    color: White;
    font-weight: bold;
}

.AlternatingRowStyle
{
    background-color: #fcc;
}

.RowStyle
{
	font-size: small;
}

.Warning
{
	font-size: large;
	color: red;
}
.selectdbpanel
{
	background-color: white;
	color: navy;
}
.DynamicHoverStyle
{
	background-color: highlight;
	border-right: white thin;
	border-top: white thin;
	border-left: white thin;
	border-bottom: white thin;
	font-family: 'Comic Sans MS' , 'Courier New';
	font-size: 10pt;
	color: White;
}
.DynamicMenuStyle
{
	background-color: blue;
	font-family: 'Comic Sans MS' , 'Courier New';
	font-size: 10pt;
}
.Menu
{
	font-family: 'Comic Sans MS' , 'Courier New';
	font-size: 10pt;
	background-color: transparent;
}
.StaticSelectedStyle
{
	color: white;
	background-color: #0066ff;
	border-right: gray thin outset;
	border-top: gray thin outset;
	border-left: gray thin outset;
	border-bottom: gray thin outset;
	font-family: 'Comic Sans MS' , 'Courier New';
	font-size: 10pt;
}
.DynamicSelectedStyle
{
	color: white;
	font-size: 10pt;
}
.DynamicMenuItemStyle
{
	color: white;
	font-family: 'Comic Sans MS' , 'Courier New';
	font-size: 10pt;
	padding-left: 20px;
}
.TabArea
{
	background-color: inactiveborder;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	width: 100%;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	height: 100%;
	width:70%;
}
.TabStrips
{
	background-color: gainsboro;
	border-right: black thin solid;
	border-top: black thin solid;
	font-size: 12pt;
	border-left: black thin solid;
	font-family: 'Comic Sans MS';
	text-align: center;
	border-bottom: black thin solid;
}
.TabStaticSelectedStyle
{
	color: white;
	background-color: #0099ff;
	border-right: gray thin groove;
	border-top: gray thin groove;
	border-left: gray thin groove;
	border-bottom: gray thin groove;
}
.TabStaticMenuItemStyle
{
	width: 50px;
	padding-right: 5px;
	padding-left: 5px;
	border-right: white thin solid;
	border-top: white thin solid;
	border-left: white thin solid;
	border-bottom: white thin solid;
}
.TabStaticHoverStyle
{
	text-decoration: underline;
	background-color: olive;
	color: white;
}
.FAQ
{
	vertical-align: top;
	text-align: right;
	font-size: small;
}
