body
{
 font-family: Verdana;
 font-size: 12px;
}




.BodyMenu
{ 
 Color: Black;
 FONT-SIZE: 10pt; 
}


.BodyMenu:hover 
{ 
 text-decoration: none;
 Color: Green;
}



.TopMenu
{ 
 Color: White;
 FONT-SIZE: 10pt; 
}


.TopMenu:hover 
{ 
 text-decoration: none;
 Color: Green;
}

.BotMenu
{ 
 Color: #979494;
 FONT-SIZE: 10pt; 
}


.BotMenu:hover 
{ 
 text-decoration: none;
 Color: White;
}



.BodyWhite
{ 
 Color: White;
 FONT-SIZE: 10pt; 
}

.LeftMenu
{ 
 Color: Black;
 FONT-SIZE: 10pt; 
 font-weight: bold;
}


.LeftMenu:hover 
{ 
 text-decoration: none;
 Color: White;
}



.Addresslink:hover 
{ 
 text-decoration: none;
 Color: 0CDB02;
}




.Bodylink
{ 
 Color: Blue;
 FONT-SIZE: 10pt; 
}

.Bodylink:hover 
{ 
 text-decoration: none;
 Color: 0CDB02;
}




		/* CSS for the demo. CSS needed for the scripts are loaded dynamically by the scripts */
		#mainContainer{
			width:200px;
			margin:0 auto;
			margin-top:10px;
			margin-left:10px;
			border:0px;
			padding:5px;
			filter:alpha(opacity=50, finishopacity=100, style=5, startx=0, starty=0, finishx=140, finishy=270)
		}
	
		/* Alternative layout for the message box - used by one of the messages */
	
		.modalDialog_contentDiv_error{
			border:3px solid #FFF;	
			padding:2px;
			z-index:100;/* Always needed	*/
			position:absolute;	/* Always needed	*/
			background-color:#F00;	/* White background color for the message */
			color:#FFF;
		}
		.modalDialog_contentDiv_error a{
			color:#FFF;
		}
		h1{
			margin-top:0px;
		}




   html, body, #wrapper {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
      text-align: center;
   }
   #wrapper {
      margin: 0 auto;
      text-align: left;
      vertical-align: middle;
      width: 400px;
   }

