/* CSS Document */

* {
	/* Global Font Size, Color and Face */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}

.blue {
	color: #0000FF;
	font-weight: bold;	
}
.red {
	color: #FF0000;
	font-weight: bold;	
}
.black {
	color: #000000;
	font-weight: bold;	
}

a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0000FF;
}
a:hover {
	text-decoration: none;
	color: #0099CC;
}
a:active {
	text-decoration: underline;
	color: #0099CC;
}

body {
	background: url(images/bgd/bgd-farm-scene.jpg) top left repeat-x #65773d;
}
.footer {
	background: url(images/bgd/pg-bottom.jpg) top left no-repeat #65773d;
}

/* This is the background image */
table.table_border {
    border-collapse: collapse;
}
table.table_border td {
	border: 1px solid;
	border-color: #666666;
	/*	background-color: #FFFFFF; */
}


/* This is the controls for the navigation table */
table.navbar {
   border-collapse: collapse;
}
table.navbar td {
	border: 1px solid #FFCC33;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFF99;
	text-align: center;
}
table.navbar td a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	display: block;
	/*width: 135px;*/
	text-decoration: none;
}
table.navbar td a:link, table.navbar td a:visited {
	color: #993300;
	background-color: #FFFF99;
	padding-top: 8px;
	padding-bottom: 8px;
}
table.navbar td a:hover, table.navbar td a:active {
	color: #993300;
	background-color: #FFFFCC;
	padding-top: 8px;
	padding-bottom: 8px;
}


.headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}


.compare_tbl_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

/* Equipment Results Formatting */
.category_value {font-size: 11px}
.listingtitle {font-size: 12px; font-weight: bold; color: #003399; }
.customerheader {font-size: 12}
.price_value {font-size: 12px; color: #FF0000; font-weight: bold; }
.price_value2 {font-size: 8pt; color: #FF0000; font-weight: bold; }
.filter_term {font-size: 12px; background-color: #F5CB30; font-weight: bold; }
.srdescription_style {color: #666666; font-size: 8pt;}
.largetitleletter {font-weight: bold; color: #000000; font-size: 16px;}
.smalltitleletter {font-size: 14px; font-weight: bold; color: #FF9900;}
.field_name { font-size: 10px; color: #666666;}
.smallsearchresults_links {font-size: 8pt; color: #0000ff;}
.general {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
}

table.dealer_tbl {
   border-collapse: collapse;
   border: 1px solid #cccccc;
}

table.border_sm_line {
   border-collapse: collapse;
   border: 1px solid #cccccc;
   background-color: #ffffff;
}

table.notice_tbl {
   border-collapse: collapse;
   border: 2px solid #FF0000;
}


table.heading-sub {
	border-collapse: collapse;
	border-bottom: 1px solid #99CCFF;
}
table.heading-sub  td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #6699FF;
	text-decoration: none;
	padding-bottom: 2px;
	text-align: left;
}
table.heading-page {
	border-collapse: collapse;
	border-bottom: 1px solid #990000;
}
table.heading-page  td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	text-decoration: none;
	padding-bottom: 2px;
	text-align: left;
}

.farmshowtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

.subtle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

