﻿body {}
 #HeaderContainer{height: 23px;}
.popupcontrol{
	background-color:#AAD4FF; 
	position:absolute; 
	visibility:hidden; 
	border-style:solid; 
	background-color:Black; 
	border-width:2px;}
.modalBackground {
	background-color:Gray; 
	filter:alpha(opacity=70%); 
	opacity:0.7;}
.modalpopup {
	background-color:#ffffdd; 
	border-width:3px; 
	border-style:solid; 
	border-color:Gray; 
	padding:3px; 
	width:250px;}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.NotVisible{
    display:none;}
.Visible{
	display:Block; 
	position:absolute; 
	left:200px; 
	top:100px; 
	border: solid 1px black; 
	background-color: white; 
	padding: 5px;}