﻿html, body, .Main {
      height:100%;
      padding: 0px;
      text-align: center;
      background-color:Black;
      margin:0;
      left:auto;
      right:auto;
   }
table
{
	border-collapse:collapse;
}
.Main
{
	text-align: left;
	background: black url("../images/BACKGROUND-city.jpg") repeat-x center center;
	height:100%;
	width:100%;	
}
.Menu
{
	padding-top:5px;
	padding-bottom:5px;
	color:White;
	font-family:Verdana;
	font-size:9pt;
}
.Menu a, .A
{
	color:#dabe01;
}
.Menu a:hover, .A:hover
{
	color:#0145A6;
}
.Pole
{
	width:15px;
	height:30px;
	background-image:url("../images/HANDLE-fill.jpg");
	background-repeat:repeat-x;
	padding-bottom:30px;
}
.CabTop
{
	background-image:url("../images/DOOR-body.jpg");
	background-repeat:repeat;
	height:40px;
}
.CabDoor
{
	background-image:url("../images/DOOR-body.jpg");
	background-repeat:repeat;
}
.CabTopFooter
{
	background-image:url("../images/DOOR-footer.jpg");
	background-repeat:repeat;
	height:5px;
}
.CabDoorLeft
{
	border-right: solid 2px #998800;
	width:15px;
}
.CabDoorRight
{
	border-left: solid 2px #998800;
	width:15px;
}
.CabDoorAd
{
	height:100px;
}
.CabFooterAd
{
	height:100px;
}
.CabDoorFooter
{
	height:15px;
	background-image:url("../images/DOOR-footer.jpg");
	background-repeat:repeat;
}
.Stripe
{
	height:15px;
	background-image:url("../images/CHECKER.jpg");
	background-repeat:repeat;
}
.AdSpace
{
	height:100%;
	width:125px;
	vertical-align:top;
	text-align:center;
	color:White;
	padding-top:5px;
	padding-bottom:5px;	
}
.AdSpaceText
{
	display:table-cell;
	vertical-align:top;
	line-height:100%;
}
.Content
{
	height:100%;
	padding:0px;
	margin:0px;
	/*background: Yellow;
	-moz-opacity:.87;
	filter:alpha(opacity=87);
	opacity:.87;*/
	
}
.Content .Window
{
	height:100%;
	font:Verdana;
	font-size:10pt;
}
.CreateUserWizard table
{
	text-align:center;
	width:60%;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
}
.LoginTable table
{
	text-align:center;
	width:100%;
	margin-left:50%;
}
.Background
{
	background-color:#eeeedd;
	border:solid 1 #dabe01;
	margin:1em;
}
.BoxTitle
{
	background-color:#dabe01;
	color:Black;
	padding:5px;
}
.BoxDetail .A
{
	text-decoration: underline;
	color:#0145A6;
}
.Box
{
	text-align:left;
	border: solid 1px #dabe01;
	padding:5px;
}
.NewsletterParagraph
{
	padding:5px;
	text-align:left;
}
.NewsletterParagraph .A
{
	text-decoration: underline;
	color:#0145A6;
}
.NewsletterTitle
{
	background-color:#dabe01;
	color:Black;
	padding:5px;
	text-align:left;
}
.Center
{
	text-align:center;
}
.NewsletterSection
{
	margin:10px;
	border: solid 1px #dabe01;
}
.SubmitButton
{
	text-align:right;
	vertical-align:bottom;
	padding-bottom:5px;
	padding-right:5px; 
}
