
/*** calendar styles ***/

#calbox {
	position: relative;
	padding: 0 0 20px 0;
}

	#filterbox {
		position: absolute;
		right: 0;
		top: -36px;
		width: 219px;
		color: black;
		padding-left:30px;
	}

		#filterbox div {
			margin: 0 0 8px 0;
		}

		#filterbox select, #filterbox input {
			width: 160px;
		}

.datefilter {
	margin: 0px 0 0 0;
	padding: 10px;
	background-color: #f0f0f0;
	border-bottom: 1px solid white;
	color: black;
}
	p.datefilter {
		margin: 0;
	}

	.datefilter input[type=text] {
		width:75px;
	}

#events-calendar {
	width: 100%;
}

	div#events-box .heading {
		float:left;
		padding:6px 4px;
		background-color: #25a0b3;
		text-align: left;
		font-weight: bold;
		color: white;
	}

	div#events-container div {
		float:left;
		padding: 6px 4px;
		text-align:left;
	}

		div.date {
			float:left;
			width:100px;
		}

		div.title {
			float:left;
			width:300px;
		}

		div.time {
			float:left;
			width:150px;
		}

		div.membertickets {
			float:left;
			width:150px;
		}

			div.membertickets a {
				margin:0px 0px 3px 0px;
			}

		div.presented {
			float:left;
			width:600px;
			padding-top:0px;
			margin-top:-10px;
		}

	.stripe {
		background-color:#F0F0F0;
	}

	div.clarity {
		clear:both;
		height:1px;
		width:98% !important;
		padding:0px !important;
		margin:0px !important;
	}	

	div.divider {
		border-bottom: 1px solid #f0f0f0;
	}

	div.clarity {
		clear:both;
		height:1px;
	}
	

/** link styles **/

#go-button {
	position:relative;
	top:10px;
}

a.btn {
	display: block;
	background-image: url(../img/btn-sprite.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

a.member-tickets {
	width: 123px;
	height: 20px;
	background-position: 0 0;
}
a.buy-tickets {
	width: 74px;
	height: 19px;
	background-position: 0 -20px;
}


/** text styles **/

.em {
	font-size: 14px;
	font-weight: bold;
	color: #25a0b3;
}
.emph {
	color: #25a0b3;
}

.prefects-servers div span, .prefects-servers div {
	color: #B886CD !important;
}

.school-calendar div span, .school-calendar div {
	color: #25a0b3 !important;

}

.cafeteria-menu div span, .cafeteria-menu div {
	color: #E64B79 !important;
}