#booking-calendar td 
{
	font-family: "Trebuchet MS", Arial, sans-serif;
}

#calback 
{
	clear: both;
	width: 100%;
	height: 100%;
	/*background: url('images/calWaiting.gif') no-repeat center;*/
	background: url('/pics/ajax-loader-small.gif') no-repeat center;
}

#booking-calendar 
{
/*	background: #FFF;*/
	width: 100%;
	height: 100%;
}

.cal 
{
	/*width: 400px;*/
	width:100%;
	/*border: 1px solid #CCC;*/
	margin: 0 auto;
}

.cal a 
{
	color: #0C0;
	text-decoration: none;
	border-bottom: 1px dashed #CCC;
	font-size: 9px;
}

.cal a:hover 
{
	color: #0E0;
}

.calhead 
{
	width: 100%;
	font-weight: bold;
	color: #FFF;
	font-size: 20px;  
	background: url('images/calBack.gif') repeat center left;
	padding: 5px;
}

.calhead img 
{
	border: none;
}

.calhead table 
{
	width: 100%;
}

.calhead a 
{
	text-decoration: none;
	border: none;
}

.dayhead 
{
	height: 25px;
	background: #EEE;
}

.dayhead td 
{
	text-align: center;
	color: #000;
}

.dayrow 
{
	background: #FFF;
	height: 40px;
}

.dayrow td 
{
	width: 14%;
	font-size: 9px;
	color: #656551;
	padding: 3px;
	border: 1px solid #DDD;
}

.day 
{
	float: right;
}

.dayover 
{
	background: #F4F4F4;
}

.dayout 
{
	background: #FFF;
}

.daycal
{
	background:#FFF;
	width:90%;
	
	color: #656551;
	font-size: 14px;
	font-weight: bold;
}

.daycal .row
{
	border-top: 2px solid #DDD;
}

.daycal .back 
{
}

.daycal .back a 
{
	color: #0C0;
	text-decoration: underline;
	border: none;
	font-size: 8px;
	font-weight:normal;
}

.daycal .back a:hover 
{
	color: #0E0;
}


#booking 
{
/*	font-family: Arial, sans-serif;*/
	width: 95%;
	height: 100%;
	border-top: 1px solid #727260;
	border-bottom: 1px solid #727260;
}

#booking .section
{
	padding: 10px;
	position: relative;
	background: url('images/calEvent.gif') repeat-x top left;
	border-bottom: 1px dotted #CCC;
}

#booking .hour 
{
	color: #656551;
	font-size: 14px;
	font-weight: bold;
}

#booking .status
{
	width:100%;
	top:-1em;
	float:right;
	color: #656551;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #727260;
}

#booking .posted 
{
	color: #8C8C73;
	font-size: 10px;
}

#booking .back 
{
	float:right;
	position: absolute;
	top: 0px;
	right: 10px;
}

#booking .back a 
{
	color: #0C0;
	text-decoration: underline;
	border: none;
	font-size: 10px;
}

#booking .back a:hover 
{
	color: #0E0;
}

#booking .line 
{
	padding: 10px;
	overflow: auto;
}

.error 
{
	color: #C00;
	font-size: 14px;
	font-weight: bold;
}

#jump 
{
	z-index: 100;
	line-height: 30px;
	padding: 5px;
	background: #F6F6F6;
	border: 1px solid #888;
}

#jump a 
{
	text-decoration: none;
	border: none;
}

#jump img 
{
	border: none;
}