
/* formats link to excel file*/
.excel {
	font-family : Arial;
	float: right;
	font-size : 9;
	font-weight : bold;
	width : 100px;
	background-image : url(../images/icon_excel.gif);
	background-position : left;
	background-repeat : no-repeat;
	padding-left : 30px;
	/*border : thin outset #FFAE00;*/
	display: inline;
}

/* causes a wrap*/
.view_events {
	display: inline;
	float: left;
}

/* formats admin header*/
.adminheader {
	width : 600px ;
	height: 85px ;
	background-image : url(../graphics/civicsystem_header.gif);
	background-position : center;
	background-repeat : no-repeat;
}

/* formats calendar disclaimer*/
.disclaimer {
	font-size : 10;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : italic;
	text-align: left;
}

/* formats calendar disclaimer*/
.releaseDate {
	font-size : 12;
	font-family : courier;
	text-align: left;
	color: #a9a9a9;
}