#calendar td {
	font-family: "Trebuchet MS", Arial, sans-serif;
}

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

#calendar {
	background: #FFF;
	width: 100%;
	height: 100%;
	
}
.calYear {
	width: 150px;
	height:200px;
	border: 1px solid #CCC;
	margin: 0 auto;
}
.calYear a {
	color: #0C0;
	text-decoration: none;
	border-bottom: 1px dashed #CCC;
	font-size: 10px;
}

.calyear a:hover {
	color: #0E0;
}
/*-------------*/
.cal {
	width: 200px;
	border: 1px solid #CCC;
	border-collapse:collapse;
	
}

.cal a {
	color: #347dc3;
	text-decoration: none;
	font-size: 10px;
	padding-left:2px;
	
}

.cal a:hover {
	color: #333;
}

.calhead {
	width: 100%;
	font-weight: bold;
	color: #fff;
	font-size: 15px;  
	background:#207ccb url(images/head-bg.gif) repeat-x top left;
}

.calhead img {
	border: none;
}

.calhead table {
	width: 100%;
}

.calhead a {
	text-decoration: none;
	border: none;
}

.dayhead {
	height:19px;
	background: #EEE;
	font-size:11px;
}

.dayhead td {
	text-align: center;
	color: #333;
}

.dayrow {
	background: #FFF;
	height: 19px;
	
}

.dayrow td {
	width: 14%;
	font-size: 10px;
	color: #656551;
	border: 1px solid #DDD;
}

.day {
	text-align:center;
	padding:3px;
	
	}


.dayover {
	background: #F4F4F4;
}

.dayout {
	background: #FFF;
}

/*---------*/
.today{
	background:#fce3e3;
	text-align:center;
	color:#bb0d0d;

	padding:2px; 
	border:1px solid #efbdbd;
	}
.today a{
	color:#c30d0d;
}	
.not-avail{
	background:#c2c2c2;
	text-align:center;
	padding:3px;
	color:#535252;
	}

.sel-date{
	background:#3d9deb;
	color:#FFFFFF;
	text-align:center;
	padding:3px;
	

	
}
	
.sel-date a{	
	color:#FFFFFF;
}
.sel-date-today{
	background:#7ba1bd;
	color:#FFFFFF;
	text-align:center;
	padding:3px;
	

	
}
	
.sel-date-today a{	
	color:#FFFFFF;
}
.cal-spec{
	display:block;
	font-size:10px;
	color:#666;
	line-height:16px;
	margin-top:4px;
	margin-bottom:8px;


}
.cal-spec img{
	padding-right:1px;
}	
.cal-spec li{
	display:inline;
	margin-right:3px;	
	}
/*------*/	
.dateForView{
	color: #656551;
	font-size: 12px;
	font-weight: bold;
}
.returnTocal{
text-align:right;
float:right;
}
#event {
	font-family: Arial, sans-serif;
	width: 100%;
	height: 100%;
	/*border-top: 1px solid #727260;
	border-bottom: 1px solid #727260;*/
}

#event .heading {
	padding: 10px;
	position: relative;
	background: url('/public/calendar/images/calEvent.gif') repeat-x top left;
	border-bottom: 1px dotted #CCC;
}

#event .title {
	color: #656551;
	font-size: 16px;
	font-weight: bold;
}

#event .posted {
	color: #8C8C73;
	font-size: 10px;
}

#event .back {
	position: absolute;
	top: 10px;
	right: 10px;
}

#event .back a {
	color: #0C0;
	text-decoration: underline;
	border: none;
	font-size: 10px;
}

#event .back a:hover {
	color: #0E0;
}

#event .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;
}
