@charset "utf-8";

/* fix ugly borders on <a> tags with image replacements */
a:link, a:visited, a:hover, a:active {
	outline: none;
}


/* LAYOUT
----------------------------------------------------------*/
body {
	background:#ececec url('../images/body-bg.png') top center repeat-y;
	text-align:center;
	margin:0;
	padding:0;
	font-size:12px;
	font-family:Helvetica, Arial, sans-serif;
	line-height:1.25em;
	}
	
ul li {
	list-style:url(../images/list-arrow.png);
	margin:0 0 8px 0;
	}

#wrapper {
	width:750px;
	margin:0 auto;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	background:#fff;
	text-align:left;
	padding:15px;
	}
	
#header {
	height:75px;
	}
	
#site-title {
	float:left;
	}

#user-info {
	float:right;
	text-align:right;
	font-family:"Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	margin-top:25px;
	}
	

#body {
	margin-top:15px;
	line-height:1.4em;
	}	

.col-double {
	width:475px;
	margin:0 15px 0 0;
	float:left;
	}

.col-single {
	width:230px;
	float:left;
	margin:0 15px 0 0;
	}
	
.col-profile {
	width:250px;
	float:left;
	margin:0 30px 0 0;
	}
	
	
.box-green {
	background:#ebf5ec;
	border:1px solid #e5e5e5;
	padding:10px;
	width:100%;
	margin:0 0 15px 0;
	}
	
.box-blue {
	background:#e6f3fa;
	border:1px solid #e5e5e5;
	padding:10px;
	margin:0 0 15px 0;
	}
	
.box-error {
	border:1px solid #f00;
	background:#fae6e6;
	padding:4px;
	margin-bottom:15px;
	}
	
.box-success {
	background:#dbf4dc;
	border:1px solid #41a145;
	padding:4px 4px 4px 10px;
	margin-bottom:15px;
	color:#333;
	font-size: 1.5em;
	text-align: center;
	}

.notice {
	background-color: #fffdc0;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	padding: 5px;
	margin-bottom:15px;
	}
	
ul#inviteStaff-key {
	clear:both;
	}

hr {
	clear:both;
	height:1px;
	background:#e5e5e5;
	border:0;
	margin:15px 0 15px 0;
	}
	
.clear-both {
	clear:both;
	}

/* view profile page */
ul.skill-set {
	margin:0 0 15px 0;
	padding:0;
	}

ul.skill-set li {
	list-style:none;
	margin:0 0 6px 0;
	padding:0;
	color:#888;
	}

.profile-photo {
	float:left;
	margin:0 15px 15px 0;
	}

ul#ep-comments {
	margin:0;
	padding:0 10px 0 10px;
	}

ul#ep-comments li {
	list-style:none;
	}
	
/* HEADER
----------------------------------------------------------*/
h1.logo {
	background:url('../images/logo.gif') 0 0 no-repeat;
	height:35px;
	width:372px;
	text-indent:-9999px;
	margin-bottom:5px;
	}	

h1.logo a {
	display:block;
	width:inherit;
	height:inherit;
	}

h1.logo a:hover {
	background-color:transparent;
	}

h2.tagline {
	color:#888;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	font-style:italic;
	}
	
	
	
/* NAVIGATION
----------------------------------------------------------*/	
ul#nav,
ul#subnav {
	margin:0;
	padding:0;
	}

ul#nav {
	font-family:"Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	background:#3d9e41 url('../images/nav-bg.png') 0 0 repeat-x;
	height:30px;
	font-size:1.25em;
	font-weight:bold;
	}

ul#nav li,
ul#subnav li {
	list-style:none;
	}
	
ul#nav li a {
	line-height:2em;
	display:block;
	float:left;
	padding:0 15px 0 15px;
	height:30px;
	}
	
ul#nav li a:link, ul#nav li a:visited { color:#fff;text-decoration:none; background:url('../images/nav-divider.png') top right no-repeat; }
ul#nav li a:hover, ul#nav li a:active { color:#fff;text-decoration:none;background:url('../images/nav-hoverbg.png') top right repeat-x; }

