/* Styles for content in the left pane */
#navigation ul {
	margin: 0;
	padding: 0 20px 0 10px;
	list-style-type: none;	
}
#navigation li {
	list-style-type: none;	
	font-size:0.8em;
}
#navigation a {
	display: block;
	width: 100%;
	padding: 5px 5px 5px 5px;
	background-color: #FFFFFF;
	text-decoration: none;
	color: #444444;
	border-left: 3px solid #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #6699CC;
}
html>body #navigation li a {
	width: auto;
}
#navigation li a:hover {
	border-left: 3px solid #0066CC;
}
#navigation li a:active {
	border-left: 3px solid #FF6600;
}

div.left_pane_image {
	width: 100%;
	height: 67px;
	margin-top: 10px;
    background: url("../images/bda_logo_colour.gif") center no-repeat;
}
div.left_pane_image a {
	display: block;
	height: 67px;
	text-decoration: none;
}

/* Styles for content in the right pane */
div.league {
	margin: 0;
	padding: 3%;
	font-size: 0.6em;
	background-color: #FFFFFF;
}
div.league table {
	border: #6699CC solid 1px;
	background-color: #FFFFFF;
}
div.league th {
	border: none;
}

div.league span {
	padding: 2px 2px 0 2px;
	background: #6699CC;
	color: #FFFFFF;
}
div.league tr.bristol {
	color: #0033CC;
}

/* Styles for content in the middle pane */
#content h1 {
	font-size: 1.4em;
	margin: 0 0 10px 0;
	color: #006699;
}
#content h2 {
	font-size: 1.0em;
	margin: 15px 0 10px 0;
	color: #006699;
	clear: both;
}
#content h3 {
	font-size: 0.8em;
	margin: 15px 0 10px 0;
	color: #006699;
	clear: both;
}
#content h4 {
	font-size: 0.7em;
	margin: 15px 0 10px 0;
	color: #006699;
	clear: both;
}
#content li {
	font-size:0.8em;
	list-style-image: url(../images/bullett.gif);
	list-style-type: none;
	clear: both;
}
#content p {
	font-size:0.8em;
	clear: both;
}
#content table {
	margin: 0 0 20px 0;
	font-size:0.8em;
	border-collapse: collapse;
	clear: both;
}
#content td {
	border: #6699CC 1px solid;
	padding: 2px;
}
#content th {
	border: #6699CC 1px solid;
	padding: 2px;
}
#content td.special {
	background:#C6E3E3;	
}
#content a:link {
	color: #000099;
	text-decoration: none;
}
#content a:hover {
	color: #000099;
	text-decoration: none;
	border-bottom: #000099 dashed 1px;
}
#content a:visited {
	color: #006666;
	text-decoration: none;
	border-bottom: none;
}
#content fieldset {
	border: #6699CC solid 1px;
	padding: 10px;
}
#content legend {
	font-size: 1.0em;
	padding: 4px;
	background-color: #6699CC;
	color: #FFFFFF;
}
#content form {
	font-size: 0.8em;
}
#content form p {
	font-size: 1em;
}
#content form label {
	display: block;
}
#content form input {
}
#slogan {
	text-align:left;
	font-size:0.6em;
	width:60%;
	float: left;
}
#copyright {
	text-align:right;
	font-size:0.6em;
	width:35%;
	float: right;
}
#footer p {
	font-size:0.6em;
}
#content div.league {
	margin: 0;
	padding: 3%;
	font-size: 0.9em;
	background-color: #FFFFFF;
}
#content div.league table {
	border: #6699CC solid 1px;
	background-color: #FFFFFF;
}
#content div.league th {
	border: none;
}

#content div.league span {
	padding: 2px 2px 0 2px;
	background: #6699CC;
	color: #FFFFFF;
}
#content div.league tr.bristol {
	color: #0033CC;
}

/* Styles for the Gallery pages */
#content div.thumb {
	float: left;
}
#content div.thumb img {
	border: none;
}
#content div.thumb a {
	display: block;
	line-height: 0px;
	padding: 10px;
	margin: 6px;
	border: 1px solid #92BED3;
	background: #DDEAF0;
	border-bottom: 1px solid #92BED3;
}
#content div.thumb a:visited {
	border: 1px solid #92BED3;
	background: #DDEAF0;
}
#content div.thumb a:hover {
	border: 1px solid #62A0BF;
	background: #F4F9FB;
}
