/*** Global Overrides ***/
#masthead,
#masthead #flash {
  height:160px;
}

/*** EVENT CALENDAR PAGE CLASSES ***/
div.eventTabContainer {
  background-color: #c0c0c0;
  height: 70px;
}

div.eventTabContainer a.tab {
  background-color: #d0d0d0;                         
  height: 60px;
  margin: 10px 10px 0px 0px;
  width: 145px;
}

div.eventTabContainer a.all {
}
                            
div.eventTabContainer a.friends {
}

div.eventTabContainer a.past {
  background-color: #d0d0d0;
  float: right;
  height: 45px;
  width: 110px;
}

div.eventTabContainer a.create {
  background-color: #ff3ba9;
  display: block;
  float: right;
  height: 30px;
  width: 95px;
}

div.eventSortContainer {
  background-color: #4ab2d5;
  height: 40px;
}

div.eventNavigator {
  background-color: #d0d0d0;
  height: 45px;
}

div.eventBrowser {
  margin: 0px !important;
  padding: 0px !important;
  width: 980px;
}

ul.eventGrid {
  margin: 0px !important;
  width: auto !important;
}

li.eventPoster {
  width: auto !important;
  height: auto !important;
  margin: 0px 10px 10px 0px !important;
  float: left !important;
  list-style-image: none !important;
  list-style-position: outside !important;
  list-style-type: none !important;
}

/*** Event Panel ***/
div.eventPanel {
  /*background: #000000 url("/images/events/eventPoster_black.gif") no-repeat scroll 0 0;*/
  background-color: #000000;
  color: #ffffff;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  height: 415px;
  width: 235px;
  overflow: hidden;
}

div.eventPanel.friends {
  /*background: #ffffff url("/images/events/eventPoster_blue.gif") no-repeat scroll 0 0;*/
  background-color: #4ab2d5;
  color: #ffffff;
}

div.eventPanel div.head {
  height: 55px;
}

div.eventPanel div.head div.when,
div.eventPanel div.head div.where {
  color: #4ab2d5;
  font-size: 14px;
  line-height: 14px;
  padding: 5px 0 0 10px;
}

div.eventPanel.friends div.head div.when,
div.eventPanel.friends div.head div.where {
  color: #043242;
}

div.eventPanel div.head div.what {
  font-size: 16px;
  line-height: 16px;
  padding: 5px 0 0 10px;
}

div.eventPanel div.head div.what a {
  color: #ffffff;
  text-decoration: none;
}

div.eventPanel div.head img.badge {
  float: right;
  clear: right;
}

div.eventPanel div.head img.featured {
}

div.eventPanel div.head img.host {
  margin: 3px;
}

div.eventPanel div.banner {
  height: 179px;
  margin: 10px 0 0 0;
  overflow: hidden;
  width: 235px;
}

div.eventPanel div.banner > img {
  border: none;
}

div.eventPanel div.detail {
  background-color: #043242;
  font-size: 12px;
  height: 120px;
  padding: 10px;
}

div.eventPanel div.detail span.when,
div.eventPanel div.detail span.where,
div.eventPanel div.detail span.who {
  display: block;
  margin: 0 0 3px 0;
}

div.eventPanel div.detail span.eventTime,
div.eventPanel div.detail span.eventLocation {
  display: block;
}

div.eventPanel div.detail span.label {
  color: #4ab2d5;
  font-size: 10px;
}

div.eventPanel div.detail span.more a {
  color: #ff3bab;
}

div.eventPanel div.detail a.organizerLink {
  color: #ffffff;
}

div.eventPanel div.detail a.organizerLink.friend {
  color: #00ff00;
}

div.eventPanel div.detail a.organizerLink.staff {
  color: #ff0000;
}

div.eventPanel span.more {
  display: block;
  margin: 10px 0 0 0;
}

div.eventPanel div.attendeeContainer {
  background-color: #ffffff;
  color: #4ab2d5;
  float: right;
  font-size: 11px;
  width: 85px;
}

div.eventPanel div.attendeeContainer span.attendeeState {
  background-color: #4ab2d5;
  color: #000000;
  display: block;
  height: 16px;
  text-align: center;
}

div.eventPanel div.attendeeContainer span.allAttendees {
  display: block;
  margin: 3px 5px;
}