ul#nav li a.selected:link,
ul#nav li a.selected:visited {
	background:url('../images/nav-hoverbg.png') top right repeat-x;
	}
ul#nav li a.selected:hover,
ul#nav li a.selected:active {	
	text-decoration:none;
	cursor:default;
	}

/* subnav */
ul#subnav {
	font-family:"Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	background:#a0d0a2;
	height:20px;
	font-size:1em;
	margin-top:-8px;
	}

ul#subnav li a {
	line-height:1.65em;
	display:block;
	float:left;
	padding:0 19px 0 15px;
	height:20px;
	background:url('../images/subnav-divider.png') top right no-repeat;
	}
ul#subnav li a.last {
	background:none;
	}

ul#subnav li a:link, ul#subnav li a:visited { color:#fff;text-decoration:none; }
ul#subnav li a:hover, ul#subnav li a:active { color:#fff;text-decoration:underline; }


	
	
/* TYPOGRAPHY
----------------------------------------------------------*/
p, h1, h2, h3, h4, h5, h6 { margin-top:0; }

h3 {
	font-family:"Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	}

h3.page-title {
	font-size:1.5em;
	margin-top:1em;
	}	
	
div.skill-sets h4 {
	color:#0985cb;
	font-size:1em;
	margin:0;
	}	

.skill {
	color:#000;
	display:block;
	float:left;
	width:95px;
	}

.toggle-btn {
	font-size:.65em;
	}

.grey {
	color:#aaa;
	}



a:link,
a:visited {
	text-decoration:underline;
	color:#0985CB;
	}	

a:hover,
a:active {
	text-decoration:none;
	color:#fff;
	background:#0985CB;
	}

#footer a:link,
#footer a:visited {
	text-decoration:none;
	color:#d6d6d6;
	}	
#footer a:hover,
#footer a:active {
	text-decoration:underline;
	color:#0985CB;
	background:transparent;
	}


#user-info span.user-name {
	font-size:1.25em;
	font-weight:bold;
	}
#user-info span.user-company {	
	font-size:.8em;
	font-weight:bold;
	}
	
#footer {
	clear:both;
	color:#d6d6d6;
	text-align:center;
	padding:10px;
	}

.green-text {
	color:#3d9e41;
	}

.error {
	color:#f00;
	}
.helper-text {
	color:#666;
	font-size:.9em;
	}

.event-dates {
	font-size:.8em;
	font-weight:normal;
	}

/* invite list styles */
.invited {
	color:#3c9;
	font-style:italic;
	}

.available {
	}

.tentative {
	color:#06c;
	}

.rightout {
	color:#999;
	text-decoration:line-through;
	}
	
.quote-credit {
	display:block;
	color:#a3a3a3;
	font-style:italic;
	}
	
a.deletetag:link,
a.deletetag:visited { 
	color:#f00;
	font-size:.85em;
	float:right;
	margin:0 0 5px 5px;
	text-decoration:underline;
	}
a.deletetag:hover,
a.deletetag:active { 
	color:#fff;
	background:#f00;
	font-size:.85em;
	float:right;
	margin:0 0 5px 5px;
	text-decoration:none;
	}		

#airportSizeSelector a {
	font-size: 0.75em;
	margin:0 1.5em 0 0;
	}


.usernote {
	background-color:#fffdc0;
	border: 1px solid #eee;
	padding: 1em;
	margin-top: 1em;
	margin-bottom: 0px;
	}

.usernoteauthor {
	margin-top:0px;
	padding-left: 1em;
	padding-right: 1em;
	max-width: 45%;	
	}

.usernoteevent{
	margin:0px;
	padding-left: 1em;
	padding-right: 1em;		
	max-width: 45%;
	}

.usernotedetails {
	margin-top: 0px;
	width: 100%;
	color:#999;
	font-size: 90%;	
	}

