﻿/* 
   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/pinto.gif');
}

/* 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: #663300;
}
#navigation li a  {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 12px solid #711515;
	border-right: 1px solid #711515;
	background-color: #996633;
	color: #000000;
	text-decoration: none;
	border-right-color: #663300;
	border-left-color: #663300;
}
#navigation li a:hover {
	background-color: #FFFF00;
	color: #000000;
}
#navigation ul ul {
	margin-left: 12px;
}
#navigation ul ul li {
	border-bottom: 1px solid #711515;
	margin: 0;
	background-color: #C6B5A5;
	color: #000000;
	border-bottom-color: #663300;
}
#navigation ul ul a:link, #navigation ul ul a:visited {
	background-color: #C6B5A5;
	color: #000000;
}
#navigation ul ul a:hover {
	background-color: #FFFF00;
	color: #000000;
}
#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 
{
	border-style: groove;
	padding: 5px;
	margin-top: 1em;
	margin-left: 16em;
	margin-right: 2em;
	width: 828px;
	background-color: #C6B5A5;
}
#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
{
	background-color: #C6B5A5;
	width: 1100px;
	border-bottom-style: double;
	border-bottom-color: #663300;
	border-bottom-width: thick;
	border-right-style: outset;
}

/* Data Web Control Styles */

.DataWebControlStyle
{
    font-size: 90%;
}
.SponsorStyle
{
	color: #663300;
	font-weight: bold;
	text-align: left;
	font-size: xx-large;
}
.HeaderStyle
{
	background-color: #663300;
	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: #996633;
	text-align: left;
}
.RowStyle
{
	text-align: left;
}

.SelectedRowStyle
{
    background-color: Yellow;
}

.PagerRowStyle
{
    background-color: #ddd;
    text-align: right;
}

.SortHeaderRowStyle
{
    background-color: #c00;
    text-align: left;
    font-weight: bold;
    color: White;
}


