<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*  G L O B A L   L I N K S (probably don't need to edit this)  */

a						{ color:#4955B5; }
a:hover					{ color:#000; }

/*  L A Y O U T   D E S I G N  */

.colright				{ border-left: solid 1px #fff; }	/* &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; NAVIGATION SIDE BORDER */
.bgLight				{ background-color: #999B9C; }
.colmask				{ background-color: #E3E5DC; }
.leftMenuLinks {
	background:			url("../../../../../images/states/CO/Routt/nav_bullet.png") no-repeat 0px 2px;
	margin-left:		1px;
	padding:			3px 0 10px 15px;
}

/*  H E A D E R (background &amp; logos)  */

#header					{ background: url("../../../../../images/states/CO/Routt/header_pixline.png") repeat-x; }
#logo.sale				{ background: url("../../../../../images/states/CO/Routt/header_sale.png") no-repeat left 0px; }
#logo.auction			{ background: url("../../../../../images/states/CO/Routt/header.png") no-repeat left 0px; }

/*  M E N U S  */

#topMenu				{ margin-top: 73px; }
#topMenu, 
#topMenu .sb-inner, 
.menuBox,
.menuBox, #loginLeftNav {
	margin-left:		15px;
	margin-right:		15px;
}

#topMenu,
#topMenu .sb-inner		{ background: transparent; } 		/* &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; TOP MENU INNER BACKGROUND */
#topMenu .sb-border		{ background: transparent; }		/* &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; TOP MENU BORDER COLORS  */
#topMenu				{ color: #23550b; }
#topMenu a {											/* &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; TOP NAVIGATION LINKS (out/over) */
	color:				#fff; 
	font-size:			14px;
	font-weight:		bold;
	text-decoration:	none;
}
#topMenu a:hover {
	color:				#fff;
	text-decoration:	underline;
}

.menuCat				{ color: #23550b; }					/* &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; SIDE-NAV CATEGORIES (headers) */
.leftmenu a				{ color: #000000; }					/* &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; NAVIGATION LINKS (side) */
.leftmenu a:hover		{ color: #23550b; }

.menuBox {
	box-shadow:			0 1px 8px 0 rgba(0,0,0,0.25);
	-webkit-box-shadow:	0 1px 8px 0 rgba(0,0,0,0.25);
	-moz-box-shadow:	0 1px 8px 0 rgba(0,0,0,0.25);
	-ms-box-shadow:		0 1px 8px 0 rgba(0,0,0,0.25);
}

.menuBox, 
.menuBox .sb-inner		{ background: #ffffff;}				/* &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; SIDE MENU INNER BACKGROUND */
.menuBox .sb-border 	{ background: #ffffff; }			/* &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; SIDE MENU BORDER COLORS  */

.left-nav-bg			{ background: #e6e6e6; }			/* &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; LEFT RAIL BACKGROUND */
.leftmenu { 												/* &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; LEFT MENU COLORS  */
	background:			#e6e6e6;
	padding:			0px !important;
	width:				260px;
}

/*  L O G I N   F O R M  */

.loginLabelText {											/* &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; LOGIN LABEL TEXT */
	color:				#32a54b !important;
	font-weight:		bold;
	font-family:		Verdana, Geneva, sans-serif;
	font-size:			10pt !important; 
}
.forgotPassword	 {											/* &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; FORGOT PASSWORD COLORS (out/over) */
	font-family:		Verdana, Geneva, sans-serif !important;
	font-size:			11px !important;
	font-weight:		normal;
	color:				#23550b !important;
}
.forgotPassword:hover	{ color: #32a54b !important; }

#loginLeftNav table		{ min-width: 100%; }
#loginLeftNav input[type=text], #loginLeftNav input[type=password], #jump_menu {
	font-family:		Verdana, Geneva, sans-serif;
	border:				solid 0px #999B9C;
	padding:			5px 8px;
	margin-bottom:		5px;
	border-radius:		2px;
	box-shadow:			inset 0 1px 3px 0 rgba(0,0,0,0.5);
} 
#loginLeftNav input[type=button] {
	background:			#eaeaea;
	background:			-moz-linear-gradient(top,  #eaeaea 0%, #c6c6c6 100%);
	background:			-webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(100%,#c6c6c6));
	background:			-webkit-linear-gradient(top,  #eaeaea 0%,#c6c6c6 100%);
	background:			-o-linear-gradient(top,  #eaeaea 0%,#c6c6c6 100%);
	background:			-ms-linear-gradient(top,  #eaeaea 0%,#c6c6c6 100%);
	background:			linear-gradient(to bottom,  #eaeaea 0%,#c6c6c6 100%);
	filter:				progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#c6c6c6',GradientType=0 );
	padding:			5px 10px;
	color:				#000;
	border:				0px;
	min-width:			100px;
	border:				solid 1px #555;
	border-radius:		3px;
	font-weight:		bold;
} 
#loginLeftNav input[type=button]:hover {
	background:			#efefef;
	cursor:				pointer;
}

/*  S P L A S H   S E C T I O N  */

#splashBody.sale		{ background: url("../../../../../images/states/CO/Routt/splash_bg_sale.png") repeat-x; }
#splashWrapper			{ background: url("../../../../../images/states/CO/Routt/splash_bg.png") repeat-x; }
#splashWrapper.sale		{ background: url("../../../../../images/states/CO/Routt/splash_bg_sale.png") repeat-x; }
#splashLeft				{ width: 304px; }
#splashLeft.sale		{ background: url("../../../../../images/states/CO/Routt/splash_image_sale.png") no-repeat; }
#splashLeft.auction		{ background: url("../../../../../images/states/CO/Routt/splash_image.png") no-repeat; }
#splashRight			{ margin-left: 303px; }

/*  S P L A S H   B U T T O N S  */

#startHere				{ background: url("../../../../../images/states/CO/Routt/button_start1.png") no-repeat; }
a:hover #startHere		{ background: url("../../../../../images/states/CO/Routt/button_start2.png") no-repeat; }
#register				{ background: url("../../../../../images/states/CO/Routt/button_register1.png") no-repeat; }
a:hover #register		{ background: url("../../../../../images/states/CO/Routt/button_register2.png") no-repeat; }
#previewItems			{ background: url("../../../../../images/states/CO/Routt/button_preview1.png") no-repeat; }
a:hover #previewItems	{ background: url("../../../../../images/states/CO/Routt/button_preview2.png") no-repeat; }
#purchaseCH				{ background: url("../../../../../images/states/CO/Routt/button_purchase1.png") no-repeat; }
a:hover #purchaseCH		{ background: url("../../../../../images/states/CO/Routt/button_purchase2.png") no-repeat; }
#startHere,
#register, 
#previewItems, 
#purchaseCH				{ height: 92px; }

/*  S P L A S H   O V E R  (only when needed)  */

#splashOver {
	position:			absolute;
	float:				left;
	top:				105px;
	left:				208px;
	background:			url(../../../../../images/states/CO/Routt/splash_image_left.gif) no-repeat;
	width:				342px;
	height:				394px;
	z-index:			20;
	visibility:			hidden;
}

/*  F O O T E R  */

#footer {
	background:			#287727 url("../../../../../images/states/CO/Routt/bg_footer.png") repeat-x; 
	color:				#fff;  
	font-size:			12px;
	text-align:			right !important;
	padding-top:		15px;
}
.footerLink {
	text-decoration:	underline; 
	color:				#ddd; 
	font-size:			9pt;
	display:			inline-block;
	padding-right:		12px;
	font-weight:		bold;
}
.footerLink:hover {
	text-decoration:	underline;
	color:				#fff;
}

/*  B A T C H   T A B L E  */

#searchresults .bgLight			{ background-color: #999B9C; }
#searchresults td.first-num-row	{ border-left-color: #999B9C; }
#searchresults td.closes		{ border-right-color: #999B9C; }
#searchresults td.advbegnum		{ border-left-color: #999B9C; }
#searchresults td.totalface		{ border-right-color: #999B9C; }
#searchresults td.numbids		{ border-left-color: #999B9C; }
#searchresults td.batchlimit	{ border-right-color: #999B9C; }</pre></body></html>