a#linkAddNewNote {
	padding:3px 5px 3px 5px;
	}

a#linkAddNewNote:link,
a#linkAddNewNote:visited {
	background:#0985CB;
	color:#fff;
	text-decoration:none;
	}
	
a#linkAddNewNote:hover,
a#linkAddNewNote:active {
	color:#0985CB;
	background:#fff;
	text-decoration:underline;
	}	


/* FORMS
----------------------------------------------------------*/
fieldset {
	background:#ebf5ec;
	border:1px solid #e5e5e5;
	padding:10px;
	margin-bottom: 2em;
	}
fieldset fieldset {
	background:#fff;
	}
textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	}
.imgBtn-fix {
	position:relative;
	top:5px;
	}
	

/* view profile page */
.favButton {
	display:block;
	border:0;
	cursor:pointer;
	height:21px;
	padding:0;
	float:right;
	}
	
/* add fav button */
form#favmgmt {
	width:145px;
	}
	
/* add fav button */
.addFav {
	width:143px;
	height:21px;
	background:transparent url('../images/add-favorite.gif') 0 0 no-repeat;
	text-indent:-9999px;
	}

/* remove fav button */
.removeFav {
	width:144px;
	height:21px;
	background:transparent url('../images/remove-favorite.png') 0 0 no-repeat;
	text-indent:-9999px;
	}
/*
.removeFav:hover {
	background-position:0 -21px;
	}*/
.removeFavHover {
	background-position:0 -21px;
	}



/* login */
form#login label,
form#tellFriend label {
	display:block;
	font-weight:bold;
	}	
form#login input[type=text],
form#login input[type=password],
form#tellFriend input[type=text]{
	width:100%;
	border:1px solid #afb9b1;
	margin-left:2px;
	margin-right: 2px;
	}
	

#header-login {
	float: right;
	font-family:"Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: .9em;
	xxxwidth: 250px;
	text-align: right;
	display:inline;
}	

form#inlineLogin label {
  margin-right:5px;
  padding-top:0.3em;
  color: #0985CB;
  line-height: 1em;
  }



form#inlineLogin .signInFields {
	margin-right:5px;
	font-size: 0.9em;
	width: 100px;
	border: 1px solid #0985CB;
	line-height: 1em;
}



/* registration */
form#registrationTD label {
	float:left;
	width:9em;
	}
	
	
/* profile */

fieldset#profile-basicInfo {
	height:150px;
}

fieldset#profile-basicInfo ul.airport-list {
	float:left;
	margin:0 15px 0 0;
	padding:0;
	}
fieldset#profile-basicInfo ul.airport-list li {
	list-style:none;
	margin:0 0 5px 0;
	}
	
fieldset#profile-basicInfo ul.airportSmaller {
	font-size: 80% !important;
	}
	
fieldset#profile-personalInfo textarea#profile-about {
	width:250px;
	height:125px;
	overflow:scroll;
	}
	
/* skills form */
fieldset#profile-skills label {
	float:left;
	width:6em;
	}	
	
/* airport selection styles */

#addAirports {
	display:block;
	clear:both;
	xposition:relative;
	}
	
#preferredAirportContainer {
	display:block;
	clear:both;	
	overflow:auto;
	}

#airportSearchResults {
	position:relative; 
	left: 240px; 
	top:-80px;
	width:335px;
	z-index: 999;
	margin: 0px;
	padding: 0px;
	}
#airportSearchResults ul.airportSearchResults {
	padding:0px;
	margin: 0px;
	list-style-image:none !important;
	list-style:none !important;
	}
#airportSearchResults ul.airportSearchResults li {
	list-style-image:none !important;
	list-style:none !important;
	margin:0;
	padding: .5em 0 .5em 1em;
	border-top: 1px solid #CCC;
	cursor:pointer;
	}

#airportSearchResults ul.airportSearchResults li.odd {
	background-color: #4FAC53;
	color: white;
	}

