﻿/* CSS Document */

body
{
	background: #fcbb05 url(Images/bg.jpg) repeat;
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;	/* 12px at 16px standard */
	color: #000;
}

html
{
	height: 100%;
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}


img { border: 0px; }

a, .standardLink { text-decoration: underline; color: #f00; }
a:hover, .standardLink:hover { cursor: pointer; }

    a[disabled=disabled], .standardLink[disabled=disabled], .aspNetDisabled
    {
        color: inherit;
        text-decoration: none;
        cursor: default!important;
    }

.company { color: #f00!important; }

h2 
{
	color: #3b3b3b;
	font-size: 1.333em;
	font-weight: normal;
	margin: 0.83em 0 0.5em;
    letter-spacing: -0.25px;
}

input[type="text"], input[type="password"], textarea
{
	border: 1px solid #bebebe;
	padding: 3px;
	color: #444;
	font-family: Arial,Helvetica,sans-serif;
    font-size: 1.1em;
}

input[type="submit"], input[type="button"], .standardButton
{
	background: #fdfdfd url(images/button-bg.jpg) repeat-x;
	border: 1px solid #bebebe;
	color: #666!important;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px 8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

input[type="submit"][disabled], input[type="button"][disabled], .standardButton[disabled]
{
	color: #bbb!important;
}

input[type="submit"]:focus, input[type="button"]:focus, .standardButton:focus
{
	border-color: #999;
}

.stacked-button { margin-bottom: 5px; }

.btn-140 { min-width: 140px; }

a.standardButton
{
/*	display: block;
	float: left;
*/
	text-decoration: none;
	margin: 0px 5px;
	line-height: 23px;
}

a.standardButton.right
{
	float: right;
}

/*a.standardButton.brand {
    background: #f00 none;
    padding: 9px;
    font-weight: 600;
    color: #fff!important;
    border: none;
}*/

select
{
	color: #444;
	border: 1px solid #BEBEBE;
    color: #444444;
}

.comboBoxSmallText
{
	font-size: 9px;
}

th
{
	text-align: left;
}

th span.nonbold
{
	font-weight: normal;
	padding: 0px;
}


/*-------------- Skin ----------------*/
body.skin-on
{
	background-color: #fbc117;
    background-image: none;
}

#main.skin-on
{
    background: #fbc117 url(/images/skin/bg.jpg) no-repeat top center;
}

.skin-off .skin_outer { display: none; }

.skin_outer
{
	position: relative;
	width: 1000px;
	margin: 0px auto;
}

.skin_outer .left
{
	position: absolute;
	left: -150px;
	top: 0px;
}

.skin_outer .right
{
	position: absolute;
	left: 1000px;
	top: 0px;
}

/***** float clearing for boxes *****/
.group:after, .panelTop:after, .panelContent:after, .panelMiddle:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .group, * html .panelTop, * html .panelMiddle, * html .panelContent /* IE6 */
{
	height: 1%;
}

*:first-child+html .group, *:first-child+html .panelTop, *:first-child+html .panelMiddle, *:first-child+html .panelContent /* IE7 */
{
	min-height: 1px;	
}


/* Layout */

.inner
{
	display:block;
	margin:0 auto;
	width:1000px;
	position:relative;
}

#header
{
	/*background: transparent url(Images/header-bg.jpg) repeat-x;*/
}

#logo-grsa
{
	position: absolute;
	left: -20px;
}

#header-banner
{
	background: transparent url(Images/header.jpg) no-repeat;

}

#header-banner h1
{
	margin: 0px 0px 0px 10px;
	padding-top: 8px;
	float: left;
}

#header-banner h2
{
	float: right;
	margin: 40px 10px 0px 0px;
}

#header-banner h2 img
{
    width: 150px
}


ul.horizontal-menu
{
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul.horizontal-menu li
{
	float: left;
	display: inline;
}

#top-nav
{
	background: transparent url(Images/top-nav-bg.png) repeat-x;
	width: 1000px;
	float: left;
	margin-top: 9px;
	padding: 0px;
	position: relative;
    font-family: 'lobster';
    font-size: 1.6em;
}

#top-nav-left
{
	background: transparent url(images/top-nav-left.png) no-repeat;
	width: 25px;
	height: 58px;
	position: absolute;
	left: -25px;
	top: 0px;
}

#top-nav-right
{
	background: transparent url(images/top-nav-right.png) no-repeat;
	width: 16px;
	height: 58px;	
	position: absolute;
	right: -16px;
	top: 0px;
}

#top-nav ul.horizontal-menu
{
    height: 44px;
}

#top-nav ul li
{
	color: #fff;
    position: relative;
  	padding: 9px 0 8px; 
}

#top-nav ul li a
{
    display: block;
    text-decoration: none; 
    color: #fff;
    padding: 0 20px;
    border-right: 1px solid #fff;
}

#top-nav ul li:hover, #top-nav ul li a:hover
{
    cursor: pointer;
    background-color: #fedfdd;
    color: #666; 
}

#top-nav ul li:hover a{
    color: #666;
}

    #top-nav ul li ul
    {
        display: none;
        background: #fff url(Images/main-subnav-bg.jpg) repeat-x;
        float: none;
        color: #000;
        position: absolute;
        left: 0;
        top: 41px;
        z-index: 9999;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        text-align: left;
        padding-left: 0px;
        width: 12em;
    }

    #top-nav ul li:hover > ul, #top-nav ul li a:hover > ul { display: block; }

    #top-nav ul li ul li {
        display: block;
        float: none;
        padding: 8px;
    }

    #top-nav ul li ul li a { color: #666; border-right: none; padding: 0; }
        
    #top-nav ul li ul li:hover, #top-nav ul li ul li a:hover {
            color: #f00;
            background: transparent none;
        }

    #top-nav ul li ul ul {
        display: none;
        left: 12em;
        top: 0px;
    }

    #top-nav ul li ul li:hover > ul, #top-nav ul li ul li a:hover > ul { display: block; }

#top-nav ul li.social-twitter { margin: 8px 5px 0 23px; padding: 0px; border-right: none; }
#top-nav ul li.social-twitter a { padding: 0;  border-right: none; }

#top-nav ul li.social-facebook { margin: 8px 5px; padding: 0; border-right: none; }
#top-nav ul li.social-facebook a { padding: 0;  border-right: none; }


	/**** See below for common top-nav styles */

#main-nav
{
	background-color: #f9f4ed;
	border-top: 3px solid #f00;
	border-bottom: 3px solid #f00;
	position: relative;
	z-index: 10000;
}

#main-nav ul
{
	line-height: 23px;
	position: relative;
	padding-left: 10px;
}

#main-nav ul li
{
	padding: 0px 12px;
}

#main-nav ul li, #main-nav ul li a
{
	color: #000;
	text-decoration: none;
}

#main-nav ul li.showMenu, #main-nav ul li:hover
{
	color: #f00;
	font-weight: normal;
	cursor: default;
	/*background: url(images/main-nav-selected.png) no-repeat bottom center;*/
}

#main-nav ul li.js-on:hover
{
	background-image: none;
	color: #666;
}

#main-nav ul li a:hover
{
	color: #f00;
}

	#main-nav ul li div.subwrapper
	{
		background: transparent url(Images/main-subnav-shadow.png) no-repeat;
		background-position: left bottom;
		padding-bottom: 10px;
		position: absolute;
		z-index:9999;
		left: 0;
		top: 23px; 
		border-top: 3px solid #f00;
		left: -9999px;
		width: 1000px;
		color: #333;
/*		opacity:0; /* Set initial state to transparent */
/*		-webkit-transition:0.25s linear opacity; /* Make the dropdown fade-in in Webkit */
	}

	#main-nav ul li:hover div.subwrapper, #main-nav ul li.showMenu div.subwrapper /* , #main-nav ul li.over div.subwrapper */
	{
		left: 0;
		/* opacity:1; Fade to opaque */
	}
	
	#main-nav ul li.js-on div.subwrapper
	{
		left: -9999px!important;
		/* opacity: 0!important; */   
	} 
	
	
	
	#main-nav ul li ul
	{
		background: #fff url(Images/main-subnav-bg.jpg) repeat-x;
		padding: 20px 20px 20px 30px;
		margin: 0px;
		float: left;
		width: 950px;
		line-height: 1.5em;
	}

	#main-nav ul li ul li
	{
		font-weight: bold;
		padding: 0 20px 10px 0px;
		position: relative;
		width: 570px;
		cursor: default;
	}

	#main-nav ul li ul li a
	{
		color: #333;
	}
	
	#main-nav ul li ul li:hover, #main-nav ul li ul li:hover a
	{
		background: none;
	}
	
	#main-nav ul li ul li:hover a
	{
		font-weight: bold;
		cursor: pointer;
	}
		
	#main-nav ul li ul li.picture
	{
		width: 350px;
		position: relative;
		padding: 0px 0px 0px 10px;
	}

	li.picture img
	{
		border: 1px solid #cdcdcd!important;
		display: block;
		float: right;
	}

	li.picture span
	{
		background: transparent url(/images/transparent.png) repeat;
		bottom: 0px;
		color: #FFFFFF;
		font-size: 1.25em;
		font-weight: normal;
		padding: 5px;
		position: absolute;
		right: 1px;
		text-align: right;
		width: 293px;
	}

	#main-nav ul li ul ul /* this is the container for the menus within the dropdown (sits next to picture) */
	{
		background: transparent none;
		display: block;
		width: 600px;
		float: left;
		padding: 0px;
		margin: 0px;
	}

	#main-nav ul li ul ul li
	{
		width: 180px;
	}

	#main-nav ul li ul ul li a
	{
		color: #333;
		background-image: none;
	}
	
	#main-nav ul li ul ul li a:hover
	{
		color: #f00;
	}
	
		#main-nav ul li ul ul ul
		{
			background-image: none;
			display: block;
			float: none;
			left: 0;
			margin: 0 0 3px;
			padding: 0;
			position: relative;
			top: 0;
			width: 200px;
		}

		#main-nav ul li ul ul ul li
		{
			display: block;
			float: none;
			font-weight: normal;
			line-height: 1.2em;
			padding-bottom: 3px;
			width: 200px;
			
		}
		
		li.newline
		{
			clear: left;
		}
			
		#main-nav ul li ul li ul ul li a
		{
			font-weight: normal!important;
		}
		
		#main-nav ul li ul li ul ul li a:hover
		{
			color: #f00;
		}


#main
{
}

#content
{
	position: relative;
	display: block;
	background-color: #f9f4ed;
	padding: 20px 10px 10px;
}

.homepage #content {
    padding-top: 0px;
}

.standout-panel
{
	background-color: #e8e8e8;
	padding: 2px;
	margin-bottom: 10px;
}

.panelContent.standout-panel
{
	margin: 0px;
	padding: 10px;
}

.content-with-sidebar
{
	width: 645px;
	float: left;
	padding-right: 10px;
	border-right: 2px dotted #f00;
	
}


.content-with-sidebar.ad-only
{
	width: 790px;
}


.sidebar
{
	width: 315px;
	float: right;
}

.sidebar.ad-only
{
	width: 170px;
}

