/* sets the global base settings */
body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
	padding:0;
	line-height: 160%;
	background-color:#ffffff;
	height:100%;
	}
	
#headerLEFT {
	float: left;
	clear: right;
	padding-left:15px;
	padding-top: 15px;
	z-index:1;
}

#headerRIGHT {
	position:absolute; top:5px; right:5px;
	float:right;
	font-size: 80%;
	z-index:2;
}
	
#pagedisplay {
	color:#000000;
	font-weight:bold;
	font-size: 1.5em;
	text-align: center;
	padding: 10px 0 10px 0;
	}
	
/* format the header background color so it expands with the window */		
#header {
	width:100%;
	background-color:#ffffff;
	padding-bottom:5px;
}
	
/* logo strip with gradient running along the bottom on the blue header */	
#logobox {
	margin: 0 0 10px 0;
	height: 80px;
	width: 100%;
	background: #FFFFFF url(../Images/logobar.jpg) repeat-x left bottom;
	}

/* floats the main header image to the left side of the page */
#logo {
	float:left;
	clear:right;
	margin: 13px 0 0 5px;
	}
	
/* floats the top banner image to the right side of the page */
#topbannerad {
	float:right;
	margin: 0 4px 0 0px;
	}

/* include the gradient bar that the very top of the page */
#ddcolortabsline{
	clear: both;
	margin:0;
	padding: 0;
	height:7px;
	width: 100%;
	background: transparent url(../Images/logobar.gif) repeat-x right top;
}

/* format the left menu div area */
#leftcol {
	margin: 0 3% 0 0;
	width:14%;
	float:left;
	padding:0px 0 5px 0;
}

/* used for the left menu unordered list */	
#listbutton {
	margin: 0;
	padding: 1px 1px 1px 0;
	background-color:#0E4274;

}
	
/* Format the left menu list elements */
#listbutton li {
	margin: 0;
	padding: 0 0 0 0;
	font-weight: bold;
	font-size:1.2em; 
	font-family:Arial, Helvetica, sans-serif;
	border-top: 1px solid #fff;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #666;
	background: #e6e2be;
	}

/* format the menu heading */		
#listbutton .ulheading {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 1.3em;
	background-color:#0E4274;
	color:#ffffff;
	padding: 3px;
	border-bottom:1px solid #0E4274;
	}
	
/* format the admin menu heading */		
#listbutton .uladminheading {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 1.3em;
	background-color:#000000;
	color:#ffffff;
	padding: 3px;
	border-bottom:1px solid #0E4274;
	}
		
/* left menu link formatting */	
#listbutton li a:link, #listbutton li a:visited, #listbutton li a:hover, #listbutton li a:active 
	{
	display:block;
	padding: 2px 10px;
	border-bottom: 0;
	font-size: .9em;
	text-decoration: none;
	color:#000000;
		}
		
#darklink li a:link, #darklink li a:visited, #darklink li a:hover, #darklink li a:active 
	{
	color:#000000;
	text-decoration:underline;
		}
	
		
/* format hover links for all generic unordered lists, including the left menu */	
ul a:hover {
	color: #ffffff ;
	background:#c5c19c;
	}
	
/* format list links for the tools class.  Applied to the tools page */	
.tools li a:link {
	color:#000000;
	font-size: 1em;
	padding:0;
	}
	
/* format list visited links for the tools class.  Applied to the tools page */		
.tools li a:visited {
	color:#000000;
	font-size: 1em;
	padding:0;
	text-decoration: none;
	}	
	
/* format list links hover for the tools class.  Applied to the tools page */		
.tools li a:hover {
	color: #666666;
	font-size: 1em;
	padding:0;
	background-color:transparent;
	}	
	
/* format links for all generic unordered lists */	
ul a:link {
	color: #ffffff;
	text-decoration: none;
	}
	
/* format visited links for all generic unordered lists */		
ul a:visited {
	color:#ffffff;
	}
	
	
/* format active links for all generic unordered lists */	
ul a:active {
	color:#ffffff;
	}

/* format generic links */
a:link, a:visited, a:active {
	color:#333333;
	font-size: 1em;
	font-weight:bold;
}

/* format generic links hover */
a:hover {
	color:#666666;
	font-size: 1em;
	font-weight:bold;
}

/* format heading 1 */
h1 {
	text-align:center;
	font-size:2em;
	color:#666;
	margin:0;
	padding:20px;
}

