body {
	font-size: 62.5%;
	margin: 0 auto;
	padding: 0;
	font-family: verdana, arial, sans-serif;
}

/* Heading */
h1 {
	clear: left;
	margin: 1.0em 0px 1.0em 0px;
	font-weight: bold;
	font-size: 150%;
}

h2 {
	clear: left;
	margin: 1.5em 0px 1.0em 0px;
	font-weight: bold;
	font-size: 140%;
}

h3 {
	clear: left; 
	margin: 1.0em 0px 0.6em 0px;
	font-weight: bold;
	font-size: 130%;
}

h4 {
	clear: left;
	margin: 0.5em 0px 0.5em 0px;
	font-weight: bold;
	font-style: italic;
	font-size: 130%;
}

/* Paragraph text */
p {
   clear: left; 
   margin: 0;
   margin-bottom: 12px;
   padding: 0px;
   font-size: 130%;
}

#page-container {
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	background-color: #ffffff;
}

#header {
	background: #ffffff url(../images/header6.jpg) no-repeat left;
	height: 140px;
	clear: both;
}
#header h1 {
	font-weight: bold;
	font-size: 150%;
}

#nav-global-container {
	float: right;
	width: 500px;
	margin-top: 10px;
	background-color: transparent;
}
.nav-global ul {	
	float: right;
	margin: 0px;
	padding: 0px;
	list-style: none;
}	

.nav-global li {
	float: left;
	white-space: nowrap;
}
.nav-global li a {
	display: block;
	margin: 0px;
	padding: 10px 8px 5px 8px;
	border-left: solid 1px #808080;
	background: #3c6491 url(../images/hmenuarrow.gif) no-repeat top center;
	color: #ffffff;
	text-decoration: none;
	font-size: 100%;
	border-bottom: 4px solid #2f4a6c;
}
.nav-global li a:hover {
	background: #2f4a6c url(../images/hmenuarrowhover.gif) no-repeat top center;
	color: #ffffff;
	text-decoration: none;
	border-bottom: 4px solid #2f4a6c;
}

#site-name  {
	float: left;
	width: 500px;
	margin: 0px;
	padding-left: 14px;
	margin-top: 60px;
	background-color: transparent;
	font-weight: bold;
	font-size: 28px;
	font-family: Arial, Helvetica, sans-serif;
}
#site-name a,#site-name a:hover {
	color: #ffffff;
	text-decoration: none;
}

#top-bar {
	clear: both;
	float: left;
	margin: 0px;
	padding: 8px;
	border-top: solid 1px #808080;
	border-bottom: solid 1px #808080;
	background-color: #ffffff;
}
#top-bar-crumbs {
	float: left;
}
#top-bar-crumbs a {
	color: #0000ff;
	text-decoration: none;
}
#top-bar-crumbs a:hover {
	color: #0000ff;
	text-decoration: underline;
}
#top-bar-login {
	float: right;
}
#top-bar-login a {
	color: #0000ff;
	text-decoration: none;
}
#top-bar-login a:hover {
	color: #0000ff;
	text-decoration: underline;
}
#top-bar-date {
	float: right;
	margin-left: 40px;
}

#container {
	clear: both;
}
.content {
	float: left;
	width: 75%;
	margin: 0px;
	padding: 10px 20px 0px 20px;
	background-color: #ffffff;
}
.content-pagetitle {
	width: 400px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
.content-pagetitle p {
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	font-size: 140%;
}

.contentbox-container-full {
	 float: left;
	 width: 100%;
	 margin: 0px 0px 1.5em 0px;
	 padding: 0px;
}
.contentbox-container-left {
	float: left;
	width: 49%;
	margin: 0px 0px 1.5em 0px;
	padding: 0px;
}
.contentbox-container-right {
	float: right;
	width: 49%;
	margin: 0px 0px 1.5em 0px;
	padding: 0px;
}

.contentbox-title {
  	margin: 0px;
	padding: 1px 0px 2px 3px;
	background-color: rgb(225,225,225);
	font-weight: bold;
	font-size: 150%;	
}
.contentbox-text {
	margin: 0px;
	padding: 0.7em 0px 0px 0px;
	background-color: transparent;
}
.contentbox-text-updated {
	margin: 0px;
	padding: 0.7em 0.7em 0.7em 0.7em;
	background-color: #ffff99;
	border: 1px solid #ff0000;
}
#contentbox-login {
	margin: 0px;
	padding: 0.7em 0px 0px 0px;
	background-color: transparent;
}
#contentbox-login form {
	margin: 0;
	padding: 0;
}
#contentbox-login input {
	border: 1px solid #000000;
	color: #000080;
	background-color: rgb(225,225,225);
}

