.eventsContentsTable {
position:absolute;
top:100px;
}

#timeTable {
	position:absolute;
	left:15%;
	top:0px;
	width:955px;
	height:231px;
	color:#fff;
}
#eventsTitle_ {
	position:absolute;
	left:0px;
	top:0px;
	width:955px;
	height:96px;
}

.eventLine_0 {
	position:relative;
	background-image:url(images/eventLineBlack.png);
	color:#fff;
	left:0px;
	top:112px;
	width:955px;
	height:62px;
}

.eventLine_1 {
	position:relative;
	background-image:url(images/eventLineRed.png);
	color:#fff;
	left:0px;
	top:112px;
	width:955px;
	height:64px;
}



/* EventsDiv Container */
.eventContainer {
position:relative;
float:left;
width:300px;
}
.eventSmallContainer {
position:relative;
float:top;
width:200px;
}

.eventTime {
position:absolute;
left:5px;
font-size:280%;
}

.eventTitle {
position:relative;
font-size:200%;
left:100px;
top:-10px;
}

.eventEndTime {
position:relative;
left:100px;
top:23px;
font-style:italic;
}

.eventLocation {
position:relative;
left:100px;
}

.eventInstructor {
position:relative;
left:100px;
}


/* Small Containers */

.smallContainer_0 {
position:relative;
background-color:#000;
color:#fff;
top:1px;
font-size:100%;
width:200px;
min-height:20px;
}
	.smallContainer_0:hover{
	background-color:#222222;
	}

.smallContainer_1 {
position:relative;
background-color:#fff;
color:#fff;
color:#000;
top:1px;
font-size:100%;
width:200px;
min-height:20px;
}
	.smallContainer_1:hover {
	background-color:#dfdfdf;
	}

.smallEventTime {
position:absolute;
left:5px;
font-size:150%;
width:55px;
}
.smallEventTitle {
position:relative;
font-size:100%;
left:60px;
width:140px;
padding-bottom:3px;
}
