/* Title text at top of calendar */
.caltitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #18294D;
	font-weight: bold;
	text-align:center;
}
.calnav {
	padding:4px;
}

/* Sunday, Monday, etc. */
.daynames{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	width:100px;
	background-color:#F4D760;
	padding:2px;
	color: #18294D;
	text-align: center;
}

.daycount{
	/*float:left;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	width:100px;
	background-color:#A3B5D9;
	padding-left:2px;
}

/* Misc styles for layout.  Make sure .calendar width is at least as wide as all the day widths */
html, body {height: 100%; margin: 0; padding: 0;}
.calendarbody{
}
.calendar{
	position: relative;
	min-width: 714px;
	width: 714px;
	background-color:#CEDAF2;
	padding:1px;
}
.row{
	/*float: left;
	display:block;*/
	background-color:#FCF6EA; 
	min-height: 100px;
	height: 100px;
}
.bottomrow{
	/*float: left;
	display:block;*/
	min-height: 100px;
	height: 100px;
	/* background-color:#FCF6EA; */
}

/* The following styles apply to the simple navigation above the calendar */
.monthback{
	display:inline;
	padding-right:40px;
	color: #FFFFFF;
}
.monthnext{
	display:inline;
	padding-left:40px;
}
.monthnav{
	display:inline;
	width:auto;
	text-align: center;
	font-size: 11px;
	color: #18294D;
}
.navform{
	font-size: 10px;
}

.event{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.eachitem{
	padding-left:1px;
	padding-right:1px;
	padding-bottom:5px;
	}

/* Colors/Styles for each individual day block.  Make sure the widths are consistant for the next three styles */
.noday{
	font-size: 9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*font-weight: bold;*/
	width:100px;
	min-width:100px;
	height:inherit;
	min-height:100px;
	position: relative;
	/*float: left;*/
	background-color:#F7F7F7;
	border-left-width:1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding:1px;
}
.before_today{
	font-size: 9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*font-weight: bold;*/
	width:100px;
	min-width:100px;
	height:inherit;
	min-height:100px;
	height:auto; 
	position:relative;
	/*float: left;*/
	background-color:#FFF6D3;
	text-align:left;
	border-left-width:1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	overflow:hidden;
	padding:1px;
}
.after_today{
	font-size: 9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*font-weight: bold;*/
	width:100px;
	min-width:100px;
	height:inherit;
	min-height:100px;
	height:auto; 
	position:relative;
	/*float: left;*/
	background-color:#FFFFFF;
	text-align:left;
	border-left-width:1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	overflow:hidden;
	padding:1px;
}
.regularday{
	font-size: 9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*font-weight: bold;*/
	width:100px;
	min-width:100px;
	height:inherit;
	min-height:100px;
	height:auto; 
	position:relative;
	/*float: left;*/
	background-color:#FCF6EA;
	text-align:left;
	border-left-width:1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	overflow:hidden;
	padding:1px;
}
.today{
	font-size: 9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*font-weight: bold;*/
	width:80px;
	min-width:100px;
	height:inherit;
	min-height:100px;
	position:relative;
	/*float: left;*/
	background-color:#CEDAF2;
	text-align:left;
	border-left-width:1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	overflow:hidden;
	padding:1px;
}
/* Pop-Over Class */
.popover{
	position:absolute; 
	/* width:250px; 
	height:200px; */ 
	padding:2px;
	max-width:250px;
	min-width:150px;
	width:250px;
	z-index:100;
	background-color: #CEDAF2; 
	border: 1px solid #999999;
	visibility: hidden;
}

/* Styles for item-view page */
.eventtitle{
	font-size:14px;
	font-weight:bold;
}

.eventdate{
	margin-top:4px;
	margin-bottom:4px;
}

.eventdetails{
	margin-top:6px;
	margin-bottom:12px;
}

.eventimage{
	float: right;
	margin-top:4px;
	margin-bottom:4px;
	margin-right:4px;
	margin-left:4px;
}

.eventsmalltitle{
	font-weight:bold;
}


