#calendar td {
	font-family: Arial, sans-serif;
}

#calback {
	clear: both;
	background: url('/calendar/images/calWaiting.gif') no-repeat center;
	margin-left:2px;
}

#calendar {
	/*
	background: #FFF;
	width: 100%;
	height: 100%;
	*/
}

.cal {
	width:100%;
	border: 1px solid #ddd;
	margin: 0 auto;
	-moz-border-radius:4px;
	font-size:12px;
}

.cal a {
	color: #0C0;
	text-decoration: none; padding-bottom:2px;
	border-bottom: 1px dashed #CCC;
	font-size: 12px; text-align:left;
	
}

.cal a:hover {
	color: #0E0;
}

.calhead {
	width: 100%;
	font-weight: bold;
	color: #555;
	font-size: 16px;  
	background-color:#fff;
	padding:3px;;
}

.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: 24px;
}

.dayrow td {
	width: 14%;
	font-size: 12px;
	color: #656551;
	padding: 3px;
	border:1px solid #eee;
	
}

.day {
	float: right;
}

.dayover {
	background: #F4F4F4;
}

.dayout {
	background: #FFF;
}

#event {
	font-family: Arial, sans-serif;
	text-align:left;
	
}

#event .heading {
	padding: 10px; 
	padding-bottom:2px;
	/*position: relative;*/
	
	
}

#event .title {
	color: #555; background-image:url(img/ico_calevent.png); background-position:left 4px; background-repeat:no-repeat; padding-left:16px;
	font-size: 14px; color:#ea0478;
	font-weight: bold;
	border-bottom: 1px dotted #999; 
}

#event .posted {
	color: #8C8C73;
	font-size: 11px;
	padding-left:16px;
}

#event .posted img		{ margin-bottom:-1px;}

#event .toevent 		{ float:right; font-size:10px; margin-left:10px;}
#event .toevent img		{ margin-bottom:-2px;}

#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: 4px; padding-left:10px; padding-top:10px;;
	overflow: auto;
	color:#444;
}

.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;
}
