/*
-----------------------------------------------
Client: Olympic Horse Feeds.
Description: Printable
Author: Copious Ltd - www.copious.co.uk
Copyright: 2005 Copious Ltd
Version:  08 Mar 2005
----------------------------------------------- */

/* General setup
----------------------------------------------- */

html {width: 100%;}

/* Overall layout rules
----------------------------------------------- */

body {
	background: white;
	font-family: helvetica, arial, sans-serif;
	text-align: left;
	color: black;
	margin: 0;
	width: 90%;  
  	 }
	 
#wrapper	{
	width: 100%;
	padding: 20px;
	margin: auto;
	background: white;
	background-image: none;
	}	

#maincontent {
	width: auto;
   margin: 0;
	padding: 0px 0px 14px 0px; 
   color: black;
   }
	 
	 
	 
	 
/* Main Hide me
----------------------------------------------- */

#mainMenu, #navcontainer, #navlist, div.topper, #footer, #fields, fieldset, .inputsend .betalogo {
	display: none;
	}
	
	
/* Imagery Hide me
----------------------------------------------- */
	
.logo, .headerimage, img  {
	display: none;
	}
	
	
/* Misc Hide me
----------------------------------------------- */
	
.hide, p.courtesy, div.sub-col ul, div.sub-col h3, div.sub-col h4  {
	display: none;
	}
	

/* Main header
----------------------------------------------- */

#header h1 span, #headercamel h1 span {
	color: Gray;
	border-bottom: 1px solid Grey;
	padding: 0 10px 2px 0;
	font-weight: normal;
	font-size: 10pt;
	letter-spacing: 1pt;
	text-decoration: none;
	}

#header h1 a:link, #header h1 a:visited, #headercamel h1 a:link, #headercamel h1 a:visited	{
	color: Gray;
	font-size: 10pt;
	font-weight: normal;
	letter-spacing: 1pt;
	text-decoration: none;
	}

		
		
/* General Typography
----------------------------------------------- */

p, div.sub-col p {
	color: #333;
	margin-top: 3px;
	font-size: 10pt;
	line-height: 130%;
	}
	
ul, ol {
	color: #333;
	font-size: 10pt;
	line-height: 150%;
	}

h1, h2, h3, h4, h5, h6	{
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	margin-top: 12pt;
	line-height: 1.2em;
	}

h1	 { 
	color: Black;
	font-weight: bold; 
	font-size: 14pt; 
	margin-top: 24px; 
	margin-bottom: 10px;
	}
	
h2	 { 
	color: Black;
	text-transform: uppercase;
	font-weight: bold; 
	font-size: 10pt;
	margin-bottom: 4px;
	}
	
h3, h4, h5	 { 
	color: Black;
	font-weight: bold; 
	font-size: 10pt; 
	}

	

	
/* General linkology
----------------------------------------------- */
		
a:link, a:visited {
	color: #333;
   font-weight: bold;
   text-decoration: none;
   }
	
	
	
/* Table Elements
----------------------------------------------- */

#tableframe {
	clear: both; 
	float: left;
	width: 100%;
	}
	
#table {
	border-right: 1px solid Black;
	border-left: 1px solid Black;
	margin: 20px 0 20px 0;
	padding: 0;
	width: 100%;
	}

table {
	border-top: 1px solid Black;
	border-left: 1px solid Black;
	}

caption {
	background: #AEAEAE;
	color: Black;
	border-top: 1px solid Black;
	border-right: 1px solid Black;
	margin: 0;
	padding: 4px 0 4px 10px;
	font-size: 10pt; 
	font-weight: bold;
	text-align: left;
	}

th {
	text-align: left;
	padding: 2px 5px;
	font-weight: bold;
	text-align: center;
	}

th, td, tr {
	border-right: 1px solid Black;
	border-bottom: 1px solid Black;
	font-size: 9pt;
	text-align: center;
	}

tfoot {
	background: Silver;
	color: #333;
	font-size: 9pt;
	}
	
tr.stripe {
   background-color: #E9E9E9;
	}
		
tr.measure {
	}
		
td.foot {
	padding: 4px 10px 4px 10px;
	text-align: right;
	}

	
/* Misc
----------------------------------------------- */

.skiplink {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;  /* for the benefit of IE5 Mac */
	}