#left {
	float: left;
	width: 20%;
}

#leftmenu {
	margin: 0;
	padding: 0;
}

#leftmenu a {
	display: block;
	background: #3c6491 url(../images/vmenuarrow.gif) no-repeat center left;
	color: #ffffff;
	padding: 5px 0 5px 19px;
	margin: 0 0 1px 0;
	text-decoration: none;
}

#leftmenu a:hover {
	color: #FFFFFF;
	background: #2f4a6c url(../images/vmenuarrowhover.gif) no-repeat center left;
}

.leftarticle {
	background: #eeeeee;
	color: #808080;
	margin: 2px 0 2px 0;
	padding: 8px;
	line-height: 1.4em;
}
#leftmenu .leftarticle a {
	background: transparent; 
	text-decoration: none;
	padding: 0;
	margin: 0;
	color: #000000;
	list-style-type: none;
	display: inline;
}

form.search {
	padding: 0;
	margin: 0;
}

#searchform {
	background: #808080;
	color: #FFFFFF;
	padding: 5px 5px 5px 8px;
	margin: 0px;
}

input.text {
	margin: 0;
	padding: 0; 
	width: 120px;
	border: 1px solid #eeeeee;
	color: #000000;
	background: #d8d8d8;
}
input.text:hover {
	border: 1px solid #ffffff;
	background: #eeeeee;
	color: #000000;
}
input.button {
	margin: 0; 
	padding: 0 0 0 3px;
	font-size: 90%;
	font-family: Arial, Sans-Serif;
	border: none;
	background: none;
	color: #ffffff;
	background: #808080;
	font-weight: bold;
}

.content a {
	color: rgb(0,0,0);
	text-decoration: underline;
}

.content a:hover {
	color: rgb(110,110,110);
	text-decoration: none;
}

.content a:visited {
	color: rgb(110,110,110);
}

#footer {
	clear: both;
	width: 100%;
	margin: 0em 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	border-top: 4px solid #2F4A6C;
	background-color: #3C6491;
	text-align: center;
	color: #ffffff;
}

#footer a {
	color: #c0c0c0;
	text-decoration: underline;
}

#footer a:hover {
	color: #c0c0c0;
	text-decoration: none;
}

fieldset {
	margin-bottom: 10px;
	padding: 10px;
	border: 1px dotted #666666;
}		

legend {
	padding: 0 10px;
	background: #ffffff;
	text-transform: uppercase;
	color: #666666;
	font-size: 1.0em;
}
.formRow {
	clear: both;
	padding-top: 5px;
}
.formLabel {
	font-size: 1.2em;
	line-height: 1.6em;
	text-align: right;
	margin-right: 10px;
	width: 100px;
	float: left;
}
.formControl {
	float: left;
	width: 326px;
}

/* fixtures data */
.fixtureNum {
	float: left;
	width: 100px;
}
.fixtureDate {
	float: left;
	width: 200px;
}
.fixtureTime {
	float: left;
	width: 100px;
}
.fixtureDetails {
	float: left;
	width: 250px;
}
.fixtureReport {
	float: left;
	width: 100px;
}

