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

.calevent, .calevent a {
	display: block;
	height: 16px;
	/*width: 25px;*/
	background: url(/wp-content/themes/aato/images/calendar/caltarget.gif) no-repeat -1px -4px;
}

.calevent a:hover {
	background: #cf0000 url(/wp-content/themes/aato/images/calendar/caltarget2.gif) no-repeat -1px -4px;
	color:#fff;
}

#calback {
	position: relative;
	clear: both;
	width: 224px;
	height: 192px;
	background: transparent;
	text-align: left;
	padding:0px;
}

#calendar {
	background: transparent;
	display: block;
	height: 190px;
	position: relative;
	left: 0px;
	border: 0px solid #a60615;
	padding:0px;
}

.cal {
	position: relative;
	/*left: 12px;
	bottom: 12px;*/
	border: 0px solid yellow;
	width: 217px;
	margin: 0px;
	padding: 0px;
}

.cal a {
	text-decoration: underline;
	font-size: 10px;
}

.cal a:hover {
   text-decoration: none;
}

.calhead {
	width: 100%;
	font-weight: bold;
	color: #FFF;
	font-size: 12px;
	padding: 5px 10px 0;
}

.calhead img {
	border: none;
}

.calhead table {
	width: 100%;
}

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

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

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

.dayrow {
	background: #FFF;
	/*height: 25px;*/
}

.dayrow td {
	width: 14%;
	font-size: 11px;
	color: #555;
	padding: 1px 3px;
	border: 1px solid #DDD;
}

.day {
	float: right;
}

.dayover {
	/*background: #F4F4F4;*/
	color:#CCC;
}

.dayout {
	background: #FFF;
}

#event {
	position: relative;
	left: 0px;
	font-family: "Lucida Grande","Trebuchet MS",Verdana,Helvetica,sans-serif;
	font-size: 13px;
	padding:0;
	margin:5px 10px 0;
	height: 100%;
   text-align: left;
   color: #fff;
   border: 0px solid black;
   background: transparent;
}

#event a, #event a:hover {
	color:#fff;
	text-decoration:underline;
	font-size: 12px;
}

#event a:hover {
	color:#fff;
	text-decoration:none;
}

#event .heading {
	display: block;
	padding: 2px 0px 0px;
	position: relative;
	background: transparent; /*url('/images/calWaiting.gif') repeat-x top left;*/
	border-bottom: 1px solid #9e0b0f;
	/*margin-right: 5px;*/
}

#event .headtitle {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin-bottom:5px;
}

#event .posted {
	color: #9F9F9F; /* #9e0b0f */
	font-size: 10px;
}

#event .back {
	position: relative;
	/*right: 5px;*/
   line-height:12px;
   text-align: center;
   width: 50px;
   padding: 3px 0px 10px 10px;
   float: right;
}

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

#event .back a:hover {
   text-decoration: none;
   color:#fff;
}

#event .line {
	padding: 10px 0 0;
	overflow: hidden;
	font-size:11px;
}

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