body {
	font-family:Helvetica, arial, sans-serif;
	background:url('../images/blue-gradient-bg.png') repeat-x;
	color:#333333;
}

/*** General Structure ***/
#site_container {
	width:980px;
	margin:0 auto;
	background:white;
	padding-bottom:20px;
	border-left:1px solid #E5E5E5;
	border-right:1px solid #E5E5E5;
	border-bottom:1px solid #E5E5E5;
	border-bottom-left-radius: 12px 12px;
	border-bottom-right-radius: 12px 12px;
}

#top_nav {
	position: top right;
	float:right;
	text-align: right;
}
	
#top_nav ul {
	margin-top:10px;
}
#top_nav li {
	list-style-type: none;
	margin-left:10px;
	display: inline;
	color:white;
}

#top_nav li a {
	color:white;
}

#top_ribbon {
	background:#f50095;
	height:40px;
	color:white;
}
#top_ribbon a{
	color:white;
}
#ribbon_callout {
	float: left;
	margin: 10px 0 0 60px;
	background: #AB005A;
	border: 1px solid #8B004B;
	padding:3px;
}
#header_image {
	margin-top:-80px;
}

.h1_container {
	background:#333333;
	border:1px solid #E5E5E5;
	border-radius:1px;
	width:990px;
	height:50px;
	line-height:50px;
	margin:0 0 30px -16px;
}

.h1_container img {
	margin:14px 0 0 25px;
}
/**Footer**/
#footer {
	text-align: right;
	height:30px;
	margin-top:20px;
	line-height:30px;
	clear:both;
}
#footer ul {
	display:inline;
	margin-right:20px;
}
#footer li{
	list-style-type: none;
	display:inline;
	margin-left:12px;
	padding:0;
}

#footer p {
	display:inline;
}
/**Login**/
#login_container {
	height:400px;
}
#fb_login {
	margin:30px 0;
	height:100px;
	border-top:1px solid lightgray;
	color:#bbb;
}
/**Form Styles**/

#first_filter tr {
	height: 36px;
}
#first_filter input {
	font-size:14px;
	width: 80px;
}
#first_filter select {
	height: 25px;
	padding: 4px;
	border: 1px solid #f2f2f2;
	font-size: 14px;
}

#first_filter select.gender {
	width: 80px;
	margin: 0 10px;
}

#first_filter .label {
	font-size: 16px;	
	text-align: right;
}

#first_filter .birthday .label {
	margin: 0 10px;
}
#first_filter .form_caption {
	display: block;
}
/***Join***/
#container_join {
	background: url('../images/bg-lobby.jpg');
	background-position: 0px 40px;
	background-repeat: no-repeat;
	height: 700px;
}

#modal_join {
	width: 540px;
	position: absolute;
	color: white;
	margin: 70px 180px;
	text-align: center;
	padding: 20px;
	z-index: 9999;
	background: #f50095;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f50095', endColorstr='#AB005A'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#f50095), to(#AB005A)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #f50095,  #AB005A); /* for firefox 3.6+ */
	border: 4px solid #AB005A;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 3px 3px 3px #ccc;
	-moz-box-shadow: 3px 3px 3px #ccc;
	-webkit-box-shadow: 3px 3px 3px #ccc;
}
#modal_join .create_account {
	background: #AB005A;
	padding: 10px 10px 0 10px;
	border: 1px solid #8B004B;
	margin: 20px 0 0 105px;
}
#modal_join #create_account {
	display: none;
}
#modal_join .skip_facebook_container {
	height: 32px;
}
#modal_join a {
	color: white;
}
#modal_join .create_account input {
	margin: 14px 0 0 0px;
	width: 140px;
	font-size: 14px;
	height: 20px;
}
#modal_join .create_account label {
	text-align: right;
}
#modal_join .create_account table {
	margin: 0 auto;
	
}
#modal_join .create_account td {
	text-align: right;
	padding-right: 10px;
}
#modal_join .create_account .error_field {
	color: #FFF !important;
	font-size: 10px;
	text-align: left;
	margin: 0 !important;
	}
