@import "lists.css";
@import "forms.css";

#events #filter a, #events #filter span {
	margin: 0px 10px;
}

#events div.day {
	background: none;
}

	#events .day .events {
		padding: 5px 25px;
	}
	
		#events .day .events p {
			margin: 12px 0px;
			font-size: 1.3em;
		}
		
			#events .day .events p img {
				vertical-align: middle;
			}

#eventName {
}

	#eventName h1 {
		float: left;
		font-weight: normal;
	}
	
	#eventName a.guestlist {
		vertical-align: middle;
	}
	
	#eventName .pages {
		float: right;
		font-size: 1.3em;
	}
	
		#eventName .pages a, #eventName .pages span {
			margin: 0px 3px;
		}
		
		#eventName .pages span.inactive {
			color: #666;
		}

#eventPhotos {
	min-height: 500px;
}

* html #eventPhotos { /*MSIE min-height hack*/
	height: 532px;
}

#futureEvent {}

	#futureEvent .grayBox, #import .grayBox {
		font-size: 1.3em;
		line-height: 1em;
		text-align: justify;
	}

	#futureEvent .grayBox.details {
		position: relative;
		padding-left: 100px;
		min-height: 78px;
	}
	
	* html #futureEvent .grayBox.details {
		height: 118px;
	}
	
		#flyer {
			position: absolute;
			top: 20px;
			left: 20px;
		}
		
		#description {}
		
		#friendFilter {
			display: none; /*shown by JS*/
			height: 40px;
		}
		
			#friendFilterInput {
				width: 200px;
				color: #666;
				font-style: italic;
			}		
		
		#addFriends, .nonMembers {
			width: 270px;
			height: 280px;			
			//height: 300px;
			overflow-y: auto;
			overflow-x: hidden;
		}
		
			.nonMembers p {
				margin: 3px 0px;
			}
			
				.nonMembers label {
					display: block;
					float: left;
					width: 70px;
					line-height: 25px;
				}
				
				.nonMembers input {
					width: 190px;
				}
				
				#showMore {
					display: none; /*shown by JS*/
					position: absolute;
					top: 5px;
					right: 30px;
				}
				
	#futureEvent .otherEvents, .otherEvents {
		font-size: 1em;
		line-height: 1.3em;
	}

#addExtFriends p {
	clear: both;
	height: 26px;
	line-height: 26px;
}

	#addExtFriends label {
		width: 60px;
		font-weight: bold;
	}
	
	#addExtFriends input, #addExtFriends label.th {
		float: left;
		width: 159px;
		margin-right: 10px; 
	}
	
	#addExtFriends label.th {
		width: 165px;
	}
	
	#addExtFriends input.last, #addExtFriends label.last {
		margin-right: 0px;
	}				
				
#addThemToo {
	position: absolute;
	bottom: 10px;
	right: 0px;
}

#import form#inviteFriends {}

	#import #inviteFriends table {
		width: 100%;
	}

	#import #inviteFriends select, #import #inviteFriends input {
		width: 90%;
	}
	
	#import #inviteFriends input.standard {
		width: auto;
		margin-right: 25px;
	}
	
	#import #inviteFriends td {
		padding: 10px 0px;
		width: 50%;
	}

#snapped div.content {
	padding: 11px 0px 11px 11px;
}
