﻿/* Default CSS Stylesheet for a new Web Application project */

body
{
	background-color: #333333;
	font-family: Verdana;
	font-size: smaller;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
	margin: 0px;
	padding: 0px;
}
TD
{
	font-size:10px;
	font-family:Verdana;
}
#Page
{
	text-align: center;
	border: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	margin-top: 50px;
}
#PageStructure
{
	vertical-align: middle;
	width: 902px;
	height: 100%;
	background-color:black;
}

#PreHeaderLeft
{
	width:451px;
	height:36px;
	float:left;
	text-align:left;
	background: #333333 url(../../Images/Demo/Flags.gif) top left no-repeat;
}

#PreHeaderRight
{
	width:451px;
	height:36px;
	float:right;
	text-align:right;
	background: #333333;
}

#HeaderLeft
{
	float: left;
	width: 901px;
	height: 119px;
	vertical-align:top;
	background: #000000 url(../../Images/Demo/HeaderFiller.gif) top left repeat-x;
}

#HeaderRight
{
	width: 0px;
	float: right;
	font-family:Verdana;
	font-size:smaller;
	color:White;
	vertical-align:middle;
	
	background: #000000 url(../../Images/Demo/HeaderFiller.gif) top left repeat-x;
	height: 119px;
}

#SubHeader
{
	width: 902px;
	height: 0px;
}


#ContentLeft
{
	float: left;
	width: 548px;
	height: 303px;
	background: #60a6e4;
	
}

#ContentRight
{
	float: Right;
	width: 354px;
	height: 303px;
	vertical-align:middle;
	background-color: #60a6e4;
}

#SubContent1
{
	width: 902px;
	height: 0px;
}
#SubContent2
{
	width: 902px;
	height: 40px;
	text-align:center;
	font-size:small;
	color:Gray;
	vertical-align:middle;
	background: #000000 url(../../Images/Demo/FooterFiller.gif) top left repeat-x;
}

#Footer
{
	width: 902px;
	height: 40px;
	text-align:center;
	font-size:small;
	color:Gray;
	vertical-align:middle;
	background: #333333;
}

.form
{
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
}