#modal_join .create_account .error_field li {
	color: #FFF !important;
}
#modal_join .create_account .error_field ul.errorlist {
	margin: 0px !important;
}
#modal_join .create_account .btn {
	margin: 15px 0 0 50px;
}
#modal_join .hr {
	margin: 20px 0 0 !important;
}
#modal_join .content {
	background: #AB005A;
	padding: 10px 10px 0 10px;
	border: 1px solid #8B004B;
	text-align: left;
}
.modal_header {
	margin: 10px 0 30px 0;
}
.btn_fb {
	margin: 20px auto 0 auto;
}

/***Account Settings***/

#account_settings input {
	margin-top:14px;
}
#account_settings label {
	margin-top:14px;
}

#account_settings .submit {
	float:right;
	clear: left;
	margin-top:14px;
	width:60px;
}

<<<<<<< HEAD
#account_settings .update_pic {
	font-size: 10px;
	padding: 0;
	}
=======
#fb_pictures li {
	display: inline;
	list-style: none;
}

#fb_pictures li:hover img{
	border:2px solid pink;
}

#fb_pictures li img{
	cursor: pointer;
	border:2px solid #FFF;
}

>>>>>>> 55e3434f151b8906b4cd154d409fd77814fbaaa4
.scheduled_winkups li {
	list-style-type: none;
	padding:4px;
	background:#e5e5e5;
	height:20px;
}

.withdraw_icon {
	float:right;
	padding:4px 4px 0 0;	
}

.past_winkups li {
	list-style-type: none;
	padding:4px;
	background:#e5e5e5;
	color: gray;
	height:20px;
}
.past_winkups .alt {
	background-color:#EFF1F1;
}
.past_winkups a{
	color:gray;
}

.past_winkups_matches {
	float:right;	
}
.past_winkups_matches img {
	vertical-align: middle;
}
.winkup_icon {
	padding-right: 10px;
}
/***Landing Page***/
#top_container {
	background:url('../images/bg-top_container.png') top left repeat-x #4d6072;
	height:385px;
	color:white;
}
#body_container {
	background:url('../images/body-bg_gradient.png') repeat-x top;
}
#lp_cta {
	background: url('../images/cta_bg.png') no-repeat;
	padding:20px;
	height:230px;
	margin-left:80px;
}
	
#featured {
	background: url('../images/featured-bg.png') no-repeat;
	height:240px;
	padding-top:25px;
	color:#333333;
}
#featured_nav {
	margin:0 0 0 30px;
}
#featured_nav .prev {
	margin:0px 15px 0px 30px;
}
#featured_nav .next {
	margin-left:15px;
}
#featured_nav .hr {
	margin:0 15px 4px 15px;
	padding:0;
}
#featured li {
	list-style-type: none;
}

#slider .slider_number {
	padding-left:10px;
	float:left;
}
#slider .slider_graphic {
	float:left;
	padding-left:25px;
}
#slider p {
	font-size:14px;
}
#slider .slider_copy {
	float:left;
	width:140px;
	margin-left:30px;
}
#slider #gray_arrow {
	float:left;
	margin:120px 0 0 10px;
}
#slider ul, #slider li{
	margin:0;	
	padding:0;
	list-style:none;
}
#slider, #slider li{ 
	width:458px;
	height:180px;
	overflow:hidden; 
}

span#prevBtn{}
span#nextBtn{}

#rotating_testimonials {
	height:60px;
	font-size:16px;
	padding:20px 60px 0 60px;
	font-style: oblique;
	margin-bottom:20px;
}

.quote_open {
	margin-top:10px;
	position:absolute;
}
.quote_close {
	float:right;
	margin-top:-50px;
}
.testimonial_large_img {
	margin-left:-14px;
}
.testimonial_large {
	font-style: oblique;
	font-size:14px;
	line-height: 18px;
	padding:12px 0 0 0;
	height:148px;
	background:url('../images/quote.png') no-repeat -16px 6px;
}
.testimonial_small {
	font-style: oblique;
}

.testimonial_name {
	font-weight: bold;
	font-style: normal;
	padding-top:10px;
	display:block;
}

.testimonial_location {
	font-style: normal;
	color:gray;
	font-size: 12px;
	display:block;
}

