
/*--------Calendar------------*/

#mnthHead {

}

.smboxhead {

}

#events {
	width:628px; 
	float: left; 
	padding-left: 10px;
	color: #000000;
	font-size: 10px;
}

#evntContainer {
	background-color: #FFFFFF;
	width: 628px;
	overflow: hidden;
}

#events a {
	/*color: #2984ee;*/
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}

#events a:hover {
	color: #3333FF;
}

#evntTop {
	background-image: url(../images/listings/listTop.gif);
	background-repeat: no-repeat;
	height: 8px;
	overflow: hidden;
	width: 628px;
	padding: 0px;
	margin: 0px;
}

#evntBtm {
	background-image: url(../images/listings/listBtm.gif);
	background-repeat: no-repeat;
	height: 16px;
	overflow: hidden;
	width: 628px;
	padding: 0px;
	margin: 0px;
}

.evntright {
	border-right: 1px solid #e5e5e5;
}

.itin {
	color: #999999;
	font-size: 10px;
	width: 60px;
}

.itin a {
	color: #999999;
	font-size: 10px;
	width: 60px;
}

.primaryEvent .main{
	/*background-image: url(../images/contPriMidList.jpg);
	background-repeat: repeat-y;
	background-color: #0E48AB;*/
	background-color: #FFF;
	color: #000;
	padding: 0 10px 0 10px;
	margin: 0px;
	width: 608px;
}

.evntInfo img{
	float: right;
	padding-top: 20px;
}

.evntInfo {
	padding-left: 10px;
	padding-right: 5px;
	border-right: 1px solid #e5e5e5;
	width: 127px;
}

#clresults {
	width: 628px;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 10px;
	overflow: hidden;
	padding: 0 5px 0 5px;
}

.calactive {
	text-decoration: none;
	font-size: 12px;
	
	color:#CCCCCC;
}


.calactive:hover{
	text-decoration: none;
	font-size: 12px;
	color:#fbc750;
	cursor:pointer;

}


.calinactive {
	text-decoration: none;
	font-size: 12px;
	padding-top: 6px;
	color:#003366;
	}

.caltoday {	
	text-decoration: none;
	font-size: 12px;
	color:#fbc759;	
}

.calDay {
	padding: 0px;
}


.calDay:hover{
	color:#fbc750;
}


#monthlyCalendar {
	background-image:url(../images/cal_bg.gif);
	background-repeat: no-repeat;
	width: 300px;
	height: 192px;
	clear: both;
}

#calSearch {
	width: 286px;
}

.inputCalDate {
	background-color:#1D5DB5;
	background-image: url(../images/cal/dateInput.gif);
	background-repeat: no-repeat;
	width: 94px;
	height: 24px;
	padding-left: 5px;
	padding-top: 5px;
	border: none;
}

.inputCalSearch {
	background-color:#1D5DB5;
	background-image:url(../images/cal/input.gif);
	background-repeat: no-repeat;
	width: 221px;
	height: 24px;
	padding-left: 5px;
	padding-top: 5px;
	border: none;
}

#prevCalLink {
	width: 150px;
}

#nextCalLink {
	width: 150px;
}

.thrColFixHdr #sidebar1 {
	float: left;
	width: 0px;
	background-color: #00FF00;
}

#daysHead td{
	height: 26px;
}

div.hr {
  background-color:#e5e5e5;
  height: 1px;
  background-position:center;
  border: 0px;
  margin-bottom: 10px;
}
