/* events.css */
#events a {
	display: block;
	/*width: 130px;
	color: #e2e2e2;
	height: 100%;*/
	text-decoration: none;
	padding-top: 3px;
	padding-left: 8px;
	font-weight: bold;
	font-size: 1.2em;
	padding-bottom: 3px;
	
	margin-left: 2px;
	margin-bottom: 1px;
	/*background-color: #006699;
	background-image : none;*/
}
#events a:hover {
	display: block;
	/*width: 130px;
	color: #e2e2e2;
	height: 100%;*/
	text-decoration: none;
	padding-top: 3px;
	padding-left: 8px;
	font-weight: bold;
	font-size: 1em;
	padding-bottom: 3px;
	margin-left: 2px;
	margin-bottom: 1px;
	/*background-color: #390;
	background-image : none;*/
}
#sevents {
	display : block;
}
.featuredeventlisting {
	display : block;
	margin-top : 10px;
	margin-bottom : 15px;
	border-bottom-style : solid;
	border-width : 1px;
	border-color : #cccccc;
	padding-bottom : 10px;
}
.featuredeventlisting img {
	float : right;
}
.featuredeventlisting dl {
	padding : 0px;
	margin : 0px;
}
.featuredeventlisting dt {
	margin : 0px;
	margin-bottom : 5px;
	font-size : 11px;
	font-weight : bold;
}
.featuredeventlisting dd {
	margin : 0px;
	margin-bottom : 1px;
	padding-left : 10px;
}
#featuredeventsubmit {
	padding : 15px;
	font-size : 10px;
}
.eventlisting {
	display : block;
	margin-top : 10px;
	margin-bottom : 15px;
	border-bottom-style : solid;
	border-width : 1px;
	border-color : #cccccc;
	padding-bottom : 10px;
}
.eventlisting img {
	float : right;
}
.eventlisting dl {
	padding : 0px;
	margin : 0px;
}
.eventlisting dt {
	margin : 0px;
	margin-bottom : 5px;
	font-size : 11px;
	font-weight : bold;
}
.eventlisting dd {
	margin : 0px;
	margin-bottom : 1px;
	padding-left : 10px;
}
#eventsubmit {
	padding : 15px;
	font-size : 10px;
}


#eventbox {
	background: #ececec;
	padding: 5px;
	border: 1px solid #aaa;
	margin-top: 4px;
	height: 52px;
	margin-bottom: 8px;
}
div#conex {
	width: 218px;
	padding-left: 5px;
	border-left: 1px dashed #aaa;
	float: right;
	text-align: center;
}
div#conex a.cal, div#conex a.cal:hover {
	font-weight: bold;
}
#orderby {
	float: left;
	width: 385px;
	font-size: 10px;
	line-height: 16px;
}
#submitevent {
	font-weight: bold;
	width: 385px;
	display: block;
	border-top: 1px dashed #aaa;
	padding-top: 2px;
	margin-top: 2px;
}
