﻿/* CSS layout */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	color:#3366FF;
	width: 960px;
}

h3 {
	margin-top: 0;
}

td {
	border: 1px solid;
	font-weight:normal;
	padding: 5px;
	width: 110px;
	vertical-align:top;
}

/*classes*/

.opening_times_data {
    border: 1px solid;
    border-collapse:collapse;
  	width: 960px;
}

td.day {
	border-color: blue;
	color: blue;
}

td.info {
	border-color: blue;
	color: black;
}

td.drop {
	border-color: blue;
	color: green;
}

td.tele {
	border-color: blue;
	color: red;
}

/* id */

#masthead {
	width: 960px;
}

#accessibility {
	width: 960px;
	margin-bottom: 10px;
}

#textStyleLarge {
	font-size:x-large;
}

#textStyleXL {
	font-size:xx-large
}

#container {
	width: 960px;
}

#page_content {
	float: left;
	height: 455px;
	width: 650px;
	margin-bottom: 10px;
}

#info_box {
	clear: left;
	float: left;
	height: 130px;
	text-align: left;
}

#help_box {
	clear: left;
	float: left;
	height: 170px;
	width: 650px;
	text-align: left;
}

#telephone_box {
	clear: left;
	float: left;
	height: 110px;
	width: 650px;
	text-align:left;
}

#right_col {
	border-style:solid;
	border-color:#3333FF;
	padding: 5px;
	width: 290px;
	float: right;
}

#map {
	padding-bottom: 10px;
}

#address {
	padding-bottom: 10px;
}

#opening_times_table {
	border: thin;
	border-style:solid;
	clear: left;
	float: left;
	margin-bottom: 10px;
}

#volunteer_box {
    clear: both;
    height: 130px;
    width: 960px;
}

#volunteer_info {
	text-align:left;
}

#footer {
	width:960px;
	clear: both;
	font-size:x-small;
}
