﻿body {min-width:640px; margin: 0px;}
#header,#contentLeft,#contentMiddle,#contentRight,#footer 
{
	overflow:hidden;
	display:inline-block
}
/* safari and opera need this */
#header {width:100%}
#contentLeft,#contentMiddle,#contentRight {float:left}
#contentMiddle 
{
	width:80%;
	margin-left:12%;
	display:inline;
}
#contentLeft 
{
	width:12%;
	margin-left:-92%;
	padding-top: 2em;
}
#contentRight {width:8%}
#footer 
{
	clear:both;
	width: 100%;
/*	margin-left:10%;
	margin-right:10%;*/
}

body
{
	background: #000000;
	color: #ffffff;
	font-family: Tahoma, Verdana;
	font-size: 0.8em;
}

a
{
	color: #ffffff;
	padding: 0;
	margin: 0;
}

h1
{
	font-size: 1.5em;
}

h2
{
	font-size: 1.3em;
}

h3
{
	font-size: 1.1em;
}

.black
{
	color: #000000;
}

h4
{
	font-size: 1em;
	margin-bottom: 5px;
}

#logo
{
	margin-bottom: 5px;
}

#outerContent
{
	display: block;
	float: left;
	width: 100%;
}

#loginStatus
{
	float: right;
}

.subMenu
{
	margin-top: 0px;
}

#rightads
{
	float: right;
	width: 100px;
}

.error
{
	color: #ff0000;
}

.exclaim
{
	font-weight: bold;
	color: #ff0000;
}

.formRow
{
	padding-bottom: 5px;
}

.formRow label
{
	width: 100px;
}

.formValue
{
	
}

.tabsRow
{
	clear: right; 
	margin: 0;
	padding: 0;
}

.tabsRow ul
{
	padding: 0;
	margin: 0;
	list-style: none;
	height: 2em;
}

.tabsRow li 
{
	margin: 0;
	padding: 0;
	display: inline;
}

.tabsRow li a span
{
	float:left;
	white-space: normal;
}

/*** Top row tabs ***/
#topTabsRow 
{ 
	height: 2em;
	overflow: hidden;
}

#topTabsRow a
{
	margin: 0;
	text-decoration: none;
	vertical-align: top;
}

.leftCorner, .rightCorner, .middleTab
{
	display: inline-block;
	vertical-align: top;
	height: 100%;
	margin-left:0;
	margin-right:0;
	padding-bottom: 0.75em;
	border: 0;
	cursor: hand;
}

.leftCorner
{
	padding-left: 15px;
	padding-right: 0px;
}

.rightCorner
{
	padding-left: 0px;
	padding-right: 15px;
	margin-right: 2px;
}

.tabText
{
	font-size: 1.2em;
	position: relative;
	top: 0.25em;
	margin: 0;
	padding: 0;
}


.tabSelMiddle .tabText
{
	font-style: italic;
	font-weight: bold;
}

.tabLeftCorner
{
	background: url('../images/green_tab_bg_left.gif') left top no-repeat;
}

.tabMiddle
{
	background: #029D4E url('../images/green_tab_bg.png') top repeat-x;
}

.tabRightCorner
{
	background: url('../images/green_tab_bg_right.gif') right top no-repeat;
}

.tabSelLeftCorner
{
	background: url('../images/red_tab_bg_left.gif') left top no-repeat;
}

.tabSelMiddle
{
	background: url('../images/red_tab_bg.png') top repeat-x;
}

.tabSelRightCorner 
{
	background: url('../images/red_tab_bg_right.gif') right top no-repeat;
}


/*** Second row tabs ***/
#secondRowTabs 
{ 
	clear: right;
	height: 2em;
	background-color: #FC4E49;
	overflow: hidden;
}

#secondRowTabs a
{
	margin: 0;
	text-decoration: none;
}

#secondRowTabs .tabSelLeftCorner
{
	background: url('../images/cream_tab_bg_left.gif') left top no-repeat;
	padding-left: 15px;
}

#secondRowTabs .tabSelMiddle
{
	background: url('../images/cream_tab_bg.gif') top repeat-x;
	color: #000000;
}

#secondRowTabs .tabSelRightCorner 
{
	background: url('../images/cream_tab_bg_right.gif') right top no-repeat;
}



