/* Events css */

#headerBox #sectTitle {
	background: url(../shop/events/images/event-photos.jpg) top center no-repeat;
}
.eventsBar {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	color: rgb(90%,90%,90%);
	text-align: center;
	font-weight: bold;
	width: 530px;
	height: 23px;
	font: 18px/22px "Trebuchet MS", verdana, arial, sans-serif;
	background: url(../shop/images/cal-bar.jpg) left top no-repeat;
}
.eventsBarLeftSpace {
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
	width: 162px;
	height: 20px;
	clear: both;
}

.eventBox {
	margin: 3px 0 0 20px;
	width: 530px;
	float: left;
	display: inline;
}
.eventBox .titel {
	display: inline;
	float: left;
	font: bold 18px/22px "Trebuchet MS", verdana, arial, sans-serif;
}
.eventBox .lock {
	display: inline;
	float: left;
	width: 43px;
	height: 20px;
	background: url(../images/lock.gif) bottom center no-repeat;
}
.eventBox .nolock {
	display: inline;
	float: left;
	width: 43px;
	height: 20px;
	background: none;
}

.eventBox p {
	margin: 0;
	padding: 0;
	clear: both;
	text-align: left;
}

.eventBox .date {
	display: inline;
	float: left;
	text-align: left;
	font: italic 14px/26px "Trebuchet MS", verdana, arial, sans-serif;
	color: rgb(30%,30%,30%);
}

#authBox {
	margin: 20px 0 0 0;
	display: inline;
	float: left;
	width: 400px;
	height: 250px;
	border: 4px black ridge;
	background: rgb(80%,80%,80%);
	padding: 0 0 0 30px;
}
#authBox label {
	font-weight: bold;
	width: 80px;
	display: inline;
	float: left;
}
#authBox #sendBtnBox {
	margin-top: 20px;
	padding-left: 80px;
}
#sendBtnBox input {
	width: 100px;
}

#authBox h2 {
	font: bold 18px/26px "Trebuchet MS", verdana, arial, sans-serif;
	margin: 20px 0 5px 0;
	padding: 0;
}











