﻿*
{
	font-family: Helvetica, Arial, Sans-Serif;
}

body
{
	/* 
		Clears white space around the body.
	*/
	margin: 0 0 0 0;
	background-color: #336699;
	border-color: #EEEECC;

}

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;
}
h2
{
  /*
    Makes h1 elements smaller than their browser default.
  */
 font-size : 16px;
}
h3
{
  /*
    Makes h1 elements smaller than their browser default.
  */
 font-size : 14px;
}
h4
{
	color: #000099;
	}
h5
{
  /*
    Makes h5 elements black
  */
  color: Black;
}

#PageWrapper2
{
	/*
		Sets the total width for the entire page. 
	*/
	width: auto;
}
#Content2
{
	/*
		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.
	*/
	width: 827px;
	margin-left: 10px;		
	margin-top: 10px;
	border-color: #EEEECC;
	border-width: 5px;
	border-style: solid;
}

#Manage
{
	/*
		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;
	text-align: center;
	height: 25px;
	font-size: 0.9em;
	font-weight: bold;
	vertical-align: middle;
	border-left: 1px solid white;
	border-right: 2px solid white;
    color: White;	
	background-color: Red;
	
}

#MenuWrapper2
{
	/*
		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;
	text-align: center;
	height: 35px;
	font-size: 0.8em;
	border-left: 1px solid white;
	border-right: 2px solid white;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background-color: #ffffff;
	
}

#MainContent2
{
	/*
		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;
	border-left: 1px solid white;
	border-right: 2px solid white;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background-color: #ffffff;
	min-height: 300px;
}

#Footer2
{
	/*
		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;
	
	
}

#CalendarDetailsContent
{
	
	clear: both;
	font-size: 0.8em;
	border-left: 1px solid white;
	border-right: 2px solid white;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background-color: #ffffff;
	margin-left: 10px;		
	margin-top: 10px;
	margin-right: 10px;
	border-color: #EEEECC;
	border-width: 5px;
	border-style: solid;
}

.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:nowrap;
}

.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;
}
.menu {
	color: #FFFFFF;
	background-color: #336699;
	text-decoration: none;
}
.login {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336699;
	text-decoration: none;
}
.login:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
}
.margin 
{
	margin-left: 80px;
}
input.pink {font-size: 10px;}
.gray {
	color: #000000;
	background-color: #EEEECC;
	text-decoration: none;

}
.largeblue
        {
            font-size: large;
            font-weight: bold;
            color: #336699;
        }
.mediumblack
        {
            font-size: medium;
            font-weight: bold;
            color: #000000;
        }
 .mediumblack:hover
        {
            font-size: medium;
            font-weight: bold;
            color: Red;
        }
 .mediumblue
        {
            font-size: small;
            font-weight: bold;
            color: #336699;
        }
 .smallred
		{
            font-size: x-small;
            font-weight: bold;
            color: Red;
        }
 .mediumblackgray
        {
            font-size: small;
            font-weight: bold;
            color: #000000;
        }