/* format heading 2 */
h2 {

	font-size:1.5em;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	padding:10px;
	margin:0;
}

/* format paragraph */
p { 
	font-size: 1em; 
	margin: 0px; 
	text-align: justify;
	color:#000000;
	}
	
/* format table caption */	
caption {
	text-align:center;
	font-size: 1.3em;
	color:#ffffff;
	background-color:#0E4274;
	}	
	
/* format generic table */	
table {
	border:1px solid #4B6999;
	border-collapse:collapse;
	}
	
/* format generic table */	
#regulartable {
	border:0px;
	border-collapse:collapse;
	}

#regulartd {
	border:0px;
	border-collapse:collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}	

/* format generic table columns */	
td {
	padding: 4px 5px 4px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: .9em;
	}
	
/* format generic table heading */	
th {
	padding: 4px 5px 4px 5px;
	font-size: .8em;
	color:#000000;
	background-color:#c5c19c;
}

#signuptable th {
	background-color: #ffffff;
	color:#000000;
	}
	
#signuptable a:link, #signuptable a:visited, #signuptable a:active, #signuptable a:hover
	 {
	color:#000000;
	}

#details a:link, #details a:visited, #details a:active, #details a:hover
	 {
	color:#000000;
	}

/* format the center content column used on the home page */
#content {
	width:40%;
	float:left;
	margin: 0 3% 0 0;
	padding:5px 0 5px 0;
}

/* format the paragraph class in the content column */
#content p {
	padding:3px 18px 3px 18px;
	margin:0;
	color:#000000;
}

/* format the right column used on the home page */
#rightcol {
	float:left;
	margin:0 1% 0 0;
	width:35%;
	padding:5px 0 5px 0;
}

/* format the paragraph class in the rightcolumn */
#rightcol p {
	padding:3px 18px 3px 18px;
	margin:0;
}

/* format the main body used in the majority of the pages */
#mainbody {
	margin: 0 1% 0 17%;
	width: 80%;
}	

/* format the footer */
#footer {
	width:100%;
	text-align:center;
	clear:both;
	padding:4px 0 9px 0;
	/* background: transparent url(../Images/logoStripNoGradient.gif) repeat-x left bottom; */
}	

/*HINT BOX CODE */

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor { /*CSS for link that shows hint onmouseover*/
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 10px;
color: navy;
margin: 3px 8px;
}


.shadow a:link{
	color:#000000;
	font-size: 1.1em;
}

.shadow a:visited {
	color:#000000;
	font-size: 1.1em;
}

.rowlight {
	background-color:#e6e2be;
	font-size: 1em;
	}
.rowlight a:link{
	color:#000000;
	font-size: 1.1em;
}

.rowlight a:visited {
	color:#666666;
	}

.rowdark {
	background-color:#d3d0b2;
	font-size: 1em;
	}
	
.rowdark a:link {
	color:#000000;
	font-size: 1.1em;
	}

.rowdark a:visited {
	color:#666666;
	}

/* Applied to the ul on the text preferences page to remove the bullets */
.text {
	list-style:none;
	}

/* applies style to the active list item so the user knows what page they are on */	
.menu1 a:hover, 
/* MAIN MENU */
body#index #t-index a, 
body#signup #t-signup a, 
body#login #t-login a, 
body#feedback #t-feedback a, 
body#dashboard #t-dashboard a, 
body#editinfo #t-editinfo a, 
body#textmessaging #t-textmessaging a, 
body#addload #t-addload a, 
body#addload #t-addload a, 
body#favorites #t-favorites a, 
body#lookingforloads #t-lookingforloads a, 
body#addtruck #t-addtruck a, 
body#classifieds #t-classifieds a, 
body#addclassified #t-addclassified a, 
body#washouts #t-washouts a, 
body#sale_barns #t-sale_barns a, 
body#sale_schedule #t-sale_schedule a, 
body#feedlots #t-feedlots a, 
body#findmembers #t-findmembers a, 
body#tools #t-tools a,  
body#news #t-news a,
body#support #t-support a, 
body#adminchangepassword #t-changepassword a, 
body#addfavorite #t-addfavorite a,

/* RATING MENU */
body#myratings #t-myratings a,
body#addrating #t-addrating a,
body#rated #t-rated a,