#match_guarantee {
	background:url('../images/match_guarantee.png') no-repeat;
	padding:28px 20px;
	height:95px;
}
#pink_arrow  {
	margin: -50px 0 0 -20px;
	position: absolute;
}

#secondary_cta {
	background:#fcffd3;
	padding-top:20px;
	border-radius:6px;
	margin:30px 0;
}


.press_list li {
	list-style-type:none;
	display:inline;
}
/**Try**/
#faq li {
	list-style-type: none;
}

#faq h2 {
	font-size:14px;
	font-weight:bold;
}

#body_top {
	border-top:1px solid #e5e5e5;
	width:980px; 
	margin:20px 0px 0px -10px;
}

#cta_container {
	background:#FCFFD3;
	width:460px;
	height:60px;
	padding:20px 10px 10px 10px;
	border-radius:6px;
	margin:45px 0;
}

#fb_connect {
	width:390px;
	height:250px;
	margin-left:20px;
	background: url('../images/try-bg.png') no-repeat;
	color:gray;
	z-index: 50000;
	text-align: center;
}

#btn_fb {
	margin-top:60px;
}

#try_email {
	margin-top:55px;
	}
#try_email img {
	float:right;
	margin-right:40px;
}
#try_email input {
	font-size:18px;
	width:220px;
	
}

.try_date {
	margin-top:20px;
	display:none;
}

#try_tips p {
	font-size:14px;
}
/***Event Table***/
#old_price_image {
	vertical-align:middle;
}
#price_badge {
	position:absolute;
	margin:-105px 0 0 425px;
}
.price_badge_register {
	position:absolute;
	margin:-20px 0 0 320px;
	z-index: 2;
	}



/**Register**/

.next_winkup {
	font-size:32px;
	font-weight:bold;
}

.next_winkup_time {
	color:#ccc;
}
#register_match_guarantee {
	margin:50px 0;
	background: url('../images/bg-match_guarantee_register.png') no-repeat;
	height:90px;
	width:382px;
	}
#register_match_guarantee p {
	width:280px;
	padding:28px 0 0 20px;
}
.sidebar_list li p{
	padding-left:80px;
}

.sidebar_list li {
	background-position: top left;
	background-repeat: no-repeat;
	list-style-type: none;
}
#survey input{
	font-size:24px;
}

#winkup_confirm{
	font-weight:bold;
	font-size: 14px;
}

#reserve_spot {
	height:456px;
	background:url('../images/register_videochat.jpg')  no-repeat 56px 250px;

}
.create_account {
	margin-top:20px;
	background:#ebebeb;
	padding:20px 4px 20px 0;
	border:1px solid #cccccc;
}
.create_account label {
	text-align:right;
}
.create_account input {
	width:140px;
	margin-bottom:12px;	
	font-size:12px;
}
.create_account .error_field {
	display:block;
	clear:both;
	margin-left:160px;
}
.form_caption {
	font-size:10px;
}

.free_cta {
	float:right;
}
.free_cta_expanded {
	background:#FCFFD3;
	border:1px solid #FBFFCF;
	padding:10px;
}

.free_cta_expanded form {
	text-align: right:
}
#retention_cta {
	float:right;
	font-size:11px;
}
#retention_cta a{
	color:#929292;
}
#retention_cta_content {	
}
#retention_success {
	display: none;
	background:#FCFFD3;
	border-radius:6px;
	padding:10px;
	height:20px;
}
.event_select_button {
  display: block;
  width: 80px;
  height: 27px;
  background: url("../images/btn-event_table_inactive.png") no-repeat 0 0;
}
.event_select_button:hover {
  background: url("../images/btn-event_table_inactive_over.png") no-repeat 0 0;
}
.event_select_button_selected {
  background: url("../images/btn-event_table_selected.png") no-repeat 0 0;
}
.event_select_button_selected:hover {
  background: url("../images/btn-event_table_selected.png") no-repeat 0 0;
}

.event_select_button span, .event_select_button_selected span
{
  display: none;
}
/***Redirect***/

