/* CAL LINKS */

/* Start CAL */
#cal .topttl {
	text-align: center;
	color: #900;
	border-right: 0;

}


#cal .topttl h3 {
	font-size: 16pt;
	font-weight: normal;
	color: #db8b23;
}

#cal .topttl a {
	font-size: 10pt;
	text-decoration: none;
	color: #333;

}

#cal .topttl a:hover {

}

.calh2 {
	margin: 10px 0 10px 10px;
	color: #555;
	font-size: 14pt;
	font-family: Arial Narrow, Helvetica, Arial;

}

table#cal {
	font-size: 11pt;
	font-family: Verdana, Arial;
	width: 95%;
	
}

#cal .filled {
	background: #CABA34;
	font-weight: bold;
}

#cal .filled a {
	width: 100%;
	display: block;
}

#cal .filled a:hover{
	background: #CABA34;
}

.popupttl {
	font-size: 13pt;
	font-family: Arial Narrow, Helvetica, Arial;
	color: #333;
	font-weight: normal;
}

#cal td {
	width: 14.2%;
	height: 45px;
	height: 55px;
	border-right: #aaa 1px solid;
	border-bottom: #aaa 1px solid;
	text-align: left;
	font-size: 8pt;
	padding: 3px;
}

#cal .Today {
	background-image: URL(_img/ani-today.gif);
}

#cal .blank {
	background-image: URL(_img/blank.gif);
}

#cal .ttl {
	border-right: 0;
	height: 25px;
	background: #7E1414;
	text-align: center;
	color: #eee;
	font-weight: bold;
	font-size: 10pt; 
}


.daycontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0;
	width: 64px;
	z-index: 100;
}

.daycontainer li {
	position: relative;
	padding-bottom: 0px;
	display: block;
	float: left;
	width: 90%;
	text-align: left;
	margin: 1px;
	height: 22px;
}

.daycontainer UL a {
	font-size: 8pt;
	margin-top: 0;
	display: block;
	text-decoration: none;
	padding: 5px;
	font-weight: bold;
}


/* Fix IE. Hide from IE Mac \*/
/* End */

#popup {
	text-align: left;
}

/* END CAL LINKS*/

div#keyContainer {
	width: 92%; 
	margin: 10px auto; 
	padding: 2px; 
}

div#keyContainer div.daycontainer {
	text-align: left; 
	margin: 0; 
	padding: 0;
}

div#keyContainer div.daycontainer span {
	margin: 1px; 
	padding: 0px 2px; 
	margin: 1px; 
	padding: 3px 6px; 
	font-weight: bold;
}

#event_details h2 {
	margin: 0px 10px 0px 10px ;
}

.image {
	border: 1px #7E1414 solid;
	padding: 15px; 
	margin: 10px;
}


#event_details p {
	font-size: 10pt;
	margin: 10px 0;
	color: #eee;
}

#event_details p a {
	font-size: 10pt;
	margin: 10px 0;
	color: #ccc;
}

#event_details #descr {
	padding: 15px;
	border: 5px #7E1414 solid;
}

.etitle {
	color: #db8b23;
	font-weight: bold;
}

.elink a {
	color: #555;
	font-weight: normal;
	padding: 3px 5px 3px 5px;
}

.elink a:hover {
	color: #222;
	background: #eee;
}

#emap {
	width: 350px;
	float: right; 
	margin: 0px ;
	border: 5px #7E1414 solid;
}

#map_canvas {
	margin: 5px;
	width: 340px;
	float: right;
	height: 450px
}

#emap p {
	margin: -5px 0 5px 0; 
}

div#calContainer {
	margin: 0 auto;
}

#content .back-link a {
	color: #eee;
	font-size: 15px;
	font-weight: 120%; 
	margin: 15px 15px 25px 0px;
	height: 25px; 
	
	
}

