.eventTable{
	border-bottom:1px solid #CCC;	
	border-top:1px solid #CCC;	
}
.eventType{
	font-size:16pt;
	font-family:'Lato-Bold';
}
.eventType a{
	
	text-decoration:none;
	color:#666;
}
.eventType a:hover{
	color:#00F;	
}
.eventListTitle{
	font-family: 'Lato-Regular';
	font-size:12pt;
	color:#005691;
}
.eventListDate{
	font-family: 'Lato-Regular';
	font-size:12pt;
	color:#4d4d4d;
}
.eventListDesc{
	font-family: 'Lato-Regular';
	font-size:11pt;
	height:70px;
	vertical-align:top;
}
.selected{
	color:#00F !important;
}
.eventListDesc a{
	font-size:9pt;
	position:absolute;
	text-decoration:none;
	color:white;
	background-color:#055586;
	padding-left:3px;
	padding-right:3px;
	padding-top:3px;
	margin-left:422px;
	margin-top:50px;
	z-index:9;
}
.eventListDesc a:hover{
	background-color:#F00;
}
.eventListDesc div{
	position:absolute;
	color:#858688;
	width:491px;
	height:71px;
	overflow:hidden;
	text-align:justify;
}
.eventDivContent{
	width:924px;
	min-height:400px;
	margin:auto auto;
	background-color:#FFF;
	padding:50px;
}

.rightBarTitle{
	width:200px;
	background-color:#e6e6e6;
	font-family: 'Lato-Bold';
	font-size:8pt;
	padding:5px;
	padding-left:10px;
}
.stateTitle{
	font-size:8pt;
	background-color:#f2f2f2;
	padding-left:20px;	
}
.stateTitleBtn{
	width:27px;
	height:27px;
	background-image:url(../img/event/stateBtn.jpg);
}
.stateList{
	width:190px;
	border:1px dashed #666;
	padding-left:5px;
	font-size:8pt;
	display:none;
}