
.simple_overlay 
{
	 /* must be initially hidden */     
	 display:none;          
	 /* place overlay on top of other elements */     
	 z-index:10000;          
	 /* styling */     
	 background-color:#eeeeee;          
	 width:480px;         
	 min-height:200px;     
	 border:2px solid #666;          
	 /* CSS3 styling for latest browsers */     
	 moz-box-shadow:0 0 90px 5px #000;     
	 webkit-box-shadow: 0 0 90px #000;     
	 } 
	  
	 /* close button positioned on upper right corner */ 
	 .simple_overlay .close 
	 {
		 background-image:url(../images/fleet/Team/close.png);     
		 position:absolute;     
		 right:-15px;     
		 top:-15px;     
		 cursor:pointer;     
		 height:35px;     
		 width:35px; 
	}
	
	/* styling for elements inside overlay */ 
	.details 
	{
		position:absolute;     
		top:15px;     
		right:15px;     
		font-size:11px;     
		color:#435770;     
		width:245px; 
	}  
	
	.details h3 
	{
		color:#111;     
		font-size:15px;     
		margin:0 0 -10px 0; 
	}





#box
	{
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 0em;
	padding: 0;
	text-align: left;
	width:80%;				/* <-- use this to tie width to viewport size */
	width: 100%;				/* <-- use this for a set width */
	background-color: #eeeeee;
	}
 	
#bcontent
	{
	padding:10px;
	}

#bcontent h1
	{
	color:#435770;
	font-weight: bold;
	font-size: 1.2em;
	font-family: helvetica, geneva, arial, sans-serif;
	}
		
/*#bcontent p
	{
	color:#3b3b3b;
	font-size: 1em;
	line-height: 1.3em;
	font-family: arial, helvetica, sans-serif;
	}*/
		
/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

#tlc, #trc, #blc, #brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tlc
	{
	background-image:url(../images/fleet/Team/tlc.gif);
	background-position: 0% 0%;
	}

#trc
	{
	background-image:url(../images/fleet/Team/trc.gif);
	background-position: 100% 0%;
	}
	
#blc
	{
	background-image:url(../images/fleet/Team/blc.gif);
	background-position: 0% 100%;
	}

#brc
	{
	background-image:url(../images/fleet/Team/brc.gif);
	background-position: 100% 100%;
	}

#tb, #bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#tb
	{
	background-image:url(../images/fleet/Team/tb.gif);
	background-position: 0% 0%;
	}

#bb
	{
	background-image:url(../images/fleet/Team/bb.gif);
	background-position: 50% 100%;
	}
	
#rb
	{
	background-image:url(../images/fleet/Team/r.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb
	{
	background-image:url(../images/fleet/Team/l.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}
			