.sidebar ul 
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.sidebar ul li
{
	padding: 16px 0px;
	border-bottom: 2px solid #f00;
}

.sidebar ul li:first-child
{
	padding-top: 0px;
}

.sidebar ul li:last-child
{
	border-bottom: 0px;
}

.sidebar ul li .panelWrapper
{
	margin-bottom: 0px;
}

.sidebar .videoHPPanel
{
	background-color: #f00;
	padding: 0px 0px 25px;
}

.sidebar .videoHPPanel h2
{
	color:#fff;
	font-size: 1.6333em;
	font-family: 'Lobster';
	padding: 10px 10px 0;
	margin-top: 0px;
}

#footer
{
	clear: both;
 	border-top: 4px solid #f00;
 	background-color: #0f0f0f;
 	position: relative;
}

#footer-top-nav ul
{
 	margin-top: 3px;
	line-height: 10px;
}

#footer-top-nav ul li
{
	font-size: 1.25em;
	text-align: center;
	padding: 0px 20px; 
	border-right: 1px solid #fff;
}

#footer-top-nav ul li a
{
	text-decoration: none;
	color: #fff;
}

#footer-top-nav ul li a:hover { font-weight: normal; }

#footer-top-nav ul li.social-twitter { margin: 0px 5px 0px 23px; padding: 0px; border-right: none; }
#footer-top-nav ul li.social-facebook { margin: 0px 5px; padding: 0px; border-right: none; }


#footer-main-nav
{
	background: #141414 url(Images/footer-main-bg.jpg) repeat-x;
	font-size: 0.91667em;
	line-height: 1.5em;
	padding: 30px 0px 35px;
}

#footer-main-nav ul
{
	color: #fff;
}

#footer-main-nav ul li, #footer-main-nav ul li a
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#footer-main-nav ul li
{
	padding-right: 35px;
	width: 130px;
	line-height: 2.5em;
}

	#footer-main-nav ul li ul
	{
		float: none;
		margin: 0px;
		padding: 0px;
		list-style-type: none;
	}

	#footer-main-nav ul li ul li
	{
		float: none; 
		display: block;
		padding-right: 0px;
		line-height: 1.2em;
		padding-bottom: 3px;
	}

	#footer-main-nav ul li ul li a
	{
		font-weight: normal;
	}


#footer-lower-nav ul
{
	padding: 15px 0px;
	font-size: 0.91667em;
}

#footer-lower-nav ul li
{
	border-right: 1px solid #1e1e1e;
	padding: 0px 10px;
}

#footer-lower-nav ul li:first-child { padding-left: 0px; }

#footer-lower-nav ul li:last-child { border-right: none; }


#footer-lower-nav, #footer-lower-nav ul li a
{
	color: #6f6f6f;
	text-decoration: none;
}

#footer-lower-nav ul li a:hover { font-weight: normal; }


/* Site boxes */
.panelWrapper
{
	position:relative;
	margin-bottom: 30px;
}

.panelWrapperFull
{
	float:left;
	position:relative;
	width:auto;
}

.panelWrapperFullWhite
{
	float:left;
	position:relative;
	width:auto;
	background-color: #FFFFFF;
}

.panelHolderLeft
{
	display:block;
	position:relative;
}

.panelTop
{
	display:block;
	padding: 3px 10px 5px 57px;
	margin-left: -50px;
	background: transparent url(images/ribbon-left.png) no-repeat;
	/* background-color: #f00; */
	height: 37px;
	line-height: 1.5em;
	position:relative;
	color:#fff;
	font-size: 1.6333em;
	font-family: 'Lobster';
}

.panelTop.right-side
{
	margin: 0px -30px 0px -20px;
	padding-left: 30px;
}

.panelTop.internal
{
	background-image: none;
	background-color: #f00;
	margin-left: 0px;
	padding-left: 12px;
	height: auto;
	line-height: 1em;
}

.panelTop .text
{
	color:#FFFFFF;
	font-size:inherit;
	line-height:inherit;
}

.panelMiddle
{
	/* background-color:#fff; */  /* turned off for GRSA, who have a slightly grey background */
}

.panelContent
{
	position:relative;
/*	background-color:#fff; */
	border-bottom:0;
	margin:10px 10px 1px;
	display:block;
}

.panelScratches
{
	float: left;
}

.panelFloatLeft
{
	float: left;
}

.interior_table_heading
{
	padding: 8px 10px;
	background-color: #3b3b3b;
	position:relative;
	color: #fff;
	font-size: 1.3333em;
	text-transform: uppercase;
	text-align: left;
}

.interior_table_heading .text
{
	color: #fff;
	font-size: inherit;
	line-height: inherit;
}


.adHolderSponsor
{
	display:block;
	/*background-color:#e9e9e9;*/
	height:70px;
	text-align:center;
	margin:15px 0px 15px 0px;
	font-size:12px;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	color:#666;
}

.adHolder300x250
{
	display:block;
	background-color:#e9e9e9;
	height:250px;
	width:300px;
	text-align:center;
	margin:15px 0px 0px 0px;
	font-size:12px;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	color:#666;
}

.adHolder468x60
{
	display:block;
	background-color:#e9e9e9;
	height:60px;
	width:468px;
	text-align:center;
	margin:0px 0px 0px 0px;
	font-size:12px;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	color:#666;
}

.adHolder160x600
{
	display:block;
	background-color:#e9e9e9;
	height:600px;
	width:160px;
	text-align:center;
	margin:15px 0px 0px 0px;
	font-size:12px;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	color:#666;
}

.sidebar .adHolder300x250
{
	margin: 0px auto;
}

/**** Membership related UI elements ****/
.panelMembership h2
{
	margin-top: 0px;
	text-align: center;
	color:#f00;
	font-size: 2.2em;
	font-family: 'Lobster';
	line-height: 23px;
}

.panelMembership h2 img
{
	vertical-align: bottom;
}

.panelMembership .panelMiddle
{
	background-color: transparent;
}

#login
{
	margin: -2px -10px -10px;
    padding: 12px 11px 9px 10px;
}

.content-with-sidebar #login
{
    width: 300px;
    margin: 0px auto;
    border: 1px solid #BEBEBE;
}

#login .row
{
	padding: 7px 0px;
	overflow: hidden;
}

#login .row label
{
	width: 63px;
	float: left;
	padding: 5px 0px 0px;
}

#login .row .textbox
{
	width: 220px;
	float: right;
}

#login .row .button
{
	float: right;
}

#loginForgot
{
	float: right;
}

.loggedInView {
    background-color: #292929;
    padding: 15px;
    border-bottom: 1px solid #666;

}

#loggedInViewDetails
{
	float: left;
	margin: 0px;
	padding: 0px;
	color: #fff;
}

#loggedInCustomMenu
{
	float: right;
	margin: 0px;
	padding: 0px;
	color: #fff;
}

#loggedInViewDetails li, #loggedInCustomMenu li
{
	float: left;
	display: inline;
	list-style-type: none;
	padding: 0px 12px 0px 10px;
	line-height: 26px;
}

#loggedInCustomMenu li:last-child
{
	background-image:  none;
}

#loggedInViewDetails li a
{
	color: #fff;
}

#loggedInViewDetails li a:hover { color: #f00; font-weight: normal; }


.pollDiv .graphBar
{
	float:left;
	height:15px;
	position:relative;
	margin-right:5px;
	background-color:#826722;
}