div.eventPanel div.attendeeContainer span.friendAttendees {
  display: block;
  margin: 3px 5px;
}

div.eventPanel div.attendeeContainer span.label {
  color: #043242;
}

div.eventPanel div.attendeeContainer span.attendeeCount,
div.eventPanel div.attendeeContainer span.friendCount {
  float: right;
}

div.eventPanel div.actions {
  padding: 5px 80px;
}

/*** EVENT DETAIL PAGE ***/
div#EventDetailPage div.moderationAdmin {
  background-color: #cccccc;
  margin: 10px 0 0 0;
  padding: 5px 10px;
}

div#EventDetailPage div.actions {
  background-color: #4ab2d5;
  height: 20px;
  margin: 10px 0 0 0;
  padding: 5px 10px;
}

div#EventDetailPage div.actions h3 {
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
}

/*** Organizer Controls ***/


   div.available_actions
    {
    	background-color: #E7E7E7;
    	width: 968px;	
    	padding: 0;
    	margin: 5px 0;
    	border: solid 1px #bbbbbb;
    }
    div.available_actions span.action_header
    {
    	width: 100%;
    	background-color: #4AB2D5; 
    	padding: 6px;
    	display: block;
    	color: #000000;
    	font-weight: bold;
    }
    div.available_actions a
    {
    	background-color: #FF0DAE;
    	color: #FFFFFF;
    	text-indent: 0;
    	padding: 3px;
    	margin: 6px 3px; 
    	text-decoration: none;
    	font-weight: bold;
    	float: left;
    	border: solid 1px #FFFFFF;
    }
    div.available_actions a.active
    {
    	background-color: #29B529; 
    }
    
    div.available_actions a:hover
    {
    	background-color: #000000;
    }	
    div.available_actions a.right
    {
    	float: right;
    }
    div.available_actions a.left
    {
    	float: left;
    }
    
    div#promoteButton
    {
    	position: relative;
    	top: 0;
    	left: 0;
    	text-align: center;	
    	padding: 0;
    }
    
    div#promoteButton a
    {
    	padding: 5px;
    	margin: 0;
    	color: #ffffff;
    	text-indent: 0;
    	font-size: 12px;
    	text-decoration: none;
    	background-color: #42A4C7;
    	float: left;
    	width: 100%;
    	display: block;
    }  	
    
    div#promoteButton a:hover
    {
    	background-color: #236B79;
    }
    
    div.actions h3
    {
    	float: left;
    }
    
    div.actions div.shareLinks
    {
    	float: right;
    	margin: 0;
    	color: #FFFFFF;
    }

/*** End Organizer Controls ***/

div.shareLinks {
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  margin: 5px 0;
}

div.eventDetail {
  /*background-image: url("/images/events/eventDetail_black.gif");*/
  /*height: 589px;*/
  width: 526px;
}

div.eventDetail div.detailHeader {
  background: transparent url("/images/events/detailHeader.png") no-repeat scroll 0 0;
  height: 30px;
  width: 526px;
}

div.eventDetail.friend div.detailHeader {
  background-image: url("/images/events/detailHeader_friend.png");
}

div.eventDetail.featured div.detailHeader {
  background-image: url("/images/events/detailHeader_featured.png");
}

div.eventDetail.friend.featured div.detailHeader {
  background-image: url("/images/events/detailHeader_friend_featured.png");
}

div.eventDetail div.detailBody {
  background: transparent url("/images/events/detailBody.png") repeat-y scroll 0 0;
  overflow: hidden;
  width: 526px;
}

div.eventDetail.friend div.detailBody {
  background-image: url("/images/events/detailBody_friend.png");
}

div.eventDetail div.detailFooter {
  background: transparent url("/images/events/detailFooter.png") no-repeat scroll 0 0;
  height: 30px;
  width: 526px;
}

div.eventDetail.friend div.detailFooter {
  background-image: url("/images/events/detailFooter_friend.png");
}

div.eventDetail div.calendarContainer {
  float: left;
  margin: 0 0 0 15px;
}

div.eventDetail div.whatWhenWhere {
  color: #ffffff;
  float: left;
  font-family: Helvetica, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  margin: 5px 0 0 10px;
  width: 395px;
}

