* {
  margin:0;
  border:0;
  padding:0;
  font-family: Verdana, Helvetica, Times, serif;
}

/* layout */
body {
	border-top:10px solid #700;
	color:#333;
	font-size:75%;
	line-height:1.5;
	margin:0;
}
#left {
	float:left;
	padding-bottom:1em;
	width:165px;
}
#container {
	float:left;
	width:100%;
}
#content {
	float:left;
	padding:15px 0 0 0;
	width:825px;
}
.wrapper {
	float:left;
}

/* general styles */
abbr {
	border-bottom:1px dashed #000;
	cursor:help;
}
h1 {
	color:#333;
	font-size:1.5em;
	line-height:2;
	margin:1em 0 1em 15px;
}
h2 {
	font-size:1.25em;
	font-weight:bold;
	margin-bottom:1.2em;
}
h3 {
	font-size:1.125em;
	margin-bottom:1.33em;
}
p {
	margin-bottom:1.5em;
}
.normal {
	font-size:1em;
	font-weight:normal;
}
ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.error {
	color:#f00;
}
.success {
	color:#32CD32;
}
.no-wrap {
	white-space:nowrap;
}
.small {
	font-size:0.83333em;
	font-style:italic;
}
.posted {
	font-size:0.75em;
	font-style:italic;
	line-height:2;
	margin-bottom:2em;
	text-align:right;
}
.sup {
	position:relative;
	top:-0.5em;
	font-size:0.75em;
}
.text-left {
	text-align:left;
}
.text-centre {
	text-align:center;
}
.text-right {
	text-align:right;
}

/* left column styles */
#logo img {
	border:0;
	height:246px;
	width:165px;
}
#menu li.level0 {
	padding-top:3px;
}
#menu li.level1 {
}
#menu li a {
	display:block;
	line-height:1.75;
	padding-right:10px;
	text-align:right;
	text-decoration:none;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
}
#menu li.level0 a,
#menu li.level0 a.selected,
#menu li.level0 a.selected:hover {
	background-color:#700;
	color:#fff;
	font-weight:bold;
	width:155px;
}
#menu li.level0 a:hover {
	background-color:#aaa;
	color:#700;
}
#menu li.level1 a {
	background-color:#c0c0c0;
	border-bottom:1px solid #700;
	color:#700;
	font-size:1em;
	padding-right:20px;
}
#menu li.level1 a.selected,
#menu li.level1 a:hover {
	background-color:#eaeaea;
	font-weight:bold;
}
#menu li.level1 a.header {
	border:1px solid #700;
	border-width:1px 0;
	font-variant:small-caps;
	font-weight:bold;
	text-transform:lowercase;
}
#menu li.level1 a.header:hover {
	background-color:#c0c0c0;
}

/* body styles */
#breadcrumb {
	font-size:0.75em;
	line-height:2;
	margin-left:15px;
}

#content a {
	background-color:#700;
	color:#fff;
	padding:1px 3px;
	text-decoration:none;
}
#content a:hover {
	background-color:transparent;
	color:#700;
}
#content a img {
	border:0;
}
#content a.no-hover,
#content a.no-hover:hover {
	background-color:transparent;
	padding:0;
}

/* footer */
#footer {
	border-top:2px solid #700;
	clear:both;
	font-size:0.75em;
	margin:1em 0 0.5em;
	padding:0.5em 1em;
}
#footer a {
	color:#700;
	text-decoration:none;
}
#footer a:hover {
	background-color:#700;
	color:#fff;
}

/* boxes */
.container {
	float:left;
	width:405px;
}
.box {
	margin:0 0 1.5em 15px;
	width:810px;
}
.half-width {
	width:390px;
}
.box h2 {
	color:#700;
	border-bottom:1px solid #700;
	font-size:1em;
	font-weight:bold;
	margin-bottom:1.5em;
	padding:0;
}
.box h2 span.normal {
	color:#000;
	font-size:1em;
	font-weight:normal;
}
.box div {
	margin:0;
	padding:0 5px;
}
.box div.border {
	border:1px solid #700;
	padding-top:5px;
}
.box div.more-info {
	border-top:1px dotted #700;
	border-bottom: 3px double #700;
}
.box div.no-padding {
	padding:0;
}
.box div.player-profile {
	background:no-repeat;
	padding-left:37px;
}
.box div div {
	padding:0;
}
.box div h3 {
	font-size:1em;
	margin-bottom:0;
}
.box div ul {
	margin:0 0 1.5em;
}
.box div p {
	margin:0 0 1.5em;
}
.box div p img.info-button {
	vertical-align:bottom;
}

