﻿.TopMenu 
{
   background:#ff0000;
   border-top:1px solid #ffff00;
   font:normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.TopMenuList 
{
   list-style:none outside none;
   margin:0;
   padding:0;
}

@media all 
{
   .TopMenuList
   {
      text-align:center
   }
}

.TopMenuList li 
{
   bottom:11px;
   display:inline;
   line-height:1.2em;
   margin:0;
   padding:0;
   position:relative;
}

html>body .TopMenuList li 
{
   background:#000000;
   margin:0 3px 0 0;
   padding:4px 0px 4px 0;
}

.TopMenuList a, .TopMenuList a:link, .TopMenuList a:visited
{
   background:#ffd700;
   border:1px solid #ffff00;
   bottom:2px;
   color:#000000;
   cursor:pointer;
   display:inline;
   height:1em;
   margin:0;
   padding:3px 5px 3px 5px;
   position:relative;
   right:2px;
   text-decoration:none;
}

.TopMenuList a:hover 
{
   background:#ffff00;
   bottom:1px;
   color:#000000;
   position:relative;
   right:1px;
}

.TopMenuList a:active 
{
   background:#999;
   bottom:0px;
   color:#FFF;
   position:relative;
   right:0px;
}

.TopMenuList li.active 
{
   background:#ff0000;
   bottom:13px;
   display:inline;
   margin:0 3px 0 0;
   padding:0;
   position:relative;
}

html>body .TopMenuList li#active 
{
   background:#000000;
   margin:0 4px 0 4px;
}

.TopMenuList .active a, .TopMenuList .active a:link, .TopMenuList .active a:visited, .TopMenuList .active a:hover 
{
   background:#ff0000;
   border-bottom:none;
   border-left:1px solid #ffff00;
   border-right:1px solid #ffff00;
   border-top:1px solid #ffff00;
   bottom:0;
   color:#ffff00;
   cursor:text;
   margin:0;
   padding:2px 5px 0 5px;
   position:relative;
   right:0;
}

BODY
{
   background-color:#000000;
   font-family: Verdana;
   font-size: 9pt;
}

.PageContent 
{
   text-align:center;
}

.HeaderSection
{
   width:800px;
   margin: 0 auto;
}

.BodySection 
{
   background-color:White;   
   background-image:url('Images/WhiteoutBackground_Building.jpg');
   background-position:top;
   background-repeat:no-repeat;
   width:776px;
   text-align:left;
   padding:10px;
   margin: 0 auto;
}

.PopUpBackground
{
   position:absolute; 
   z-index:200; 
   top:0; 
   left:0; 
   bottom:0; 
   right:0;
   background-image:url('Images/GrayedOutBackground.png');
}

.PopUpContent
{
   position:absolute; 
   z-index:200; 
   top:20%; 
   left:35%;
   filter:alpha(opacity=100);
   -moz-opacity:1;
   opacity:1;
   
}
