﻿/* the overlayed element */ 
.overlay  
{
	color: #ffffff;
     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    background-color:#333; 
     
    width:675px;     
    min-height:200px; 
    border:1px 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 */ 
.overlay .close { 
    background-image:url(../images/btn-close.png); 
    background-repeat: no-repeat;
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}

body {
}

div.clearMe
{
	clear: both;
	}

fieldset
{
	color: #BBBBB9;
	width: 550px;
	padding: 15px;
	margin-bottom: 20px;
	border-color:#0F5968;
	border-width: 1px;
	border-style:solid;
	}
	
legend
{
	color: #ffffff;
	}

label
{ 
	display: inline-block;
	width: 200px;
	}


	
.txtBox, .ddList
{
	padding: 3px;
	margin: 5px;
	margin-left: 0px;
	width: 300px;
	vertical-align: middle;
	}
	

	
div.crewBasic
{
	padding-bottom: 20px;
	margin-bottom: 5px;
	
background-image: url(../gfx/line-break.png);
background-position: bottom center;
background-repeat: no-repeat;

	}
	
p.name a
{
	color: White;
	font-weight: bold;
	}
	
div#Paging
{
	font-size: 12px;
	color: #ffffff;
	text-align: right;
	}
	
div.overlay
{
	padding: 20px;
	}
	
div.overlay p
{
	margin: 5px 0px;
	}
	
div.crewList td span, div.crewList th span
{
	color: #ffffff;
	}
	
.Alert
{
	color: Red;
	font-weight: normal;

	}
	
/* Locations stuff */

ul.galleryImages
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
ul.galleryImages li
{
	float: left;
	display: inline;
	width: 300px;
	margin-right: 30px;
	margin-bottom: 30px;
	
	}
	
ul.galleryImages li.rightEnd
{
	margin-right: 0px;
	}
	
ul.galleryImages li img
{
	border: none;
	border-width: 0px;
	margin: 0px;
	}
	
ul.galleryImages li div
{
	background-color: #063B47 ;
	padding: 7px 10px;
	}

ul.galleryImages li h4
{
	font-size: 14px;
	margin-bottom: 0px;
	margin-top: 0px;
	}

ul.galleryImages li p
{
	margin-top: 0px;
	}
