@charset "utf-8";
/* CSS Document */

#calback{
	width: 575px;
	margin-top: -19px;
}
#calendar{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding: 0px;
	width: 400px;
	padding-left: 9px;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-top: 9px;
	position: relative;
	height: 275px;
	background-image: url(../../../images/calendar/bkgd.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.cal{
	width: 400px;
	height: 275px;
	border: solid 4px #FFF;
	padding: 0px;
	background-color:#FFF;
}
.calhead{
	font-size: 24px;
	color: #FFF;
	padding: 5px;
	margin: 0px;
	background-color: #0053a0;
	background-image: url(../images/cal-header-bkgd.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	text-align: center;
}
.dayhead{
	text-align: center;
	font-size: 18px;
	padding: 3px;
	color: #0053a0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A3A1A3;
}
.dayrow{
	font-size: 14px;
	background-color: #FFF;
	padding:0px;
	margin:0px;
}
.day{
	padding: 2px;
	width: 48px;
	text-align: center;
	color: #FFF;
}
.dayout{
	padding: 2px;
	width: 48px;
	text-align: center;
	background-color: #999;
}

.calendarEventsContainer{
	margin-top: 10px;
	padding: 5px;
}
.calendarEvents{
	margin-bottom: 20px;
	padding: 5px;
}

.calendarEvents > h1 { 
	display: block;
	padding: 0px;
	margin: 0px;
	color: #1c579e;
	font-size: x-large;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e99a2e;
}

.calendarEvents > h2 {
	font-size: medium;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	color: #1c579e;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #e99a2e;
	margin-top: 15px;
	margin-bottom: -10px;
}
#calLeft {
	position: absolute;
	width: 30px;
	height: 30px;
	padding: 0px;
	margin: 0px;
	left: 20px;
	top: 25px;
}
#calLeft img {
	padding: 0px;
	margin: 0px;
	float: none;
}
#calRight {
	position: absolute;
	width: 30px;
	height: 30px;
	padding: 0px;
	margin: 0px;
	right: 20px;
	top: 25px;
}
#calRight img {
	padding: 0px;
	margin: 0px;
	float: none;
}
#calHome {
	position: absolute;
	width: 30px;
	height: 30px;
	padding: 0px;
	margin: 0px;
	right: 60px;
	top: 25px;
}
#calHome img {
	padding: 0px;
	margin: 0px;
	float: none;
}