#redirect {
	text-align:center;
}
#redirect p{
	text-align:left;
}
#redirect img {
	margin-top:30px;
}
/***Lobby***/

.lobby_alert img {
	padding: 0 10px 10px 0;
}
.lobby_alert h2 {
	font-weight: bold;
	font-size: 22px;
}

#time_until {
	font-size:18px;
	font-weight:bold;
	margin-bottom: 30px;
	border:1px solid #D0D0D0;
	padding:8px 6px;
}

#time_until p {
	color:gray;
	font-size:12px;
	font-weight:normal;
	margin:0px;
	
}
.match_event {
	padding-top:20px;
}
#internal_register {
	border-bottom:1px solid #D0D0D0;
	padding:8px 200px 8px 6px;
	font-size:18px;
	margin-bottom: 60px;
	background:url('../images/register_videochat_sm.jpg') no-repeat bottom right ;
}

.rsvp_btn {
	margin-top: 20px;
}	
#internal_register .winkup_date {
	font-size:28px;
	font-weight: bold;
}
#attendees {
	padding: 10px 0px;
}

#attendees li {
	float: left;
	list-style-type: none;
	width: 50px;
	margin: 0 20px 0 0;
	padding: 0;
}

#attendees li.selected {
	cursor: pointer;
}
#attendees li.selected img {
	border: 2px solid #f50095;
}

#attendees li.invite {
	cursor: pointer;
}
#attendees li.invite:hover img {
	border: 2px solid #f50095;
}
#attendees img {
	border: 2px solid #D0D0D0;
}
#attendees .attendee_name {
	overflow: hidden;
	font-size: 11px;
	text-align: center;
}
#attendees .attendee_name a {
	text-decoration: none; 
}

#attendees .rsvp_thumb {
	font-weight: bold;
	text-align: center;
}
#attendees .rsvp_thumb a{
	font-weight:bold;
	font-size:16px;
	color:green;
}
#attendees .rsvp_thumb img {
	border: 2px solid #f50095;
}
#attendees .rsvp_thumb input {
	margin-left: -12px;
}
.plaxo {
	margin: 10px 0;
}
#plaxo_form_submitted {
	display:none; 
	margin-bottom:3px; 
	font-weight:bold;
	font-size:12px;
}
.load_more {
	position: absolute;
	margin: 10px 0 0 0;
}
.more_needed {
	background: #FCFFD3;
	padding:5px 10px;
	border:1px solid #FBFFCF;
	margin:20px 0;
	border-radius:6px;
	clear: both;
}
.more_needed p {
	color: #333333 !important;
}
.more_needed h2 {
	font-weight: bold;
	font-size: 16px;
	padding: 0;
	margin: 0;
}
.more_needed .invite_social {
	margin: 20px 0 10px 0;
}
.match_container {
	width:140px;
	margin:0 20px 20px 0;
	list-style-type: none;
	float:left;
	border-right:1px solid #e5e5e5;
	padding-right:5px;
	}
.winkup_notebook {
	background: url('../images/winkup_notebook.jpg') no-repeat 0 50px;
	height: 300px;
}

.match_name_container {
	background: url('../images/icon-heart-match.png') 115px 20px no-repeat #FCFFD3;
	border:1px solid #FBFFCF;
	border-radius:2px;
	padding:6px 0 6px 6px;
}
.match_name {
	font-size:16px;
	font-weight:bold;
}
.send_match_message {
	display:block;
	font-size:11px;
	margin-top:3px;
}

.send_match_message img {
	margin-right:3px;
	vertical-align: middle;
}

.notes_list {
	color:grey;
	font-size:11px;
	line-height:12px;
	margin-top:10px;
}

.notes_list li {
	display:inline;
	list-style-type: none;
	padding:0px;
	margin:0px;
}
.notes_list strong {
	display:block;
	margin-bottom:4px;
}

.match_hr {
	display:block;
}
#lobby_rail {
	margin-top: 100px;
}

/***Date Room**/

#dateInfo {
	height:70px;
	vertical-align: baseline;
}
#dateName {
	margin:40px 0 0 0;
	font-size:22px;
	width:200px;
	float:left;
}

