.heading,
.Heading
{
FONT-WEIGHT: bold;
COLOR: yellow;
background-color: #268C00;
display: block;
padding: 2px;
margin-bottom:0;
background-image: url(/HeadingTop.gif);
background-repeat:repeat-x;
}
.tableHeading
{
FONT-WEIGHT: bold;
COLOR: yellow;
background-color: #268C00;
padding: 2px;
margin-bottom:0;
background-image: url(/HeadingTop.gif);
background-repeat:repeat-x;
}
.subheading
{
FONT-WEIGHT: bold;
COLOR: #004000;
}
.headline
{
COLOR: yellow;
background-color: #268C00;
display: block;
padding: 2px;
margin-bottom:0;
background-image: url(/HeadingTop.gif);
background-repeat:repeat-x;
}
.away
{
FONT-WEIGHT: normal;
COLOR: #000080;
}
.home
{
FONT-WEIGHT: normal;
COLOR: #800000;
}
.small
{
FONT-WEIGHT: normal;
FONT-SIZE: 0.8em;
}

TABLE
{
COLOR: black;
}

INPUT
{
FONT-WEIGHT: normal;
COLOR: black;
}
TEXTAREA
{
FONT-WEIGHT: normal;
COLOR: black;
}

A:link
{
COLOR: #006000;
TEXT-DECORATION: none
}
A:visited
{
COLOR: #006000;
TEXT-DECORATION: none
}
A:active
{
COLOR: #004000;
TEXT-DECORATION: none
}
A:hover
{
COLOR: #A00000;
TEXT-DECORATION: underline
}

/*
A.NavLink:link
{
color:yellow;
}
A.NavLink:visited
{
color:yellow;
}
A.NavLink:active
{
color:darkgreen;
background-image: url(/NavigationLinkBackgroundOver.gif);
}
A.NavLink:hover
{
color:darkgreen;
background-image: url(/NavigationLinkBackgroundOver.gif);
TEXT-DECORATION: none;
}


A.NavNonCurrent
{
text-align:center;
background-image: url(/NavigationLinkBackground.gif);
width:120px;
height:15px;
}

A.NavCurrent
{
text-align:center;
background-image: url(/NavigationLinkCurrentBackground.gif);
width:120px;
height:15px;
}


.NavLinkCell
{
	background-repeat:repeat-y;
	background-image:url(/LinksMiddle.gif);
	width:140px;
	text-align:center;
	white-space:nowrap;
}

.NavLinkTop
{
	background-repeat:no-repeat;
	background-image:url(/LinksTop.gif);
	width:132px;
	height:19px;
}

.NavLinkBottom
{
	background-repeat:no-repeat;
	background-image:url(/LinksBottom.gif);
	width:132px;
	height:19px;
}
*/

P
{
	margin-top:2px;
	margin-bottom:10px;
}

#GroundFundBrick
{
	background-image:url(/ground-fund-brick.gif);
	background-repeat:no-repeat;
	height:85px;
}
#GroundFundBrick TD
{
	color:Yellow;
	font-weight:bold;
	text-align:center;
	margin:0;
}
#GFBTitle
{
	font-size:1.2em;
}
#GFBTotal
{
	font-size:1.5em;
}
#GroundFundBrick a
{
	color:Yellow;
}


.picture 
{ 
	background-color: #FFFFE7; 
	border: 1px solid #268C00; 
	padding: 3px; 
	font: 11px/1.4em Arial, sans-serif; 
	text-align:center;
} 

.picture img 
{ 
		border: 1px solid #268C00; 
		vertical-align:middle; 
		margin-bottom: 3px;
		display:block; 
} 

.right 
{ 
	margin: 0.5em 0pt 0.5em 0.8em; 
	float:right; 
} 

.left 
{ 
	margin: 0.5em 0.8em 0.5em 0; 
	float:left; 
} 


.MatchMessage
{
	text-align:center;
	border:solid 2px #004000;
	padding:4px;
	background-color:#FFFFE0;
}

.share
{
	padding:0;
	margin:0;
}

.share UL
{
	list-style-type:none;
	height:1px;
	padding:0;
	margin:0;
}

.share UL LI
{
	display:block;
	float:right;
}

.share UL LI A
{
	background-color:transparent;
	color:black;
	text-decoration:none;
	text-indent:-99999em;
	width:18px;
	display:inline;
	background-repeat:no-repeat;
	background-position:left top;
	float:left;
	height:18px;	
	margin-left:4px;
}

.share UL LI A.bebo
{
	background-image:url(/files/sharing/bebo.gif);
}

.share UL LI A.digg
{
	background-image:url(/files/sharing/digg.gif);
}

.share UL LI A.facebook
{
	background-image:url(/files/sharing/facebook.gif);
}

.share UL LI A.google
{
	background-image:url(/files/sharing/google.gif);
}

.share UL LI A.reddit
{
	background-image:url(/files/sharing/reddit.gif);
}

.share UL LI A.twitter
{
	background-image:url(/files/sharing/twitter.gif);
}

.share UL LI A.yahoo
{
	background-image:url(/files/sharing/yahoo.gif);
}



.SMSNewsIcon
{
	float:left;
	margin-right:4px;
	margin-bottom:4px;
}


.fadedBackground
{
	background-image:url(/fadedBackground.png);
	background-repeat:repeat-x;
}

#nav
{
	margin-left:12px;
}

div.menu
{
	height:252pc;
}


.TickerNews {
	width: 100%;
	height: 50px;
	line-height: 50px;
}

.ti_wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 50px;
}

.ti_slide {
	width: 30000px;
	position: relative;
	left: 0;
	top: 0;
}

.ti_content {
	width: 8000px;
	position: relative;
	float: left;
}

.ti_news {
	float: left;
	padding-right: 5em;
}


.navbar a
{
	white-space:nowrap;
}




/* bootstrap button colours */
.btn-primary, .btn-primary:focus, .btn-primary.focus, 
.btn-primary:active, .btn-primary.active, .btn-primary:visited
{
    background-color: #004000;
    color:#fff;
    border: none;
    outline: none;
}

.btn-primary:hover,
.btn-primary:active:hover, .btn-primary.active:hover{
    background-color: #207020;
    color:#fff;
    border: none;
    outline: none;
}

.form-control
{
	display:inline-block;
	width:auto;
}


.RSSItem{margin-top:3;margin-bottom:3;overflow:hidden;}