/* form styles */
form {
	font-size:1em;
}
span.label,
label {
	position:relative;
	top:1px;
	display:block;
	float:left;
	font-weight:bold;
	width:150px;
}
span.label {
	margin-right:1em;
	width:auto;
}
#matches-season label {
	width:210px;
}
label.checkbox,
label.radio {
	display:inline;
	float:none;
	margin-right:5px;
	width:auto;
}
label.checkbox {
	margin-right:0;
}
label.radio {
	font-weight:normal;
}
input {
	padding:2px 3px;
}
input.checkbox {
	position:relative;
	top:2px;
	margin-right:5px;
}
input.radio {
	position:relative;
	top:4px;
	margin-right:10px;
}
input.text {
	border:1px outset #700;
	width:219px;
}
input.length2 {
	width:20px;
}
input.length4 {
	width:35px;
}
input.length5 {
	width:40px;
}
input.length10 {
	width:80px;
}
input.lengthMax {
	width:600px;
}
select {
	border:1px outset #700;
}
option {
	padding: 1px 5px;
}
textarea {
	border:1px outset #700;
	font-size:1em;
	padding:2px 3px;
}
div.submit-button {
	float:right;
	width:225px;
	margin-left:1em;
	text-align:right;
}
#remember-me {
	visibility:hidden;
	margin-left:153px;
}
#remember-me label {
	display:inline;
	float:none;
	top:0px;
}
#cms-form fieldset {
	border:1px inset #700;
	margin-bottom:0.5em;
	padding:1em 0.5em 0.5em;
}
#cms-form legend {
	font-weight:bold;
	padding:0 10px;
}
#cms-form p {
	margin-bottom:0.5em;
}

/* button styles */
#content a.button,
#content a.button-hover,
input.submit-button,
input.submit-button-hover {
	background: url(../images/button-background.gif) repeat-x top right;
	border:2px outset #700;
	color:#fff;
	font-size:0.92em;
	height:22px;
	padding:0 5px;
}
#content a.button:hover,
#content a.button-hover,
input.submit-button:hover,
input.submit-button-hover {
	background-position:bottom right;
}
#content a.button,
#content a.button-hover {
	border:0;
	padding:3px 5px;
	font-size:0.92em;
}
input.submit-button,
input.submit-button-hover {
	position:relative;
	top:-2px;
}

/* control bar */
.control-bar {
	height:2em;
}
.control-bar select {
	position:relative;
	top:-1px;
}
.control-bar input.submit-button,
.control-bar input.submit-button-hover {
  float:right;
}

/* tables */
table.data {
	background:#999;
	clear:both;
	line-height:1.75;
	width:100%;
}
table.data caption {
	background-color:#700;
	color:#fff;
	font-size:1em;
	font-weight:bold;
	line-height:1.75;
	margin:0;
	padding:0 4px;
	text-align:left;
}
table.data tr {
	background-color:#fff;
}
table.data tr.zebraskin {
	background-color:#c0c0c0;
}
table.data thead th {
	background-color:#700;
	color:#fff;
}
table.data thead th abbr {
	border-bottom-color:#fff;
}
table.data tfoot td {
	background-color:#ddbfbf;
	font-weight:bold;
}
table.data td,
table.data th {
	padding:0 4px;
	text-align:right;
	vertical-align:top;
}
table.data td.left,
table.data th.left {
	text-align:left;
}
table.data td.centre,
table.data th.centre {
	text-align:center;
}
table.data td.right,
table.data th.right {
	text-align:right;
}
.standardData {
	width:50px;
}
table.data .rowheader {
	text-align:left;
	width:auto;
}
table.data .longer {
	width:auto;
}
.fixtures table td, .fixtures table th,
.opponents table td, .opponents table th,
.president table td, .president table th,
.results table td, .results table th,
.results-president table td, .results-president table th,
.top-lists table td, .top-lists table th,
.trophies table td, .trophies table th {
	text-align:left;
	width:auto;
}
.players table.bat-dismissals td, .players table.bat-dismissals th {
	width:8%;
}
.players table.bowl-dismissals td, .players.bowl-dismissals table th {
	width:14%;
}
.top-lists tfoot td {
	text-align:right;
}
table.results-summary td, table.results-summary th {
	text-align:right;
	width:16%;
}
table.results-captain td, table.results-captain th {
	width:14%;
}
.bat-dismissals tfoot td,
.bowl-dismissals tfoot td,
.results-captain tfoot td {
	font-weight:bold;
}
table .info-link {
	line-height:1em;
	text-align:center;
	width:2%;
}
table .info-link img {
	position:relative;
	top:2px;
}

