/* results.css */
/* needs to be cleaned up */
/* ---------------------------- */

body {
	background:url('../images/background.gif') repeat-y;
	font-size:76%;
	font-family:arial,helvetica,sans-serif;
	margin:0;
	padding:0;
}

#page {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	font-size:1em;
	padding:0;
	margin:0;
}

#title {
	background:url('../images/header-background.png') repeat;
	height:165px;
}
	 
#title img {
	float:right;
	margin:0;
	padding:0;
}
	
#navigation {
	width:150px;
	float:left;
	font-size:1.1em;
}
	
#navigation ul {
	list-style-type:none;
	margin:0;
	padding:5px;
}
	
#navigation li {
	margin:1em 0 0 1em;
}
	
#navigation li a {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
	
#navigation li a:hover {
	color:#666;
}

#content {
	position:relative;
	margin-left:160px;
	padding:0 20px 0 5px;
}

#current {
	color:#233ef3;
	text-decoration:none;
	font-weight:bold;
}

.currentsub, .currentsub li {
	padding:0 0 0 20px;
	font-weight:bold;
}

#footer {
	font-size:.8em;
	padding:1em;
	text-align:center;
}
	
h1, h2 {
	text-align:center;
	margin:10px 0 0 0;
	padding:0;
}	

h2 {
	margin:0 0 25px 0;
	text-decoration:none;
}

.title {
	width:50%;
	font-size:1.1em;
	font-weight:bold;
}

caption {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:1.25em;
	font-weight:bold;
}

/*-----------------------------------------------------------------------------------------------------------------------------------*/
td {
	text-align:center;
	vertical-align:middle;
}

div #heiferdata, div #steerdata, div #overallcarcass, div #grades, div #champions, div #averages,
div #heiferlive, div #heifercarcass, div #steerlive, div #steercarcass, div #adg, div #carcass, div #overall, div #summary, div #USDAgrades {
	margin:20px 0 75px 0;
	padding:10px 0 0 0;
}

div table {
	border:1px solid #000;
}

#heiferlive h1, #heifercarcass h1, #steerlive h1, #steercarcass h1, #champions h1, #averages h1 {
	margin-bottom:10px;
}

th {
	border-bottom:1px solid #000;
	vertical-align:bottom;
}

.uline td {
 	border-bottom:solid #000 1px;
}
.center th {
	text-align:center;
}

.aline td {
 	border-top:solid #000 1px;
	text-align:left;
}

.highlight td, .highlight th {
	background-color:#CCC;
}

.bolded {
	font-weight:bold;
}

.col1 {
	width:40px;
}

.col2 {
	width:220px;
}

.col3 {
	width:350px;
}

.col4 {
	width:75px;
}

.col5 {
	width:35px;
}

.col6 {
	width:95px;
}

.col7 {
	width:70px;
}

.col8 {
	width:100px;
}

.col9 {
	width:400px;
}

.col10 {
	width:120px;
}

.col11 {
	width:50px;
}

.col12 {
	width:250px;
}
.col13 {
	width:15px;
}
.col14 {
	width:175px;
}

