p.hideThisUser,
.pleaseLogin {
	cursor:pointer;
}

div#lwsRequireLogin {
	background:#000;
	color:#fff;
	font-weight:bold;
	border:5px solid #ccc;
	padding:20px;
	z-index:1000;
	width:500px;
	position:absolute;
	top:300px;
}

div#lwsRequireLogin h3 {
	color:#fff;
}

div#lwsRequireLogin form {
	background:#000;
	border:none;
}

div#lwsRequireLogin div {
	clear:both;
	padding:7px;
}

div#lwsRequireLogin div label {
	float:left;
	width:100px;
}

div#lwsRequireLogin div input.text {
	padding:5px;
	font-size:1.3em;
	color:#000;
	font-weight:bold;
}

div#lwsRequireLogin div input {
	color:#000;
	margin:0px 2px;
}

div#blackBgLogin {
	position:absolute;
	z-index:999;
	background:#000;
	top:0px;
	left:0px;
}

/*******************************************
		Start Gallery
*******************************************/
.galleryAlbums {
	float:left;
	margin:10px 10px 20px 10px;
}

.galleryAlbums a img {
	background:#e8e8e8;
	padding:5px;
	border:none;
}

.galleryAlbums a:hover img {
	background:#999;
}

.galleryAlbums .galleryAlbumInfo {
	text-align:center;
	margin:5px 0px;
	height:30px;
}

h3.liveGalleryName {
	width:150px;
}

.galleryImageDesc {
	margin:5px 0px;
}

.galleryClear {
	clear:both;
}

.liveGallery {
	width:100%;
	clear:both;
}

.galleryAlbumsComments {
	clear:both;
}

fieldset#galleryAddComments {
	border:none;
	padding:10px;
	margin:20px 10px;
	background:#f8f8f8;
}

fieldset#galleryAddComments div.formFields {
	padding:5px 0px;
	clear:both;
}

fieldset#galleryAddComments label {
	float:left;
	width:150px;
}

/*******************************************
		End Gallery
*******************************************/


/*******************************************
		Start Calendar
*******************************************/
/*Calendar Heading options*/
fieldset#calChangeView {
	border:none;
	background:#e8e8e8;
	padding:3px;
}

fieldset#calChangeView select {
	margin:0px 15px 0px 5px;
}

fieldset#calChangeView select#calView {
	margin:0px 20px 0px 150px;
}

/*Large Cal View*/
#largeCalendar {
	width:100%;
}

#largeCalendar .allCalHeaders {
	height:30px;
}

#largeCalendar .allCalHeaders .calHeaders {
	float:left;
	text-align:center;
	width:14%;
	padding:5px 0px;
	background:#e8e8e8;
	font-weight:bold;
	border:1px solid #e8e8e8;
}

#largeCalendar .calendarRow {
	clear:both;
}

#largeCalendar .calendarRow .calDateBox {
	width:14%;
	height:100px;
	float:left;
	border:1px solid #e8e8e8;
	overflow:hidden;
}

#largeCalendar .calendarRow .calDateBox .showCalDate {
	text-align:left;
	padding:0px 2px;
	background:#f8f8f8;
	font-weight:bold;
}
/*End Large Cal View*/


/*List View*/
.calendarListView {
	width:100%;
	background:#f8f8f8;
}

.calendarListView .hourRow {
	clear:both;
	border-top:1px solid #e8e8e8;
	margin:2px 0px;
}

.calendarListView .hourRow .thisHour {
	float:left;
	width:20%;
	padding:3px;
	margin:3px 0px;
}

.calendarListView .hourRow .thisHourEvents {
	float:right;
	width:75%;
	padding:5px 0px;
}

.calendarListView .hourRow .thisHourEvents .eachEvent {
	border:1px solid #e8e8e8;
	border-left:none;
	border-right:none;
	padding:5px 0px;
}
/*End List View*/

/*Start Details View*/
div#calEventDetails {
	background:#f8f8f8;
	padding:10px;
}

div.allCalEventComments {
	margin:20px 0px;
}

div.allCalEventComments div.calSingleComment {
	margin:10px 0px;
}

fieldset#calendarAddComments {
	border:none;
	padding:10px;
	margin:20px 10px;
	background:#f8f8f8;
}

fieldset#calendarAddComments div.formFields {
	padding:5px 0px;
	clear:both;
}

fieldset#calendarAddComments label {
	float:left;
	width:150px;
}
/*End Details View*/

/*******************************************
		End Calendar
*******************************************/