#calback {
	clear: both;
	width: 100%;
	height: 100%;
}

#calendar {
	width: 100%;
	height: 100%;
	background:#FFFFFF url('../_img/hipo.gif') bottom no-repeat ;

}

.cal {
	width: 200px;
	margin: 0 auto;
}



.cal a:hover {
	color: #00FF33;
}

.calhead {
	width: 100%;
	color: #ff0000;
	font-size: 20px;  
	padding: 2px;
	
}

.calhead img {
	border: none;
}

.calhead table {
	width: 100%;
}

.calhead a {
	text-decoration: none;
	border: none;
}

.dayhead {
	height: 10px;
	background: #EEE;
}

.dayhead td {
	text-align: center;
	  color:#000;
font-size: 8px;
     
}

.dayrow {

	height: 20px;
	 	width: 10px;
}

.dayrow td {
	width: 10%;
	font-size: 11px;
	color: #656551;
	padding: 3px;
	border: 1px solid #DDD;
}


.day {
	float: right;
}

.dayover {
	background: #F4F4F4;
}

.dayout {
	background: #FFFFFF;
}

a.tt{
    position:relative;
    z-index:24;
    color:#3CA3FF;
	font-weight:bold;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:200px;
	height:auto;
	color: #993300;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(bubble.gif) no-repeat bottom;
}

#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;
	border-bottom: 1px dotted #CCC;
}

#event .title {
	color: #656551;
	font-size: 16px;
	font-weight: bold;
}

#event .posted {
	color: #000;
	font-size: 10pt;
}

#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;
	background-color:#009933;
}

#jump img {
	border: none;
}


