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

#calback {
	clear: both;
	width: 180px;
	background: url(../portal/images/calWaiting.gif) no-repeat center;
}

#calendar {
	width: 180px;
	 background: #fff;
 border: 1px solid #49836D;
}

.cal {
	width: 180px;
	border: 0px solid #CCC;
	margin: 0 auto;
}

.cal a {
	color: #D49100;
	text-decoration: none;
	font-size: 1em;
}


.calhead {
	width: 100%;
	font-weight: bold;
	color: #73645d;
	background: #ddcec7;
	padding: 4px 5px;
 border-bottom: 1px solid #49836D;
}

.calhead img {
	border: none;
}

#calheader{
	text-align: center;
	font-size: 12px;  
 font-family: verdana, arial, sans-serif;
 padding: 1px 0 0 0;
}
#calprev {
	text-align: left;
}
#calnext {
	text-align: right;
}

.calhead table {
	width: 100%;
}

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

.dayhead {
	height: 1.56em;
	background: #EEE;
	display: none;
}

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

.dayrow {
	background: #FFF;
}

.dayrow td {
	width: 14%;
	font-size: 10px;
	color: #656551;
	padding: 3px;
	border: 0px solid #DDD;
	line-height: 1.5em;
}

.day {
	display: block; 
	text-align: center;
}

.dayover {
	background: #F4F4F4;
}

.dayout {
	background: #FFF;
}
.day a { 
	color: #4CAFAB;
 	border: none;
	font-weight: bold;
	text-decoration: underline;
}
.day a:hover { 
	text-decoration: underline;
}

.day a.active {
}

.day .current_day {
 font-style: normal;
 font-weight: bold;
 font-size: 11px;
 color:#49836D;
 border:  1px solid #49836D;
 padding-left: 3px;
 padding-right: 3px;
}

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

.calevent {
 display: none;
}

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