td.value
{
	background-image: url(gridline58.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding:0;
	border-bottom: none;
	border-left:1px solid #ccc;
	background-color:transparent;
	padding:3px 3px 3px 0px;
}

td.value img
{
	vertical-align: middle;
	margin: 5px 5px 5px 0;
}

.caption
{
	font-size:90%;
	font-style:italic;
}

.videoHolder
{
	display:block;
	width:100%;
	height:225px;
}

.photoHolder
{
	display:block;
	border:1px solid #CCC;
	width:70px;
	height:80px;
	color:#999;
}

.RelatedLinkGroupDiv
{
	border: 1px black solid;
	width: 430px;
	padding-left: 10px;
}

.clearFloats
{
	clear: both;
}

.PagerCentered
{
	text-align: center;
}

.PagerCenteredWithoutFirst
{
	text-align: center;
	margin-left: 48px;
}

.PagerCenteredWithoutLast
{
	text-align: center;
	margin-right: 48px;
}

.col1
{
	width: 48%;
	float: left;
}

.col2
{
	width: 48%;
	float: right;
}

.overrideWrapper
{
	float:left;
	position:relative;
	margin-top: 15px;
	width: 100%;
}

/* ---------- HTML objects ---------- */

.ulBlack
{
	margin:0px 0px 0px 0px;
	padding:0;
	list-style-type:none;
}

.ulBlack li
{
	position:relative;
	background-image:url(Images/arrow_grey.gif);
	background-repeat:no-repeat;
	background-position:0em 0.5em;
	line-height:18px;
	padding-left:10px;
}

.ulBlack li a
{
	color:#000;
	text-decoration:none;
}

.ulBlack li a:hover
{
	text-decoration:underline;
	color:#000;
}

.ulArrow
{
	margin:0px 0px 0px 0px;
	padding:2px 0px 2px 0px;
	list-style-type:none;
}

.ulArrow li
{
	position:relative;
	background-image:url(Images/arrow_grey.gif);
	background-repeat:no-repeat;
	background-position:0em 0.5em;
	line-height:18px;
	border-bottom:1px solid #ded9c8;
	padding-left:10px;
}

.ulArrow li a
{
	color:#000;
	text-decoration:none;
}

.ulArrow li a:hover
{
	text-decoration:underline;
	color:#000;
}

/* ---------- Links ----------------------- */

.whiteLinkSmall
{
	color:#ccc;
	font-size: 8px;
	text-decoration:underline;
	cursor:pointer;
	margin-top:5px;
}

.whiteLinkSmall:hover
{
	color:#fff;
	text-decoration:underline;
}

.whiteLinkSmallUppercase
{
	color:#ccc;
	font-size: 8px;
	text-decoration:underline;
	text-transform: uppercase;
	cursor:pointer;
	margin-top:5px;
}

.whiteLinkSmallUppercase:hover
{
	color:#fff;
}

.blackLinkSmall
{
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	cursor:pointer;
	color:#000;
}

.blackLinkSmall:hover
{
	text-decoration:none;
}

/*----------- Home page ------------------ */

.tickerPanel
{
	background-color: #f00;
	border: 2px solid #f00;
	height: 25px;
}

.tickerPanel img
{
	float: left;
	overflow: hidden; 
	margin: 2px;
}

#tickerItems
{
	float: right;
	margin: 0px;
	padding: 0px;
	width: 587px;
	height: 25px;
	line-height: 25px;
	overflow: hidden; 
	background-color: #F9F4ED;	
	font-weight: bold;
	font-size: 1.16667em;
	color: #f00;
}

#tickerItems li
{
	padding: 0px 10px;
	list-style-type: none;
	width: 100%!important;
}

#tickerItems li a
{
	text-decoration: none;
	color: #f00;
	width: 100%!important;
}

#tickerItems li a.disabled
{
	cursor: default;
	color: #f00;
}

#newsPanel .tabs
{
	width: 100%;
	background: transparent url("images/ribbon-left.png") no-repeat;
	height: 39px;
	margin-left: -50px;
	padding: 3px 0 0 31px;
	height: 37px;
	line-height: 1.5em;
	color:#fff;
	font-size: 1.6333em;
	font-family: 'Lobster';
}

.tabs a
{
	padding: 0 40px 0 30px;
    display: inline-block;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
}

.tabs a.last
{
	margin-right: 0px;
	border-right: none;
}

.tabs a:hover { text-decoration: none; color: #333; }

.tabs a span
{
	display: block;
}

.tabs a.selected { color: #fff; }
.tabs a.selected:hover { cursor: default; color: #fff; }
.tabs a.selected span { }

.tabs-content-container
{
	display: none;
}

.tabs-content-container.tab1
{
	display: block;
}

.frontpage_news_list 
{
	margin: 0px;
	padding: 0px;
}

.frontpage_news_list li
{
	clear: both;
	list-style-type: none;
	padding: 10px 0px;	
}

.newsImageContainer
{
	float: left;
	width: 185px;
	padding-right: 20px;
}

.newsDetailsContainer
{
	float: left;
	width: 420px;
}

.frontpage_recent_news_list .panelNewsDate
{
	clear: both;
	margin: 0px;
}

.frontpage_recent_news_list
{
	margin: 0px;
	padding: 0px;
}

.frontpage_recent_news_list li 
{
	list-style-type: none;
	margin-bottom: 7px;	
}

.frontpage_recent_news_list li a
{
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.frontpage_recent_news_list li span.panelNewsDate
{
	float: left;
	width: 6em;
	display: inline;	
}

.panelNewsHeadingLink
{
	display: block;
	margin-bottom: 13px;
	text-decoration: none;
}

.panelNewsHeadingLink:hover
{
	text-decoration:underline;
	font-weight: normal;
}

#calendarPanel .panelTop a
{
	float: right;
	color: #fff;
	text-decoration: none;
	font-size: 0.75em;
	margin-right: 105px;
}

#calendarPanel .panelTop a:hover
{
	text-decoration: underline;
}

#calendarPanel .panelMiddle
{
	width: 100%;
}

.calendarDate
{
	float: left;
	width: 33%;
	border-top: 1px solid rgb(222, 217, 200);
	padding: 5px 0px;
}
	
.calendarDate .date
{
	font-weight: bold;
}

.panelDayContent
{
	width: 67%;
	float: left;
}

.panelDayContent ul
{
	list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.panelDayContent ul li
{
    border-top: 1px solid #ded9c8;
    float: left;
    padding: 5px 0;
    width: 49%;
}

.panelDayContent ul li a
{
	text-decoration: none;
}

.panelDayContent ul li a:hover
{
	font-weight: normal;
	text-decoration: underline;
}

.panelDayContent ul li.whiteText a, .panelDayContent .whiteText { color: #fff; }

.panelRightAlign
{
	text-align: right;
}

/* -------- Special events buttons -------------- */

.purpleLnkBtn
{
	background-image:url(Images/purple_button.png);
	background-repeat:no-repeat;
	background-position:0em top;
	border: none!important;
	width:	180px;
	height: 40px;
	line-height: 40px;
	display: block;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	color: #fff!important;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-align:center;
	cursor:pointer;

}

.purpleLnkBtn:hover
{
	background-repeat:no-repeat;
	background-position:0em -40px;
}

.purpleLnkBtn:active
{
	background-repeat:no-repeat;
	background-position:0em -80px;
	line-height: 41px;
	color: #b0b0b0!important;
}

.purpleLnkBtn:focus
{
	outline: none;
}

/* -------- Standard Buttons -------------- */

input[type="submit"].formButton
{
	background: transparent url(Images/FormButtons.gif) no-repeat;
	background-position:top;
	cursor:pointer;
	color:#fff;
	width:24px; /* space the icons out a bit */
	height:18px;
	padding: 0px;
	border: 0px;
}

input[type="submit"].formButton.experts
{
	background-position: 0px 0px;
}

input[type="submit"].formButton.wrapper
{
	background-position: -30px 0px;
}

input[type="submit"].formButton.fields
{
	background-position: -60px 0px;
}

input[type="submit"].formButton.wrapperDisabled
{
	background-position: -90px 0px;
	cursor: default;
}

input[type="submit"].formButton.expertsDisabled
{
	background-position: -120px 0px;
	cursor: default;
}

input[type="submit"].formButton.fieldsDisabled
{
	background-position: -150px 0px;
	cursor: default;
}

.formsButtonLarge
{	
	background: transparent url(Images/FormButtonsLarge.png) no-repeat;
	background-position: 0px 0px;
	width:33px;
	height:35px;
	color:#fff;
	padding: 0px;
	cursor: pointer;
	display: inline-block;
}

.formsButtonLarge.experts
{
	background-position: 0px 0px;
}


.formsButtonLarge.wrapper
{
	background-position: -35px 0px;
}

.formsButtonLarge.fields
{
	background-position: -70px 0px;
}

.formsButtonLarge.wrapperDisabled
{
	background-position: -105px 0px;
	cursor: default;
}

.formsButtonLarge.expertsDisabled
{
	background-position: -140px 0px;
	cursor: default;
}

.formsButtonLarge.fieldsDisabled
{
	background-position: -175px 0px;
	cursor: default;
}

.formsButtonLarge.experts.selected
{
	background-position: 0px -35px;
}

.formsButtonLarge.wrapper.selected
{
	background-position: -35px -35px;
}

.formsButtonLarge.fields.selected
{
	background-position: -70px -35px;
}

.panelTop .pewf
{
    left: 9.5em;
    margin-top: 3px;
    position: absolute;
    top: 0;
}

/* -------- Headings/Titles -------------- */

.text
{
	color:#000;
	font-size:11px;
	line-height:15px;
}

.strikeout
{
	text-decoration: line-through!important;
}

/* The following is required to ensure aligning of cell text is right when a row includes the use of labels for population as well as straight text,
   since the labels have the text class assigned to them by default */
.defaultDataTable td
{
	line-height: 15px;
}

.justifiedtext
{
	color:#000;
	font-size:11px;
	line-height:15px;
	text-align: justify;
}

.greyText
{
	color: #666666;
}

.small
{
	font-size: 11px;
	line-height: 15px;
}

.largerItalicsText
{
	font-size: 12px;
	font-style: italic;
}

.textWhite
{
	color:#fff;
	font-size:11px;
	line-height:17px;
	text-transform: none;
}

.panelTop .textWhite
{
	font-size: 13px;
}

.textWhiteUnderlineSmallCap
{
	color:#fff;
	font-size:11px;
	line-height:17px;
	text-transform: uppercase;
	text-decoration: underline;
}


.textWhiteSmall
{
	color:#fff;
	font-size:9px;
	line-height:17px;
	text-transform: none;
}

.text12px
{
	font-size: 12px;
}

.text14px
{
	font-size: 14px;
}

.glossaryLabel
{
	font-size: 10px;
}

.panelNewsDate
{
	display:block;
	margin-bottom: 14px;
	color:#666;
}

.blackLabelSmall
{
	font-size:11px;
	font-weight:bold;
}

.blackLabelTiny
{
	font-size:9px;
	font-weight: normal;
}

.blackLabelSmallItalic
{
	font-size: 10px;
	font-style: italic;
}

.blackLabelSmallSpacedOut
{
	font-size:11px;
	font-weight:normal;
	letter-spacing: 0.25em;
}

.capsLabel
{
	text-transform:uppercase;
	font-size:11px;
}

.heading1
{
	display:block;
	font-size:18px;
	color:#000;
	margin-bottom:5px;
}

.heading2
{
	display:block;
	font-size:14px;
	font-weight: bold;
	color:#000;
	margin-bottom:5px;
}

.heading3
{
	display:block;
	font-size:12px;
	font-weight: bold;
	color:#000;
}

.subHeading1
{
	background-color:#f00;
	padding: 4px 6px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	display:block;
	margin-bottom:8px;
}

.nameTitle
{
	font-size:14px;
	color:#000;
	font-weight:bold;
}

.calContainer
{
	background-color: #FFFFFF;
	position:absolute;
	z-index: 1;
	top: 89px;
	left: 25px;
}

.pnlNewEventPopupCalContainer
{
	background-color: #FFFFFF;
	position:absolute;
	z-index: 1;
	top: 310px;
	left: 11px;
}

.ResultsCenteredCellHeader
{
	color: #ffffff;
	background-image: url(Images/tablegradient_light_bg.jpg);
	background-repeat: repeat-x;
	background-color: #3d2e07;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
	text-align: center;
	height: 23px;
}

.ResultsCenteredCellContents
{
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
	text-align: center;
}

.ResultsCenteredCellContentsReducedWidth
{
	width: 73px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
	text-align: center;
}

.ResultsLeftCellHeader
{
	color: #ffffff;
	background-image: url(Images/tablegradient_light_bg.jpg);
	background-repeat: repeat-x;
	background-color: #3d2e07;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
	text-align: left;
	height: 23px;
}

.ResultsLeftCellContents
{
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
	text-align: left;
}

.ResultsHeaderPlacing, .ResultsContentsPlacing
{
	width: 33px;
	padding-left: 0px;
	padding-right: 0px;
}

.ResultsHeaderNumber, .ResultsContentsNumber
{
	width: 73px;
	padding-left: 0px;
	padding-right: 0px;
}


.ResultsHeaderGreyhound, .ResultsContentsGreyhound
{
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
	text-align: left;
	font-size: 12px;
}

.ResultsContentsGreyhound a { text-decoration: none; }
.ResultsContentsGreyhound a:hover { text-decoration: underline; }

.ResultsHeaderWeight, .ResultsContentsWeight
{
	width: 52px;
}

.ResultsHeaderFirstSec, .ResultsContentsFirstSec, .ResultsHeaderSecondSec, .ResultsContentsSecondSec
{
	width: 55px;
}

.ResultsHeaderFinTime, .ResultsContentsFinTime
{
	width: 73px;	
}

.ResultsHeaderMargins, .ResultsContentsMargins
{
	width: 67px;
}

.ResultsHeaderSP, .ResultsContentsSP
{
	width: 50px;
}

.ResultsHeaderAnalyst, .ResultsContentsAnalyst
{
	width: 200px;
}

.ResultsHeaderTrainer, .ResultsContentsTrainer
{
	text-align: left;
	width: 140px;
}

.ResultsContentsTrainer a { text-decoration: none; }
.ResultsContentsTrainer a:hover { text-decoration: underline; }

.ajax__tab_xp .ajax__tab_body
{
	font-size: inherit!important; /* crazy having a font size set in a resource CSS! */
}

.meeting_tabs
{
	overflow: auto; /* added 16/6/2010 after request by Nathan, to handle large races like Richmond */
	font-size: 11px!important;
}


div#racing-search-form input[type="button"], div#racing-search-form input[type="submit"]
{
	margin-top: 5px;
}

/* -------- Experts Form -------- */
.expertsDogStatistics
{
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

.expertsDogStatistics table
{
	width: 100%;
}

.expertsDogStatistics .collapsePanelHeader
{
	background-image: url(Images/tablegradient_dark_bg.jpg);
	padding: 0;
	height: auto;
    border-bottom: 1px solid #565658;
}

.expertsDogStatistics .collapsePanel
{
	border-left: 2px solid #565658;
	border-right: 2px solid #565658;
	border-bottom: 2px solid #565658;
	border-top: none;
}

.expertsDogStatistics .collapsePanelHeader, .expertsDogStatistics .collapsePanelHeader .textWhite, .expertsDogStatistics .collapsePanelHeader .text
{
	font-size: 16px;
}

.expertsDogStatistics .collapsePanelHeader table
{
	width: 100%;
	height: 28px;
}

.expertsDogStatistics .expertsDogOverview
{
	width: 100%;
	border: 0;
}

.expertsDogStatistics .expertsDogOverview th
{
	background-color: #DADBDC;
	border-right: 1px solid #565658;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
}

.expertsDogStatistics .expertsDogOverview td
{
	border-right: 1px solid #565658;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
	font-size: 10px;
}

.expertsDogStatistics .expertsDogOverview td, .expertsDogStatistics .expertsDogOverview td .blackLabelSmall
{
	font-size: 11px;
}

.expertsDogStatistics .expertsDogOverview th, .expertsDogStatistics .expertsDogOverview th .blackLabelSmall
{
	font-size: 11px;
}

.expertsDogStatistics .expertsDogOverview .baseTable
{
	width: 80%;
}

.expertsDogStatistics .expertsDogOverview .baseTable td
{
	border-right: none;
	padding-left: 0;
	padding-right: 2px;
}

.expertsDogStatistics .bluepaws
{
	width: 26px;
	text-align: right;
	background-image: url(/images/blue_paws.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.expertsDogStatistics .sabred {
    width: 85px;
    background-image: url(/images/SABredSmall-raceblock.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    margin: 1px 17px 0;
    height: 27px;
    vertical-align: middle;
}

.expertsDogStatistics .bidAmount
{
	background-image: url(Images/tablegradient_light_bg.jpg);
	width: 100px;
	text-align: right;
	padding-right: 10px;
}

        .expertsDogStatistics .bidAmount a {
            color: #fff;
        }

        .expertsDogStatistics .bidAmount.ubet {
            width: 160px;
        }

            .expertsDogStatistics .bidAmount.ubet img {
                margin-right: 8px;
                vertical-align: middle;
            }

            .expertsDogStatistics .bidAmount.ubet span {
                background: #66de60;
                padding: 3px 12px;
                border-radius: 3px;
                color: #fff;
                font-size: 0.9em;
                vertical-align: middle;
            }

.expertsDogStatistics .dogName
{
	padding-left: 5px;
}

.expertsDogStatistics .expertsDogOverview .boxImageContainer
{
	vertical-align: top;
	background-color: Transparent;
	width: 76px;
	border-right: none;
	padding: 0;
}

.expertsDogStatistics .expertsDogOverview .greyhoundContainer
{
    width: 122px;
}

.expertsDogStatistics .expertsDogHistoricResults
{
	width: 100%;
}

.expertsDogStatistics .expertsDogHistoricResults th, .expertsDogStatistics .expertsDogHistoricResults td.th
{
	color: #000000;
	background-color: #DADBDC;
	padding: 0;
	padding-left: 2px;
	padding-right: 5px;
	text-align: left;
	font-weight: bold;
	cursor: pointer;
}

.expertsDogStatistics .expertsDogHistoricResults td.th
{
	cursor: auto;
}

.expertsDogStatistics .expertsDogHistoricResults td
{
	color: #000000;
	padding: 0;
	padding-left: 2px;
	padding-right: 7px;
	text-align: left;
}

.expertsDogStatistics .col1
{
	width: 77%;
	vertical-align: top;
	border-top: 1px solid #565658;
	margin: 0;
	padding: 0;
}

.expertsDogStatistics .col2
{
	width: 23%;
	vertical-align: top;
	border-top: 1px solid #565658;
	margin: 0;
	padding: 0;
}

.expertsDogStatistics .winningDistanceBox table, .expertsDogStatistics .boxHistory table, .generalStatistics .boxHistory table, .generalStatistics .winningDistanceBox table, .generalStatistics .finishingPositionsSummaryBox table
{
	width: 100%;
}

.expertsDogStatistics .winningDistanceBox th, .expertsDogStatistics .boxHistory th, .generalStatistics .boxHistory th, .generalStatistics .winningDistanceBox th, .generalStatistics .finishingPositionsSummaryBox th
{
	text-align: left;
	color: #000000;
	background-color: #D1EEFC;
	font-size: 11px;
	font-weight: normal;
	padding: 0;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 15px;
	font-weight: bold;
}
.generalStatistics .finishingPositionsSummaryBox th {
    text-align: center;
}

.premiumBoxes, .generalStatistics .careerStatistics {
    background-color: #DADBDC;
}
.expertsDogStatistics .premiumBoxes .winningDistanceBox th, .expertsDogStatistics .premiumBoxes .boxHistory th, .generalStatistics .boxHistory th, .generalStatistics .winningDistanceBox th
{
    background-color: #FFFFFF;
}

.expertsDogStatistics .premiumBoxes .winningDistanceBox, .expertsDogStatistics .premiumBoxes .boxHistory, .generalStatistics .boxHistory, .generalStatistics .winningDistanceBox, .generalStatistics .finishingPositionsSummaryBox
{
    border: 1px solid #565658;
}


.expertsDogStatistics .winningDistanceBox tr.subHeaderRow th, .expertsDogStatistics .boxHistory tr.subHeaderRow th, .generalStatistics .boxHistory  tr.subHeaderRow th, .generalStatistics .winningDistanceBox tr.subHeaderRow th
{
	text-align: center;
	background-color: #000000;
	color: #FFFFFF;
}
.generalStatistics .finishingPositionsSummaryBox th 
{
    border-right: 1px solid #565658;
	border-bottom: 1px solid #565658;	
	background-color: #FFFFFF;
}

.expertsDogStatistics .winningDistanceBox td, .expertsDogStatistics .boxHistory td, .generalStatistics .boxHistory td, .generalStatistics .winningDistanceBox td, .generalStatistics .finishingPositionsSummaryBox td
{
	background-color: #FFFFFF;
	color: #000000;
	text-align: center;
	border-right: 1px solid #565658;
	border-bottom: 1px solid #565658;
}

.expertsDogStatistics .boxHistory .boxHistoryRow th, .generalStatistics .boxHistory .boxHistoryRow th
{
	background-color: #939598;
	font-weight: bold;
}

.expertsDogStatistics .moreDogsDetails
{
	background-color: #D5D6D8;
	text-align: center;
	padding: 5px;
}

.expertsDogStatistics .moreDogsDetails table
{
	width: 100%;
}

.expertsDogStatistics .moreDogsDetails .leftalign
{
	width: 15%;
	text-align: left;
}

.expertsDogStatistics .moreDogsDetails .centeralign
{
	width: 30%;
	text-align: center;
}

.expertsDogStatistics .moreDogsDetails .rightalign
{
	width: 30%;
	text-align: right;
}

/* -------- Experts Form Details -------- */
.racingForm
{
	font-size: 0.91667em;
}

.racingForm .panelTop
{
	font-size: 1em;
	background-color: #000;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

.racingForm a { color: #000; text-decoration: none; }

.racingForm a:hover { text-decoration: none; }

.expertsRaceStatistics
{
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	border: 2px solid #565658;
}

.expertsRaceStatistics .panelTop
{
	padding: 0;
	border: none;
	margin: 0;
	background: url(Images/tablegradient_dark_bg.jpg) repeat-x;
	font-size: 1.4545em;
	height: auto;
	line-height: 1em;
}

.expertsRaceStatistics .panelTop table
{
	height: 28px;
}

.expertsRaceStatistics .panelTop table td
{
	padding-left: 10px;
	padding-right: 10px;
}

.expertsRaceStatistics .panelTop .bluepaws
{
	width: 26px;
	text-align: right;
	background-image: url(/images/blue_paws.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFFFFF;
}

.expertsRaceStatistics .panelTop .racePrizesTotal
{
	background-image: url(Images/tablegradient_lighter_bg.jpg);
	font-size: 14px;
	width: 55px;
	text-align: center;
}

.expertsRaceStatistics .panelTop .raceGrade {
	/*background-image: url(Images/tablegradient_lighter_bg.jpg);*/
	font-size: 14px;
	text-align: center;
}

.expertsRaceStatistics .panelTop .racePrizesIndividual
{
	background-image: url(Images/tablegradient_lighter_bg.jpg);
	font-size: 14px;
	text-align: right;
	width: 200px;   /* increased up from 150px to make way for the unplaced prize money */
    text-transform: none;
	font-weight: normal;
}

.expertsRaceStatistics .expertsRaceResults table
{
	border: none;
	border-top: 1px solid #58585A;
}

.expertsRaceStatistics .expertsRaceResults th, .expertsRaceStatistics .expertsRaceResults td
{
	border-right: 1px solid #58585A;
	border-bottom: 1px solid #58585A;
	text-align: center;
	vertical-align: middle;
	width: 100px;
	padding: 0;
}

.expertsRaceStatistics .expertsRaceResults th
{
	background-image: url(Images/form_header_bg.gif);
	background-repeat: repeat-x;
	background-color: #A7DFF9;
	font-size: 11px;
	padding-top: 3px;
	padding-bottom: 0;
}

.expertsRaceStatistics .expertsRaceResults .comments
{
	text-align: left;
	width: auto;
	padding-left: 10px;
}

.expertsRaceStatistics .expertsRaceResults .last5
{
	text-align: left;
	width: 50px;
	padding-left: 10px;
}

.expertsRaceStatistics .expertsRaceResults .box
{
	width: 30px;
	font-size: 10px;
}

.expertsRaceStatistics .expertsRaceResults .besttimetd
{
	width: 86px;
}

.expertsRaceStatistics .expertsRaceResults .satrait
{
	width: 77px;
}

.expertsRaceStatistics .expertsRaceResults .odds
{
	width: 77px;
}

.expertsRaceStatistics .logosPanel table td, .expertsRaceStatistics .logosPanel table tr
{
	margin: 0;
	padding: 0;
	border: 0;
	height: auto;
}

.expertsRaceStatistics .logosPanel table td img
{
	margin: 0;
	padding: 0;
	border: 0;
}

.expertsRaceStatistics .logosPanel
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0;
	padding-bottom: 0;
}

.expertsRaceStatistics .logosPanel table td
{
	padding: 4px;
}

.expertsRaceStatistics .recordsPanel
{
	background-color: #E7E7E8;
}

.expertsRaceStatistics .recordsPanel table
{
	height: 118px;
}

.expertsRaceStatistics .recordsPanel td
{
	border-left: 1px solid #565658;
	border-bottom: 1px solid #565658;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 11px;
	height: 32%;
}

.expertsRaceStatistics .analysis
{
	border-left: 1px solid #565658;
}

.expertsRaceStatistics .analysis td
{
	vertical-align: top;
	padding: 10px;
	padding-top: 5px;
	font-size: 11px;
}

.expertsRaceStatistics .analysis .speedMap
{
	padding: 0;
}

.raceNavTabs
{
	padding: 0px;
	margin-bottom: 10px;
	background-image: url(/images/racing_tabs_base_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 100%;
}

.raceNavTabs th
{
	width: 65px;
	text-transform: uppercase;
	font-size: 14px;
	vertical-align: middle;
	text-align: center;
	padding-top: 3px;
}
 
.raceNavTabs td
{
	padding: 0;
	vertical-align: middle;
	text-align: center;
	height: auto;
	padding-top: 3px; 
}

.raceNavTabs td.active
{
	border-bottom: none;
	padding-bottom: 0;
}

.raceNavTabs a, .raceNavTabs a:visited
{
	display: block;
	width:auto;
	font-size: 17px;
	font-weight: bold;
	width: 64px;
	height: 24px;
	background-image: url(/images/racing_tabs_bg.gif);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
	color: #000000;
	padding-top:4px;
}


.raceNavTabs.small a, .raceNavTabs.small a:visited
{
	background-image: url(/images/racing_tabs_small_bg.gif);
	width: 50px;
}

.raceNavTabs .active a, .raceNavTabs .active a:visited, .raceNavTabs a:hover, .raceNavTabs .active a:hover
{
	background-position: 0px -28px;
}


/* ------ Home Page racing form -------- */

#racingFormPanel #glossary
{
    font-size: 0.9em;
    margin: 1em 10px 0;
    line-height: 2.2em;
}

#racingFormPanel #glossary input[type="submit"]
{
    vertical-align: middle;
}

#racingFormPanel .panelContent, .panelContent.nobuffer
{
	margin: 10px 0 1px;
}

#racing-table
{
	float: left;
	width: 470px;
	margin-right: 10px;
}

#racing-links
{
	float: left;
}

#racing-links a
{
	display: block;
	margin-bottom: 7px;
}

.raceFlag
{
	text-align: center;
}

.raceDate
{
	font-size: 0.91667em;
	color: #666;
}

.raceTime
{
	padding-left: 0px;
	color: #666;
	font-style: italic;
	font-size: 0.91667em;
}

.homepage-racing-form td, .wide-racing-form-list td, .thin-racing-form-list td
{
	padding:3px;
	border-bottom:1px solid #ded9c8;
}


.homepage-racing-form .raceName
{
	padding-left: 10px;
	/*width: 16.5em;*/
}

.homepage-racing-form .raceFlag
{
	width: 3.75em;
}

.homepage-racing-form .raceDate
{
	width: 5em;
}

.homepage-racing-form .raceTime
{
	width: 5em;
}

.homepage-racing-form .raceFormButtons
{
	width: 7em;
	padding-right: 0px;
}

	.wide-racing-form-list .raceName
	{
		padding-left: 10px;
		width: 294px;
	}
	
	.wide-racing-form-list .raceFlag
	{
		width: 40px;
	}

	.wide-racing-form-list .raceDate
	{
		width: 62px;
	}

	.wide-racing-form-list .raceTime
	{
		width: 56px;
	
	}

	.wide-racing-form-list .raceFormButtons
	{
		width: 79px;
		padding-right: 0px;
	}

		.thin-racing-form-list .raceNametihn
		{
			padding-left: 8px;
			width: 137px;
		}

		.thin-racing-form-list .raceFlag
		{
			width: 40px;
		}

		.thin-racing-form-list .raceDate
		{
			width: 57px;
		}
		
		.thin-racing-form-list .raceTime
		{
			width: 50px;
		}

		.thin-racing-form-list .raceFormButtons
		{
			width: 79px;
			padding-right: 0px;
		}

		.thin-racing-form-list .raceFormButtons input.formButton[type="submit"]
		{
			width: 21px;
		}

ul#homePageBoxes 
{
	float: left;
	list-style-type: none; 
	margin: 9.5px 0px 14px;
	padding: 0px;
}

ul#homePageBoxes li
{
	display: inline;
	float: left;
	padding: 0px 9.5px;
	border-right: 2px dotted #f00;
}

ul#homePageBoxes li.first
{
	padding-left: 0px;
}

ul#homePageBoxes li.last
{
	padding-right: 0px;
	border-right: none;
}


ul#homePageBoxes li img
{
	width: 179px;
}


#carousel-homepage
{
    margin-left: -10px;
    margin-right: -10px;
}

#carousel-homepage img {
    width: 1000px;
    height: 400px;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
html,
body,
.carousel,
.carousel-inner,
.carousel-inner .item {
  height: 100%;
}

#signup
{
    background-color: #292929;
    padding: 15px;
    border-bottom: 1px solid #666;
}

#signup #title
{
    font-family: 'Lobster';
    font-size: 1.6em;
    color: #fff;
    float: left;
    margin-right: 1em;
    line-height: 33px;
}

#signup input
{
    border: none;
    border-radius: 3px;
    height: 26px;
    width: 165px;
    padding: 3px 8px;
    margin-right: 5px;
    vertical-align: middle;
}

#signup input[type="checkbox"]
{
    width: auto;
    height: auto;
    padding: inherit;
}

#signup  label{
    color: #fff;
    vertical-align: middle;
}

#signup input[type="submit"]
{
    font-family: 'Lobster';
    font-size: 1.6em;
    color: #fff!important;
    padding: 0 18px;
    border: none;
    border-radius: 3px;
    height: 33px;
    line-height: 33px;
    width: auto;
}

#signup .login
{
    background: #8d8c88 none;
    
}

#signup .signup
{
    background: #f00 none;
}

#signup div
{
    margin: 1em 0 0 72px;
}

    #signup div#loginForgot {
        float:  none;
        margin: 1em 0 0;
    }

    #signup .error {
        color: #f00;
    }

    #signup .success {
        color: #04bb6b;
    }

/* ------ Fields table styles  --------------- */
.FieldsCenteredCellHeader
{
	color: #000000;
	background-color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
	text-align: center;
	border-bottom: 1px solid black;
}

.FieldsCenteredCellContents
{
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
	text-align: center;
}

.FieldsLeftCellHeader
{
	color: #000000;
	background-color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	vertical-align: top;
	text-align: left;
	border-bottom: 1px solid black;
}

.FieldsLeftCellContents
{
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
	text-align: left;
}

.FieldsRightCellHeader
{
	color: #000000;
	background-color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
	text-align: right;
	border-bottom: 1px solid black;
}

.FieldsRightCellContents
{
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
	text-align: right;
}

.scratch_info
{
	color: #ff0000!important;
}

.scratch_info img
{
	border: 0px;
	padding: 0px 2px 0px 1px;
	vertical-align: middle;
}

.RaceTableCenteredCellHeader
{
	color: #000000;
	background-color: #A7DFF9;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
	text-align: center;
	font-size: 11px;
}

.RaceTableCenteredCellContents
{
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
	text-align: center;
}

.RaceTableLeftCellHeader
{
	color: #000000;
	background-color: #A7DFF9;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
	text-align: left;
	font-size: 11px;
}

.RaceTableLeftCellContents
{
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
	text-align: left;
}

/* -------- Various tables styles ------------- */

.racingform_buttons
{
	margin-left: auto;
	margin-right: 1px;
}

.racingform_buttons td
{
	padding-bottom: 5px;
}

.BlackGradientCell
{
	color: #ffffff;
	background-image: url(Images/tablegradient_dark_bg.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
}

.GreyGradientCell
{
	color: #ffffff;
	background-image: url(Images/tablegradient_light_bg.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
}

.GreyGradientCell th a
{
	text-decoration: none;
	color: #fff;
}


.DogInfoBoxHeader
{
	background-color: #D1EEFC;
	color: #000000;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}

.DogInfoBoxHeaderBlack
{
	background-color: #000000;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
}

.DogInfoBoxValuesRow
{
	background-color: #FFFFFF;
	color: #000000;
	font-size: 10px;
	font-weight: normal;
}

.DogInfoBoxGreyValuesRow
{
	background-color: #808080;
	color: #000000;
	font-size: 10px;
	font-weight: normal;
}

/* -------------- images ----------------- */

.Thumbnail_Image
{
	width: 90px;
}

.Fullsize_Image
{
	width: 300px;
}

.newsImage
{
	border:1px solid #9b9b9b;
	margin-bottom:5px;
}

.newsImageThumb
{
	float:left;
	margin: 0px 10px 0px 0px;
	width: 90px;
}


/* ------- CollapsiblePanel Style ------------- */

.collapsePanel
{
	background-color:white;
	overflow:hidden;
	border: 1px solid #333333;
}

.collapsePanelHeader
{
	width:100%;
	height:10px;
	background-color: #333333;		/* background-color: #999999; */
	color:#ffffff;
	font-weight:bold;
}

.collapsePanelHeader a
{
	color:#000000;
}

.collapsePanelHeader a:hover
{
	text-decoration:none;
	background:none;
}

/* -------- Service table in racing -------- */
#serviceDescription
{
	width: 100%;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}

#serviceDescription td, #serviceDescription th
{
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

#serviceDescription th
{
	font-size: 1.2em;
	vertical-align: middle;
	padding: 10px 0px 10px 40px;
	width: 25%;
	background-color: #EFEFEF;
	text-align: left;
}

#serviceDescription th span
{
	background: transparent url(Images/FormButtonsLarge.png) no-repeat;
	background-position: 0px 0px;
	width:33px;
	height:35px;
	position: absolute;
	margin: -10px 0px 0px -36px;
}


#serviceDescription th span.formExpert
{
	background-position: 0px -35px;
}

#serviceDescription th span.formWrapper
{
	background-position: -35px -35px;
}

#serviceDescription th span.formFields
{
	background-position: -70px -35px;
}

#serviceDescription td
{
	padding: 10px;
}

#serviceDescription tr.tbfooter td
{
	background-color: #999999;
	color: #FFFFFF;
	padding: 3px;
	padding-left: 10px;
}

#serviceDescription td p, #serviceDescription td li
{
	line-height: normal;
	margin: 0;
	margin-bottom: 0.3em;
}

#serviceDescription td p
{
	font-weight: bold;
}

/* -------- Racing form Wrapper -------- */
/* Top summary table */
#summaryTable
{
	width: 100%;
	font-weight: bold;
}

#summaryTable
{
	width: 100%;
	font-weight: bold;
	height: auto;
}

#summaryTable th
{
	vertical-align: top;
	padding-left: 8px;
	padding-top: 5px;
	height: auto;
	padding-bottom: 5px;
}

#summaryTable td
{
	vertical-align: top;
	width:30%;
	border-right: 1px #FFFFFF solid;
	padding-top: 17px;
	padding-left: 5px;
	padding-bottom: 5px;
	height: auto;
}

#summaryTable td.last
{
	border-right: none;
}

#summaryTable td div.colstacker
{
	float:left;
	margin-right: 10px;
}

/* race layout */
.wrapperRaces
{
	padding-left: 5px;
	padding-right: 5px;
}

.wrapperRaces .col1, .fieldsRaces .col1
{
	width: 474px;
	float: left;
	margin-left: 0px;
	margin-right: 8px;
	padding: 0;
}

.wrapperRaces .col2, .fieldsRaces .col2
{
	width: 474px;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0;
}

.wrapperRaces .panelWrapper, .fieldsRaces .panelWrapper
{
	float: none;
	width: auto;
	margin-bottom: 8px;
	min-height: 196px;
}

.wrapperRaces .panelWrapperLeftCol
{
	margin-right: 8px;
}

.wrapperRaces .wrapperQuaddieDiv1
{
	background: #99CCFF url(/images/quaddie_1_bg.jpg);
	background-position: 0px 0px;
}

.wrapperRaces .wrapperQuaddieDiv2
{
	background: #99CCFF url(/images/quaddie_2_bg.jpg);
	background-position: 0px 0px;
}

.wrapperRaces .wrapperQuaddieDiv3
{
	background: #99CCFF url(/images/quaddie_3_bg.jpg);
	background-position: 0px 0px;
}

.wrapperRaces .wrapperQuaddieDiv4
{
	background: #99CCFF url(/images/quaddie_4_bg.jpg);
	background-position: 0px 0px;
}

.wrapperRaces .panelTop
{
	padding: 0px;
    margin: 0px;
    height: auto;
	border-top: 2px solid #404041;
	border-left: 2px solid #404041;
	border-right: 2px solid #404041;
	border-bottom: none;
	font-size: 1em;
	background-color: #000;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

.wrapperRaces .panelTop table td
{
	padding: 5px;
}

.wrapperRaces .panelMiddle
{
	border-left: 2px solid #404041;
	border-right: 2px solid #404041;
	border-bottom: 2px solid #404041;
	border-top: none;
}

.wrapperRaces .panelContent
{
	margin: 0px;
	font-size: 0.91667em;
}

.wrapperRaces .panelTop span.text
{
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
}

#fields-meta
{
	padding: 15px 0px;
}

#fields-meta-left
{
	float: left; 
	margin: 0px 0px 0px 5px; 
	width: 30%; 
	font-weight: bold;
}

#fields-meta-right
{
	float: right; 
	width: 50%; 
	text-align: right; 
}

.fieldsRaces .col1
{
	width: 465px;
	margin-right: 15px;
}

.fieldsRaces .col2
{
	width: 465px;
}

.fieldsRaces .raceBlock
{
	margin-bottom: 15px;
	height: 331px; /* changed from 317px to allow highlight text at the bottom */
	padding: 0px;
	border-bottom: 1px solid #A2A1A1;
    position:relative;	/* added for highlights at the bottom of race blocks */
}

.fieldsRaces .raceBlockPageBreakBefore
{
	page-break-before: always;
}

.fieldsRaces .raceBlock .raceBlockTitle table, .fieldsRaces .raceBlock .raceBlockSpecifics table
{
	width: 100%;
}

.fieldsRaces .raceBlock a
{
	color: #000;
	text-decoration: none;
}

.fieldsRaces .raceBlock a:hover
{
	text-decoration: underline;
}

.fieldsRaces .raceBlock .raceBlockTitle td
{
	background-color: #DADBDC;
	font-size: 14px;
	font-weight: bold;
	white-space: nowrap;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
	border-bottom: 2px solid #A2A1A1;
}

.fieldsRaces .raceBlock .raceBlockTitle .bluepaws
{
	width: 26px;
	text-align: right;
	background-image: url(/images/blue_paws.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.fieldsRaces .raceBlock .raceBlockTitle .sabred
{
	width: 85px;
	text-align: right;
	background-image: url(/images/SABredSmall-raceblock.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.fieldsRaces .raceBlock .raceBlockSpecifics td
{
	font-size: 11px;
	white-space: nowrap;
	padding: 5px;
	padding-bottom: 1px;
	padding-top: 1px;
	border-bottom: 1px solid #A2A1A1;
	height: 20px;
}

.fieldsRaces .raceBlock .raceBlockSpecifics td.grade
{
	width: 20%;
	text-align: left;
}

.fieldsRaces .raceBlock .raceBlockSpecifics td.distance
{
	width: auto;
	text-align: center;
}

.fieldsRaces .raceBlock .raceBlockSpecifics td.prize
{
	width: 20%;
	text-align: right;
}

.fieldsRaces .raceBlock .raceDataTable th
{
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
	padding: 5px;
	padding-bottom: 1px;
	padding-top: 1px;
	border-bottom: 1px solid #A2A1A1;
	text-align: left;
	height: 20px;
}

.fieldsRaces .raceBlock .raceDataTable td
{
	font-size: 11px;
	font-weight: normal;
	white-space: nowrap;
	padding: 0px;
	border: none;
	text-align: left;
	padding: 5px;
	padding-bottom: 0px;
	padding-top: 0px;
	border-bottom: 1px solid #EEEEEE;
}

.fieldsRaces .raceBlock .raceDataTable .box
{
	width: 23px;
	text-align: left;
}

.fieldsRaces .raceBlock .raceDataTable td.box
{
	padding-left: 5px;
	padding-right: 0px;
}

.fieldsRaces .raceBlock .raceDataTable .bluepaw
{
	width: 11px;
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
}

.fieldsRaces .raceBlock .raceDataTable .bluepaw img.sabred
{
	height: 14px;
}

.fieldsRaces .raceBlock .raceDataTable td.bluepaw
{
	padding-left: 0px;
	padding-right: 0px;
}

.fieldsRaces .raceBlock .raceDataTable .besttime
{
	width: 108px;
	text-align:right;
}

.fieldsRaces .raceBlock .raceDataTable .odds .ubet {
    background: #000 url(/images/ubet/ubet-u-green.png) no-repeat 3px center;
    color: #fff;
    display: inline-block;
    padding: 3px 3px 3px 22px;
    vertical-align: middle;
}

/**** Special formatting for fields races that need to be highlighted ****/
.highlight_area
{
    margin-top: 2px;
    height: 14px;
    padding: 5px 0px;    
    position:absolute;
    bottom:0;
    width:100%;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.highlight_area.on
{
    background-color: #CEE7FF!important;
}

.expertsRace
{
	padding-left: 5px;
	padding-right: 5px;
}

.expertsRace .panelTop
{
	padding: 0px;
	border-top: 1px solid #404041;
	border-left: 1px solid #404041;
	border-right: 1px solid #404041;
	border-bottom: 1px solid #404041;
}

.expertsRace .panelTop table td
{
	padding: 5px;
}


div.buttonBar
{
	text-align: right;
}


div.floatleft
{
	float: left;
}

div.floatright
{
	float: right;
}

/* -------- General error message formatting -------- */
.errorMessage
{
	padding: 10px;
	border: 1px solid #FF0000;
	color: #FF0000;
	font-size: 1em;
	margin: 10px;
	display: block;
	background-color: #FFEEEE;
}
.infoMessage
{
	padding: 10px;
	border: 1px solid #333333;
	color: #333333;
	font-size: 1em;
	margin: 10px;
	display: block;
	background-color: #EFEFEF;
}

.blueinfoMessage
{
	padding: 10px;
	border: 1px solid #9cc6d0;
	color: #0f4b74;
	font-size: 1em;
	margin: 10px;
	display: block;
	background-color: #c4dde3;
}

.greeninfoMessage
{
	padding: 10px;
	border: 1px solid #a2d399;
	color: Green;	/* was previously #006633 but that is difficult to read */
	font-size: 1em;
	margin: 10px;
	display: block;
	background-color: #c7e5c2;
}


/* -------- Calendar Events Classes -------- */
#calQuickLinks
{
    line-height: 2em;
}

.calPanelTop
{
	width: 100%;
	float: left;
	margin: 30px 0px 15px;
}

.calPanelTop .calCol1
{
	float: left;
	width: 150px;
	margin-right: 10px;
}

.calPanelTop .calCol2
{
	float: left;
	padding-right: 10px;
}

.calPanelTop .calCol3
{
	width: 468px;
	float: left;
}

.calPanelTop .calHeading
{
	font-size: 2.5em;
}

.calPanelTop select
{
	width: 150px;
}

.calCalendar
{
	width: 100%;
}

.calCalendar th
{
	text-align: left;
	padding:3px 3px 3px 6px;
	background-color:#000;
	text-transform:uppercase;
	color:#fff;
	border:1px solid #999999;
	border-bottom:0px;
	font-weight:bold;
	font-size:12px;
}

.calCalendar td
{
	height: 150px;
	text-align: left;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 1px;
	border:1px solid #999999;
	font-size:11px;
	color:#4f5965;
	font-weight:bold;
	margin-top:8px;
	background-image:url(Images/subHeading_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
}

.calCalendar td.calToday
{
	border: 1px solid red;
	color: Red;
}

.calCalendar td.faded ul li a
{
	color: #CCCCCC;
}

.calCalendar td.faded
{
	background-color: #EEEEEE;
}

.calCalendar td ul
{
	margin:0px 0px 0px 0px;
	padding:10px 0px 10px 0px;
	list-style-type:none;
	font-weight: normal;
}

.calCalendar td ul li
{
	background-image:url(Images/arrow_grey.gif);
	background-repeat:no-repeat;
	background-position:0em 0.5em;
	line-height:18px;
	border-bottom:1px solid #ccc;
	padding-left:10px;
}

.calCalendar td ul a
{
	color:#000;
	text-decoration:none;
}

.calCalendar td ul a:hover
{
	font-weight: normal;
	text-decoration:underline;
	color:#000;
}

	/* Calendar daily view */
	.calDetail
	{
		padding: 10px;
		border: 1px solid #CCCCCC;
		margin-bottom: 10px;
		width: 98%;
		background-image: url(Images/panel_bg.jpg);
		background-repeat: repeat-x;
	}

	.calDetail .eventTitle
	{
		clear: both;
		font-size: 1.2em;
		font-weight: bold;
		margin-bottom: 1em;
	}

	.calDetail .detailRow
	{
		height: 20px;
		border-bottom: 1px solid #CCCCCC;
		padding: 2px;
		padding-top: 3px;
	}

	.calDetail .eventFieldTitle
	{
		font-weight: bold;
		float: left;
		width: 150px;
	}

	.calDetail .eventFieldDetail
	{
		float: left;
	}

	.calendar_details
	{
		font-size: 1.1em;
	}

/* -------- News article pages -----*/
.newsArticleText, .newsArticleText p, .newsArticleText ul, .newsArticleText ol, .newsArticleText blockquote, .newsArticleText td, .newsArticleText table
{
	font-size: 12px;
    line-height: 1.4em;
}

.newsArticleText img
{
	border: 0px;	/* this should be applied as a global rule for img, but need to check that it's safe to do so, first */
}

#RelatedArticles .blackLinkSmall, #RelatedArticles a, .articles-list a
{
	text-decoration: none;
}

#RelatedArticles .blackLinkSmall:hover, #RelatedArticles a:hover, .articles-list a:hover
{
	text-decoration: underline;
}

.news-meta .left { float: left; }
.news-meta .right { float: right; }

.news-main { padding-top:15px }

.fb-like
{
	margin: 5px 0px;
}

/* -------- Static pages -------- */
.infoPage td, .infoPage th 
{
    padding: 5px;
}
.infoPage a, .infoPage a:visited, .infoPage a.standardLink, .infoPage a.standardLink:visited 
{
    border-bottom: 1px dotted #CCCCCC;
    color: #666666;
    text-decoration: none;
}
.infoPage a:hover, .infoPage a.standardLink:hover 
{
    text-decoration: none;
    border-bottom: 1px solid #666666;
}
.infoPage div, .infoPage p, .infoPage ul, .infoPage ol, .infoPage blockquote, .infoPage td, .infoPage table
{
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 1.4em;
}

.infoPage h1
{
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 24px;
    color: #3b3b3b;
    line-height: 1em;
}

.infoPage h2
{
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 17px;
    color: #3b3b3b;
}

.infoPage iframe
{
	border: 0px;
}

.infoPage .subHeading1
{
	margin-top: 5px;
}

.staffTable h2
{
	font-size: 14px;
	margin-bottom: 0;
}

.staffTable p
{
	margin-top: 0;
	margin-bottom: 1.2em;
}

.staffTable h2 .position
{
	font-size: 8.3pt;
}

.staffTable h2 .qualification
{
	font-weight: normal;
	font-size: 11px;
}

.staffTable .photoHolder
{
	margin-right: 10px;
}

#trainersTable th, .standardTable th
{
	padding: 5px;
	text-align:left;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	background-color: #BBA75A;
	background-image: url(Images/header_bg.jpg);
}

#trainersTable td,  .standardTable td
{
	padding: 5px;
	background-color: #FEFEFE;
	border-bottom: 10px solid #FFFFFF;
	border-top: 2px solid #BBA75A;
	vertical-align: top;
	background-image:url(Images/panel_bg.jpg);
	background-repeat: repeat-x;
	background-position: 100px;
	margin-bottom: 5px;
}

#trainersTable td .n, .standardTable td .n
{
	font-size: 14px;
	color: #474747;
	font-weight:bold;
}

#trainersTable td .c, .standardTable td .c
{
	font-weight: bold;
}

.invisible
{
	display: none;
	visibility: hidden;
}

.ResultsPageRightColumn
{
	padding: 5px 5px 5px 5px;
	width: 100px;
}

.boxHistoryContainer, .WinningDistancesContainer
{
	vertical-align: top;
	width: auto;
	padding-left: 80px;
	padding-right: 80px;
	padding-top: 10px;
	padding-bottom: 10px;
}


/* -------- Greyhound statistics -------- */
.resultsListContainer {
    BACKGROUND-IMAGE: url(Images/panel_bg.jpg);  
    background-repeat: repeat-x;  
    background-color: #FFFFFF;
}
.resultsListContainer div {
    padding: 10px;
    overflow: auto;
    height: 150px;
    width: 66%;
    vertical-align: top;    
    width: auto;  
}
.resultsListContainer table {
    width: 90%;

}
.resultsListContainer table td table {
    width: 100%;
    BACKGROUND-IMAGE: none;    
    background-color: Transparent;    
}
.resultsListContainer table td table td {
    border-bottom: solid 1px #CCCCCC;
    padding: 3px;

}
.resultsListContainer table th {
    border-bottom: solid 1px #CCCCCC;
    padding: 3px;
}

.searchFormContainer {
    width: 33%; 
    vertical-align: top;
    padding: 0px;
	height: 150px;  
	border: #999999 1px solid;	
    background-color: #e0e0e0;	 
}
.searchFormContainer div {
    padding: 10px;
}
.compareGreyhounds .searchFormContainer {
    height: auto;
}
.compareGreyhounds .searchFormContainer table td {
    padding: 10px;
    padding-top: 0;
    padding-bottom: 0;
}
.resultsListContainer h2, .searchFormContainer h2, .TrackStatsSearchContainer h2 {
    color: #3b3b3b;
    font-size: 14px;
    margin: 0;
    margin-bottom: 5px;
    font-weight: bold;
}

.resultsListContainer h3, .searchFormContainer h3 {
    color: #3b3b3b;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
}

/* -------- Statistics details -------- */
.generalStatistics {
    padding: 0;
    margin: 0;
    font-size: 0.91667em;
}

.generalStatistics .panelWrapper {
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
    width: 100%;
}

.generalStatistics .panelTop 
{
	background-color: #000000;
	background-image: none;
    border-color: #999999 #999999 -moz-use-text-color;
    border-style: solid solid none;
    border-width: 1px 1px 0;
    color: #FFFFFF;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 3px 3px 6px;
    margin: 0px;
    height: auto;
    line-height: 1.2em;
    position: relative;
    text-transform: uppercase;
}

.generalStatistics .statisticsTable {
    width: 100%;    
}
.generalStatistics .statisticsTable td {
    border-bottom: #CCCCCC 1px solid;
    padding: 3px;
    padding-left: 10px;      
}
.generalStatistics .statisticsTable th {
    background-color: #dadbdc;
    padding: 3px;    
    padding-left: 10px;  
}
.generalStatistics .statisticsTable th.timeHeading {
    width: 140px;
}
.generalStatistics .panelMiddle {
    padding: 0px;
    border: solid 1px #999999;
}
.generalStatistics .panelMiddle .panelContent {
    border: 0;
    padding: 0;
    margin: 0px;
}

/* -------- Box numbers -------- */
.generalStatistics .boxHistory .subHeaderRow th {
    /*height: 15px;*/
    font-size: 11px;
    font-weight: bold;
    font-family: Verdana, Arial, Sans-Serif;
}
.generalStatistics .boxHistory td {
    /*height: 15px;*/
}
.generalStatistics .boxHistory td .text {
    font-size: 11px;
}
.generalStatistics .boxHistory .subHeaderRow th.box1 {
    background-color: #ED2224;
    color: #010101;
    width: 30px;
}
.generalStatistics .boxHistory .subHeaderRow th.box2 {
    background-image: url(/images/BoxNumber2_bg.gif);
    color: #ED2224;
    width: 30px;
}
.generalStatistics .boxHistory .subHeaderRow th.box3 {
    background-color: #FFFFFF;
    border: solid 2px #D9D9D9;
    color: #010101; 
    width: 30px;
}
.generalStatistics .boxHistory .subHeaderRow th.box4 {
    background-color: #2479BB;
    color: #FFFFFF;
    width: 30px;
}
.generalStatistics .boxHistory .subHeaderRow th.box5 {
    background-color: #F4D40E;
    color: #010101;
    width: 30px;
}
.generalStatistics .boxHistory .subHeaderRow th.box6 {
    background-color: #54A846;
    color: #ED2224;    
    width: 30px;
}
.generalStatistics .boxHistory .subHeaderRow th.box7 {
    background-color: #010101;
    color: #F4D40E;    
    width: 30px;
}
.generalStatistics .boxHistory .subHeaderRow th.box8 {
    background-color: #DC4298;
    color: #010101;    
    width: 30px;
}
.generalStatistics .careersPrizemoneyContainer {
    text-transform: uppercase;
    font-size: 12px;
    padding-left: 10px;  
    padding-top: 10px;  
}
.generalStatistics .boxHistoryContainer {
	padding-right: 30px;
    padding-left: 10px;
    padding-bottom: 10px;	
    padding-top: 10px;
	vertical-align: top;	
	width: auto;
}
.generalStatistics .finishingPositionsContainer {
    vertical-align: top;
	padding-top: 10px;
}
.generalStatistics .winningDistancesContainer {
    vertical-align: bottom;
    padding-bottom: 10px;
}
.careerStatistics .winningDistancesContainer .winningDistanceBox td .text,
.careerStatistics .winningDistancesContainer .winningDistanceBox th,
.careerStatistics .finishingPositionsContainer .finishingPositionsSummaryBox td .text,
.careerStatistics .finishingPositionsContainer .finishingPositionsSummaryBox th
{
    font-size: 13px;
}
.careerStatistics .winningDistancesContainer .winningDistanceBox td,
.careerStatistics .winningDistancesContainer .winningDistanceBox th,
.careerStatistics .finishingPositionsContainer .finishingPositionsSummaryBox td,
.careerStatistics .finishingPositionsContainer .finishingPositionsSummaryBox th {
    height: 16px;
}
.generalStatistics .fraction {
    background-image: url(/images/formula_strike.gif);
    background-position: center center;
    width: 100px;
    /*height: 58px;*/
    height: auto;
}
.generalStatistics .fraction table {
    width: 100%;
}
.generalStatistics .fraction td, .generalStatistics .fraction table {
    background-color: Transparent;
}
.generalStatistics .fraction .fractionTop {
    width: 100%;
    text-align: left;
}
.generalStatistics .fraction .fractionBottom {
    width: 100%;
    text-align: right;
    padding-right: 10px;
}
.generalStatistics .bettingHistory {
    padding: 10px;
}
.generalStatistics .bettingHistory td {
    font-size: 16px;
}
.generalStatistics td.equals {
    font-size: 20px;
}
.generalStatistics .valueDescription {
    font-size: 11px;
}
.bettingHistoryPrice, .bettingHistoryOdds {
    border: 1px solid #999999;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 10px;
}
.compareGreyhounds .generalStatistics .standardInformation .bettingHistoryPrice {
    margin-bottom: 5px;
}
.compareGreyhounds .bettingHistory {
    padding: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}
.bettingHistoryPrice td, .bettingHistoryOdds td {
    padding: 3px;
}

/* -------- Compare Greyhounds -------- */
.compareGreyhounds .generalStatistics table.comparisonResults {
    border-bottom: solid 1px #999999;    
    border-right: solid 1px #999999;  
    margin-bottom: 15px;
}
.compareGreyhounds th.dogName {
    font-size: 14px;
    background-color: #E0E0E0;
    padding: 10px;
    padding-left: 30px;
    border-top: solid 1px #999999;    
    border-left: solid 1px #999999;    
}
.compareGreyhounds .generalStatistics td.standardInformation, .compareGreyhounds .generalStatistics th.standardInformation {
    padding: 5px;
    padding-left: 10px;
    border-top: solid 1px #999999;    
    border-left: solid 1px #999999;    
    vertical-align: top;
    text-align: left;
}

.compareGreyhounds .generalStatistics td.indentedInformation {
    padding: 0px;
    padding-left: 15px;
    white-space: nowrap;
    text-transform: uppercase;
}
.compareGreyhounds .generalStatistics .standardInformation .statisticsTable {
    border: solid 1px #999999;
}
.compareGreyhounds .generalStatistics .standardInformation .statisticsTable td, .compareGreyhounds .generalStatistics .standardInformation .statisticsTable th {
    font-size: 10px;
    padding: 3px;
}
.compareGreyhounds .generalStatistics .standardInformation .statisticsTable th {
    white-space: nowrap;
}
.compareGreyhounds .generalStatistics .boxHistoryContainer {
    padding: 0;
}


/* -------- Premierships table -------- */
.premiershipTableBlock .premiershipsDataTable th
{
	background-color: #DADBDC;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
	border-bottom: 2px solid #A2A1A1;
	text-align: left;
}

.premiershipTableBlock .premiershipsDataTable td
{
	background-color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	white-space: nowrap;
	padding-left: 5px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-top: 2px;
	text-align: left;
	border-bottom: 1px solid #DADBDC;
}

.TrainerStatsResultsTable th
{
	padding-left: 10px;
	padding-right: 10px;
}

.TrainerStatsResultsTable td
{
	padding-left: 10px;
	padding-right: 10px;
}

#TrainerStatisticsWrapper .panelMiddle, #TrainerStatisticsWrapper .panelContent
{
	padding-top: 5px;
	border: 0px;
}

.StatsTableContainer
{
	border: 1px solid #A2A1A1;
}

.StatsTableContainer .defaultDataTable
{
	padding-left: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.StatsTitle
{
	background-color: #DADBDC;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
}

.generalStatistics .entityNameCell
{
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 18pt;
	font-weight: 700;
	width: 50%;
	vertical-align: middle;
}

.generalStatistics .blackbookButtonCell
{
	padding-top: 10px;
	padding-bottom: 10px;
	width: 50%;
	text-align: right;
	vertical-align: bottom;	
}

.trainerStatsRaces .col1
{
	width: 474px;
	float: left;
	margin-left: 0px;
	margin-right: 8px;
	padding: 0;
}

.trainerStatsRaces  .col2
{
	width: 474px;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0;
}

.trainerStatsRaces .col1
{
	width: 465px;
	margin-right: 15px;
}

.trainerStatsRaces .col2
{
	width: 465px;
}

.trainerCareerStatsDataTable th
{
	font-size: 11px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
	text-align: left;
}

.trainerCareerStatsDataTable td
{
	background-color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	white-space: nowrap;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	text-align: left;
}

.trainerCareerStatsDataTable .statisticsTotalsCell
{
	font-weight: bold;
	border-top: 1px solid #000000;
	padding-top: 3px;
}

/* -------- Blackbook --------*/
.blackbookHeader
{
	font-size: 16px;
	font-weight: bold;
}


.blackbookSearchResultsPanel
{
	background-color: #E0E0E0;
	border-top: 1px black solid;
	border-bottom: 1px black solid;
}

.blackbookPanel
{
	font-size: 0.91667em;
}

.BlackbookLeftCellHeader
{
	padding-bottom: 5px;
	vertical-align: top;
	text-align: left;
}

.BlackbookLeftCellContents
{
	padding-bottom: 10px;
	vertical-align: top;
	text-align: left;
}

.BlackBookCheckBox
{
    vertical-align: top;
    padding-right: 10px;
}

/* -------- Track statistics page -------- */

.TrackStatsDetails
{
	text-align: left;
	line-height: 18px;
	padding-right: 40px;
	vertical-align: top;
}

.TrackStatsSearchContainer 
{
	padding: 10px;
	border: #999999 1px solid;	
    background-color: #e0e0e0;	 
}

.generalStatistics .TrackWinningBoxesTable 
{
	border: 1px solid #cccccc;
}

.generalStatistics .TrackWinningBoxes .subHeaderRow th {
    height: 15px;
    font-size: 14px;
    font-weight: bold;
    font-family: Verdana, Arial, Sans-Serif;
	border: 1px solid #cccccc;
	text-align: center;
	background-color: #dadbdc;
	width: 99px;
}


.generalStatistics .TrackWinningBoxes .subHeaderRow th.TitleColumn {
    width: 150px;
    text-align: left;
}

.generalStatistics .TrackWinningBoxes td {
    height: 15px;
	border: 1px solid #cccccc;
	font-size: 14px;
	padding: 2px;
	text-align: center;
}

.generalStatistics .TrackWinningBoxes td.TitleColumn {
	text-align: left;
}

.generalStatistics .TrackWinningBoxes td.TitleColumnDistance {
	text-align: left;
	font-weight: bold;
	padding-top: 10px;
}

.generalStatistics .TrackWinningBoxes td .text {
    font-size: 14px;
	text-align: center;
}

.TrackAverageDistanceTable th
{
	width: 30%;
	font-weight: bold;
	white-space: nowrap;
	padding: 5px;
	padding-bottom: 1px;
	padding-top: 1px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	text-align: left;
}

.TrackAverageDistanceTable td
{
	font-size: 11px;
	font-weight: normal;
	white-space: nowrap;
	padding: 0px;
	border: none;
	text-align: left;
	padding: 5px;
	padding-bottom: 0px;
	padding-top: 0px;
}

/* -------- PDF flag - hide parts from the client that are only used within the PDF -------- */
.showInPDFOnly {
    visibility: hidden;
    display: none;
}



/* --------- Fair Share petition --------- */
#petition_signatures_list
{
	width: 50%;
	margin: 10px;
	padding: 10px;
	background-color: #EBEBEB;
	border: 1px solid #CCCCCC;
}


/* --------- Integrity -------------- */
.integrity_table
{
	border-bottom: 1px solid #333;
}

.integrity_table_header
{
	background-color: #333;
	color: #fff;
}

.integrity_table_header td
{
	padding: 5px;	
}

.integrity_table_row td, .integrity_table_alt_row td
{
	padding: 5px;
}

.integrity_table_alt_row
{
	background-color: #dcdcdc;
}

/* ---------- GOTY pages ---------------- */
.gotyvoteform
{
	text-align: center;	
}

.gotyvideoitems
{
    float: left;

}

.gotyvideoitems .row
{
    clear: both;
    float: left;
    margin-bottom: 20px;
}

.gotyvideoitems .item
{
	width: 45%;
	padding-right: 5%;
	text-align: center;
	float: left;
}

.gotyvideoitems p {
    margin: 0.5em 0;
}

    .gotyvideoitems .item .greyhound, .gotyvideoitems .item .trainer
    {
        font-size: 1.1em;
        color: #f33;
    }

.gotyvideoitems img {
    border: 0;
    max-width: 100%;
    border-bottom: 3px solid #f33;
    border-top: 3px solid #f33;
}

    .gotyvideoitems .image:after {
        content: ' ';
        display: block;
        border-bottom: 3px solid #f33;
        background: rgb(250,204,20); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(249,160,30,1) 0%, rgba(250,204,20,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(249,160,30,1) 0%,rgba(250,204,20,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(249,160,30,1) 0%,rgba(250,204,20,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9a01e', endColorstr='#facc14',GradientType=0 ); /* IE6-9 */
        height: 8px;
    }

.gotyvideoitems h2 {
    border-top: 3px solid #f00;
    background: rgb(250,204,20); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(250,204,20,1) 0%, rgba(249,160,30,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(250,204,20,1) 0%,rgba(249,160,30,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(250,204,20,1) 0%,rgba(249,160,30,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#facc14', endColorstr='#f9a01e',GradientType=0 ); /* IE6-9 */
    margin: 0;
    font-family: Lobster;
    color: #f00;
    font-size: 20px;
    padding: 2px;
}

.gotyvideovote
{
	clear: both;
	font-size: 1.1em;
    padding-top: 30px;
}

.gotyvideovotelist
{
	margin: 0px auto 5px;
	text-align: left;
}


/**** Country Challenge Showdown Competition Styles *****/
div.cc_showdown div.panelMiddle
{
    background-color: #000;
    color: #fff;
    border-color: #000
}

div.cc_showdown div.panelContent
{
    background-color: #000;
}

.comp_creative
{
    text-align: center!important;
}

div.cc_showdown table.form_table
{
    width: 370px;
    margin: 0px auto;
}

.form_table td { vertical-align: top; }

div.cc_showdown .form_result
{
    width: 370px;
    margin: 0px auto;
}

.player
{
	display: block;
	background-color: #000;
}

/**** Standard Form styles *****/
.standardFormRow
{
	overflow: hidden;
	clear: both;
	padding: 5px 0px;
    width: 100%;
}
	
.standardFormRow label
{
	width: 10em;
	float: left;
	padding-top: 3px;
}

.standardForm .standardFormRow input, .standardForm .standardFormRow textarea
{
	float: left;
}

.standardFormRow label.inline
{
	width: auto!important;
	margin-right: 10px;
}

.standardFormRow input.inline
{
	margin-right: 10px;
}

.standardForm .standardFormRow input.validation-error, .standardForm .standardFormRow textarea.validation-error, .standardForm .standardFormRow select.validation-error
{
    background-color: #fee;
    border: 1px solid #f00;
}

.standardForm fieldset
{
	border: 1px solid #848484;
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    padding: 0.35em 0.625em 0.75em;	
}

.standardForm fieldset.standout
{
	background-color: #e3e3e3;
}

.helper_text
{
	color: #999999;
}

.formtable td { vertical-align: top; }

.flowlayout input { clear: both; }
.flowlayout label { margin: 0px 0px 10px 10px; width: 85%; }

#section1_label { font-weight: bold; color: #00b050; }
#section2_label { font-weight: bold; color: #ff0000; }

input.breeding { width: 300px;}
input.earbrand { width: 100px;}


/***** Greyhound Identifications Card Holder Orders *****/
#cardholder_order_form .standardFormRow label 
{
	width: 12em;
}

#cardholder_order_form .standardFormRow label.long 
{
	width: 37em;
}

/** Fix for JQuery UI DatePicker displaying at bottom of page when change some properties **/
#ui-datepicker-div { z-index: 10000!important; display: none; } 

	
/* --------- Modal dialog styles --------- */
.modal_background {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#fff;
	width:400px;
	max-height: 400px;
	overflow: auto;
}
	
.modalPopupInner 
{
    margin: 5px;
	border-width:1px;
	border-style:solid;
	border-color:Gray;
	padding: 10px;
}

.modalPopup .closeLink
{
    font-size: small;
    color: #999
}


/** Standard Columns **/
    /* ------- Fluid Columns ------- */
    .one_half{ width:48%; }
    .one_third{ width:31.33%; }
    .two_third{ width:65.33%; }
    .one_fourth{ width:22%; }
    .three_fourth{ width:74%; }
    .one_fifth{ width:16.8%; }
    .two_fifth{ width:37.6%; }
    .three_fifth{ width:58.4%; }
    .four_fifth{ width:67.2%; }
    .one_sixth{ width:13.33%; }
    .five_sixth{ width:82.67%; }
    .one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth{ position:relative; margin-right:2%; float:left;  }
    .last{ margin-right:0 !important; clear:right; }
    .clearboth {clear:both;display:block;font-size:0;height:0;line-height:0;width:100%;}

    /* ------- Fluid Columns with 2em margin-bottmo ------- */
    .one_half_padding{ width:48%; }
    .one_third_padding{ width:31.33%; }
    .two_third_padding{ width:65.33%; }
    .one_fourth_padding{ width:22%; }
    .three_fourth_padding{ width:74%; }
    .one_fifth_padding{ width:16.8%; }
    .two_fifth_padding{ width:37.6%; }
    .three_fifth_padding{ width:58.4%; }
    .four_fifth_padding{ width:67.2%; }
    .one_sixth_padding{ width:13.33%; }
    .five_sixth_padding{ width:82.67%; }
    .one_half_padding,.one_third_padding,.two_third_padding,.three_fourth_padding,.one_fourth_padding,.one_fifth_padding,.two_fifth_padding,.three_fifth_padding,.four_fifth_padding,.one_sixth_padding,.five_sixth{ position:relative; margin-right:2%; float:left; margin-bottom: 1.7em;  }

    /* following just has a bit more padding for GRSA */
    .one_half_padding2 { width: 46%; position:relative; margin-right:4%; float:left; margin-bottom: 1.7em;  }