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

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

.cal{
	width: 100%;
	border: 1px solid #b5b5b5;
	margin: 0 auto;
	border-collapse: collapse;
}
.cal a{
	color: #444;
	font-size: 9px;
	text-decoration: none;
	text-align: left;
}
.cal a:hover{
	color: #5f973c;
	text-decoration: underline;
} 
.calevent{
	text-align: left;
	line-height: 2px !important;
}
.calevent a{
	/*height: 95px;*/
	display: block;
	line-height: 11px;
}
.calevent hr { 
	height: 0;
	border-bottom: 1px dotted #bbb;
	margin-top: 1px;
	margin-bottom: 1px;
}

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

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

.calhead{
	width: 100%;
	font-size:14px;
	font-weight: bold;
	color: #fff; 
	background:url(../calimages/calHeadbg.gif) #5b5b5b center repeat-x;
	padding: 5px;
	border:1px solid #5b5b5b;
}
.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: #eee;
}
.dayhead td{
	text-align: center;
	color: #666;
	font-weight: bold;
}
.dayrow{
	background: #fff;
	height: 100px;
}
.dayrow td{
	width: 14%;
	font-size:.80em;
	color: #666;
	padding: 3px;
	border: 1px solid #b5b5b5;
}
.day{
	float: right;
}
.dayover{
	background: #f0f2f3;
}
.dayout{
	background: #fff;
}	

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

#event{
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	width: 100%;
	height: 100%;
	background: #f0f2f3;
}
#event .heading{
	padding: 10px;
	position: relative;
	background: #444;
}
#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: #5f973c;
	text-decoration: underline;
}
#event .line{
	padding: 10px;
	overflow: auto;
	border: 1px solid #b5b5b5;
	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: #f0f2f3;
	border: 1px solid #b5b5b5;
	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;
}