/* ADMIN MENU */
body#adminchangepassword #t-adminchangepassword a, 
body#adminsearchusers #t-adminsearchusers a, 
body#adminedithomepage #t-adminedithomepage a, 
body#adminexpired #t-adminexpired a,
body#adminsearchtextproviders #t-adminsearchtextproviders a, 
body#adminaddsale_barn #t-adminaddsale_barn a, 
body#adminaddfeedlot #t-adminaddfeedlot a, 
body#adminaddwashout #t-adminaddwashout a, 
body#addnews #t-addnews a, 
body#admincredit #t-admincredit a, 
body#adminratings #t-adminratings a, 
/* ADMIN REPORTS */
body#loginreport #t-loginreport a, 
body#activereport #t-activereport a, 
body#signupreport #t-signupreport a, 
body#insurancereport #t-insurancereport a, 
body#membersreport #t-membersreport a, 
body#textproviderreport #t-textproviderreport a,
body#textproviderusers #t-textproviderusers a

	{
	color:#000000;
	padding-bottom: 5px;
	border-color:#c5c19c;
	background: #c5c19c;
	}
	
/* format the left menu columns */
#leftmenu td {
	padding: 0 0 0 0;
	}
	
/* format generic links */
#leftmenu a:link, #leftmenu a:visited, #leftmenu a:active {
	color:#ffffff;
	font-size: 1em;
	font-weight:bold;
}

#loginbox th {
	background-color:#0E4274;
	color:#FFFFFF;
	font-size: 1.3em;
}

.loadsposted {
font-size: 1.5em;
color: #fd6905;
}

#dashboardmenu {
	border:0px;
	border-collapse:collapse;
	}

/* format Dashboard Menu */	
#dashboardmenu td {
	padding: 0;
	}
	
/* format Classified Phone number */	
.classifiedphone {
font-size: 1.1em;
font-weight:bold;
	}
	
.dashboardmenucolor {
	background-color:#c5c19c;
	}

.newRed {
font-size:.8em;
color:#FF0000;
font-style:italic;
font-weight:bold;
}

.shopping_border {padding: 6px; border-left: 1px; border-top: 1px; border-right: 2px; border-bottom: 1px; border-color: #000000; border-style: solid}

.required {
color:#FF0000;
font-size: 1.5em;
font-weight:bold;
}

.article_title a:link, .article_title a:visited, {
font-weight:bold;
font-size: 1.5em;
color:#000000;
}

.larger {
font-size: 1.5em;
font-weight:bold;
}

.large {
font-size:1.2em;
}

.redbig {
font-size: 1.3em;
color:#FF0000;
font-weight:bold;
}

#usersearch {
font-size:.9em;
}

#usersearch a:link {
font-size:.9em;
padding:0;
}

#payment_error {
	color: #FF0000;
	font-weight:bold;
	font-size: 1.5em;
	text-align: center;
	padding: 10px 0 10px 0;
	}
	
.updateinfo {
	background-color: red;
	color: #FFFFFF;
	font-size: 1.5em;
	font-weight: bold;
}	

.today a:link, .today a:visited {
font-size:1.2em;
color:#0000FF;
font-weight:bold;
}	

a:link, a:visited {
color:#0000FF;
}

.vote_agree {
	text-align:center;
	font-size: 1.3em;
	}	

.vote_agree a:hover
{
	background-color: #9ad779;
	}
	
.vote_disagree {
	text-align:center;
	font-size: 1.3em;
	}	

.vote_disagree a:hover
{
	background-color: #e9b835;
	}

.admincomment, .admincomment a:visited {
	background-color:#999;
	color:#000;
	font-size: 1em;
	}

.usercomment, .usercomment a:visited {
	background-color:#CCC;
	color:#000;
	font-size: 1em;
	}

.forum_header {
	background-color:#0e4274;
	font-size: 1em;
	color:#FFF;
	}
.forum_header a:link{
	color:#FFFFFF;
	font-size: 1.1em;
}

.forum_header a:visited {
	color:#FFFFFF;
	}
	
.forum_message {
	background-color:#f7f7f7;
	font-size: 1.2em;
	color:#000;
	padding:10px;
	line-height:1.5em;
	}
	
.forum_quoted_message {
	background-color:#CCC;
	padding:10px;
}

#forum_table {
	border:1px solid #4B6999;
	border-collapse:separate;
	}
	
#forum_table a:link, #forum_table a:visited {
	font-size:1.3em;
	font-weight:normal;
}

.forum_date_link {
	font-size:1.4em;
	font-weight:bold;
}