/*** Third row tabs ***/
#thirdRowTabs 
{ 
	clear: right;
}

#thirdRowTabs  ul
{
	height: 2em;
	margin-top: 5px;
}


/* maincontent */
.clear {font-size: 1px; height: 1px; clear: both; }

#maincontent
{
	float: left;
	display: block;
	width: 100%;
}

.bl {background: #FC4E49 url('../images/red_bottom_left_corner.gif') left bottom no-repeat; }
.br {background: url('../images/red_bottom_right_corner.gif') right bottom no-repeat;  }
.tl {}
.tr {background: url('../images/red_top_right_corner.gif') right top no-repeat; padding: 5px 5px 5px 5px;} 

#innermaincontent
{
	background: #FFF1B7;
	color: #000000;
	min-width: 640px;
}

.innerbl {background: url('../images/cream_bottom_left_corner.png') left bottom no-repeat; }
.innerbr {background: url('../images/cream_bottom_right_corner.png') right bottom no-repeat;  }
.innertr {background: url('../images/cream_top_right_corner.png') right top no-repeat; padding: 10px 10px 10px 10px; } 

#innermaincontent a
{
	color: #FC4E49;
}


#leftnav
{
	
}

#leftnav ul 
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#leftnav li
{
	margin: 0;
	padding: 0;
	display: inline;
}

#main
{

}

#content
{
	clear: left;
	float: left;
	width: 100%;
}


/* Forms style */
.form 
{
  margin: 0;
  padding: 0;
}

.form fieldset 
{
  border-color: #000000;
  border-width: 1px 0 0 0;
  border-style: solid none none none;
  margin: 0;
  padding-bottom: 10px;
}

.form fieldset legend
{
	color: #000000;
	font-size: 1.1em;
	font-weight: bold;
}

.calendarIcon
{
	border: 0;
	padding-top: 4px;
}
.date
{
	width: 5em;
	margin-right: 4px;
}

div.row 
{
  clear: both;
  padding-top: 5px;
}

div.row span.message 
{
  float: left;
  display: block;
  text-align: left;
  padding-bottom: 5px;
} 

div.row span.label
{
  float: left;
  width: 150px;
  text-align: right;
}

div.row span.rowlabel
{
  float: left;
  text-align: left;
}

div.row span.formw 
{
  float: left;
  display: block;
  padding-left: 10px;
  text-align: left;
} 
div.row span.rowformw 
{
  float: left;
  padding-left: 10px;
  text-align: left;
} 

div.buttonRow 
{
  clear: both;
  padding-top: 20px;
}

.checkboxPanel
{
	margin-left: 3em;
}

.left
{
	float:left;
}

.right
{
	float:right;
}

.emailTextBox
{
	width: 250px;
}

/* Log-in */
#loginForm span.label
{
  width: 8em;
}


/* Footer */
#footer
{
	font-size: 0.7em;
	margin-top: 5px;
}

#contact
{
	float:right;
}

#copyright
{
	float: left;
}

#termsAndConditions
{
	width: 50%;
	text-align: center;
	float: left;
}


/* General table styles */

.AspNet-GridView-Pagination
{
	width: 100%;
	padding: 0;
	margin: 0;
}

table
{
	padding: 0;
	margin: 0;
}

.thead
{
	background: #029D4E url('../images/green_tab_bg.png') top repeat-x;
	font-weight: bold;
	color: #ffffff;
}

tbody
{
	background-color: #ffffff;
}

.tablerow
{
	background-color: #ffffff;
}

.tablerowalt
{
	background-image: url('../forums/images/altbg.gif');
	background-repeat: repeat-x;
	background-color: #f0f0f0;	
}

table th, td
{
	border-right: solid 1px #ffffff;
	padding: 2px 5px 2px 5px;
}

.tableRightCol
{
	border-right: 0;
}

.pageLeft { float:left; margin-right: 2%; }
.pageRight { float:left; padding-left: 2%; }
.borderLeft { border-left: solid 1px #000000; }
.borderRight { border-right: solid 1px #000000; }

.homePageRegion .pageLeft, .teamFixture .pageLeft, #loginOrSignUp .pageLeft, #recordTeamResult .pageLeft { width: 48%; }
.homePageRegion .pageRight, .teamFixture .pageRight, #loginOrSignUp .pageRight, #recordTeamResult .pageRight { width: 47%; }

/* Home page */
        
.homePageRegion
{
	width: 100%;
	padding-bottom: 1em;
}

.homePageRegion .bigLink
{
	width: 100%;
}

.homePageRegion li
{
	padding-bottom: 0.5em;
}

.bigLink
{
	font-weight: bold;
	font-size: 2em;
}

#bbcLinksWrapper
{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}

#bbclinks
{
	width: 130px;
	border: solid 1px #029D4E;
	padding-left: 10px;
}

#bbclinks ul
{
	margin: 0px;
	padding: 0px;
}

#bbclinks li
{
	list-style-type: none;
	padding-bottom: 5px;
}


/* Leagues page */
.findLeaguePanel
{
	clear: left;
	float: left;
	width: 50%;
}

#newLeaguePanel
{  	
	padding: 20px 30px 0 30px;
}

#recentlyAddedLeagues
{
	clear: left;
	float: left;
}

/* Teams page */
#recentlyAddedTeams
{
	clear: left;
	float: left;
}

#teamsTopRow
{
	clear: both;
}

#newTeamPanel
{
	padding: 20px 30px 0 30px;
}

.createNewLink
{
	display: inline-block;
	width: 10em;
}

.findTeamPanel
{
	clear: left;
	float: left;
	width: 50%;
}



/* Team home list table */
.teamHomeName
{
	width: 150px;
}

.teamHomeAddress
{
	width: 300px;
}

/* New team */
.newTeamName
{
	/*width: 250px;*/
	width: 10em;
}

.teamHomeName
{
	/*width: 250px;*/
	width: 10em;
}

.teamTownOrCity
{
	width: 7em;
}


/* Address */
.addressLine
{
	width: 200px;
}

.postCode
{
	width: 80px;
}

#addTeamMembers
{
	width:550px;
}

#addTeamMembers .nameTextBox
{
	width: 150px;
}

#addTeamMembers .nicknameTextBox
{
	width: 100px;
}


/* Players page */
#players
{
    width: 100%;
}

#newPlayerPanel
{  	
	padding: 20px 30px 0 30px;
}


#recentlyRegisteredPlayers
{
	clear: left;
	float: left;
	width: 50%;
}

#recentlyRegisteredPlayers table
{
	width: 100%;
}

.findPlayerPanel
{
	clear: left;
	float: left;
	width: 50%;
}

#playersContent
{
	clear: left;
	float: left;
	padding: 5px 0px 0px 20px;
}


/* Venues page */
.findVenuePanel
{
	clear: left;
	float: left;
	width: 50%;
}


#recentlyCreatedVenues
{
	clear: left;
	float: left;
}

#newVenuePanel
{
	text-align: center;
	font-size: 2em;
	padding: 20px 30px 0 30px;
}


.venueDetail
{
/*	width: 640px;*/
}

/* grids - taken from POPForums */

.grid
{
	clear: both;
	border-collapse: collapse;
	border-right: solid 1px #1a264d;
	border-bottom: solid 1px #1a264d;
	border-left: solid 1px #bacaf9;
	border-top: solid 1px #bacaf9;
	margin-bottom: 4px;
	width: 100%;
}

.gridheader
{
	background: #029D4E url('../images/green_tab_bg.png') top repeat-x;
	font-family: Verdana, Trebuchet MS, Arial, sans-serif;
	font-weight: bold;
	color: #ffffff;
	margin: 0px 0px 0px 4px;
}
.gridheader a, .gridheader a:visited
{
	color: #1a264d;
}

.gridsubheader, .gridpager
{
	background: #cccccc url('../forums/images/gridsubheaderbg.gif') repeat-x;
	font-family: Verdana, Trebuchet MS, Arial, sans-serif;
	font-weight: bold;
	color: #1a264d;
	margin: 0px 0px 0px 4px;
	text-align: right;
}

.gridpager
{
	position: relative;
	margin: 4px 0 4px 0;
}

.inviteMsg
{
	padding-bottom: 5px;
}

.inviteMsg textarea
{
	width: 100%;
	height: 150px;
}

/* add-team-fixture */
#addTeamFixture
{
	width: 50%;
	float: left;
}

#addTeamFixture .teamName
{
	width: 180px;
}

#addTeamFixture .label
{
	width: 140px;
}

#teamFixtureReminders
{
	width: 45%;
	float: right;
}

.addFixtureNextButton
{
	width: 50%;
}

.addFixtureNextButton input
{
	float: right;
}

#sendReminderCheckbox
{
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}

#teamFixtureReminders .label
{
	text-align:left;
	width: 110px;
}

#teamFixtures
{
	width: 45%;
	float: right;
}

#teamFixtures table
{
	width: 100%;
	text-align: center;
}

#teamMembers
{
	width: 50%;
	clear: left;
	float: left;
	margin-top: 20px;
}

#teamMembers table
{
	width: 100%;
	text-align: center;
}

.forumSig
{
	width: 300px;
}

#forumSig
{
	width: 300px;
	display: block;
	border: solid 1px #000000;
}

#virtEarthMap
{
	display: none;
	position: relative;
	height: 300px;
	background: #FFF1B7;
}

#virtEarthMap p
{
	background: #FFF1B7;
}

.virtEarthRoute
{
	margin-bottom: 10px;
}

.emptyRowStyle
{
	background: #FFF1B7;	
}

#googleAdsLeft
{
	width:120px;
	height:240px;
}

#darts100
{
	
}

.indicatorImage
{
	width: 16px;
	height: 16px;
}

.centred
{
	margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.breadcrumb
{
	display: block;
	font-weight: bold;
	margin-bottom: 1em;
}

.breadcrumb h3
{
	display: inline;
}

.bcSep
{
	font-size: 0.7em;
	vertical-align: middle;
}

.smallPrint
{
	font-size: 0.7em;
}

/* Hacks */
.expandoTable
{
	width: 100%;
	height: 0px;
	background-color: #fff1b7;
}

.expandoTable tbody
{
	background-color: #fff1b7;
}

.ulNoBullets
{
	padding: 0;
	margin: 0 0 0.5em 0;
	list-style: none;
}

.indent2em
{
	padding-left: 2em;
}

.indent5em
{
	padding-left: 5em;
}

.matchingTeam
{
	margin-bottom: 5px;
}

.matchingTeam p
{
	margin: 0.5em;
}

.matchingTeamHeader
{
	background: #ffffff url('../images/green_tab_bg.png') top repeat-x;
}

#leagueDetails
{
	clear: both;
	margin-bottom: 2em;
}

#leagueDetails .row
{
	width: 100%;
	clear: right;
}

.seasonName
{
	width: 18em;
}

.entityOperations
{
	margin: 0 0 1em 0;
	padding: 0 0 0 0;
}

.entitySubOperations
{
	margin: 1em 0 1em 0;
	padding: 0 0 0 0;
}


.scoreColumn, .scoreTextBox
{
	width: 3em;
	text-align: center;
}

.leftText
{
	text-align: left;
}

.rightText
{
	text-align: right;
}

.centredText
{
	text-align: center;
}

.fixtureResults
{
	margin-bottom: 2em;
}

.comingSoon
{
	color: #ff0000;
	vertical-align: super;
	font-size: 0.7em;
}

#teamFixtureAvailability table
{
	width: 70%;
	margin-bottom: 2em;
}

#newTeamsForDivision
{
	width: 80%;
}

.urltextBox
{
	width: 250px;
}

.directions
{
	float: left;
	clear: left;
}

.numberTextBox
{
	width: 3em;
	text-align: center;
	-wap-input-format: "3N";
}

#gameDefinition span.label
{
  float: left;
  width: 250px;
  text-align: right;
}

.getHelpMenuItem
{
	padding-left: 30px;
}

.getHelpImage
{
	vertical-align: text-top;
	margin:0;
}

.getHelpLink
{
	vertical-align: top;
	margin:0;
}

#twitter_div h2
{
	padding: 0;
	margin: 0;
}

#twitter_div
{
	margin-left: 5px;
	margin-bottom: 20px;
}

#groupedFixtures .fixtureDateHeader td
{
	padding: 5px 3px 4px 5px;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #d0d0d0;
}

#groupedFixtures .homeTeamName
{
	text-align: right;
	padding-left: 20px;
}

.actionLink { white-space: nowrap; }