﻿*
{
	font-family: Helvetica, Arial, Sans-Serif;
}

body
{
	/* 
		Clears white space around the body.
	*/
	margin: 0 0 0 0;
	background-image: url(Images/background.gif);

}

a
{
	/*
		Clears the underline on normal links, and give them #000099 as the color.
	*/
	color: #000099;
	text-decoration: none;
}

a:hover
{
	/*
		Underlines links when the users hover the mouse over them.
	*/
	text-decoration: underline;
}

h1
{
  /*
    Makes h1 elements smaller than their browser default.
  */
 font-size : 18px;
}
h5
{
  /*
    Makes h5 elements red
  */
  color: Red;
}

#PageWrapper
{
	/*
		Sets the total width for the entire page. 
	*/
	width: auto;
}

#Header
{
	/*
		Gives the header the same width as the PageWrapper. The height creates some room for the logo
		that is set with the background-image.
	*/
	font-size: 0.8em;
	height: auto;
	margin-top: 10px;
	width: 427px;
	border-left: 1px solid white;
	border-right: 2px solid white;
	margin-left: 10px;
	float: left;
	background-color: #ffffff;
	
}

#Options
{
	/*
		The SideBar is positioned to the right of the MainContent area. It gets the same font-size as #MainContent
		and gets a background image called Sidebar.jpg. To ensure the image is visible in (most) browsers
		on a dmall page, the element gets a minimum height of 500px. This is ignored by IE 6.
	*/
	font-size: 0.8em;
	width: 400px;	
	margin-top: 10px;
	margin-left: 0px;	
	background-color: #ffffff;
	float: left;
	
}

#MenuWrapper
{
	/*
		The menu spans the page width, right below the header.
		At the top and left a few pixels padding is applied to create some room.
	*/
	clear: both;
	width: 827px;
	height: 25px;
	font-size: 0.8em;
	border-left: 1px solid white;
	border-right: 2px solid white;
	margin-left: 10px;		
	margin-top: 10px;
	background-color: #ffffff;
	
}

#MainContent
{
	/*
		Defines the main content area. The #MainContent element has a minimum height of 500 pixels, but can grow if necessary.
		The font-size is 90% of its parenty element, which in this case comes down to 90% of the font
		the user has specified as the default font in the browser.
	*/
	clear: both;
	font-size: 0.8em;
	min-width: 827px;
	border-left: 1px solid white;
	border-right: 2px solid white;
	margin-left: 10px;
	margin-right: 10px;	
	margin-top: 10px;
	float: left;
	background-color: #ffffff;
	min-height: 300px;
}
#Graph
{
    clear:both;
    font-size: 0.8em;
	width: 827px;
	border-left: 1px solid white;
	border-right: 2px solid white;
	margin-left: 10px;
	float: left;
	background-color: #ffffff;
}
#Footer
{
	/*
		The footer is positioned below all other content (yet still within PageWrapper).
		At the top, it gets a border with a dashed style, while all other sides have no border.
		clear: both is used to clear the impact of the float properties used for #MainContent and #SideBar.
	*/
	clear: both;
	height: 37px;
	width: 827px;
	color: White;
	text-align: center; 
	font-size: 0.7em;
	font-weight: bold;
	line-height: 37px;
	
	
}

.WhiteLink
{
	/*
		Clears the underline on normal links.
	*/
	color: #ffffff;
	text-decoration: none;
}

.WhiteLink:hover
{
	/*
		Underlines links when the users hover the mouse over them.
	*/
	text-decoration: underline;
}

.PleaseWait
{
  height: 32px;
  width: 500px;
  background-image: url(Images/PleaseWait.gif);
  background-repeat: no-repeat;
  padding-left: 40px;
  line-height: 32px; 
}

.tableView {
color:#333333;
border-collapse:collapse;
white-space:normal;
}

.tableView caption {
background-color: White;
color: Black;
font-size: 12pt;
font-weight:bold;
}

.Hide { display:none; } 

.header {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #4682b4;
}