@import url('reset.css');

body {	
}

div.hidden {
	display				: none;
}

ul#top-menu {
	display				: none;
}

div#top div.menu {
	display				: none;
}

ul#breadcrumbs {
	display				: none;
}

div#body div#article h1 {
	font-size			: 1.5em;
	margin-bottom		: .5em;
	font-weight			: bold;
}

div#body div#article h2 {
	font-size			: 1.3em;
	font-weight			: bold;
}

div#body div#article p {
	margin-bottom		: 1.5em;
}

div#navigation {
	display				: none;
}

ul#footer {
	text-align			: center;
	padding				: 1em 0 30px 0;
}

ul#footer li {
	display				: inline;
	padding      		: 0 2em;
	background      	: transparent url('images/pipe.png') 100% 3px no-repeat;
}

div.box div div div.right 
{ 
	display				: none;
}

div#logo 
{
	display				: none;
}

span#logo
{
	display				: none;
}

div#top > div#logo {
	/* Hide the filter stuff for IE7, since it renders PNG properly */
	display				: none;
}

div#logo img {
	/* Hide the logo for IE6 */
	display				: none;
}

div#logo > img {
	/* Show the logo for !IE6 */
	display				: none;
}

ul#footer {
	display				: none;
}

div#top div.menu {
	display				: none;
}

div#top div.menu ul {
	display				: none;
}

div#top div.menu ul li {
	display				: none;
}

div#top div.menu ul li a {
	display				: none;
}

div#banner
{
	display				: none;
}

div.statistics ul
{
	display				: none;
}

div.statistics table, div.statistics table td, div.statistics table th
{
	border: solid 1px #000;
}

div.statistics table
{
	border-collapse: collapse;
	margin-bottom: 1em;
}

div#body span.block
{
	display				: block;
}

/* Styles for horse/driver/race search pages */
div#icon_div
{
	display				: none;
}

table.searchTable
{
	display:none;
	
}

.horseStatusTable
{
	border-bottom: solid 1px #787878;
	border-top: solid 1px #B2B2B2;
	border-left: solid 1px #B2B2B2;
	border-right: solid 1px #787878;	
	width: 100%;
	padding: 3px;
	border-collapse:collapse;
}

.horseStatusTable tr td
{
	border: solid 1px #E4E4E4;
	padding-left: 2px;
}

input
{
	display: none;
}

a
{
	text-decoration: none;
	color: #000;
}

.fixedTable table tr td.unselected
{
	background-image: url("/templates/sportlibrary/images/unselectedBack.gif");
    background-repeat:repeat-x;    
    text-align: center;
    vertical-align: middle;
    padding: 0 5px 0 7px;
}

.fixedTable table tr td.selected
{
	background-image: url("/templates/sportlibrary/images/selectedBack.gif");
	background-repeat:repeat-x;    
    text-align: center;
    vertical-align: middle;
    padding: 0 3px 0 3px;
}

/* END search styles*/