/* lists */
ul.third-width {
	float:left;
	width:266px;
}
ul.bullet-list {
	list-style-type:disc;
	padding-left:1em;
}

/* block lists */
#content .block-list li {
	float:left;
	margin:0;
}
#content .block-list li a {
	display:block;
	height:32px;
	padding:0.5em 0.15em;
	text-align:center;
	text-decoration:none;
	width:150px;
}

/* definition lists */
dl {
	margin-bottom:1em;
}
dt {
	font-weight:bold;
}
dd {
	margin-left:0;
}

.records dt {
	float:left;
	width:5em;
}
.records dd {
	float:left;
}

/* menu bar & tabs */
#menu-bar {
	border-bottom:1px solid #700;
	margin:0 0 1em 15px;
	width:810px;
}
#menu-bar ul.tabs {
  list-style-type:none;
}
#menu-bar ul.tabs li {
	padding:0;
  margin:0;
  float:left;
}
#menu-bar ul.tabs li a {
	background-color:#fff;
	border:1px solid #700;
	border-width:1px 1px 0 0;
	display:block;
  padding:5px 1em 5px;
  text-decoration:none;
  color:#700;
}
#menu-bar ul.tabs li:first-child a {
	border-left:1px solid #700;
}
#menu-bar ul.tabs li a:hover {
	background-color:#c0c0c0;
	color:#700;
}
#menu-bar ul.tabs li a.selected {
	background-color:#700;
	color:#fff;
}

/* publish */
#publish-results strong {
	font-variant:small-caps;
	font-weight:bold;
	text-transform:lowercase;
}

/* news styles */
div.birth h2 {
	border-color:#DC143C;
	color:#DC143C;
	margin-bottom:0;
}
div.birth div {
	background-color:#DC143C;
	color:#fff;
}

div.death h2 {
	border-color:#000;
	color:#000;
	margin-bottom:0;
}
div.death div {
	background-color:#000;
	color:#fff;
}

div.marriage h2 {
	border-color:#008000;
	color:#008000;
	margin-bottom:0;
}
div.marriage div {
	background-color:#008000;
	color:#fff;
}

div.news div ol,
div.social div ol,
div.teamsheet div ol {
	list-style-position:inside;
	list-style-type:decimal;
	margin-left:1em;
	margin-bottom:1em;
}
div.news div ul,
div.social div ul,
div.teamsheet div ul {
	list-style-position:inside;
	list-style-type:disc;
	margin-left:1em;
}
div.news div ol li,
div.news div ul li,
div.social div ol li,
div.social div ul li {
	margin-bottom:1.5em;
}

/* members styles */
#members-details ul {
	display:block;
	float:left;
	border:1px solid #700;
	border-width:1px 0 0 1px;
	
}
#members-details li {
	float:left;
	border:1px solid #700;
	border-width:0 1px 1px 0;
	height:324px;
	margin:0;
	padding:10px;
	width:248px;
}
#members-details li p {
	overflow:hidden;
}

#member-search a.button {
	position:relative;
	top:1px;
}

/* print styles */
@media print {
	a {
		text-decoration:none;
	}
  body {
    background:#fff;
		border:0;
		color:#000;
		font-size:75%;
  }
	#content, .box {
		float:none;
		width:auto;
		margin:0;
		padding:0;
	}
	#content a {
		background:transparent;
		color:#000;
	}
	#breadcrumb,
	#footer,
	#left {
    display:none;
  }
}

