/* ------------------------  Overlay ------------------------- */


/* overlay dimensions are defined with CSS. this tool detects them dynamically and resizes the background image correspondingly */ 
#myOverlay { width:1000px; /* overlay is initially hidden */     
display:none;
position:absolute; z-index:1;
}  
/* close button (div.close element) is auto-generated by default. here it is positioned on top-right corner*/ 
#myOverlay div.close {  
background:url(../images/interface/overlay_close.png) no-repeat;   
position:absolute;     
top:10px;     
right:10px;     
width:40px;     
height:40px;     
cursor:pointer; 
}  

/* the actual content is moved little bit inside so that it doesn't overlap with the drop shadow in the overlayed image */ #myOverlay p {     
color:#333333;     
font-size:13px;     
margin:20px 20px; 
}
.overlay {
margin-top:40px;
}


#OverlayContent { 
font-family: Arial, sans-serif; 
font-size: 13px; 
line-height: 18pt; 
color: #333333; 
text-decoration: none;
text-align: left;
margin:0 0 0 0;
padding:100px 20px 5px 100px;
}
#OverlayContent p { 
font-family: Arial, sans-serif; 
font-size: 13px; 
line-height: 15pt;
font-weight:bold;
color: #666666; 
text-decoration: none;
text-align: left;
margin:0;
padding:5px 20px 0 20px;
}

#OverlayHead {
	color:#FFFFFF;
	font-family:Verdana, sans-serif;
	text-align:center;
	font-size:20px;
	line-height: 12pt; 
	font-weight: bold;
	margin:50px 25px 0 0;
	padding-bottom:20px;
	border-bottom:dashed 1px #333333;
}
#OverlaySubHead {
	color:#FFFFFF;
	font-family:Verdana, sans-serif;
	text-align:left;
	font-size:16px;
	line-height: 12pt; 
	font-weight: bold;
	padding:20px 0 0 0;
}

#Overlaywrapper {
	width:600px;
	margin:0 10px 0 10px;
	
}
#containers {
	width:575px;
	color:#fff;
	margin:10px 0 0 0;
}

#containers a { 
 color:#fff;
}

#container-1 {
	float:left;
	width:120px;
	height:90px;
	border-right:solid 1px #333333;
	border-left:solid 1px #333333;
	border-bottom:solid 1px #333333;
}

#container-1 ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
}

#container-1 ul li{	
	color:#CCCCCC;
	font-family: Ariel, sans-serif;
	text-align:left;
	font-size:13px;
	line-height:14px;
	padding: 5px 0 0 10px;
}


#container-2 {
	float:left;
	width:100px;
	height:90px;
	border-right:solid 1px #333333;
	border-bottom:solid 1px #333333;
}

#container-2 ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
}

#container-2 ul li{	
	color:#CCCCCC;
	font-family: Ariel, sans-serif;
	text-align:left;
	font-size:13px;
	line-height:14px;
	padding: 5px 0 0 10px;
}
#container-3 {
	float:left;
	width:140px;
	height:90px;
	border-right:solid 1px #333333;
	border-left:solid 1px #333333;
	border-bottom:solid 1px #333333;
}

#container-3 ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
}

#container-3 ul li{	
	color:#CCCCCC;
	font-family: Ariel, sans-serif;
	text-align:left;
	font-size:13px;
	line-height:14px;
	padding: 5px 0 0 10px;
}

#container-4 {
	float:left;
	width:190px;
	height:90px;
	border-right:solid 1px #333333;
	border-bottom:solid 1px #333333;
}

#container-4 ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
}

#container-4 ul li{	
	color:#CCCCCC;
	font-family: Ariel, sans-serif;
	text-align:left;
	font-size:13px;
	line-height:14px;
	padding: 5px 0 0 10px;
}
#container-4 ul li a{	
	color:#CC0000;
	text-decoration:none;
}

#container-4 ul li a:hover {	
	color:#CC0000;
	text-decoration:underline;
}

#container-title1, #container-title2, #container-title3, #container-title4 { 
	height:20px; 
	text-align:left;
	padding:4px 0 0 10px;
	font-weight:bold;
	font-size:13px;
	border-bottom:solid 1px #333333;
	border-top:solid 1px #333333;
}

.clear {
	clear:both;
}
