/* CSS reset */
body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:auto;
	padding:auto;
}

html,body {
	margin:0;
	padding:0;
	height: 100%;
}

body {
	margin:0;
	padding:0;
	background:#363636;
	font-size: 14px;
	font-family: 'Century Gothic',Arial, Helvetica, sans-serif;
}
p {
	margin:0 0 18px 0
}
.outerheader {
	width:100%;
	background:url(http://www.bucketsofbanners.com/images2/outerhead.jpg) repeat-x
}
/*.outerfooter{width:100%;background:url(http://www.bucketsofbanners.com/images2/outerfoot.jpg) repeat-x}*/
.header {
	width:790px;
	height:200px;
	margin:0 auto;
	background:url(http://bucketsofbanners.com/images/bob-header.png) no-repeat
}
a a:visited{
	color:#0000FF;
	}
.contentwrap {
	width:790px;
	margin:0 auto;
	padding-top:18px;
	height:auto;
	background-position:center;
	background:url(http://www.bucketsofbanners.com/images2/body.jpg) repeat-y
}
.content {
	width:770px;
	height:auto;
	margin:0 auto
}
.footer {
	width:790PX;
	height:140px;
	margin:0 auto;
	background:url(http://bucketsofbanners.com/images/footer.png) no-repeat
}
.startpage {
	background: #004400;
	color:white;
	font-weight: bold;
	font-size:11px;
	text-align: right;
}
.year {
	border-style: outset;
	border-width: 1px;
	background-color: #ffffff;
	text-align: center;
}
.month {
	border-style: none;
	background-color: #ffffff;
	text-align: center;
}
.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.monthname {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	background-color: #ffffff;
	color: #000000;
	border-style: none;
	border-width:1px
}
.dayname {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #ffffff;
	color: #000000;
	border-style: none;
	border-width:1px
}
.week {
	border-style: none;
	background-color: #ffffff;
	text-align: center;
}
.monthweek {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	border-style: solid;
	border-width:1px
}
.yearnavigation {
	font-size: 12px;
}
.datepicker {
	background-color: #ffffff;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: Tahoma, Arial, sans-serif;
}
.monthpicker {
	font-size: 11px;
	background-color: #ffffff;
}
.yearpicker {
	font-size: 11px;
	background-color: #ffffff;
}
.pickerbutton {
}
.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: #ffffff;
	color: #000000;
	height:20px;
	width:20px;
}
.expired {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #808080;
	height:20px;
	width:20px;
}
.booked {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: white;
	background-color: red;
	height:20px;
	width:20px;
}
.available {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: white;
	background-color: #004400;
	height:20px;
	width:20px;
}
.available a {
	color: white;
	background-color: #004400;
}
.dropshadow{
	box-shadow: 1px 1px 3px inset #666;
	-webkit-box-shadow: 1px 1px 3px #666;
	-moz-box-shadow: 1px 1px 3px #666;
	}	
.rndcorner{
	border:#666 1px solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	}
.rndcorner2{
	border:#666 1px solid;
	border-radius: 120px 120px;
	-moz-border-radius: 120px 120px;
	-webkit-border-radius: 120px 120px;	
	}
#note{
	color: #666666;
	font-size: 18px;
	margin: 0 auto;
	padding: 4px;
	text-align: center;
	width: 400px;
}