﻿
/* Overall Page */

body {
	margin: 0;
	padding-bottom: 3em;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 0px solid #B4B6D2;
	background-image:URL(images/background.jpg);
	
}

/* Header Section */

#header {
	border-top: 0px solid #0058C8;
	border-bottom: 6px solid #0058C8;
	height: 12em;
}
#header .title {
	font: 190% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: black;
	background-color: transparent;
	float: left;
	margin-right: 2em;
	margin-top: 0em;
	margin-left: .8em;
}
#header .breadcrumb {
	font: 90% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: #000000;
	background-color: transparent;
	float: right;
	margin-right: 2em;
	margin-top: 8.8em;
	font-weight:bold;
}

#header .login {
	font: 80% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: #333333;
	background-color: transparent;
	float: right;
	margin-right: 1em;
	margin-top: -4.4em;
	margin-left: 1.5em;
}

#header a:link, a:visited  {
	color: #B51032;
}

/* Footer */

#footer {
	position: relative;
	bottom: -12em;
	left: 0;
	width: 100%;
	height: 8.5em;
	background-color: #003366;
	color: #FFFFFF;
	border-top: #778899;
	text-align: Left;
	font-size: 70%;
}


#footer .text {
	font: 190% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: white;
	background-color: transparent;
	float: left;
	margin-right: 2em;
	margin-top: 0.3em;
	margin-left: 2em;
}

#footer a:link, #footer a:visited {
	padding: 0.8em 1em 0.5em 1em;
	color: #FFFFFF;
	background-color: transparent;
	font-size: 80%;
}


/* Navigation */

#navigation {
	width: 200px;
	top: 9.9em;
	left: 1em;
	width: 6.8em;	
	position:absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size:90%;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	border-bottom: 1px solid #ED9F9F;
}
#navigation li a:link, #navigation li a:visited  {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 12px solid #711515;
	border-right: 1px solid #711515;
	background-color: #B51032;
	color: #FFFFFF;
	text-decoration: none;
}
#navigation li a:hover {
	background-color: #711515;
	color: #FFFFFF;
}
#navigation ul ul {
	margin-left: 12px;
}
#navigation ul ul li {
	border-bottom: 1px solid #711515;
	margin:0;
}
#navigation ul ul a:link, #navigation ul ul a:visited {
	background-color: #ED9F9F;
	color: #711515;
}
#navigation ul ul a:hover {
	background-color: #711515;
	color: #FFFFFF;
}

/* Main Content */

#content 
{
	margin-top:1em;
	margin-left: 10em;
	margin-right: 2em;
}

/* This one has the transparency. */
#contenttransparency {
background-color:#e8f1fa;
opacity: .5;
filter: alpha(opacity=70);
z-index:100;}

h1 {
	font: 150% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
}
#content p {
	font-size: 100%;
	line-height: 1.6em; 
}
.bodytext 
{
	margin-left: 1em;
	margin-right: 5em;
	font: 100% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: #333333;
}
.footertext 
{
	margin-right: 5em;
	font: 100% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: White;
}
.epgScrollingDiv
{
  height: auto;
  width: 650px;
  overflow: -moz-scrollbars-vertical;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
.whitetext {
	font: 100% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: white;
}
.tabletext {
	font: 100% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: white;
	text-align: right;
}
.titleText {
	margin-left: 1em;
	margin-right: 5em;
	font: 100% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-weight: bold;
	font-size:large;
}
.errortext {
	font: 100% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: Red;
}
.gvStationRow
{
background-image:url(images/GV_StationBG.jpg);
}
.gvHeaderRow
{
background-image:url(images/GV_HeaderBG.jpg);
}
.Freezing 
{ 
   position:relative ; 
   top:expression(this.offsetParent.scrollTop); 
   z-index: 10; 
}
.FreezingCol 
{ 
   LEFT: expression(document.getElementById("freezingDiv").scrollLeft);
   /*freezingDiv is the name of the div to make your datagrid scrollable */  
   POSITION: relative; 
   z-index: 1; 
} 
.fixedheadercell
{
    FONT-WEIGHT: bold; 
    FONT-SIZE: 10pt; 
    WIDTH: 200px; 
    COLOR: white; 
    FONT-FAMILY: Arial; 
    BACKGROUND-COLOR: blue;
}

.fixedheadertable
{
    left: 0px;
    position: relative;
    top: 0px;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
}

.gridcell
{
    WIDTH: 200px;
}
