html, body {
	background-color: #272627;
	background-image: url('/images/boltonbadminton/bg5.png');
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
	color: #d7d7d7;
	font-family: 'Myriad Web Pro', sans-serif;
	font-size: 10pt;
	text-align: center;
}

img {
	border: 0;
}

p {
	margin: 0;
	padding: 0;
}

a {
	color: #8CC63F;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.show { display: block; }
.hide { display: none; }
.clear { clear: both; }

h1 {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	background-image: url('/images/boltonbadminton/title.png');
	background-position: top;
}

h1 a {
	display: block;
	height: 35px;
	width: 354px;
}

h1:hover {
	background-position: bottom;
}

h2 {
	position: relative;
	padding: 0;
	margin: 0.5em 0 0 0;
	color: #8CC63F;
	font-size:x-large;
}

h3 {
	padding: 0;
	margin: 0.5em 0 0 0;
	color: #fff;
}

h4 {
	padding: 0;
	margin: 0 0 0.25em 0;
	color: #3C3C3C;
	border-bottom: 2px #3C3C3C solid;
}

div#container {
	padding-top: 35px;
	margin-left: auto;
	margin-right: auto;
	width: 984px;
	text-align: left;
}

div#banner {
	position: relative;
	width: 984px;
	/*height: 300px;*/
	height: 200px;
	background-color: rgb(45, 106, 173);
	background-position: center center;
	background-repeat: no-repeat;
}

div#banner a.heading {
	position: absolute;
	padding: 0.5em 2em 0.5em 1.5em;
	background-color: #000;
	color: #fff;
	top: 15px;
	font-size: x-large;
	text-decoration: none;
	-webkit-border-top-right-radius: 1em;
	-webkit-border-bottom-right-radius: 1em;
	-moz-border-radius-topright: 1em;
	-moz-border-radius-bottomright: 1em;
}

div#banner a.caption {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0.05em 1em;
	background-color: rgba(255, 255, 255, 0.6);
	text-decoration: none;
	color: #000;
	font-size: x-small;
	-webkit-border-top-left-radius: 1em;
	-moz-border-radius-topleft: 1em;
}

ul#menu {
	margin: 0;
	padding: 0;
	height: 35px;
	background: url('/images/boltonbadminton/footer_background.gif');
	-moz-border-radius-bottomleft: 0.75em;
	-moz-border-radius-bottomright: 0.75em;
	-webkit-border-bottom-left-radius: 0.75em;
	-webkit-border-bottom-right-radius: 0.75em;
}

ul#menu li {
	float: left;
	padding: 0;
	margin: 0;
	width: 140px;
	list-style-type: none;
	text-align: center;
}

ul#menu li.first {
	width: 144px;
}

ul#menu a {
	display: block;
	height: 35px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

ul#menu li.selected, ul#menu li:hover {
	background-color: #8CC63F;
	-moz-border-radius-bottomleft: 0.75em;
	-moz-border-radius-bottomright: 0.75em;
	-webkit-border-bottom-left-radius: 0.75em;
	-webkit-border-bottom-right-radius: 0.75em;
}

ul#menu li.selected a {
	height: 38px;
}

div.main_column {
	float: left;
	width: 674px;
}

div.right_column {
	float: right;
	width: 300px;
}

div.intro {
	padding: 0 0.75em 0.5em 0.75em;
	margin: 0 0 0.5em 0;
	border-top: 3px #8CC63F solid;
	background-color: #37452A;
	color: #fff;
}

div.box {
	padding: 0 0.75em 0.5em 0.75em;
	margin: 0 0 0.5em 0;
	border-top: 3px #8CC63F solid;
	background-color:#000;
}

div.box div.date {
	float: right;
	margin-top: 0.5em;
}

div.intro p, div.box p {
	padding: 0.25em 0 0.75em 0;
}


table {
	color: #d7d7d7;
	font-family: 'Myriad Web Pro', sans-serif;
	font-size: 10pt;
	border-spacing: 0;
	border-collapse: collapse;
}

table th, table td {
	text-align: center;
	padding: 0 0.5em;
}

table th {
	border-bottom: 1px #8CC63F solid;
}

table th.left, table td.left {
	text-align: left;
}

table th.right, table td.right {
	text-align: right;
}

table tr.withdrawn td {
	text-decoration: line-through;
}

table td.error, table tr.withdrawn td.error {
	text-decoration: none;
	font-weight: bold;
	color: red;
}

table.clubteams td {
	border-right: 1px #3C3C3C solid;
}

table th.noborder, table td.noborder {
	border: 0;
}

img.clublogo {
	float: right;
	margin-top: 0.5em;
}

div.latestresults table td {
	padding: 0;
}

div.leaguetable {
	text-align: center;
	padding: 0.5em 0 0.75em 0;
}

div.leaguetable table {
	font-size: medium;
	margin: 0 auto;
}

div.leaguetable table td {
	border-bottom: 1px #767676 dotted;
	border-right: 1px #767676 dotted;
}

div.leaguetable table td.noborder {
	border-right: 0;
}

div.leaguetable table td.notes {
	text-decoration: none;
	font-weight: bold;
	color: red;
	border: 0;
}

div.tournament {
	text-align: center;
	padding: 0.5em 0 0.75em 0;
}

div.tournament table {
	margin: 0 auto;
}

div.tournament table td {
	text-align: right;
}

div.tournament table td.withdrawn {
	text-decoration: line-through;
}

div.tournament table td.home,
div.tournament table td.away,
div.tournament table td.match {
	border-right: 1px #767676 solid;
}

div.tournament table td.home {
	border-top: 1px #767676 solid;
}

div.tournament table td.away,
div.tournament table td.champion {
	border-bottom: 1px #767676 solid;
}

ul.section-menu {
	padding: 0.5em 0;
	margin: 0;
	font-size: large;
	list-style-type: none;
	text-align: center;
}

ul.section-menu li.selected {
	background-color: #8CC63F;
	color: #fff;
	font-weight: bold;
}

ul.section-menu li {
	padding: 0.25em 0;
}

ul.section-menu li.selected a {
	color: #fff;
}

.right-input {
	position: absolute;
	bottom: 2px;
	right: 0;
}

a.feed_icon {
	position: absolute;
	bottom: 2px;
	right: 0;
	height: 24px;
	width: 24px;
	background-image: url('/images/boltonbadminton/feed_icons.png');
	background-position: top;
}

a.feed_icon:hover {
	background-position: center;
}

div.person {
	margin-top: 0.25em;
	margin-bottom: 0.5em;
	width: 20%;
	float: left;
}

div.person div.title {
	color: #8CC63F;
	font-weight: bold;
}

div.person div.name {
	color: #fff;
	font-weight: bold;
}


form label {
	display: block;
	float: left;
	clear: left;
	margin: 0.15em 0;
	width: 20%;
	text-align: right;
}

form input, form textarea, form select {
	float: left;
	margin: 0.15em 0 0.15em 1%;
	background-color: #272627;
	color: #fff;
	border: 1px #8CC63F solid;
}

form input.button {
	clear: left;
	margin-left: 21%;
	background-color: #8CC63F;
	color: #000;
}

form textarea {
	font-family: 'Myriad Web Pro', sans-serif;
	font-size: 10pt;
}