/*
CSS Used only in the Events templates
*/
.events_container {
	margin: 0px 17px 8px 20px;
	background-color: #fff;
	width: 666px;
}
.topBar{
	margin: 0px 0px 0px 20px;
	padding: 10px 10px 0 10px;
	background: url(/components/img/primary_box_special_bg.jpg) repeat-x #d7d7dc;	
}

.box_title {
	margin: 0 0 0 10px;
	color: #a6185d;
	font-size: 2.2em;
}

.paginationEvents {
  color:#6e6e6e; 
  font-size:1.2em; 
  font-weight:normal; 
  position: relative;


}
.rightPrev{
  position: relative;
 bottom: 15px;
  float: right;
}
 .rightNext{
  position: relative;
  padding-left: 15px;
 bottom: 15px;
   float: right;
}
/* 
event date column
*/
.events_container .events_border {
	border-right: 1px solid #c1c1c1;
}
.events_container .date {
	width: 57px;
	margin: 19px;
	font-weight: bold;
	text-align: center;
}
.events_container .month {
	background: #aeb974;
	font-size: 1.2em;
	padding-top: 2px;
	text-transform:uppercase;
	color: #FFFFFF;
}
.events_container .day {
	border: #aeb974 solid 1px;
	background: #FFFFFF;
	font-size: 23pt;
	color: #51548d;
	padding-top: 2px;
}
/*  
event displays
*/


.events_container .events {
	padding: 4px 0 12px 0;
}
.events_listing {
	margin: 16px 22px 8px 22px;
}
.events_listing.divided {
	border-top: #c1c1c1 solid 1px;
	padding-top: 5px;
}
.events_listing .title {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.9em;
	color: #1e2272;
	margin-bottom:4px;
}
.events_listing .title A {
	font-weight: normal;
	color: #1e2272;
}
.events_listing .title A:hover {
	font-weight: normal;
	color: #4d5699;
}
.events_listing .title .sticker {
	margin: 2px 0 0 2px;
}
.events_listing .team {
	font-size: 1.2em;
	color: #a6185d;
}
.events_listing .details {
	margin: 10px 0 3px 0;
	font-size: 1.1em;
	color: #1e2272;
}
.events_listing .body {
	color: #6e6e6e;
	font-size: 1.2em;
	line-height: 150%;
	margin-bottom: 8px;
}
.event_button {
	clear:both;
	display: inline;
	padding: 4px;
	margin-right: 2px;
	background-color: #fff3e1;
	font-size: 1.1em;
	color: #619efa;
}
.event_button A {
	cursor: pointer;
	left:5px;
	background-color: #fff3e1;
}
.event_button IMG {
	margin-bottom: -2px;
	background-color: #fff3e1;
}

.event_button span {
	padding-left:4px;
	background-color: #fff3e1;
}

/**/
/* sets the default style to AddToCalendar layer */
#AddToCalendarFrame {
	position: absolute;
	visibility: hidden;
	z-index: 96;
	width: 154px;
	height: 83px;
	background-color: #fff3e1;
	border: 1px solid #ded4c4;
	font-size: 11px;
}

#AddToCalendarFrame ul {
	margin-top: 4px;
}

#AddToCalendarFrame li {
	line-height: 19px;
}

#AddToCalendarFrame img {
	margin-left: 22px;
}

#AddToCalendarFrame img.margin_special {
	margin-left: 4px;
}

#AddToCalendarFrame span {
	margin-left: 4px;
}

#AddToCalendarFrame a {
	color: #ac2f6b;
}

.add_to_calendar_button{
	cursor: pointer;
}

