
/*

	This stylesheet has the generic styles inherited by the overlay accross all pages
	Refer to the pages' stylesheets for local styles

*/

/********************************************************************************************************
 *
 *	GENERIC
 *
 *
 *
 */

body{
	/* 
		Set body position to relative to insure fallback covers the whole window. 
	*/
	position: relative; 
	padding: 1px 0;
}


/********************************************************************************************************
 *
 *	FALLBACK
 *
 *
 *
 */
  
#fallback{
	background: transparent url("../images/fallback.png");
	/* background: rgba(0,0,0,0.5); */
} 




/********************************************************************************************************
 *
 *	OVERLAY
 *
 *
 *
 */
 
 #anchors
{	float:right;
}
#block_02{
	width: 600px;
	background: #dfdfdf;
	display:none;
}

#overlay{
	width: 1180px!important;
	height:640px!important;
	padding: 25px;
	overflow:scroll;

	background: white;
	
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-o-box-shadow: 0 0 30px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 30px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 30px rgba(0,0,0,0.5);
	box-shadow: 0 0 30px rgba(0,0,0,0.5);

	display: none;
	
	
}


#overlay h2, #overlay h3, #overlay h4, #overlay h5, #overlay p{
	margin: 15px 0 0 0;
}

#overlay :first-child{
	margin-top: 0;
}
 
 
/********************************************************************************************************
 *
 *	CLOSE BUTTON
 *
 *
 *
 */ 
 
#overlay .close{
	position: absolute;
	top: 0;
	right: 0;
	display:none;
	width: 25px;
	height: 25px;
	
	background: black;
	
	color: white;
	text-align: center;
	line-height: 22px;
	text-decoration: none;
	
	-o-border-radius: 0 5px;
	-webkit-border-radius: 0 5px;
	-moz-border-radius: 0 5px;
	border-radius: 0 5px;
} 

#overlay .close:hover{
	background: #424242;
}
.block h1
{
	background: url("../images/lightbox-heading.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    color: #fff;
    float: left;
    font-family: Candara;
    font-size: 24px;
    padding: 10px 0 10px 20px;
    width: 100%;
}
.input-row
{
	width:100%;
	height:auto;
	float:left;
	margin:20px 0 0 0px;
}
.input-left 
{
	width:48%;
	height:auto;
	float:left;
	margin:0 20px 0 0px;
}
.input-left h3
{
	font-family: Candara;
    font-size: 18px;
	color:#214462;
	float:left;
	width:100%;
}
.input-left select
{	
	border: 1px solid #d3d5d7;
    height: auto;
    padding: 10px;
    width: 100%;
	float:left;
	margin:10px 0 0 0px;
	color:#313131;
	font-family: Candara;
    font-size: 18px;
}
.input-right 
{
	width:48%;
	height:auto;
	float:left;
	margin:0 20px 0 0px;
}
.input-right h3
{
	font-family: Candara;
    font-size: 18px;
	color:#214462;
	width:100%;
}
.input-row input[type="text"]
{	
	width:100%;
	height:45px;
	border:solid 1px #d3d5d7;
	float:right;
	margin:10px 0 0 0px;
	color:#313131;
	font-family: Candara;
    font-size: 18px;
	padding:0 0 0 20px;
}
.full-input
{
	width:100%;
	height:auto;
	float:left;
	margin:20px 0 0 0px;
	font-family: Candara;
}
.full-input h3
{
	font-family: Candara;
    font-size: 18px;
	color:#214462;
	width:100%;
}
.full-input input[type="text"]
{
	width:98%;
	height:50px;
	border:solid 1px #d3d5d7;
	margin:10px 0 0 0px;
	padding:0 0 0 20px;
	font-family: Candara;
    font-size: 18px;
}
.full-input > input[type="radio"] 
{
    margin: 15px 3px 0 13px;
	font-family: Candara;
    font-size: 18px;
}
.full-input input[type="file"]
{
	margin:15px 0 0 10px;
	background:none;
	font-family: Candara;
    font-size: 14px;
}
.full-input textarea
{	
	width:98%;
	height:200px;
	border: 1px solid #d3d5d7;
	font-family: Candara;
    font-size: 18px;
	padding:10px 0 0 10px;
	margin:15px 0 0 0px;
}
.save-conti-btn
{
	width:257px;
	height:42px;
	margin:0 auto;
}
.save-conti-btn input[type="submit"]
{
	width:257px;
	height:42px;
	font-family: Candara;
    font-size: 18px;
	color:#214462;
	background:#d3d5d7;
	border:none;
	border-radius:3px;
	margin:20px 0px!important;
	cursor:pointer;
}