.dateNumber {
	font-size:10px;
	text-transform: uppercase;
	background:#FCFFD3;
	border:1px solid #FBFFCF;
	padding:3px;
	margin: 40px 0 0 12px;
}

#waitingForDate {
	font-size:10px;
	color:gray;
	float:left;
	margin:45px 0 0 60px;
	padding:4px 4px 4px 22px;
	line-height: 10px;
	width:86px;
	border:1px solid #FBFFCF;
	background: url('../images/loading_small.gif') no-repeat #FCFFD3 2px 1px;
}

#noDate {
	font-size:10px;
	color:gray;
	float:left;
	margin:22px 0 0 60px;
	padding:8px 4px 4px 28px;
	line-height: 12px;
	width:280px;
	height:30px;
	border:1px solid #FBFFCF;
	background: url('../images/loading_small.gif') no-repeat #FCFFD3 4px 12px;
}

#theDateTime {
	font-weight:bold;
	font-size:50px;
	color: #637485;
	padding:0;
	width:90px;
	float:right;
	margin:40px 0 0 0;
	line-height:10px;
}
#theDateTimePlaceHolder {
	padding:0px;
	text-align: right;
	margin:0;
	line-height:10px;
}
#theTime {
	font-weight:bold;
	font-size:50px;
	color: #637485;
	padding:0;
	width:90px;
	float:right;
	margin:0;
	line-height:10px;
}
#t
}
#tbx_call {
	margin-top:10px;
}

#widgetDiv {
	margin: 10px 0;
}

#vote_break {
	margin-top:20px;
}
#notes {
	width:260px;
}

#savingNotes, #notesSaved {
	display: none;
}

.vote {
	padding:8px 8px;
	font-size:16px;
	font-weight:bold;
	border:1px solid #D0D0D0;
}

.vote a{
	text-decoration: none;
}

#vote_yes, #vote_no {
	margin-top:20px;
}
#notes input {
	height:200px;
}
.video_container {
	margin:20px 0;
	padding:12px;
	background-color:#FCFFD3;
	border-radius:6px;
	height:295px;
	width:330px;
}
#helper {
	margin-top:70px;
}

#helper img {
	margin-right:10px;
}


h1 img {
	margin:20px 0;
}

h2 img {
	margin:16px 0;
}

/***Breakroom***/
#vote_review {
	width:540px;
}
#vote_review td {
	min-height:32px;
	line-height:14px;
	vertical-align: middle;
	padding:4px;
	}
#vote_review tr {
}	
.notes_review {
	color:gray;
	font-size:10px;
	font-weight: normal;
}
#vote_review tr {
	border-bottom:1px solid #D0D0D0;
}
#vote_review img {
	padding-right:4px;
}
#timerFinalResults {
	background:#FCFFD3;
	border:1px solid #FBFFCF;
	text-align:center;
	padding:8px;
	width:210px;
	margin:0px auto 40px auto;
	font-weight: bold;
}
/***Summary***/

#matches_summary {
	background:white;
	border:1px solid #D0D0D0;
	height:60px;
	line-height:60px;
	border-radius:6px;
	margin:0 0 20px 0;
	padding:0px;
}
#matches_summary li {
	width:80px;
	list-style-type: none;
	border-radius:6px;
}

#matches_summary li img {
	margin-right:6px;
}

/**Matches**/
#container_matches {
	background:url('../images/bg-matches.jpg') 100px left no-repeat;
	height: 700px;
}
/***Match Messaging**/

.message {
	margin-top:0;
	list-style-type:none;
}
.match_msg_owner {
	border-top:1px solid #D0D0D0;
	border-bottom:1px solid #D0D0D0;
	padding:18px 14px 14px 14px;
	min-height:30px;
}
.msg_speaker {
	margin-top:10px;
}
.msg_time_stamp {
	font-size:10px;
	position: absolute;
	top:8px;
	right:6px;
	color:gray;}

