body,h1,h2,h3,h4,h5,h6,form,fieldset,legend,input,textarea,select,table,caption,blockquote,img {
   padding:0;
   border:0;
   margin:0;
}
body {
   background-color: #FFFFFF;
   color: #333333;
}
body {
   font-family:Tahoma, Arial, Helvetica, sans-serif;
   font-size:12px;
}
a {
   color:#333333;
}

ul li {
   padding-top:10px;
}

#body {
    width:100%;
		text-align:center;
}
#container {
   width:840px;
	 margin:0px auto;
}
#header {
   width:840px;
	 height:110px;
}
#caption {
   width:840px;
	 text-align:right;
	 font-size:12px;
	 position:relative;
	 clear:both;
	 top:10px;
}
#content {
   clear:both;
	 float:left;
	 width:840px;
	 height:450px;
}
#leftcol {
   float:left;
   width:220px;
	 text-align:left;
}
#rightcol {
   width:600px;
   float:right;
}
#footer {
   width:840px;
	 clear:both;
	 float:left;
	 font-size:12px;
	 color:#999999;
	 text-align:center;
	 padding:20px 0;
	 margin-top:40px;
	 border-top:1px solid #666666;
}

.calendar {
   background-color:#EEEEEE;
   font-size:12px;
}
.calendar caption {
   padding-bottom:10px;
}
.calendar td {
   text-align:center;
   height:22px;
   width:30px;
}
.calendar td a,.calendar td span {
   display:block;
}
.calendar th {
   background-color:#044191;
   color:#FFFFFF;
   text-align:center;
   height:22px;
   width:30px;
}
.calendar-month {
   font-weight:bold;
   background-color:#FFFFFF;
   border:0;
   font-size:12px;
   text-align:center;
}
.calendar-month a {
   text-decoration:none;
}
.calendar-month span.monthlabel {
   position:relative;
	 top:5px;
}
span.monthlabel a {
   color:#666666;
}
.photoday {
   background-color:#E1E1E1;
}
.photoday a {
   font-weight:bold;
	 color:#044191;
	 text-decoration:none;
}
.photoday a:hover {
   color:#666666;
}

.activeday {
   background-color:#ff8224;
}
.activeday a {
   font-weight:bold;
	 color:#FFFFFF;
	 text-decoration:none;
}
.activeday a:hover {
   color:#666666;
}

.calendarscroll a {
   width:30px;
	 height:30px;
	 display:block;
	 text-indent:-3000px;
	 overflow:hidden;
	 background-image:url(http://www.cityparkbradford.co.uk/images/arrows.gif);
}
#calendarscrollleft {
   float:left;
}
#calendarscrollleft:hover {
   background-position:-60px 0;
}
#calendarscrollright {
   float:right;
   background-position:-30px 0;
}
#calendarscrollright:hover {
   background-position:-90px 0;
}
