.calendarOuter {
	border: 1px solid #000000;
}

.calendar {
	border: 1px solid #000000;
}

.calendarTop {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	border-right: 1px;
	border-right-style: dotted;
	border-right-color: #555555;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	width: 50px;
}

.calendarCell {
	border: 1px dotted #BBBBBB;
	width: 50px;
}
.calendarCell a {
	font-family: verdana, tahoma, arial;
	color: #000000;
	text-decoration: none;
	width: 50px;
}
.calendarCellHover {
	border: 1px solid #000000;
	background-color: #6065DD;
	width: 50px;
}
.calendarCellHover a {
	font-family: verdana, tahoma, arial;
	color: #B8DD60;
	text-decoration: none;
	width: 50px;
}
.calendarCellHover a:hover {
	font-family: verdana, tahoma, arial;
	color: #B8DD60;;
	width: 50px;
}

.calendarCellWEnd {
	border: 1px dotted #000000;
	width: 50px;
	background-color: #EEEEEE;
}
.calendarCellWEnd a {
	font-family: verdana, tahoma, arial;
	color: #000000;
	text-decoration: none;
	width: 50px;
}
.calendarCellWEndHover {
	border: 1px solid #000000;
	background-color: C9CAF3;
	width: 50px;
}
.calendarCellWEndHover a {
	font-family: verdana, tahoma, arial;
	color: #000000;
	text-decoration: none;
	width: 50px;
}
.calendarCellWEndHover a:hover {
	font-family: verdana, tahoma, arial;
	color: #000000;
	width: 50px;
}

.calendarCellSpecial {
	border: 1px solid #000000;
	background-color: #D4EA9E;
	width: 50px;
}
.calendarCellSpecial a {
	font-family: verdana, tahoma, arial;
	color: #000000;
	text-decoration: none;
	width: 50px;
}

.calendarCellSpecialEvent {
	border: 1px solid #6065DD;
	background-color: #D4EA9E;
	width: 50px;
}
.calendarCellSpecialEvent a {
	font-family: verdana, tahoma, arial;
	font-weight: bold;
	color: #6065DD;
	text-decoration: none;
	width: 50px;
}

.calendarCellEvent {
	border: 1px solid #000000;
	background-color: C9CAF3;
	width: 50px;
}
.calendarCellEvent a {
	font-family: verdana, tahoma, arial;
	color: #000000;
	text-decoration: none;
	width: 50px;
}

.calendarTodayCell {
	border: 1px solid #000000;
	width: 50px;
}

.calendarTodayCell a {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	width: 50px;
}

.calendarTodayCellHover {
	border: 1px solid #000000;
	background-color: #D4EA9E;
	width: 50px;
}

.calendarTodayCellHover a {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	width: 50px;
}

.calendarTodayCellHover a:hover {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	width: 50px;
}

.calendarChangeMonth {
	text-decoration: none;
}

.adminFieldName {
	background-color: #6065DD;
	font-size: 10pt;
	color: #B8DD60; 
}

.adminFieldName a {
	text-decoration: none;
	font-weight: bold;
	display: block; 
	padding-left: 5px; 
	height: 15px; 
	color: #B8DD60; 
	font-family: verdana, tahoma, arial;
}

.adminFieldName a hover {
	color: #120E5B;
}

.adminFieldNameDisabled {
	background-color: #6065DD;
	font-size: 10pt;
	color: #999999; 
}

.adminField {
	font-size: 10pt;
}

.adminFieldUnvalidated {
	font-size: 10pt;
	color: #FF0000;
}

.adminButton {
	background-color: #6065DD;
	font-size: 10pt;
	font-weight: bold;
	color: #B8DD60;
	border: 1px solid #B8DD60;
}

.adminButton:hover {
	background-color: #272CB9;
	color: #DDD861;
}

.defaultFont {
	font-family: verdana, tahoma, arial; 
	font-size: 9pt;
}

.featuredListing {
	font-family: verdana, tahoma, arial; 
	font-size: 9pt;
	background-image: url(../images/featuredbg.gif);
	background-repeat: repeat-x;
	background-position: center;
	border: 1px solid #009900;
}

.featuredListing a:hover { color: #000000; }

.featuredListingTop {
	font-family: verdana, tahoma, arial; 
	font-size: 9pt;
	background-image: url(../images/featuredbgtop.gif);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #009900;
	padding: 4px 4px 4px 4px;
}

.featuredListingBottom {
	background-image: url(../images/featuredbgbottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 0px 12px 12px 12px;
}

.featuredListingSilver {
	font-family: verdana, tahoma, arial; 
	font-size: 9pt;
	background-image: url(../images/featuredbgsilver.gif);
	background-repeat: repeat-x;
	background-position: center;
	border: 1px solid #000000;
}

.featuredListingSilver a:hover { color: #000000; }

.featuredListingTopSilver {
	font-family: verdana, tahoma, arial; 
	font-size: 9pt;
	background-image: url(../images/featuredbgtopsilver.gif);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #000000;
	padding: 4px 4px 4px 4px;
}

.featuredListingBottomSilver {
	background-image: url(../images/featuredbgbottomsilver.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 0px 12px 12px 12px;
}

.featuredListingBlue {
	font-family: verdana, tahoma, arial; 
	font-size: 9pt;
	background-image: url(../images/featuredbgblue.gif);
	background-repeat: repeat-x;
	background-position: center;
	border: 1px solid #000099;
}

.featuredListingBlue a:hover { color: #000000; }

.featuredListingTopBlue {
	font-family: verdana, tahoma, arial; 
	font-size: 9pt;
	background-image: url(../images/featuredbgtopblue.gif);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #000099;
	padding: 4px 4px 4px 4px;
}

.featuredListingTopBlue a:hover { color: #000000; }

.featuredListingBottomBlue {
	background-image: url(../images/featuredbgbottomblue.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 0px 12px 12px 12px;
}

.featuredListingBottomBlue a:hover { color: #000000; }

.featuredListingYellow {
	font-family: verdana, tahoma, arial; 
	font-size: 9pt;
	background-image: url(../images/featuredbgyellow.gif);
	background-repeat: repeat-x;
	background-position: center;
	border: 1px solid #999900;
}

.featuredListingYellow a:hover { color: #000000; }

.featuredListingTopYellow {
	font-family: verdana, tahoma, arial; 
	font-size: 9pt;
	background-image: url(../images/featuredbgtopyellow.gif);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #999900;
	padding: 4px 4px 4px 4px;
}

.featuredListingBottomYellow {
	background-image: url(../images/featuredbgbottomyellow.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 0px 12px 12px 12px;
}