br.clear{
	clear: both;
	}



div.calall span.heading{
	color: #1E90FF;
	font-size: 100%;
	padding: 0px;
	font-weight: bold;
}

div.calall h2{
	color: #1E90FF;
	font-size: 110%;
}

div.listings{
	margin-left: 10px;

}

h1.searchtitle{
	padding-left: 35px;
	padding-top: 15px;
	height: 30px;
}

table.month{
	width: 400px;
	margin-left: 350px;
	padding: 10px;
	border: 0;
}

form.searchform{
	margin-right: 20px;
	}

 	span.title, input.search{
		/*margin-top: 10px;
		margin-right: auto;
		margin-bottom: 0px;*/
		margin-top: 10px;
		margin-left: auto;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000000;
		text-decoration: none;
		border-width: thin;
		
	}
	
	input.searchbutton{
		float: right;
		_margin-bottom: 5px;
		_margin-right: 5px;
	}



td{
	font-family: arial, sans-serif;
}



.year {
	background-color: red;
	text-align: center;
}

.month {
	border: 1px solid #666666;
	text-align: center;
}
.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

.monthname {
	text-align: center;
	font-size: 90%;
	font-weight: bold;
	color: #666666;
	padding-left: 30px;
	padding-right: 30px;
}
		
.dayname {
	border: 1px solid black;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #b7aa97;
	color: #000000;
  	width: 14%;
  	padding-top: 3px;
  	padding-bottom: 3px;  	
}

.weekend {
	border: 1px solid black;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #666666;
	color: #000000;
  	width: 14%;
  	padding-top: 3px;
  	padding-bottom: 3px;  	
  	
}

.weeknumtitle {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	background-color: #e9e9e9;
	border-style: outset;
	border-width:1px
}
.weeknum {
	text-align: center;
	font-size: 10px;
	height:20px;
	width:20px;
	color: #000099;
	background-color: #e9e9e9;
}
.yearnavigation {
	font-size: 12px;
}
.datepicker {
	background-color: #e4e4e4;
}
.datepickerform {
	margin: 0px;
}

td.monthnav{
	border: 1px solid black;
	background-color: #FFFFFF;

}

.monthnav a{
	font-family: arial, sans-serif;
	font-size: 80%;
	color: #666666;
	text-decoration: none;
}
.monthpicker {
	font-size: 11px;
	background-color: #eeeeee;
}
.yearpicker {
	font-size: 11px;
	background-color: #eeeeee;
}
.pickerbutton {
	font-size: 11px;
	background-color: #eeeeee;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}
.nomonthday {
	text-align: center;
	font-size: 10px;
	height:20px;
	width:20px;
	color: #AAAAAA;
}
.monthday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #E4E4E4;
	color: #384955;
	height:20px;
	width:20px;
	border: 1px solid #666666;
}
.today {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #ffffff;
	border: 1px solid #666666;
	color: #000000;
	height:20px;
	width:20px;
}
.selectedday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #66ff66;
	height:20px;
	width:20px;
}
.sunday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #667171;
	background-color: #EEEEEE;
	height:20px;
	width:20px;
	border: 1px solid #666666;
}
.sunday a {
	color: #667171;
}
.saturday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #667171;
	background-color: #EEEEEE;
	height:20px;
	width:20px;
	border: 1px solid #666666;
}
.saturday a {
	color: #667171;
}
.event {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #C80D54;
	background-color: #1E90FF;
	height:20px;
	width:20px;
	border: 1px solid #666666;
}
.event a {
	color: #000000;
}
.selectedevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #C80D54;
	background-color: #ffff99;
	height:20px;
	width:20px;
}
.selectedevent a {
	background-color: #ffff99;
	color: #C80D54;
}
.todayevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #C80D54;
	background-color: #ffffff;
	border: 1px solid black;
	height:20px;
	width:20px;
}
.todayevent a {
	background-color: #ffff99;
	color: #C80D54;
}
.eventcontent {
	font-size: 10px;
	border-style: outset;
	border-width: 1px;
	width: 100%;
}