@CHARSET "ISO-8859-1";

.calendar table  .calbottomnav {
width:auto;
}


.calendar table {
        border-spacing: 0px;
        background-color: white;
		border-collapse: collapse;
		float:left;
}

.calendar td {
	height: 85px;
	width: 85px;
	padding: 3px 3px 3px 3px;
	-moz-border-radius: 0px 0px 0px 0px;
	vertical-align: top;
	border: 1px solid black;
	
}
		

.calendardays {
	font-size: 12px;
	color: #0000DD;
	font-weight: normal;
	background: #B0E0E6;
}

td.calendarcurrentday {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	background: #0000CD;
}

td.calendarblank {
	background: #ADD8E6;
	border-right: none;
	border-left: none;
}

.calendartext {
	font-size: 12px;
	color: #66A3C2;
	font-weight: normal;
}

.calendar th {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background: #000080;
}


.calendarbackground {
	font-size: 24px;
	font-weight: bold;
	color: #006699;
	background:#66a3c2
}

.calendarprevmonth a {
	color: #000000;
}

td.calendarprev {
	border-left: none;
	border-right: none;
	border-top: none;
	valign: bottom;
	text-align: center;
	vertical-align: bottom;
	font-size:12px;
	padding-bottom:15px;
	width:auto;
}

a.calendarlinkprev, a.calendarlinknext {
	font-size: 12px; 
}

td.calendarcurrent {
	border-left: none;
	border-right: none;
	border-top: none;
	valign: bottom;
	text-align: center;
	vertical-align: bottom;
	font-size: 24px;
	font-weight: bold;
	color: #000080;
	width:auto;
}

td.calendarnext {
	border-left: none;
	border-right: none;
	border-top: none;
	valign: bottom;
	text-align: center;
	vertical-align: bottom;
	font-size:12px;
	padding-bottom:15px;
	width:auto;
}

.calendar input.submit {
	width: auto;
}

.calendardays a {
	color: #000000;
}

.calendardays img, .calendarcurrentday img {
	border: 0px;
}

.calendarcurrentday a {
	color: #FFFFFF;
}