﻿/*
File imported below was borrowed from YUI library. 

Please see: http://developer.yahoo.com/yui/reset/

"The foundational YUI Reset CSS file removes and neutralizes the 
inconsistent default styling of HTML elements, creating a level 
playing field across A-grade browsers and providing a sound foundation
upon which you can explicitly declare your intentions."
*/
@import url("Reset.css");

body
{
  font-family: Verdana, Arial, Sans-Serif;
  
  /* 
  Line below normalizes 1 em to be equal to 10 px in most browsers.
  Please see www.clagnut.com/blog/348/ for more info or pg. 204 in
  Pro CSS Techniques book for more information.
  child pixels / parent pixels(10) = child font size ems
  */
  font-size: 62.5%;
  
  text-align:left;
}

a:link {
color: #606060;
}

a:visited {
color: #000000;
}

a:hover {
color: #606060;
text-decoration: none;
}

a:active {
color: #000000;
}

Ul.toplevel {list-style-type: disc; line-height: 1.7; padding-left: 14px; padding-top: 14px;}
ul.sublevel1 {list-style-type: circle; line-height: 1.7; padding-left: 25px; padding-top: 0px;}
ul.sublevel2 {list-style-type: square; line-height: 1.7; padding-left: 35px; padding-top: 0px;}

