@CHARSET "UTF-8";

/*  
Style Name: Concierge
Description: The new Welcome module
Version: 1.0
Author: Derek Bender
Author URI: http://nfistudios.com/
Date Created: 05-10-10
Notes: Created from prototype style Moonbeam by Parker Hutchinson
*/

/* welcome guide, step-by-step 5-10-10 bender */
#welcomeguide {
	background: #FDFFCB;
	border: 1px solid #BFBFBF;
	padding: 12px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 8px rgba(0,0,0,.6);
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,.6);
	box-shadow: 0 0 8px rgba(0,0,0,.6);
	margin-bottom: 16px;
	position: relative;
	}
	
	#welcomeguide h3 {
		text-align: center;
		line-height: 1.4;
		}
		
		#welcomeguide h3 span {
			color: #999;
			font-weight: normal;
			font-size: 14px;
			}
			
		#welcomeguide h3 span.steps {
			color: #4D4D4D;
			}
		
	#welcomeguide .links {
		text-align: center;
		}
		
	#welcomeguide .pre {
		position: absolute;
		left: 20px;
		top: 23px;
		}
		
	#welcomeguide .next {
		position: absolute;
		right: 20px;
		top: 23px;
		}
		
		#welcomeguide h5 {
			font-weight: normal;
			margin: 0;
			}
			
		#welcomeguide .pre a, #welcomeguide .next a {
			font-weight: bold;
			}

/* */
#menu{
	
	margin-top: 300px;
	height: 40px;
}
#curtain{display: none;}
#member_match{
	
	background: #fff;
	width: 520px;
	padding:20px;
	font-family: Helvetica, Arial, sans-serif;
	color: #4D4D4D;
	display: none;
	border: 1px solid #ccc;
	-moz-box-shadow: rgba(0,0,0,.4) 10px 5px 5px;
	-webkit-box-shadow: rgba(0,0,0,.4) 10px 5px 5px;
	
}
#arrow_modal{
	
	background: url('/themes/global/default/moonbeam/images/arrow.png') no-repeat scroll top left;
	width: 31px;
	height: 52px;
	display: block;
	position: relative;
	top: 30%;
	left: -50px;
}
#send_me{
	
	text-align: center;
	display: block;
	width: 100%;
	
}
#member_match h2{
	
	margin-bottom: 0px;
	
}
#member_match h2, #member_match p{
	
	text-align: center;
	
}
#member_match p.no_bg{
	
	background: none;
	text-align: center;
	width: 100%
	
}
#message_container{
	
	width: 520px;
	padding:0 15px;
	overflow: hidden;
}
#message_container div{
	
	display: block;
	width: 250px;
	overflow: hidden;
	
}
#member_match img{
	
	float: left;
	padding: 5px;
	border: 1px solid #f2f2f2;
	width: 210px;
	overflow: hidden;
	margin-right: 20px;
	
}
#message_wrap p, #message_container p{
	
	background: #f2f2f2;
	-moz-border-radius: 5px;
	padding: 10px;
	margin-top: 0;
	width: 230px;
	font-size: 13px;
	text-align: left;
	overflow: hidden;
	
}
#member_match .close_modal{
	
	position: absolute;
	top: -10px;
	z-index: 100000000;
	right: -10px;
	text-indent: -999999px;
	display: block;
	background: url('/themes/global/default/moonbeam/images/close_icon.png') no-repeat top left;
	width: 30px;
	height: 30px;
	outline: none;
	
}

a#member_match_link{
	
	display: block;
	text-indent: -999999px;
	background: url('/themes/global/default/moonbeam/images/view_matches_btn.jpg') no-repeat top left;
	width: 196px;
	height: 38px;
	overflow: hidden;
	margin: 30px 0 0 30px;
	outline: none;
	
}
a#member_match_link:hover{
	
	background: url('/themes/global/default/moonbeam/images/view_matches_btn.jpg') no-repeat bottom left;
	
}
a#customize_link{
	
	display: block;
	text-indent: -999999px;
	background: url('/themes/global/default/moonbeam/images/customize_interests_btn.jpg') no-repeat top left;
	width: 196px;
	height: 38px;
	overflow: hidden;
	margin: 30px 0 0 30px;
	outline: none;
	
}
a#customize_link:hover{
	
	background: url('/themes/global/default/moonbeam/images/customize_interests_btn.jpg') no-repeat bottom left;
	
}
a#tour_link{
	
	display: block;
	text-indent: -999999px;
	background: url('/themes/global/default/moonbeam/images/take_tour_btn.jpg') no-repeat scroll top left;
	width: 232px;
	height: 37px;
	overflow: hidden;
	margin: 0 auto;
	outline: none;
	
}
a#tour_link:hover{
	
	background: url('/themes/global/default/moonbeam/images/take_tour_btn.jpg') no-repeat scroll bottom left;

	
}
div.wide_text{
	
	width: 300px !important;
	line-height: 2.4;
	
}
div.wide_text a{
	
	color: #0079BD;
	
}
a#take_tour_link{
	

	display: block;
	float: left;
	margin-right: 20px;
	text-indent: -99999px;
	background: url('/themes/global/default/moonbeam/images/take_tour_btn.jpg') no-repeat bottom left;
	width: 132px;
	height: 36px;
	overflow: hidden;
	
}
a#take_tour_link:hover{
	
	background: url('/themes/global/default/moonbeam/images/take_tour_btn.jpg') no-repeat top left;
	
	
}
#message_wrap{
	
	position: relative;
	
}
/*barrowed css and ideo from fancy box*/
div#bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
div.bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div#bg_n {
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('shadow_n.png') repeat-x;
}                                
                                 
div#bg_ne {                      
	top: -20px;                  
	right: -20px;                
	width: 20px;                 
	height: 20px;                
	background: transparent url('shadow_ne.png') no-repeat;
}                                
                                 
div#bg_e {                       
	right: -20px;                
	height: 100%;                
	width: 20px;                 
	background: transparent url('shadow_e.png') repeat-y;
}                                
                                 
div#bg_se {                      
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('shadow_se.png') no-repeat;
}                                
                                 
div#bg_s {                       
	bottom: -20px;               
	left: 0;                     
	width: 100%;                 
	height: 20px;                
	background: transparent url('shadow_s.png') repeat-x;
}                                
                                 
div#bg_sw {                      
	bottom: -20px;               
	left: -20px;                 
	width: 20px;                 
	height: 20px;                
	background: transparent url('shadow_sw.png') no-repeat;
}                                
                                 
div#bg_w {                       
	left: -20px;                 
	height: 100%;                
	width: 20px;                 
	background: transparent url('shadow_w.png') repeat-y;
}                                

div#bg_nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('shadow_nw.png') no-repeat;
}
#next_prev{
	position: absolute !important;
	top: 0 !important;
	right: 0 !important;

}
#next_prev a{
	
	display: block;
	background: #fff;
	padding: 10px;
	
}
