/* --------------------- */
/* EVENTS */
/* stage 1 */
#Events {
	padding-top:10px;
	width:700px;
}

#Events p {
	font-size:11px;
}

div.month {
	padding-bottom:15px;
}
div.month p.return {
	margin-top:10px;
	margin-bottom:5px;
}
div.monthevents {
	border:1px solid #3C627D;
	border-bottom:0;
}
div.eventdetails {
	border-bottom:1px solid #3C627D;
	width:698px;
	background-color:#d8b962	
}

div.eventdate {
	float:left;
	padding:2px 8px 2px 8px;
	width:121px;
	line-height:15px;
}
div.eventdate p {
	margin-bottom:1px;
}

div.eventtitle {
	border-left:1px solid #3C627D;
	float:left;
	padding:2px 10px 2px 10px;	
	width:104px;
	line-height:15px;
	height:16px;
	overflow:hidden;		
}
div.eventtitle p {
	margin-bottom:1px;
}

div.fixture {
	border-left:1px solid #3C627D;
	float:left;
	width:198px;
	padding:2px 10px 2px 10px;	
	line-height:15px;
	height:16px;
	overflow:hidden;	
}

div.fixture p {
	margin-bottom:1px;
}

div.venue {
	border-left:1px solid #3C627D;
	float:left;
	width:110px;
	padding:2px 10px 2px 10px;	
	line-height:15px;	
}

div.venue p {
	margin-bottom:1px;
}

div.result {
	border-left:1px solid #3C627D;
	float:left;
	width:65px;
	padding:2px 10px 2px 10px;	
	line-height:15px;	
}

div.result p {
	margin-bottom:1px;
}

div.tr2pale {
	background-color:#00145e;
}

div.tr2pale p,
div.tr2pale a {
	color:#FFF;
}
/* stage 2 */  
#EventsInformation {
	border:1px solid #3C627D;
	margin-bottom:18px;
	width:700px;
	
}

#EventsInformation div.label {
	float:left;
	padding:10px 7px 0px 10px;
	width:100px;
}
#EventsInformation div.label p {
	margin-bottom:10px;
}
#EventsInformation div.value {
	border-left:1px solid #3C627D;
	float:left;
	padding:10px 10px 0px 10px;
	width:560px;
}
#EventsInformation div.value p {
	margin-bottom:10px;
}

#EventsInformation div.title {
	border-bottom:1px solid #3C627D;
	width:700px;
}
#EventsInformation div.dates {
	border-bottom:1px solid #3C627D;
	width:700px;
}
#EventsInformation div.category {
	border-bottom:1px solid #3C627D;
	width:700px;
}
#EventsInformation div.location {
	border-bottom:1px solid #3C627D;
	width:700px;
	background-color:#FFF;
}
#EventsInformation div.eventbody {
	width:700px;
	background-color:#FFF;	
}
#EventsInformation div.eventbody p {
	color:#000;
}
#EventsInformation div.eventbody div.value p {
	margin-bottom:18px;
}