/* player availability data */
.availName {
	float: left;
	width: 175px;
	color: #000080;
}
.availSelector {
	float: left;
	width: 95px;
	text-align: center;
}
.availRecords {
	float: right;
	color: #000000;
	font-weight: bold;
	margin-bottom: 5px;
}
/* list contact details AND list username password */
.playerName {
	float: left;
	width: 120px;
	color: #000080;
}
.contactInfoPhone {
	float: left;
	width: 130px;
}
.contactInfoEmail {
	float: left;
	width: 300px;
}
.playerInfoUser {
	float: left;
	width: 130px;
}
.playerInfoPasswd {
	float: left;
	width: 130px;
}

/* pick teams */
.pickTeamRow {
	clear: both;
	padding-top: 2px;
}
.pickTeamName {
	float: left;
	width: 175px;
	color: #000080;
	text-align: center;
}
.pickTeamSelector {
	float: left;
	width: 75px;
	text-align: center;
}

/* daily hits */
.statsMonth {
	float: left;
	width: 175px;
	color: #000080;
}
.statsValue {
	float: left;
	width: 75px;
	text-align: center;
}

.motmName {
	float: left;
	width: 130px;
	color: #000080;
	margin-right: 5px;
}
.motmBar {
	float: left;
	width: 200px;
	margin-right: 5px;
	height: 15px;
	background-color: #cccccc;
}
.motmValue {
	float: left;
	width: 25px;
	text-align: center;
}
/*
.formRow {
	clear: both;
	padding-top: 5px;
}
.formLabel {
	float: left;
	width: 150px;
	color: #000080;
	margin-right: 5px;
}
.formTextbox {
	float: left;
	width: 400px;
}
*/
/* admin_latest_news.php */
.newsId {
	float: left;
	width: 45px;
	color: #000080;
}
.newsTitle {
	float: left;
	width: 340px;
}
.newsDate {
	float: left;
	width: 80px;
}
.newsStatus {
	float: left;
	width: 60px;
}
.newsTarget {
	float: left;
	width: 110px;
}
.newsAction {
	float: left;
	width: 100px;
}

/* player_profiles.php */
.profilesContainer {
}
.selectPlayer {
	width: 95px;
	height: 150px;
	float: left;
	text-align: center;
	padding: 5px;
}
/* player_profile.php */
#profileContainer {
}
#profilePic {
	width: 230px;
	float: left;
}
#profileInfo {
	float: left;
}
.profileRow {
	padding-top: 5px;
}

/* users_online.php */
.sessionBlock {
	background-color: #c0c0c0;
	padding: 3px;
	margin-top: 10px;
}

.sessionIdCol {
	float: left;
	width: 250px;
}
.ipAddressCol {
	float: left;
	width: 200px;
}
.userNameCol {
	float: left;
	width: 200px;
}
.visitClicksCol {
	float: left;
	width: 100px;
}
.lastClickCol {
	float: left;
	width: 150px;
}
.loginTimeCol {
	float: left;
	width: 150px;
}
.loginDurationCol {
	float: left;
	width: 150px;
}

.timeStampCol {
	float: left;
	width: 150px;
}
.pageHitCol {
	float: left;
	width: 550px;
}

/*********** table cell width classes ***********/
.cellWidth40px {
	float: left;
	width: 40px;
}
.cellWidth50px {
	float: left;
	width: 50px;
}
.cellWidth70px {
	float: left;
	width: 70px;
}
.cellWidth90px {
	float: left;
	width: 90px;
}
.cellWidth100px {
	float: left;
	width: 100px;
}
.cellWidth120px {
	float: left;
	width: 120px;
}
.cellWidth150px {
	float: left;
	width: 150px;
}
.cellWidth200px {
	float: left;
	width: 200px;
}
.cellWidth250px {
	float: left;
	width: 250px;
}

.cellWidth100pc {
	width: 100%;
}

/*********** general classes ***********/
.separator {
	clear: both;
}
.bold {
	font-weight: bold;
}
.black {
	color: #000000;
}
.right {
	float: right;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}