﻿/* Calender */

#calendar {
	border-right-style: solid;
	border-width: 1px;
	border-color: #666666;
	position: relative;
	float: left;
	width: 180px;
	padding-right: 10px;
	margin-right: 10px;
	padding-bottom: 10px;
}
#calendar p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.calendar-header {
	background-position: left;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #00007b;
	border-top: 1px solid #666666;
	border-right: 1px none #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px none #666666;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #EEEEEE;
	background-image: url('../img-template/chevron-red.gif');
	background-repeat: no-repeat;
	padding-left: 12px;
}
.calender-date	{
	background-position: left center;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	background-image: url('../img-template/sqr-red.gif');
	background-repeat: no-repeat;
	padding-left: 7px;
}

