#calendar td {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#486677;
	width:88px;
}

#calback {
	clear:both;
	width:100%;
	height:100%;
}

#calendar {

}

table.cal {
	width:616px;
	margin:0 auto;
}

table#calhead {
	background:#e8e7e3;
	border:0;
	width:100%;
}

	table#calhead td {
		height:31px;
		vertical-align:middle;
	}
	
	table#calhead td#monthPrev, table#calhead td#monthNext {
		width:239px;
		border-top:1px solid #c0c7c8;
		border-bottom:1px solid #c0c7c8;
	}
	
		
		table#calhead td#monthPrev img, table#calhead td#monthNext img { 
			height:12px;
			width:9px;
			padding:0px 10px 0px 10px;
		}
	
	
	table#calhead td#monthName {
		border:1px solid #c0c7c8;
		width:150px;
		text-align:center;
	}

		table#calhead td#monthName a:link, table#calhead td#monthName a:visited, table#calhead td#monthName a:active {
	 		text-decoration:none;
		}
	
		table#calhead td#monthName img {
			height:19px;
			width:35px;
			margin-left:6px;
			vertical-align:middle;
		}


tr.dayhead {
	height:22px;	
}

tr.dayhead td {
	text-align:center;
	background:#F7f8f9;
	border:1px solid #dee4e6;
}

.dayrow {
}

.dayrow td {
	
	height:90px;
	
}

.dayrow td div.date {
	text-align:right;
	margin-right:4px;
}

.dayrow td div.calItem {
	/*width:90px;
	height:12px;
	overflow:hidden;
	padding:0 0 4px 4px;
	*/

	padding:0 2px 4px 2px;	
}

.dayrow td div.calItem a {
	font-size:10px;
}

.dayOutside {
	border:1px solid #F7f8f9;
}

.dayover {
	border:1px solid #dee4e6;
	background:#F7f8f9;
}

.dayout {
	border:1px solid #dee4e6;
	background:#FFF;
}

.error {
	color: #C00;
	font-size: 14px;
	font-weight: bold;
}

#jump {
	z-index: 100;
	padding:10px 0 0 5px;
	height:43px;
	width:213px;
	background:url(../_images/calendar/bg_jump.gif) no-repeat;
}

#jump a {
	text-decoration: none;
}

#jump img {
	vertical-align:middle;
	margin-left:1px
}

div#eventTile {
	background:url(../_images/calendar/bg_eventTile.gif) no-repeat;
	width:530px;
	height:250px;
	border:0;	
}
	 div#eventHeader {
		height:57px;
	}
	
		div#eventHeaderInner {
			color:#486677;
			font-size:20px;
			line-height:20px;
			font-weight:bold;
			padding:8px 34px 0px 12px;
		}
		
	div#eventTile div#eventInfo {
		height:162px;
		width:529px;
		overflow:auto;
	}
	
		div#eventTile div#eventInfo  div#eventInfoInner {
			padding:0 10px 10px 10px;
		}


	div#eventTile div#eventFooter {
		height:31px;
		padding:7px 0px 0px 8px;
		
	}
	
		div#eventTile div#eventFooter a:link, div#eventTile div#eventFooter a:visited, div#eventTile div#eventFooter a:active, div#eventTile div#eventFooter a:hover {
			color:#000000;
			font-weight:bold;
			text-decoration:none;
		}
		    
		div#eventTile div#eventFooter img {
			height:15px;
			width:15px;
			margin-right:8px;
			vertical-align:middle;
		}