﻿/*
	 _______________________________________________
	|body											|
	|	 _______________________________________	|
	|	|div (align=center)						|	|
	|	|	 _______________________________	|	|
	|	|	|topMenuFrame					|	|	|
	|	|	|								|	|	|
	|	|	|	links to other club sites	|	|	|
	|	|	|_______________________________|	|	|
	|	|										|	|
	|	|	 _______________________________	|	|
	|	|	|mainSectionBlack				|	|	|
	|	|	|								|	|	|
	|	|	|	header image				|	|	|
	|	|	|_______________________________|	|	|
	|	|										|	|
	|	|	 _______________________________	|	|
	|	|	|mainSectionBlack (Links)		|	|	|
	|	|	|								|	|	|
	|	|	|								|	|	|
	|	|	|	 _______________________	|	|	|
	|	|	|	|hbuttons				|	|	|	|
	|	|	|	|						|	|	|	|
	|	|	|	|_______________________|	|	|	|
	|	|	|_______________________________|	|	|
	|	|										|	|
	|	|	 _______________________________	|	|
	|	|	|mainSectionBlack id=Content	|	|	|
	|	|	|								|	|	|
	|	|	|	main content				|	|	|
	|	|	|								|	|	|
	|	|	|								|	|	|
	|	|	|								|	|	|
	|	|	|								|	|	|
	|	|	|								|	|	|
	|	|	|_______________________________|	|	|
	|	|										|	|
	|	|	 _______________________________	|	|
	|	|	|mainSectionBlack				|	|	|
	|	|	|								|	|	|
	|	|	|	league tables				|	|	|
	|	|	|_______________________________|	|	|
	|	|										|	|
	|	|	 _______________________________	|	|
	|	|	|footerContainer				|	|	|
	|	|	|								|	|	|
	|	|	|	footer						|	|	|
	|	|	|_______________________________|	|	|
	|	|										|	|
	|	|_______________________________________|	|
	|												|
	|_______________________________________________|

*/

/* --------------------- Global elements --------------------- */
body
{
	font-family: verdana, arial, san-serif;
	font-size: 10pt;
	margin: 0px;
	background-color: #A5A5A5;
	background-image: url('../images/NewWebsite/bg.gif');
	background-repeat: repeat-x;
}

table
{
	font-family: verdana, arial, san-serif;
	font-size: 12px;
}

img
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h1
{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14pt;
	text-align: center;
}

h2
{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12pt;
	text-align: center;
}

h3
{
	margin-top: 3px;
	margin-bottom: 3px;
	text-align: center;
	font-size: 18px;
}

h4
{
	margin-bottom: 0px;
	text-align: center;
}

/* --------------------- Classes and ids --------------------- */

/* Sections */
.topMenuFrame
{
  height: 31px;
  text-align: left;
  vertical-align: middle;
  padding-top: 2px;
}

.mainSectionBlack, .topMenuFrame
{
	width: 1000px;
	background-color: #000000;
	margin: 0px;
}
.mainSectionWhite
{
	width: 1000px;
	background-color: #ffffff;
	margin: 0px;
}
.mainSectionBlack table
{
	color: #ffffff;
}


.mainSectionBlack a:link, .mainSectionBlack a:visited
{
	color: #a3a3a3;
}
.mainSectionBlack a:hover, .mainSectionBlack a:active
{
	color: #dc2424;
}

.footerContainer
{
	width: 1000px;
	margin: 0px;
	color: Black;
}

#Footer a:link,	#Footer a:visited, #Footer a:hover, #Footer a:active
{
	color: Blue;
}

/* In top menu frame */
img#NE14logo
{
	margin-left: 2px;
	vertical-align: middle;
}

select.selectClubs
{
	font-size: 8pt;
	vertical-align: middle;
	margin-left: 5px;
	margin-top: -4px;
}

input.btnClubs
{
	margin-left: 2px;
	vertical-align: middle;
	margin-bottom: 4px;
}

/* In Links */
.hbuttons
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.hbuttons a
{
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: white;
	width: 78px;
	height: 26px;
	display: inline;
	background-image: url(../images/NewWebsite/tabBG_dc2424.png);
	background-repeat: repeat-x;
	padding-top: 5px;
	text-align: center;
	border-collapse: collapse;
	display: inline-table;
	vertical-align: middle;
}

.hbuttons a:hover
{
	background-image:url(../images/NewWebsite/tabBG_a3a3a3.png);
}

.hbuttons a:link, .hbuttons a:visited, .hbuttons a:hover, .hbuttons a:active
{
	color: #ffffff;
}

.imgLink
{
	vertical-align: middle;
}
