﻿/* 
   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 #6A5C2B;
}


input 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 90%;
}

select
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 90%;
}

.errortext
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size:12pt;
    font-weight:bold;
    color: Red;
}

.smallred
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size:9pt;
    font-weight:bold;
    color: Red;
}

.loginstatus
{
    padding-left:2em;    
}

.gridlabel
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 12pt;
    font-weight: bold;
    line-height:22pt;
    vertical-align:top;
    color:#000080;
}

.detaillabel
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 100%;
    font-weight: bold;
}

.masterlabel
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 100%;
    font-weight: bold;
}

.fvtotal
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size:10pt;
    color:Red;
    background-color:#C0C0FF;
}

.fvlabel
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size:10pt;
    background-color:#C0C0FF;
}
.masterlabel2
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 80%;
    font-weight: bold;    
} 

.windowstyle
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 100%;
    font-weight: bold;  
    background-color: #FFFFC0;
    text-align:center;
} 

/* Header Section */

#header {
	border-top: 3px solid #000080;
	border-bottom: 1px solid #000080;
	background-color: #FFFFC0;
	width:100%;
}

#header .title {
	font: 300% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: #000080;
	background-color: transparent;
	float: left;
	margin-right: 2em;
	margin-top: 0.3em;
	margin-left: .8em;
	position: absolute;
	top: 50px;
	left: 200px;
	
}

#header .title2 {
	font: 100% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: #000080;
	background-color: transparent;
	float: left;
	margin-right: 2em;
	margin-top: 0.3em;
	margin-left: .8em;
	position: absolute;
	top: 110px;
	left: 200px;
	
}

#header .title3 {
	font: 70% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: #000080;
	background-color: transparent;
	float: left;
	margin-right: 2em;
	margin-top: 0.3em;
	margin-left: .8em;
	position: absolute;
	top: 110px;
	left: 550px;
	
}

#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 .logo  
{
    top: 0px;
    left: 0px;
  
}

#header a:link, a:visited  {
	color: #B51032;
}

/* Navigation */

#navigation {
	width: 140px;
	top: 176px;
	left: 0px;
	position:absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:60%;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	border-bottom: 1px solid #6A5C2B;
}
#navigation li a  {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 12px solid #000080;
	border-right: 1px solid #000080;
	background-color: #FFFFC0;
	color: #000080;
	text-decoration: none;
}
#navigation li a:hover {
	background-color: #6A5C2B;
	color: #FFFFFF;
}
#navigation ul ul {
	margin-left: 12px;
}
#navigation ul ul li {
	border-bottom: 1px solid #6A5C2B;
	margin:0;
	background-color: #FFFFC0;
	color: #000080;
}
#navigation ul ul a:link, #navigation ul ul a:visited {
	background-color: #FFFFC0;
	color: #000080;
}
#navigation ul ul a:hover {
	background-color: #6A5C2B;
	color: #FFFFFF;
}

/* Main Content */

#content 
{
	margin-top:1em;
	margin-left: 9.5em;
	margin-right: 2em;
}
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; 
}


/* Data Web Control Styles */

.DataWebControlStyle
{
    font-size: 80%;
}

.HeaderStyle
{
    background-color: #FFFFC0;
    color: black;
    font-weight: bold;
    font-size:80%;
}

.RepeaterHeader
{
    font-size:8pt;
}

.RepeaterStyle
{
    background-color: #FFFFC0;
    color: black;
    font-size:70%;
}

.AlternatingRepeaterStyle
{
    background-color: #C0C0FF;
    font-size:70%;
}

.AlternatingRowStyle
{
    background-color: #C0C0FF;
    font-size:80%;
}

.RowStyle
{
    font-size:80%;
}

