/* CSS Document */

body html {
	margin: 0;
	padding: 0;
	}


body {
	line-height: 16px;
	background: #FFF1d4;
	color: #666666;
	margin: 0;
	padding: 0;
	}

#page-container {
	width: 770px;
	margin: auto;
	}

.month-container {
	width: 770px;
	}

.banner {
	width: 770px;
	height: 60px;
	border: 1px solid #CCCCCC;
	background: url(../images/site-elements/calendar/banner.jpg);
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	font-size: 19px;
	}
	
	.banner .logo {
	float: right;
	}
	
	.logo a, .logo a:hover, .logo a:active, .logo a:visited {
	border: none;
	}

	.banner .padding {
	padding: 20px;
	}

.navbanner {
	width: 770px;
	height: 22px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background: #FFE7A7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	}

	.navbanner .padding {
	padding-top: 3px;
	padding-left: 20px;
	padding-right: 15px;
	}

	.calendar-links {
	float: right;
	}

.week-container {
	width: 770px;
	height: 100px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background: #FFFFFF;
	}


.topday-container {
	width: 770px;
	height: 22px;
	border: 1px #CCCCCC solid;
	border-top: none;
	border-bottom: none;
	background: #FDC99B;
	padding-top: 3px;
	}

.topday {
	text-align: center;
	width: 109px;
	height: 14px;
	float: left;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #444444;
	}

.day {
	text-align: left;
	width: 109px;
	height: 100px;
	float: left;
	border-left: 1px #CCCCCC solid;
	background: #FFFFFF;
	font-size: 11px;
	line-height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	}
	


	.day .date {
	font-size: 16px;
	color: #FF6666;
	}

.padding {
	padding: 4px;
	padding-bottom: 2px;
	}

.week-break {
	clear: both;
	}

.full {
	padding: 1px;
	background: #FF6666;
	color:#FFFFFF;
	}

.new {
	padding: 1px;
	background: #FF9966;
	color: #FFFFFF;
	}
