#calendar td {
}

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

#calendar {
	width: 100%;
	height: 100%;
}

#calendar .cal {
	width: 100%;
	margin: 0 auto;
	border-bottom:1px solid #B4A79A;
	
}

#calendar .cal a {
	text-decoration: none;
	font-size: 11px;
}

#calendar .cal a:hover {
}

#calendar .calhead {
	width: 100%;
	font-weight: bold;
	color: #FFF;
	font-size: 20px;  
	padding:5px 0;
	border-bottom:1px solid #B4A79A;
}

#calendar .calhead img {
	border: none;
}

#calendar .calhead table {
	width: 100%;
	
}
#calendar .calhead table td{
	padding: 0;
	
}

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

#calendar .dayhead {
	height: 25px;
}

#calendar .dayhead td {
	text-align: left;
	color: #000;
	color: #85522B;
	border-bottom:1px solid #B4A79A;
}

#calendar .dayrow {
	height: 25px;
}

#calendar .dayrow td {
	width: 28px;
	color: #656551;
}
#calendar .day {
	text-align:right;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 22px;
	height: 22px;
	display: block;
}
#calendar .day a{
	cursor:default;
}
#calendar .day a:hover{
	cursor: default;
	color: #85522B;
}
#calendar .haevento{
	width: 20px;
	color:#FF7E13;
	background-color:#231105;
	height: 20px;
	display: block;
	font-weight: bold;
	padding: 2px 2px 0 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer !important;
}
#calendar .haevento:hover{
	color: #231105;
	background-color:#FF7E13;
	cursor:pointer;
}

#calendar .day:hover {
	background: #D9CBBB;
}
#calendar .dayrow td a{
	float:right;
	padding: 2px 2px 0 0;
}

#calendar .dayout div{
}

#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('../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;
}

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