#airportSearchResults ul.airportSearchResults li.even {
	background-color: #0985CB;
	color: white;
	}


ul.myPreferredAirports {
	margin: 0px;
	padding: 0px;
	float: left;
}

ul.myPreferredAirports LI {
	display: block;
	float:left;
	background:#0985CB;
	color: white;
	font-weight:bold;
	padding-left: 12px;
	padding-right: 12px;
	margin-left: 6px;
	margin-right: 6px;
}	


ul.myPreferredAirports li.preamble {
	display: inline;
	float: left;
	color: black;
	background:none;
	padding: 0;
	margin: 0;
	font-weight: normal;
}


ul.myPreferredAirports li.noresult {
	display: inline;
	float: left;
	color: black;
	background:none;
	padding: 0;
	margin-left: 6px;
	font-weight: normal;
	font-style:italic;
	letter-spacing: 110%;
}



.autocompleteHighlight {
	font-weight: bold;
}




/* create event */
form#create_event label {
	float:left;
	width:8em;
	}

form#inviteStatusChange label {
	}
form#inviteStatusChange span.helper-text {
	font-size:.9em;
	display:block;
	color:#666;
	}

/* contact us / shout out */
form#shout label {
	float:left;
	width:8em;
	}

/* manage CQ */
form#frmAddCQ { margin-top: 10em; }
form#frmAddCQ label { float: left; width: 150px; }
form#frmAddCQ ul { margin-left: 110px; } 
form#frmAddCQ ul li { position: relative; } 



/* Form buttons */
.imgButton {
	display:block;
	border:0;
	text-indent:-9999px;
	cursor:pointer;
	height:21px;
	padding:0;
	}


.tellFriendBtn {
	background:transparent url('../images/btn-tellMyFriend.png') 0 0 no-repeat;
	width:122px;
	}
.contactBtn {
	background:transparent url('../images/btn-sendMessage.png') 0 0 no-repeat;
	width:137px;
	}
.signInBtn {
	background:transparent url('../images/btn-signin.png') 0 0 no-repeat;
	width:63px;
	}
.createEventBtn {
	background:transparent url('../images/btn-createEvent.png') 0 0 no-repeat;
	width:109px;
	}
.searchBtn {
	background:transparent url('../images/btn-search.png') 0 0 no-repeat;
	width:69px;
	display:inline;
	}
.registerBtn {
	background:transparent url('../images/btn-createMyAcct.png') 0 0 no-repeat;
	width:155px;
	}
.sendInvitesBtn {
	background:transparent url('../images/btn-sendInvitations.png') 0 0 no-repeat;
	width:128px;
	}
.confirmBtn {
	background:transparent url('../images/btn-confirmChoices.png') 0 0 no-repeat;
	width:130px;
	}
.selectStaffBtn {
	background:transparent url('../images/btn-selectStaff.png') 0 0 no-repeat;
	width:109px;
	display:inline;
	}
.customizeBtn {
	background:transparent url('../images/btn-customizeInvite.png') 0 0 no-repeat;
	width:155px;
	}
.updateLocationBtn {
	background:transparent url('../images/btn-updateLocation.png') 0 0 no-repeat;
	width:225px;
	display:inline;
	}
.updateAirportsBtn {
	background:transparent url('../images/btn-updateAirports.png') 0 0 no-repeat;
	width:210px;
	display:inline;
	}
.personalStmtBtn {
	background:transparent url('../images/btn-updateStatement.png') 0 0 no-repeat;
	width:225px;
	}
.customizeImgBtn {
	background:transparent url('../images/btn-customizePhoto.png') 0 0 no-repeat;
	width:171px;
	}
.updateSkillsBtn {
	background:transparent url('../images/btn-updateSkills.png') 0 0 no-repeat;
	width:127px;
	}
.eventPlannerViewBtn {
	background:transparent url('../images/btn-eventPlannerView.png') 0 0 no-repeat;
	width:150px;
	}
	
