body {
	background-color: #e3e3e3;
	font-family: Arial, sans-serif;
	margin-top: 20px;
	margin-bottom: 20px;
}

.cms_editor {
	/* set body style of CMS editor */
	background-color: white;
}

p, td, div {
	font-size: 10pt;
}

a:link, a:visited {
  color: #0f3454;
  text-decoration: underline;
  font-weight: normal;
}

a:hover {
  color: #30503b;
  text-decoration: none;
  font-weight: normal;
}

.main_td {
	background-color: white;
	padding: 20px;
}

.footer_td {
	background-color: #071c37;
	font-size: 11px;
	color: white;
	padding: 10px;
	text-align: center;
}

.footer_td a {
	color: white;
	text-decoration: none;
}

ul#navigation {
	margin:0;
	padding:0;
}

ul,ol {
	list-style:none;
}

ul#navigation li {
	display:inline;
}

h1, .PageHeader {
  font-family: Arial, Tahoma;
	font-size: 14pt;
	color: #071c37;
	font-weight: bold;
}

h2 {
	color: #265330;
	font-weight: bold;
	font-size: 14px;
}

.social_div {
	float: left;
	width: 257px;
	height: 80px;
	background:#ffffff url('/media/images/homepage/social_bg.png') no-repeat left top;
	padding-left: 10px;
	padding-top: 35px;
}

.players_div {
	width: 33%;
	float: left;
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
}

.table_header_1 {
  padding: 4px;
	font-size: 8pt;
	color: white;
	font-weight: bold;
}

.table_header_2 {
  padding: 4px;
	font-size: 8pt;
	color: white;
	font-weight: bold;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	background-color: #0f3454;
}

.table_cell_1 {
  padding: 4px;
	font-size: 8pt;
	color: #333333;
	font-weight: normal;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	background-color: #E2E2E2;
}

.table_cell_2 {
  padding: 4px;
	font-size: 8pt;
	color: #333333;
	font-weight: normal;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	background-color: #C0C0C0;
}

.newsStory_homepage1 {
	height: 58px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	overflow: hidden;
	background-color: #a5aeb7;
	cursor: pointer;
}

.newsStory_homepage2 {
	height: 58px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	overflow: hidden;
	background-color: #cdd2d7;
	cursor: pointer;
}

.newsHeadline:link, .newsHeadline:visited {
	font-weight: bold;
	color: black;
	text-decoration: none;
}

/* Navigation links */

#navigation a {
	display:block;
	float:left;
	height:30px;
}

#navigation span {
	display:none; /* This hides the actual text of the button */
}

#navigation a:hover { /* a:hover is a rollover on a link */
	background-position:0 -30px;
}

#navigation .current {
	background-position:0 -60px;
}

#home {
	width:79px;
	background-image:url(/images/nav/home.png);
}

#fixtures {
	width:81px;
	background-image:url(/images/nav/fixtures.png);
}

#players {
	width:80px;
	background-image:url(/images/nav/players.png);
}

#membership {
	width:79px;
	background-image:url(/images/nav/membership.png);
}

#mini {
	width:81px;
	background-image:url(/images/nav/mini.png);
}

#social {
	width:79px;
	background-image:url(/images/nav/social.png);
}

#merchandise {
	width:81px;
	background-image:url(/images/nav/merchandise.png);
}

#sponsorship {
	width:79px;
	background-image:url(/images/nav/sponsorship.png);
}

#links {
	width:80px;
	background-image:url(/images/nav/links.png);
}

#contact {
	width:81px;
	background-image:url(/images/nav/contact.png);
}
