/* upcoming events mini calendar -----------------------------------------------------*/

.cd_calpage{
    width: 44px;
    height: 40px;
    line-height: 1.02em;
    float: left;
    margin-top: 8px;
    color: #aaa;
    position: absolute;
    text-align: center;
    margin-right: 10px;
    letter-spacing: 0.17em;
    font-family: Arial, Verdana, sans;
				background: transparent url(../images/bg-calpage.png) center center no-repeat;
				height: 37px !important;
	   border-width: 0px !important;
	   padding-top: 3px !important;
}

span.cd_calmonth{
    font-size: 9px;
    display: block;
    text-align: center;
    color: #999;
    font-family: Georgia, Arial, Verdana, sans;
}
span.cd_calday{
    font-weight: bold;
    font-size: 15px;
    display: block;
    font-family: Georgia, Arial, Verdana, sans;
    text-align: center;
    position: relative;
    top: -1px;
    color: #336;
}
span.cd_calyear{
    font-size: 9px;
    display: block;
    text-align: center;
    font-family: Georgia, Verdana, Arial, sans;
}


/* Upcoming Events table layout for front page ---------------------------------------------*/
.upevent {
	width: 100%;
	border-bottom: 1px solid #DFD8D6;
	min-height: 50px;
	text-align: left;
}
.upevent p {
	width: 190px;
	float: right;
	margin-left: 50px;
	font-size: 10px;
	line-height: 11px;
}
.upevent a {
	font-style: normal;
}
a:link, a:visited,a:hover, a:active {font-style: normal;}



/* Event List Table styles -----------------------------------------------------------------*/

.eventtable {
	border: 1px solid #CCCCCC;
	margin: 15px 0;
	padding: 10px;
	background: #FFFFFF url(../images/bg-event-table.jpg) no-repeat left top;
}
.tableleft {
	float: left;
	width: 512px;
}
.tableright {
	float: right;
	border: 3px solid #e4cc8e;
	height: 110px;
	width: 110px;
}
.eventtable h1 {
	color: #333333;
	font-size: 16px;
	width: auto;
	padding: 4px 0;
	line-height: 20px;
	height: 20px;
}
.eventtable h2 {	color: #666666;}
.eventtable h3 { color: #424242;}
.eventtable h2 {
	font-size: 14px;
	border-bottom: 1px solid #e4cc8e;
	margin: 5px 0px;
	padding: 3px 0px;
}
.eventtable h3 {
	font: bold 11px Tahoma, Geneva, Arial, Helvetica, sans-serif;
	margin: 5px 0px 0px;
}

.eventtable sup {
	font-size: 75%;
}

.tabletext {}

/* Event Details Page ------------------------------------------------------------------*/
.eventimage {
	margin: 10px 0px 10px 10px;
	float: right;
	height: auto;
	width: 160px;
	border: 3px solid #E4CC8E;
}
.eventdescr {
	float: left;
	height: auto;
	width: 205px;
}
.viewall {
	width: 100%;
	height: 25px;
	text-align: center;
	vertical-align: middle;
	line-height: 25px;
}
.viewall a {
	width: 385px;
	height: 25px;
	display: block;
	background: url(../images/bg-viewall.png) no-repeat center center;
}

.viewall a:hover {
background: url(../images/bg-viewall-over.png) no-repeat center center;
}

.eventdescr ul {
	margin: 0px 15px;
	padding:0;
	line-height: 12px;
}
.eventdescr ul li {
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #E4CC8E;
	background: url(none);
}
.eventdescr h4 {margin: 15px 0 0 0;}