.reassignBtn {
	background:transparent url('../images/btnReassign.gif') 0 0 no-repeat;
	width:125px;
	}	
	
	
.btnIcon {
	float: right;
	border: none;
	margin-left: 1em;
	
	}



/* TABLES
----------------------------------------------------------*/
table {
	border:1px solid #ddd;
	border-collapse:collapse;
	margin-bottom:15px;
	width:100%;
	}
table th, table td {
	padding:8px;
	}

table th {
	background:#0985cb;
	color:#fff;
	font-family:"Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-weight:bold;
	font-size:1.25em;
	}

/* for candy striping and hover jQuery effects */
.odd {
  	background-color: #e6f3fb;
	}
.even {
  	background-color: #ffffff;
	}
.highlight {
  	background-color: #ddd;
	}

.hidden {
	display:none;
	}

/* page specific styles */
table.tbEvents {
	width:100%;
	}


#notesFilter {
	margin: 0;
	padding: 0;
	list-style:none !important;
	list-style-image: none !important;
	list-style-type:none;
	width: 100%;
	height:20px;
	}
	
	
#notesFilter li {
	float:left;
	display: inline;
	list-style-image:none !important;
	margin:0 10px 0 0;
}


.selectedNotesFilter a:link, 
.selectedNotesFilter a:visited, 
.selectedNotesFilter a:active {
	padding-left: 3px;
	padding-right: 3px;
	text-decoration:none;
	background-color:#44A348;
	color: white;
}

/* QUICK SCHEDULE (invitestaff2.asp)
-----------------------------------------*/
ul#invite-list a,
ul#invite-list-2 a {
	text-decoration:none;
	}
ul#invite-list a:hover,
ul#invite-list-2 a:hover {
	cursor:default;
	background:transparent;
	} 


/* invite list styles */
ul#invite-list a.invited:link,
ul#invite-list-2 a.invited:link {
	color:#3c9 !important;
	font-style:italic !important;
	}
ul#invite-list a.available:link,
ul#invite-list-2 a.available:link {
	color:#000 !important;
	}
ul#invite-list a.tentative:link,
ul#invite-list-2 a.tentative:link {
	color:#06c !important;
	}
ul#invite-list a.rightout:link,
ul#invite-list-2 a.rightout:link {
	color:#999 !important;
	text-decoration:line-through !important;
	}
	



ul#invite-list,
ul#invite-list-2 {
	margin:0;
	padding:0;
	width:49%;
	float:left;
	}

ul#invite-list li,
ul#invite-list-2 li {
	display:block;
	list-style-image:none;
	}



#cluetip table {
	background:#fff;
	border:0;
	padding-bottom:0;
	}

#optionList li {
	padding:0 0 0 15px;
	}
	
.box-yellow {
	border:1px solid #e5e5e5;
	padding:10px;
	width:100%;
	margin:0 0 15px 0;
	background-color: #FFFF99;
}
.col-triple {
	width:715px;
	float:left;
	margin:0 15px 0 0;
}

#rss .pubdate {
	font-size: 80%;
	font-weight: bold;
	border-bottom: 1px dashed black;
	margin-bottom: 0.2em;
	padding-bottom: 0.2em;	
}

#rss p {
	xmargin-top: -1em;
}


a.modifyinvite img {
	margin-left: 1.0em;
	border: none;
}

a.modifyinvite:link, a.modifyinvite:visited, a.modifyinvite:hover, a.modifyinvite:active {
	background: none;
}

.clueTipHover {
	background-color: #C1E0EA;
	
}

#loadingMsg { 	width: 240px; 
				height: 40px; 
				background-color:#4FAC53; 
				border:2px solid #C1E0EA;
				padding-top: 1em;
				font-size: 2em; 
				position: absolute; 
				margin-left: auto; 
				margin-right: auto; 
				z-index: 100;
				text-align:center;
				font-weight: bold;
				color: white;
				}