H1 {font-size:2.4em; color:#606060; font-weight: bold}  /* displayed at 24px */
H2 {font-size:1.8em; color:#606060; font-weight: bold}  /* displayed at 18px */
H3 {font-size:1.5em; color:#606060; font-weight: bold}  /* displayed at 15px */
H4 {font-size:1.2em; color:#606060; font-weight: bold}  /* displayed at 12px */
H5 {font-size:1em; color:#606060; font-weight: bold}    /* displayed at 10px */

div#wrapper 
{
  text-align:left;
  
  /* Left nav 18em wide, right content 56 em wide */  
  width:73.9em;	
  border-bottom:solid 1px black;
  border-left:solid 1px black;
}
@media print
{
	div#wrapper
	{
		border:none;
	}
}

div#header
{	
	min-width:73.9em; 
	min-height:10em; 
	border-bottom: solid 1px black;
	position:relative;
}
@media print
{	
  div#header	
  {
	display:none;
	visibility:hidden;
  }
}

div#header-left
{
	float:left;
	min-width:17.9em; 
	min-height:9.9em; 
	border-right:solid 1px black;
	border-top:solid 1px black;
}

div#header-left h1
{
	margin-top:0.6em;
}

div#header-right
{
	float:left;
	min-width:55.8em; /* 56 em - 1px border */
	min-height:9.9em; /* 10 em - 1px border */
	border-right:solid 1px black;
	border-top:solid 1px black;
	text-align:right;
	vertical-align:bottom;
}

div#header-right div#header-information
{
	padding-top:4px;
	padding-right:4px;
}
div#header-right div#header-information p
{
	padding-top:4px; 
	padding-bottom:4px;
}

div#header-right div#header-information select
{
	font-size:1em;
}

div.clear
{
	clear:both;
}
div#breadcrumb
{
	display:none;
	visibility:hidden;
}

div#content-wrapper1
{
	float:left;
	min-width:17.9em; 
	min-height:40em;
	height:95%;
	
	
}

@media print
{
	div#content-wrapper1
	{
		display:none;
		visibility:hidden;
	}
}

div#content-wrapper2
{
	min-width:55.8em; /* 56 em - 2px border */
	min-height:40em;
	float:left;
	border-left:solid 1px black;
	border-right:solid 1px black;
	max-width:55.8em;
	
}
@media print
{
	div#content-wrapper2
	{
		border:none;
	}
}

div#content-inner-wrapper2
{
	padding:1em;		
	
}

div#footer
{
	text-align:center;
	width:74em;
}
@media print
{
	div#footer
	{
		display:none;
		visibility:hidden;
	}	
}

div.ErrorDiv
{
	width:40.0em;
	overflow:hidden;
	height:auto;
	margin-bottom:0.4em;	
}

.ErrorText
{
	color:Red;
}

.DefaultLink
{
	color:Black;
}

/* BEGIN GridView Styles */

.GridView
{
	border-style:solid;
	border-width:0.1em;
	border-color:Black;
}

.GridView td
{
	border-style:solid;
	border-width:0.1em;
	border-color:Black;
	padding:0.4em; 
}

.GridView th
{
	border-style:solid;
	border-width:0.1em;
	border-color:Black;
	padding:0.4em; 
	font-weight:bold;
}

.GridViewFooterStyle
{
  background-color: White;
  color: Black;
  font-weight: bold;
}

@media print
{
	.GridViewFooterStyle
	{
	  display:none;
	  visibility:hidden;
	}
}

.GridViewRowStyle 
{
  background-color: White;
}    
  
.GridViewAlternatingRowStyle 
{
  background-color:White;
}
  
.GridViewSelectedRowStyle
{
	background-color: #dcdcdc;
	color: black;
	font-weight: bold;
}

.GridViewPagerStyle 
{
  background-color: White;
  color: black;
  text-align: center;
}

.GridViewHeaderStyle 
{
  background-color: white;
  color: black;
}

.GridViewHeaderStyle th
{
	border-style:solid;
	border-width:0.1em;
	border-color:Black;
	background-color:#CCCCCC;
}

@media print
{
	.NoPrintColumn
	{
		display:none;
		visibility:hidden;
	}	
}

/* END GridView Styles */

/* Top Navigation Menu Styles */

div#header-navigation
{
	position:relative;
	padding-top:0.7em;
	overflow:hidden;
	height:auto;
}
div#header-navigation ul
{
	width: auto;
	height:auto;
	vertical-align:bottom;
	background: #ffffff;
	border-top: 1px solid #000000;		
}
div#header-navigation li
{
	float: left;
	text-align: center;
	border-right: 1px solid black;
	height:auto;
}

div#header-navigation ul a
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;	
	color:Black;
	height:auto;
}

div#header-navigation ul li a
{
	display: block;
	margin: 0;
	padding: 0.25em 1.6em 0.25em 1.6em;
	text-decoration: none;	
	width: auto;
	height:auto;
}
	
div#header-navigation ul li a#current
{
	background-color: #CCCCCC;
}

div#header-navigation ul li a:hover {
	text-decoration: underline;
	background-color: #F9F6C5;
}


/* END Top Navigation Menu Styles */

/* Left Navigation Menu Styles */

/* First Tier */
div#content-inner-wrapper1 ul {
	width: 17.9em; /* can't use auto to force text wrapping ? */
	background: #ffffff;
}

div#content-inner-wrapper1 ul a 
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;	
}

div#content-inner-wrapper1 ul li 
{
	text-align: left;
	vertical-align:top; /*IE7*/
	width: auto;
	border-bottom: 1px solid #000;
}

div#content-inner-wrapper1 ul li a
{
	display: block;
	margin: 0;
	padding: 0.25em 0.5em 0.25em 1.6em;
	text-decoration: none;	
	width: auto;
}

/* Second Tier */
div#content-inner-wrapper1 ul ul li a 
{
	margin-left: 1em;
	background-repeat: no-repeat;	
	background-image: url('../images/nav-blank.gif');
}

div#content-inner-wrapper1 ul ul li  
{
	border-top: 1px solid #000000;
	border-bottom: 0px solid #000000;
}

/* Third Tier 

div#content-inner-wrapper1 ul ul ul li a {
	margin-left: 2em;
}

*/

/* Fourth Tier 

div#content-inner-wrapper1 ul ul ul ul li a {
	margin-left: 3em;
}

*/

/* All Tiers */

div#content-inner-wrapper1 ul li a:link 
{ 
	color: #000000; 
}
div#content-inner-wrapper1 ul li a:visited 
{ 
	color:#000000; 
}

div#content-inner-wrapper1 ul li a#current
{
	background-color: #CCCCCC;
	background-repeat: no-repeat;	
	background-image: url('../images/nav-selected.gif');
}

div#content-inner-wrapper1 ul li a:hover {
	text-decoration: underline;
	background-color: #F9F6C5;
}

/* END Left Menu Styles

/* Index Page Menu's */

div.IndexMenu H3
{
	font-weight: bold;
	background-color: #dcdcdc;
	padding: 0.3em;
}

div.IndexMenu UL
{
	margin-top: 1em;
	margin-left: 4em; 
    list-style-type:disc;
}

div.IndexMenu UL LI
{
	padding: 0.4em; 
}

div.IndexMenu UL LI a
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;	
	color:Black;
	text-decoration: none;	
	width: auto;
	height:auto;
}

div.IndexMenu UL LI a:hover
{
	text-decoration: underline;
}

/* END Index Page Menu's */


