body
{
	background: #FFFFFF url(/assets/images/backgrounds/background.gif) repeat left top;
	width:	100%;
	margin: 10px auto auto auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica, sans-serif;
	color: #002878;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}
h1
{
	font-size: 24px;
}
h2
{
	font-size: 18px;
}
h3
{
	font-size: 14px;
}
h4
{
	font-size: 13px;
}
a:link, a:visited, a:hover, a:active
{
	color: #CC0000;
}
a:hover
{
	text-decoration: none;
}
a
{
	/* ie6 fix */
	position: relative;
}
input
{
	/* ie6 fix */
	position: relative;
}

.TextBold
{
	font-weight: bold;
}
.TextError
{
	font-weight: bold;
	color: #CC0000;
}

.FloatLeft
{
	float: left;
}
.FloatRight
{
	float: right;
}
.ClearLeft
{
	clear: left;
}
.ClearRight
{
	clear: right;
}

.TextAlignCenter
{
	text-align: center;
}
.TextAlignRight
{
	text-align: right;
}

.MarginRight50
{
	margin: 0px 50px 0px 0px;
}

.QuoteCentre
{
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
	text-align: center;
}

.TableBorder
{
	border: 1px solid #002878;
}
.TableHeader
{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC3333;
}
.TableBody
{
	background-color: #FFFFFF;
}
.TableBody1
{
	background-color: #FFFFFF;
}
.TableBody2
{
	background-color: #E4EAF4;
}
.EnquiryForm		
{
	width: 420px;
	float: left;
}
.ContactFormLabel				
{
	width: 110px; 
	float: left; 
	text-align: left; 
	margin-right: 2px; 
	display: block;
}
.FormField
{
	font-size: 13px;
	border: 1px solid #000000;
}
.SubmitFormButton
{
	background: transparent url(/assets/images/buttons/submit.png);
	width: 135px;
	height: 35px;
	font-size: 0px;
	border: none;
}
.ContinueFormButton
{
	background: transparent url(/assets/images/buttons/continue.png);
	width: 135px;
	height: 35px;
	font-size: 0px;
	border: none;
}
.LoginFormField
{
	font-size: 13px;
	width: 175px;
	border: 1px solid #000000;
}
.LoginFormButton
{
	background: transparent url(/assets/images/buttons/login.png);
	width: 135px;
	height: 35px;
	font-size: 0px;
	border: none;
}
.RefreshLinkButton
{
	padding: 0px 0px 0px 0px;
	background: none;
	border: none;
	cursor: pointer;
	font-size: 14px;
	color: #CC0000;
	text-decoration: underline;
}

.ImageRight
{
	margin: 0px 0px 10px 10px;
	float: right;
}
.ImageLeft
{
	margin: 0px 10px 10px 0px;
	float: left;
}
.ImageCenter
{
	margin: 0px 10px 10px 10px;
	float: left;
	position: relative;
	left: -50%;
}
.ImageLeftThumbnail
{
	margin: 0px 20px 10px 0px;
	float: left;
	border: 1px solid #000000;
}
.ImageCentreThumbnail
{
	margin: 0px 32px 10px 12px;
	float: left;
	border: 1px solid #000000;
}

.AlignCenter
{
	float: left;
	position: relative;
	left: 50%;
}
.ImageCopyright
{
	clear: both;
	font-size: 10px;
	text-align: center;
}

.Border
{
	float: left;
}
.BorderTopLeft
{
	background: url(/assets/images/general/image-border.png);
	height: 10px;
	margin: 0px 10px 0px 0px;
}
.BorderTopRight
{
	background: url(/assets/images/general/image-border.png) 100% 0;
	height: 10px;
	margin: -10px 0px 0px 10px;
}
.BorderMiddle
{
	padding: 0px 10px 0px 10px;
	border-left: 1px solid #002878;
	border-right: 1px solid #002878;
	float: left;
}
.BorderBottomLeft
{
	background: url(/assets/images/general/image-border.png) 0 -10px;
	height: 10px;
	margin: 0px 10px 0px 0px;
	clear: left;
}
.BorderBottomRight
{
	background: url(/assets/images/general/image-border.png) 100% -10px;
	height: 10px;
	margin: -10px 0px 0px 10px;
}
.AdvertBorder
{
	border: solid 1px #666666;
}
.AdvertNoBorder
{
	border: none;
}

#Container
{
	width: 970px;
	margin: 0px auto auto auto;
}
#SubContainer
{
	width: 970px;
	float: left;
}
#Header
{
	width: 970px;
	float: left;
}
#HeaderLeft
{
	float: left;
	margin: 0px 0px 0px 35px;
	
	/* ie6 fix */
	display: inline;
}
#HeaderRight
{
	float: right;
	margin: 25px 35px 0px 0px;
	color: #FFFFFF;
	text-align: right;
	
	/* ie6 fix */
	display: inline;
}
#HeaderButton
{
	float: right;
}

/* Menu Styles */
#MainNavigation
{
	float: left;
	margin: 0px 0px 0px 23px;
	
	/* ie6 fix */
	display: inline;
}
#MenuLeft
{
	background: url(/assets/images/menu/menu-left-end.png) no-repeat;
	width: 20px;
	height: 31px;
	float: left;
}
#MenuCentre
{
	width: 747px;
	height: 31px;
	float: left;
}
#MenuRight
{
	background: url(/assets/images/menu/menu-right-end.png) no-repeat;
	width: 20px;
	height: 31px;
	float: left;
}

/* Panel Styles */
#Panel
{
	width: 970px;
	float: left;
}
#PanelTop
{
	background: url(/assets/images/panels/panel-top.png) no-repeat;
	width: 970px;
	height: 30px;
	float: left;
	
	/* ie6 fix */
	display: inline;
}
#PanelCentre
{
	background: url(/assets/images/panels/panel-centre.png) repeat-y;
	width: 970px;
	float: left;
}
#PanelBottom
{
	background: url(/assets/images/panels/panel-bottom.png) no-repeat;
	width: 970px;
	height: 45px;
	float: left;
}

/* Content Styles */
#ContentContainer
{
	background: url(/assets/images/backgrounds/background-gradient.png) no-repeat;
	width: 920px;
	float: left;
	margin: 0px 25px 0px 25px;
	
	/* ie6 fix */
	display: inline;
}

#ColumnLeft
{
	width: 740px;
	float: left;
	padding: 0px 10px 0px 5px;
	
	/* ie6 fix */
	display: inline;
}
#SubColumn1of3
{
	width: 230px;
	float: left;
	padding: 0px 10px 0px 0px;
}
#SubColumn2of3
{
	width: 230px;
	float: left;
	padding: 0px 10px 0px 10px;
}
#SubColumn3of3
{
	width: 230px;
	float: left;
	padding: 0px 0px 0px 10px;
}
#ColumnLeft ul
{
	list-style: none;
}
#ColumnLeft ol li
{
	margin: 10px 0px 10px -10px; 
	padding: 0px 0px 0px 30px;
}
#ColumnLeft ul li
{
	background: url(/assets/images/icons/bullet-arrow.png) no-repeat left top;
	margin: 10px 0px 10px -20px; 
	padding: 0px 0px 0px 40px; 
}
#ColumnRight
{
	width: 165px;
	text-align:center;
	float: left;
}

/* DeepFooter Styles */
#DeepFooter
{
	background: url(/assets/images/backgrounds/footer-background.gif) no-repeat left top;
	width: 910px;
	height: 344px;
	float: left;
	margin: 10px 30px 0px 30px;
	
	/* ie6 fix */
	display: inline;
}
#DeepFooterContent
{
	width: 870px;
	height: 304px;
	float: left;
	margin: 20px 20px 20px 20px;
	
	/* ie6 fix */
	display: inline;
}
.DeepFooterColumn
{
	width: 280px;
	float: left;
	font-weight: bold;
	font-size:12px;
	color: #999999;
	padding: 0px 10px 0px 0px;
}
.DeepFooterColumn a
{
	color: #999999;
}
.DeepFooterColumn h2
{
	color: #cc0000;
	font-size:20px;
}
.DeepFooterColumn ul
{
	list-style: none;
}
.DeepFooterColumn ul li
{
	background: url(/assets/images/general/footer-arrow-2.png) no-repeat left top;
	margin: 10px 0px 10px -40px; 
	padding: 0px 0px 0px 30px; 
}
.DeepFooterLogo
{
	float: right;
}
.DeepFooterNetLogo
{
	float: left;
	margin: 0px 20px 0px 0px;
	
	/* ie6 fix */
	display: inline;
}
.DeepFooterSiteMapColumn
{
	width: 180px;
	float: left;
	font-weight: bold;
	color: #999999;
	padding: 0px 10px 0px 0px;
}
.DeepFooterSiteMapColumn h2
{
	color: #cc0000;
	font-size:20px;
}
.DeepFooterSiteMapColumn a
{
	color: #999999;
	font-size:10px;
	line-height:13px;
}
.DeepFooterSiteMapHeading
{
	font-size:15px;
	color:#ffffff;
}

/* Footer Styles */
#Footer
{
	font-family: Arial, Helvetica, sans-serif;
	width: 970px;
	float: left;
	font-size: 11px;
}
#Copyright
{
	width: 270px;
	float: left;
	text-align: left;
}
#SiteMap
{
	width: 350px;
	float: left;
	text-align: center;
}
#DesignCredit
{
	width: 350px;
	float: left;
	text-align: right;
}

/* Homepage Styles */
#HomepageColumnLeft
{
	width: 530px;
	float: left;
	margin: 0px 0px 0px 5px;
	
	/* ie6 fix */
	display: inline;
}
#HomepageImage
{
	width: 530px;
	height: 330px;
	float: left;
	margin: 0px 0px 10px 0px;
	
	/* ie6 fix */
	display: inline;
}
#HomepageImageHeader
{
	background: url(/assets/images/homepage/main-photo-graphics/main-photo-header.png) no-repeat;
	width: 530px;
	height: 35px;
	float: left;
	text-align: center;
}
#HomepageImageBody
{
	background: url(/assets/images/homepage-photos/001.jpg) no-repeat;
	width: 530px;
	height: 252px;
	float: left;
}
#HomepageImage h1
{
	margin: 10px 0px 0px 0px;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}
#HomepageColumnCentre
{
	width: 200px;
	float: left;
	padding: 0px 10px 0px 10px;
}


/* News Ticker Styles */
#NewsTicker
{
	background: url(/assets/images/homepage/main-photo-graphics/main-photo-footer.png) no-repeat;
	width: 510px;
	height: 17px;
	float: left;
	padding: 14px 10px 14px 10px;
	font-size: 14px;
	font-weight: bold;
}
#NewsTickerLabel
{
	width: 65px;
	float: left;
	color: #CC0000;
}
#NewsTickerData
{
	display: none;
}
#NewsTickerItem
{
	width: 445px;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	color: #FFFFFF;
	text-decoration: none;
}
a#NewsTickerItem:hover
{
	color: #999999;
}
.NewsTickerButton
{
	float: right;
}
.NewsTickerButton:hover
{
	cursor: pointer;
}


/* SmallPanel Styles (HomepageColumnCentre) */
.SmallPanel
{
	width: 200px;
	float: left;
	margin: 0px 0px 10px 0px;
}
.SmallPanelTop
{
	width: 200px;
	height: 14px;
	float: left;
	background: url(/assets/images/panels/small-panel-top.png) no-repeat;
	
	/* ie6 fix */
	display: inline;
}
.SmallPanelMiddle
{
	width: 200px;
	float: left;
	background: url(/assets/images/panels/small-panel-centre.png) repeat-y;
}
.SmallPanelBottom
{
	width: 200px;
	height: 14px;
	float: left;
	background: url(/assets/images/panels/small-panel-bottom.png) no-repeat;
}
.SmallPanelHeading
{
	width: 200px;
	float: left;
	text-align: center;
}
.SmallPanelBody
{
	width: 200px;
	float: left;
}

/* Touchpoint Styles - HomepageColumnLeft */
#TouchpointContainer
{
	width: 530px;
	float: left;
	margin: 0px 0px 10px 0px;
	
	/* ie6 fix */
	display: inline;
}
#TouchpointMTQ
{
	width: 260px;
	height: 150px;
	float: left;
	background: url(../images/homepage/touchpoints/mtq.gif) no-repeat;
	margin: 0px 10px 10px 0px;
	
	/* ie6 fix */
	display: inline;
}
#TouchpointTwitter
{
	width: 260px;
	height: 150px;
	float: left;
	background: url(../images/homepage/touchpoints/twitter.gif) no-repeat;
	margin: 0px 10px 0px 0px;
	
	/* ie6 fix */
	display: inline;
}
#TouchpointCTC
{
	width: 260px;
	height: 150px;
	float: left;
	background: url(../images/homepage/touchpoints/ctc.gif) no-repeat;
	margin: 0px 0px 10px 0px;
	
	/* ie6 fix */
	display: inline;
}
#TouchpointFacebook
{
	width: 260px;
	height: 150px;
	float: left;
	background: url(../images/homepage/touchpoints/facebook.gif) no-repeat;
}
.TouchpointContent
{
	width: 250px;
	height: 130px;
	float: left;
	padding: 10px 5px 10px 5px;
	font-weight: bold;
	text-align: center;
}
.TouchpointContent h2
{
	color: #000000;
}

/* Large Panel Styles - HomepageColumnLeft */
.LargePanel
{
	width: 530px;
	float: left;
	margin: 0px 0px 10px 0px;
	
	/* ie6 fix */
	display: inline;
}
.LargePanelTop
{
	background: url(/assets/images/panels/large-panel-top.png) no-repeat;
	width: 530px;
	height: 14px;
	float: left;
	
	/* ie6 fix */
	display: inline;
}
.LargePanelMiddle
{
	background: url(/assets/images/panels/large-panel-centre.png) repeat-y;
	width: 510px;
	float: left;
	padding: 0px 10px 0px 10px;
}
.LargePanelBottom
{
	background: url(/assets/images/panels/large-panel-bottom.png) no-repeat;
	width: 530px;
	height: 14px;
	float: left;
}

.RecommendedProduct
{
	height: 48px;
	background-color: #E4EAF4;
	padding: 5px 5px 0px 10px;
	margin: 5px 0px 0px 0px;
}
.AllProductsLink
{
	padding: 10px 0px 0px 10px;
}


/* Calendar Styles - HomepageColumnCentre */
.CalendarHeading
{
	font-size: 14px;
	color: #333333;
	line-height: 18px;
}
.CalendarHeading a
{
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
.CalendarBodyDay
{
	font-size: 10px;
	text-align: center;
	color: #333333;
}
.CalendarBody
{
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-align: right;
	padding: 0px 2px 12px 0px;
	border: solid 1px #e4eaf4;
}
.CalendarBody a
{
	color: #000000;
	text-decoration: underline;
	display: block;
}
.CalendarBodyToday
{
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-align: right;
	padding: 0px 2px 11px 0px;
	background-color: #e4eaf4;
	border: solid 1px #e4eaf4;
}
.CalendarBodyEvent
{
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	background-color: #cc3333;
	border: solid 1px #d1eaf1;
}

.CalendarBodyEvent a:link
{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 0px 2px 11px 0px;
}
.CalendarBodyEvent a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 0px 2px 11px 0px;
}
.CalendarBodyEvent a:hover
{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
.CalendarBodyEvent a:active
{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}

/* ResultsTable Styles */
.ResultsTableTitle
{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.ResultsTableBorder
{
	border: 1px solid #CC0000;
}
.ResultsTableHeading
{
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	background-color: #CC3333;
}
.ResultsTableBody1
{
	color: #333333;
	font-size: 10px;
	background-color: #FFFFFF;
}
.ResultsTableBody2
{
	color: #333333;
	font-size: 10px;
	background-color: #e4eaf4;
}
.ResultsTableBodyLink
{
	font-size: 11px;
	font-weight: bold;
}

/* NewsTable Styles */
.NewsTableBody1
{
	color: #666666;
	background-color: #FFFFFF;
	
}
.NewsTableBody2
{
	color: #666666;
	background-color: #e4eaf4;
}
.NewsTableBodyLink
{
	font-size: 11px;
	font-weight: bold;
}

/* Event Styles */
.Event
{
	background: url(/assets/images/backgrounds/event-calendar-background.gif) no-repeat;
	width: 740px;
	height: 150px;
	float: left;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
.EventColumnLeft
{
	width: 350px;
	height: 130px;
	float: left;
	padding: 10px 10px 10px 10px;
	text-align: center;
}
.EventName
{
	margin: 10px 0px 10px 0px;
	font-size: 16px;
	color: #333333;
}
.LocationName
{
	margin: 0px 0px 10px 0px;
	color: #666666;
}
.OnlineEntries
{
	margin: 0px 0px 0px 0px;
}
.EventColumnRight
{
	width: 350px;
	height: 130px;
	float: left;
	padding: 10px 10px 10px 10px;
}
.EventDate
{
	font-size: 18px;
	color: #CC0000;
	margin: 10px 0px 0px 0px;
}
.EventOrganiser
{
	margin: 10px 0px 0px 0px;
}
.EventDuration
{
	margin: 10px 0px 0px 0px;
}
.EventLeague
{
	margin: 10px 0px 0px 0px;
}

/* League Styles */
.League
{
	background: url(/assets/images/backgrounds/event-calendar-background.gif) no-repeat;
	width: 740px;
	height: 150px;
	float: left;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
.LeagueColumnLeft
{
	width: 350px;
	height: 150px;
	float: left;
	padding: 0px 10px 0px 10px;
	text-align: center;
}
.LeagueColumnRight
{
	width: 350px;
	height: 150px;
	float: left;
	padding: 0px 10px 0px 10px;
	text-align: center;
}
.LeagueName
{
	margin: 50px 0px 10px 0px;
	font-size: 16px;
	color: #333333;
}
.LeagueRounds
{
	margin: 50px 0px 10px 0px;
}

/* Jwmt Styles */
.Jwmt
{
	background: url(/assets/images/backgrounds/jwmt-background.gif) no-repeat;
	width: 406px;
	height: 150px;
	float: left;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
.JwmtContent
{
	width: 386px;
	height: 150px;
	float: left;
	padding: 0px 10px 0px 10px;
	text-align: center;
}
.JwmtYear
{
	margin: 30px 0px 10px 0px;
	font-size: 16px;
	color: #333333;
}

/* Forum Styles */
.ZZFSGeneralText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
.ZZFSGeneralTextLink
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-decoration: underline;
}
.ZZFSGeneralTextBold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
}
.ZZFSGeneralTextError
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CC0000;
	font-weight: bold;
}
.ZZFSHeaderText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #555555;
	font-weight: bold;
}
.ZZFSTableBorder
{
	border: 1px solid #002878;
}
.ZZFSTableHeader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC3333;
}
.ZZFSTableHeaderLink
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.ZZFSTableBody
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
}
.ZZFSTableBody1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
}
.ZZFSTableBody2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	background-color: #e4eaf4;
}
.ZZFSTableBodyLink
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
.ZZFSSubmitFormButton
{
	background: transparent url(/assets/images/buttons/submit.png);
	width: 135px;
	height: 35px;
	font-size: 0px;
	border: none;
}
.ZZFSCancelFormButton
{
	background: transparent url(/assets/images/buttons/cancel.png);
	width: 135px;
	height: 35px;
	font-size: 0px;
	border: none;
}
.ZZFSDeleteFormButton
{
	background: transparent url(/assets/images/buttons/delete.png);
	width: 135px;
	height: 35px;
	font-size: 0px;
	border: none;
}
.ZZFSConfirmFormButton
{
	background: transparent url(/assets/images/buttons/confirm.png);
	width: 135px;
	height: 35px;
	font-size: 0px;
	border: none;
}
.ZZFSGoFormButton
{
	background: transparent url(/assets/images/buttons/go.png);
	width: 62px;
	height: 32px;
	font-size: 0px;
	border: none;
}
.ZZFSFormField
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: 1px solid #000000;
}