div.eventDetail span.what,
div.eventDetail span.when,
div.eventDetail span.where {
  display: block;
}

div.eventDetail span.what {
  font-size: 24px;
  line-height: 24px;
}

div.eventDetail span.when,
div.eventDetail span.where {
  font-size: 14px;
  line-height: 20px;
}

div.eventDetail span.where span.location {
}

div.eventDetail span.label {
  color: #236b79;
}

div.eventDetail div.bannerImage {
  float: left;
  margin: 10px 13px;
  overflow: hidden;
  width: 500px;
}

div.eventDetail div.eventDescription {
  color: #ffffff;
  float: left;
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  margin: 10px 13px;
  width: 488px;
}

div.eventDetail div.eventDescription a {
  color: #ffffff;
}

div.eventHosts {
  margin: 10px 0 0 0;
  overflow: hidden;
  width: 430px;
}

div.hostPanel {
  float: left;
  margin: 0 0 0 0;
}

div.cohostPanel {
  float: left;
  margin: 0 0 0 10px;
}

div.hostPanel span.label,
div.cohostPanel span.label {
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
}

div#EventDetailPage div.commentsPanel {
  width:510px;
}

div#EventDetailPage div.postForm {
  width: 485px;
}

div#EventDetailPage div.commentBox {
  width: 410px;
}

/*** EditEventPage ***/
div.eventStepPanel {
  background: #05212d url("/images/events_bkd_lg.jpg") repeat-x scroll 0 0;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 12px;
  margin: 10px 0 0 0;
}
div#right div.eventStepPanel {
  margin-left: 10px;
}

div.eventStepPanel.what,
div.eventStepPanel.where,
div.eventStepPanel.when {
  /*height: 185px;*/
}

div.eventStepPanel.cohosts {
  height: 185px;
}

div.eventStepPanel.photos {
}

div.eventStepPanel img.stepImage {
  margin: 10px;
}

div.eventStepPanel div.stepBody {
  margin: 10px;
  padding: 10px 0;
}

div.eventStepPanel.what div.stepBody,
div.eventStepPanel.when div.stepBody,
div.eventStepPanel.where div.stepBody {
  height: 165px;
  margin-left: 185px;
}

div.eventStepPanel div.stepTitle {
  background-color: #041019;
  color: #FFFFFF;
  padding: 3px 3px 3px 10px;
}

div.eventStepPanel div.component {
  color: #748991;
  display: block;
  margin: 10px;
}

div.eventStepPanel div.component.bordered {
  border: 1px solid #748991;
  padding: 10px;
}

div.eventStepPanel span.componentLabel {
}

div.eventStepPanel span.componentText {
  display: block;
  font-size: 10px;
  font-style: italic;
  font-weight: normal;
}

div.eventStepPanel span.componentInput {
  display: block;
}

div.eventStepPanel div.participantGrid {
  margin: 10px 0;
}

div.eventStepPanel input,
div.eventStepPanel textarea {
  border: 1px solid #043d50;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 12px;
  padding: 3px;
}

div.eventStepPanel select {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 12px;
  padding: 2px;
}

div.eventStepPanel.one input {
  width: 275px;
}

div.eventStepPanel.one textarea {
  height: 100px;
  width: 450px;
}

/*** Buttons ***/
a {
  outline: none;
}
a.button {
  cursor: pointer;
  display: inline-block !important;
  float: left;
  margin: 5px 5px 5px 0;
  position: relative;
  text-indent: -9999px;
}

a.button:hover {
  background-position: 0 -20px !important;
}

div.floatRight a.button {
  margin: 5px 0px 5px 5px;
}

a.addCohost.button {
  background: transparent url("/images/events/buttons/add_cohost.png") no-repeat scroll 0 0;
  height: 20px;
  width: 100px;
}

a.rsvp.no.button {
  background: transparent url("/images/events/buttons/rsvp_no.png") no-repeat scroll 0 -20px;
  height: 20px;
  width: 69px;
}

a.rsvp.yes.button {
  background: transparent url("/images/events/buttons/rsvp_yes.png") no-repeat scroll 0 -20px;
  height: 20px;
  width: 69px;
}

