#calback {
	clear: both;
	width: 100%;
	height: 100%;
	background: url(../calimages/calWaiting.gif) no-repeat center;
}
#calendar {
	width:100%;
	height:100%;
	background:#fff;
}

/*--------------------------------------------Calendar Event Style-------------------------------------*/

.cal{
	width: 100%;
	border: 1px solid #240a02;
	margin: 0 auto;
	border-collapse:collapse;
}
.cal a{
	color:#64512d;
	font-size: 11px;
	text-decoration:none;
	text-align:left;
}
.cal a:hover{
	color: #c42528;
	text-decoration: underline;
} 
.calevent{
	text-align:left;
}
.calevent a{
	height:95px;
	display:block;
}

/*---------------------------------------------------------------------------------------------*/

/*--------------------------------------------Top Heading Styles-------------------------------------*/

.calhead{
	width: 100%;
	font-size:14px;
	font-weight: bold;
	color: #f1e7c1;
	background-color: #240a02;
	padding: 5px;
	border: 1px solid #240a02;
}
.calhead img{
	border: none;
}
.calhead table{
	width: 100%;
}
.calhead a{
	text-decoration: none;
	border: none;
	float:left;
}
.calhead .nav a{
	margin-right:10px;
}

/*---------------------------------------------------------------------------------------------*/

.dayhead{
	height: 25px;
	background: #f1ece3;
}
.dayhead td{
	text-align: center;
	color: #0a1e2f;
}
.dayrow{
	background: #fff;
	height: 100px;
}
.dayrow td{
	width: 14%;
	font-size:.80em;
	color: #666;
	padding: 3px;
	border: 1px solid #240a02;
}
.day{
	float: right;
}
.dayover{
	background: #efede6;
}
.dayout{
	background: #fff;
}	

/*---------------------------------------Event Details Styles-----------------------------------------------*/

#event{
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	height: 100%;
	color: #f1e7c1;
	background-color: #240a02;
}
#event .heading{
	padding: 10px;
	position: relative;
	background-color: #240a02;
}
#event .title{
	color: #fff;
	font-size: 1.4em;
	font-weight: bold;	
}
#event .posted{
	color: #fff;
	font-size: .80em;
}
#event .back{
	position: absolute;
	top: 10px;
	right: 10px;
}
#event .back a{
	color: #fff;	
	font-size: .90em;
}
#event .back a:hover{
	color: #64512d;
	text-decoration: underline;
}
#event .line{
	padding: 10px;
	overflow: auto;
	border: 1px solid #240a02;
	border-top:none;
}

/*---------------------------------------------------------------------------------------------*/

.error{
	color: #c00;
	font-size: 14px;
	font-weight: bold;
}

/*------------------------Styles the Jump Dropdown----------------------------*/

#jump{
	z-index: 100;
	line-height: 30px;
	padding: 10px 10px 10px 10px;
	background: #efede6;
	border: 1px solid #240a02;
	vertical-align:top;
	height:21px;
}
#jump select{
	vertical-align:top;
	height:19px;
}
#jump a{
	height:21px;
	text-decoration: none;
	border: none;
	vertical-align:botttom;
}
#jump img{
	border: none;
}
#jump .close{
	float:right;
	position:absolute;
	top:0;
	right:0;
}