#msg_input {
	width:300px; 
	height:80px;
	margin:10px 0 0 10px;
}
#notes_list_match ul {
	background: white;
	border:1px solid #D0D0D0;
	padding:6px;
	border-radius:6px;

}
#notes_list_match li {
	display: inline;
	list-style-type: none;	
	font-style: oblique;
	margin:0;
	padding:0;
}
/***Wizard***/
#everything_working {
	background:#FCFFD3;
	border:1px solid #FBFFCF;
	border-radius:6px;
	margin-top:20px;
	padding:0 6px 10px 16px;
}

#everything_working a{ 
	padding:4px;
	background:white;
	border:1px solid #D0D0D0;
	text-decoration: none;
	display:block;
	margin-top:4px;
	display:pointer;
}
#wizard_steps  {
	margin-bottom:50px;
}
#wizard_steps li img{
	border:4px solid #fbffcf;
	border-radius:6px;
	margin-left:10px;
}

#settings_arrow {
	position: absolute;
	top:80px;
	right:100px;
	
}

/***Dashboard***/

#recent_winkups_dashboard li {
	list-style-type: none;
	padding:4px;
	background:#e5e5e5;
	color: gray;
	height:20px;
	margin:0px;
}

#recent_winkups_dashboard .alt {
	background-color:#EFF1F1;
}
.user_table table {
	width:560px;
}
.user_table .top_row td {
	background:#333333;
	color:white;
	margin:0px;
	padding:4px;
	border:none;
}
.user_table td{
	background:#e5e5e5;
	margin:0px;
	padding:4px;
	border-right:1px solid #cccccc;
	height:20px;
}

.user_table .alt {
	background-color:#EFF1F1;
}
.user_table td li {
	list-style-type: none;
	font-size:11px;
	color:gray;
	margin:0px;
	display:inline;
	padding-right:3px;
}

/***Payment***/

#transaction_info td {
	padding:4px;
}

#transaction_info tr {
	padding:4px;
	border-bottom:1px solid #cccccc;
}

#transaction_info .transaction_label {
	font-weight: bold;
}

/***Contact**/

#contact_form label {
	text-align: right;
	color:gray;
}
#contact_form .contact_email {
	width:140px;
}
#contact_form textarea {  
    width: 380px;  
    max-width: 380px;  
    height: 150px;  
    line-height: 150%;  
    } 
/***Typeface***/
p {
	line-height:17px;
	font-size:12px;
}
p.caption {
	font-size:10px;
	width:70%;
	margin:6px 0 0 20px;
	line-height:12px;
}
h2 {
	font-size:18px;
	line-height:24px;
	font-weight: normal;
}
.subhead {
	font-size:14px;
	line-height:20px;
	font-weight: normal;
}
h3 {
	font-size:22px;
	color:#333333;
}

.header_2 {
	margin:20px 0;
	display:block;
}
a {
	color:#333333;
	text-decoration: underline;
}
a:hover {
	color:black;
}

.hr {
	margin:40px 0 20px 0;
}

img a {
	border:none;
	text-decoration: none;
}

/***Alerts***/
.alert {
	font-weight:bold;
	text-align: center;
	background:#FCFFD3;
	padding:6px;
	border:1px solid #FBFFCF;
	margin:16px 0;
}

.alert_important {
	font-weight:bold;
	font-size: 14px;
	text-align: center;
	background: url('../images/icon-alert.gif') no-repeat #FCFFD3;
	background-position: 1% 50%;
	padding:6px 6px 6px 34px;
	border:1px solid #FBFFCF;
	margin:16px 0;
	border-radius:6px;
}

.alert_white {
	font-weight:bold;
	text-align: center;
	background:white;
	padding:6px;
	border:1px solid #D0D0D0;
	margin:16px 0;
	border-radius:6px;
}
/***Images**/
.yellow_border {
	border:4px solid #FCFFD3;
	margin:10px;
}

/***Form Errors***/
.error_field li{
	list-style: none;
	list-style-type: none;
	font-weight:bold;
	color:red;
	margin:4px 0 0 0;
}
.errorlist li{
	list-style: none;
	list-style-type: none;
	font-weight:bold;
	color:red;
	margin:4px 0 0 0;

}
.event_error_field li{
	list-style-type: none;
	font-weight:bold;
	padding:4px;
	margin:4px 0 0 0;
	color:red;
}

 