﻿/* 
   The below CSS file was built using samples + techniques described by Rachel Andrew in her book:
   The CSS Anthology: 101 Essential Tips, Tricks & Hacks
*/

/* 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;
	border-top-width: 20px;
	border-top-style: none;
	background-image: url('../../images/background2.jpg');
}

/* Header Section */

#header {
	border-top: 3px solid #000099;
	border-bottom: 1px dotted #000099;
	height: 223px;
	border-width: 0px;
	border-style: none;
	border-bottom-color: #000099;
	font-size: xx-large;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}
#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 a:link, a:visited  {
	color: #B51032;
}

/* Navigation */

#navigation {
	width: 200px;
	top: 17em;
	left: 1em;
	width: 13em;
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	border-bottom: 1px solid #ED9F9F;
	border-bottom-color: #99CCFF;
}
#navigation li a  {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 12px solid #711515;
	border-right: 1px solid #711515;
	background-color: #0000FF;
	color: #FFFFFF;
	text-decoration: none;
	border-right-color: #000099;
	border-left-color: #000099;
}
#navigation li a:hover {
	background-color: #000099;
	color: #FFFFFF;
}
#navigation ul ul {
	margin-left: 12px;
}
#navigation ul ul li {
	border-bottom: 1px solid #711515;
	margin: 0;
	background-color: #99CCFF;
	color: #000099;
	border-bottom-color: #000099;
}
#navigation ul ul a:link, #navigation ul ul a:visited {
	background-color: #99CCFF;
	color: #000099;
}
#navigation ul ul a:hover {
	background-color: #000099;
	color: #FFFFFF;
}
#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;
}


/* Main Content */

#content 
{
    margin-top: 1em;
    margin-left: 16em;
    margin-right: 2em;
    width: 733px;
}
h1 {
	font: 150% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
}
#content p {
    font-size: 90%;
    line-height: 1.6em;
}

#content ul {
	font-size: 80%;
	line-height: 1.6em; 
}


.Important
{
    font-size: large;
    color: Red;
}

#table
{
}

/* Data Web Control Styles */

.DataWebControlStyle
{
    font-size: 90%;
}

.HeaderStyle
{
	background-color: #000099;
	color: White;
	font-weight: bold;
	text-align: left;
}

.HeaderStyle a, .HeaderStyle a:visited
{
    color: White;
}

.FooterStyle
{
	background-color: #3366FF;
	color: White;
	text-align: right;
}
.AlternatingRowStyle
{
	background-color: #99CCFF;
}

.RowStyle
{
}

.SelectedRowStyle
{
    background-color: Yellow;
}

.PagerRowStyle
{
    background-color: #ddd;
    text-align: right;
}

.SortHeaderRowStyle
{
    background-color: #c00;
    text-align: left;
    font-weight: bold;
    color: White;
}
.BorderStyle
{
	border: thick dotted #00FF00;
}

/* Menu Control Styles */

.MenuControlStyle
{
	font-size: 90%;
	background-color: #800000;
}

.MenuControlStyle a:link, .MenuControlStyle a:visited
{
	color: white;
}
.StaticMenuStyle
{
	padding: 5px;
	color: white;
	background-color: #0066FF ! important;
}
.StaticMenuItemStyle
{
	border-color: #FFFFFF #FFFFFF #FFFFFF #000099;
	padding: 5px 5px 4px 5px;
	color: White;
	background-color: #0000ff ! important;
	border-top-style: inset;
	border-left-style: solid;
	border-left-width: 10px;
}

.StaticSelectedStyle
{
	color: yellow;
	background-color: #0000ff ! important;
}

.StaticHoverStyle
{
	color: #000099;
	background-color: #99ccff ! important;
}

.DynamicMenuStyle
{
	padding: 5px;
	color: White;
	background-color: #0000ff ! important;
	border-left-style: solid;
	border-left-color: #000099;
	border-left-width: 10px;
}

.DynamicMenuItemStyle
{
	border-color: #FFFFFF;
	padding: 5px 5px 3px 5px;
	color: Black;
	background-color: #0000ff ! important;
	border-top-style: inset;
}

.DynamicSelectedStyle
{
	color: yellow;
	background-color: #0000ff ! important;
}

.DynamicHoverStyle
{
	color: #000099;
	background-color: #99ccff ! important;
}