a.editSlideshow.button {
  background: transparent url("/images/events/buttons/edit_slideshow.png") no-repeat scroll 0 0;
  height: 20px;
  width: 100px;
}

a.editEvent.button {
  background: transparent url("/images/events/buttons/customize_event_banner_and_other_details.png") no-repeat scroll 0 0;
  height: 20px;
  width: 220px;
}

a.deleteEvent.button {
  background: transparent url("/images/events/buttons/delete_this_event.png") no-repeat scroll 0 0;
  height: 20px;
  width: 100px;
}

a.featuredEvent.yes.button {
  background: transparent url("/images/events/buttons/featured_event_on.png") no-repeat scroll 0 0;
  height: 20px;
  width: 100px;
}

a.featuredEvent.no.button {
  background: transparent url("/images/events/buttons/featured_event_off.png") no-repeat scroll 0 0;
  height: 20px;
  width: 100px;
}

a.selectPhotos.button {
  background: transparent url("/images/events/buttons/select_photos.png") no-repeat scroll 0 0;
  height: 20px;
  width: 100px;
}

a.cancelPhotos.button {
  background: transparent url("/images/events/buttons/cancel_selection.png") no-repeat scroll 0 0;
  height: 20px;
  width: 100px;
}

a.saveEvent.button {
  background: transparent url("/images/events/buttons/publish.png") no-repeat scroll 0 0;
  height: 20px;
  width: 72px;
}

a.cancelChanges.button {
  background: transparent url("/images/events/buttons/cancel.png") no-repeat scroll 0 0;
  height: 20px;
  width: 68px;
}

a.customizeEvent.button {
  background: transparent url("/images/events/buttons/customize.png") no-repeat scroll 0 0;
  height: 20px;
  width: 100px;
}

a.createEvent.button {
  background: transparent url("/images/events/buttons/create_event.png") no-repeat scroll 0 0;
  height: 20px;
  margin: 10px;
  width: 100px;
}

a.moderateEvent.button {
  background: transparent url("/images/events/buttons/moderate_event.png") no-repeat scroll 0 0;
  height: 20px;
  margin: 10px;
  width: 100px;
}

a.uploadBanner.button {
  background: transparent url("/images/events/buttons/upload_banner.png") no-repeat scroll 0 0;
  height: 20px;
  width: 100px;
}

/*** Standard Layouts ***/

div.twoColRightPanel {
  float: right;
  width: 430px;
}

div.twoColLeftPanel {
  margin-right: 430px;
  margin-top: 30px;
  width: 530px;
}

div#EditEventPage {
  width: 100%;
}

div#EditEventPage div#top {
  clear: both;
  width: 100%
}

div#EditEventPage div#left {
  /*border: 1px solid blue;*/
  float: left;
  width: 50%;
}

div#EditEventPage div#right {
  /*border: 1px solid darkorange;*/
  float: right;
  width: 50%;
}

div#EditEventPage div#bottom {
  clear: both;
  height: 40px;
  width: 100%;
}

div#EventDetailPage div.actions a.editEvent.button,
div#EventDetailPage div.actions a.deleteEvent.button,
div#EventDetailPage div.actions a.inviteFriends.button,
div#EventDetailPage div.actions a.featuredEvent.button {
  float: right;
  margin: 0 0 0 5px;
}

/*** FB MODAL CONTENTS ***/

	#facebook_modal_content
	{
		display: none;
		text-align: center;
		background-color: #F2F2F2;
		font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
		font-size: 11px;
	}
	#facebook_modal_content .fb_top
	{
		background-color: #6D84B4;
		height: 20px;
		padding: 10px 0;
		color: #ffffff;
		font-size: 14px;
	}	
	#facebook_modal_content .fb_bottom
	{
		border-top: solid 1px #CCCCCC;
		text-align: center;
	}
	#facebook_modal_content .fb_button
	{	
		margin: 15px 25px;
		background-color:#3B5998;
		border-color:#D9DFEA #0E1F5B #0E1F5B #D9DFEA;
		border-style:solid;
		border-width:1px;
		color:#FFFFFF;
		padding:2px 15px 3px;
		text-align:center;
		cursor: pointer;
	}
	#facebook_modal_content .fb_button.left
	{		
		float: left;
	}	
	#facebook_modal_content .fb_button.right
	{
		float: right;
	}
