*{
padding: 0;
margin: 0;
}
body {
background-color:#201501;
text-align:center;
font:12px Arial, Helvetica, sans-serif;
}

#container {
width:798px;
margin:10px auto;
background-color:#fff;
}

/*HEADER*/
#header {
background-image: url('/images/wickham-cricket-logo.jpg');
width:798px;
height:151px;
text-align:left;
}

#header div {
float:right;
margin-right:125px;
margin-top:30px;
}

#header span {
font-family:tahoma, Arial, verdana;
font-weight:600;
}

#header span.main {
font-size:30px;
border-bottom: 3px solid #201501;
}

#header span.small {
position:relative;
top:6px;
}

/*FOOTER*/
div#footer {
clear:both;
height:30px;
width:798px;
background-color:#fff;
border-top:10px solid #201501;
margin-top:5px;
}
ul.footer {
padding-top:4px;
}
ul.footer li {
display:inline;
}
ul.footer li a {
color:#003366;
text-decoration:none;
}
ul.footer li a:hover {
color:#003366; 
border-bottom:2px solid #000;
}

#content {
width:798px;
background-color:#fff;
text-align:left;
}

#main-content {
padding:10px;
float:left;
width:550px;
}

html>body #main-content {
width:560px;
}

div.editable {
display:none;
margin-top:10px;
}

a.edit{
color:#999;
}

div.welcome {
float:right;
margin-bottom:5px;
}

span.dividers {
color:#f00;
}

h1 {
border-bottom: 1px solid #201501;
width:75%;
margin-bottom:5px;
font-size:18px;
}

h1.news {
color:#017B5B;
font-family:"Trebuchet MS",Arial,sans-serif;
cursor:pointer;
}

h1.news:hover{
color:#42AEC2;
}

p {
margin:6px;
}

span.form-label {
width:200px;
}

p.small, span.small {
font-size:11px;
}

h3 {
color:#017B5B;margin-bottom:-3px;
}

ul {
margin-left:24px;
}

div#main-content ul li {
list-style-image:url(/images/arrow_red_bullet.gif);
}

span.toggle  {
font-weight:bold;
cursor:pointer;
}

/*TABLES*/
table.generic {
border:0px;
}

table.generic th {
background-color:#017B5B;
color:#fff;
}

table.generic td, table.generic th {
padding:3px;
}

table.generic tr.on {
background-color:#ccc;
}

table.sortable th {
cursor:pointer;
}

table.news {
margin: 5px 0pt; 
padding: 4px; 
background-color: #ddd;
}

tr.all-stats {
background-color:#eee;
font-weight:bold;
}

.archive-1 {
display:none;
}

/*Players profile*/
div.profileImage {
	border:1px solid #000; 
	float:left;
	margin:5px 5px 15px 5px;
	padding:5px;
	color:#fff;
	background-color:#017B5B;
	width:88px;
	height:145px;
}

div.profileImage img {
	height:112px;
	width:86px;
	margin-bottom:3px;
	border:1px solid #201501;
}

div.profileImage a {
	color:#fff;
	text-decoration:none;
}

p.profile-sub-heading {
	border-bottom: 1px solid #000; 
	width: 50%; 
	font-size: 13px; 
	margin-left: 0pt; 
	font-family: "Trebuchet MS", Arial,sans-serif;
	font-weight:bold;
}

/*FORMS*/
input,textarea,option,select { 
	background: #EAECF6; border: 1px solid; border-color: #AAAAB8; 
}
option{ border:none;}
input[type="submit"] {
	background: #D6DDEA url(http://www.qas.co.uk/resources/images/shared/interface/stdbutton_up.gif) repeat-x !important; font-size: 11px; font-family:Arial; font-weight: bold; cursor: pointer; margin-top:5px;
}
input[type="submit"]:hover,input[type="submit"]:focus {
	background: #fefefe url(http://www.qas.co.uk/resources/images/shared/interface/stdbutton_hv.gif) repeat-x !important; cursor: pointer;
}

.validation {
	color:red;
	font-style:italic;
}
/*AJAX*/

#spinner {
	margin-top:5px;
}

img#spinner-img {
	height:16px;
	width:16px;
	display:none;
}

div#latestPanels {
	position:relative; 
	overflow:hidden;
	margin-left:6px;
}
div#latestPanels div {
	height:100px;
	width:200px;
}

div.yellowbox {
	border:1px solid #017B5B;
	background-color:#FFFFE1;
	padding:5px;
}
