.title {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14pt;
padding: 0px 0px 5px 0px;
color: #666666;
}

.head {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 8pt;
color: #FFF;
height: 20;
background: #8a847b;
/*padding-left: 5pt;*/
}

.normal {
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
color: #000;
height: 20;
/*padding-left: 5pt;*/
}

.weekend {
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
color: #000;
height: 20;
/*padding-left: 5pt;*/
}

/*
This style is used for normal days. By a normal day I mean a day that isn't today and a day that contains no events.
*/
.today {
font-family: Verdana;
font-size: 8pt;
color: #FFFFFF;
background: #CACACA;
height: 20;
/*padding-left: 5pt;*/
}

/*
This style is used to highlight the current day, making it easy to work out what the day is and how many days there are until the end of the month, etc.
*/
.selected {
font-family: Verdana;
font-size: 8pt;
color: #FFFFFF;
background: #C00000;
height: 20;
/*padding-left: 5pt;*/
}

/*
	When we click on a day to view its events, this style will highlight it in a bright red, making it stand out from the rest of the days around it.
*/
.event {
font-family: Verdana;
font-size: 8pt;
color: #000;
background: #e0d8cd;
height: 20;
/*padding-left: 5pt;*/
}


#adminWrapper {

	font-family: verdana;
	font-size: 10px;
	background: #fff;
	padding:10px;

}

TABLE.eventAdmin {
	font-family: verdana;
	font-size: 9px;
	border: 1px solid #D9D9D9;
}

TABLE.eventAdmin TR.titleRow,
TABLE.eventAdmin TR.footerRow {
	font-weight: bold;
	background-color: #D9D9D9;
}

TABLE.eventAdmin TR.titleRow TD {
	border-bottom: 3px double #404040;
}

TABLE.eventAdmin TR.footerRow TD {
	border-top: 3px double #404040;
}

TABLE.eventAdmin TR.colorRowOdd {
	background-color: #FFF;
}

TABLE.eventAdmin TR.colorRowEven {
	background-color: #E3E3E3;
}

.adminEventMsg {
	float:left;
	text-align: center;
	border: 1px solid #404040;
	background-color: yellow;
	font-weight: bold;
	margin-left: 10px;
	padding: 4px 12px 4px 12px;
	font-size: 11px;
}

TABLE.eventAdmin TD HR {
	color: #AEAEAE;
	background-color: #AEAEAE;
}

/* Fading Tooltips */
div#toolTip { 
	position:absolute;
	z-index:1000;
	width:220px;
	background:#FFFFE1;
	border:1px solid #000;
	text-align:left;
	padding:5px;
	min-height:1em;
	/*-moz-border-radius:5px;*/
	color:#000;
}
div#toolTip p { margin:0;padding:0;color:#000;font:11px/12px verdana,arial,sans-serif; }
/*
div#toolTip p em { display:block;margin-top:3px;color:#000;font-style:normal;font-weight:bold; }
div#toolTip p em span { font-weight:bold;color:#fff; }
*/

