﻿.outfittersearch {
	background: #CDCD9B;
	padding: 10px;
}

.outfittersearch img {
	padding: 3px;
}


/* =form styles
 --------------------------------------------------------- */
table.webform {
	width: 540px;
	padding: 2px;
}

table.webform td {
	border-bottom: 1px solid #BBBBBB;
	vertical-align: top;
}

table.webform td.label {
	padding: 5px 15px 5px 5px;
	text-align: right;
}

table.webform td label {
	text-align: right;
	float: none;
	padding-top: 0px;
	width: auto;
}

.requiredfield {
	color: #F00;
}

div.form {
	padding: 5px;
	width: 540px;
}

div.form div.row {
	clear: right;
	border-top: 1px solid #BBBBBB;
	padding-top: 2px;
}

div.form div.row label {
	float: left;
	width: 170px;
	text-align: right;
	padding-top: 2px;
}

div.form div.row label.long {
	float: left;
	width: 500px;
	text-align: left;
	padding-top: 2px;
	font-weight: bold;
}

div.form div.row span.formw {
	float: right;
	width: 350px;
	text-align: left;
	padding-bottom: 5px;
}

div.form div.row span.data {
	float: right;
	width: 350px;
	text-align: left;
	height: 20px;
	margin-top: 7px;
	margin-bottom: 4px;
}
div.form div.row div.data {
	float: right;
	width: 350px;
	text-align: left;
	height: 20px;
	padding-bottom: 5px;
	float: none;
	display: inline;
}

div.checklist {
	background: #EDEEE2;
	padding: 10px;
	border: 1px solid #CDCD9B;
	margin: 5px;
}

div.checklist table {
	margin-left: auto;
	margin-right: auto;
}

div.checklist label {
	float: none;
	display: inline;
	margin: 0px;
	width: auto;
}

div.loginform {
	width: 150px;
	margin: 10px;
	padding: 5px;
	border: 1px solid #000;
}

div.loginform div.button {
	text-align: right;
}

.searchform {
}

fieldset {
	/* do not set bg color here, renders incorrectly in win ie */
	width: 90%;
	margin: 10px auto 20px;
}

.hr {
	/* used a div instead of hr */
	border: none;
	background: url(../images/site/hr_bg_dotted.gif) repeat-x left center;
	line-height: 9px; /*needed for IE/win*/
	font-size: 9px; /*needed for IE/win*/
	height: 9px;
	margin: 10px 0;
}

legend {
	font-size: 14px;
	padding: 3px 6px 3px 3px;
	border: 1px solid #999;
	background-color: #fff;
	color: #0099FF;
	margin-bottom: 10px;
}

legend img {
	/* search icons, etc */
	float: left;
}

label {
	/*float: left;*/ /*position : relative;*/
	width: 100%; /*display : inline;*/
	margin: .5em .5em;
	font-weight: bold; /*cursor: pointer;  labels made easier to hit*/
}
div.tripdetail label {
	float: none;
	position: relative;
	font-weight: bold; /*cursor: pointer;  labels made easier to hit*/
}


label input, label select {
	display: inline;
	left: 100%;
	top: 0px;
	border: 1px solid #999;
	background-color: #fff;
}

input.submit {
	margin-left: 15em;
}

option {
	font-size: 11px;
}


/* Content Admin Panel */
.contentadminpanel {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 5px 5px 20px 5px;
	text-align: left;
	background-color: #eee;
	background-repeat: no-repeat;
	text-align: center;
	border: 1px solid #CCCCCC;
	clear: both;
	float: left;
}

.contentadminpanel div {
}

/* Content Admin Nav */
.contentadminnav {
}

.contentadminnav h1 {
	line-height: 30px;
	vertical-align: middle;
	font-size: 14px;
	color: #666666;
	padding-left: 10px;
	margin: 0px;
	font-weight: bold;
}

.contentadminnav ul {
	padding: 3px 0;
	margin-left: 0;
	border-bottom: 1px solid #778;
	font: bold 12px Verdana, sans-serif;
}

.contentadminnav ul li {
	list-style: none;
	margin: 0;
	display: inline;
}

.contentadminnav ul li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #778;
	border-bottom: none;
	text-decoration: none;
}

.contentadminnav ul li a:link {
	color: #333333;
}

.contentadminnav ul li a:visited {
	color: #666666;
}

.contentadminnav ul li a:link:hover, .contentadminnav ul li a:visited:hover {
	color: #000;
	border-color: #227;
}

.contentadminnav ul li a#current {
	background: white;
	border-bottom: 1px solid white;
}


#advancedconfig {
	border: 1px solid #999;
	padding: 5px;
}

#advancedconfig input {
	background: #ebebeb;
	border: 1px solid #999;
}
#advancedconfig select {
	background: #ebebeb;
	border: 1px solid #999;
}

#advancedconfig span {
}

/* Admin Overview */
#adminoverview {
}

#adminoverview ul {
	margin: 0;
	padding: 20px 0 0 0;
	border: none;
}

#adminoverview li {
	margin: 0;
	list-style: none;
	float: left;
}

#adminoverview ul li a:visited, #adminoverview ul li a:link, #adminoverview ul li a:active {
	display: block;
	height: 23px;
	cursor: hand;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px 5px 5px 1em;
	background-image: url(../images/arrowGreen.gif);
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 11px;
	color: #888888;
	font-weight: normal;
	font-family: Arial,Verdana;
	text-decoration: none;
}

#adminoverview ul li a:hover {
	background-color: #BDFD66;
	text-decoration: none;
	font-size: 11px;
	color: #888888;
	font-weight: normal;
	font-family: Arial,Verdana;
}

.contextitem {
	height: 25px;
	vertical-align: middle;
}

.contextitemover {
	height: 25px;
	background-color: #CCCCCC;
	cursor: hand;
	vertical-align: middle;
}

/* =page functions
---------------------------------------------------------------- */
.pagefunctions {
	float: right;
	margin-left: 10px;
	margin-top: 10px;
	width: 568px;
	border: 1px solid #FFFF00;
	padding: 0px;
	text-align: right;
}

.pagefunctions ul {
	margin: 2px;
	float: right;
}

.pagefunctions ul li {
	list-style: none;
	margin: 0px;
	display: inline;
}

.pagefunctions ul li a {
	padding: 3px;
	border: 1px solid #330000;
	background: #FF6633;
	text-decoration: none;
}

.pagefunctions ul li a:link {
	color: #000000;
}

.pagefunctions ul li a:visited {
	color: #000000;
}

.pagefunctions ul li a:link:hover, .pagefunctions ul li a:visited:hover {
	color: #FFFFFF;
	background: #330000;
}


/* =tables
-----------------------------------------------------------------------*/

/* table data default -----------------*/
/* border-spacing not supported by ie, set this in table tag in html
example:  cellspacing="0" width="300" -- css does the rest---*/
.tbldata {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	border: 1px solid #fff;
	background: #F2F2F2;
	width: 100%;
}

.tbldata th {
	border: 1px solid #fff;
	background-color: #333;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding: 2px;
}

.tbldata td {
	padding-left: 3px;
	border: 1px solid #fff; /* set bg color on td with a class */
}

.tbldata td.highlight {
	padding-left: 3px;
	background-color: #CCCCCC;
	font-weight: bold;
	border: 1px solid #fff; /* set bg color on td with a class */
}


.googleresult {
	border-bottom: 1px solid #963;
}

.googleresult a:link, .googleresult a:visited {
	padding: 5px;
	display: block;
	width: auto; /* for ie win */
	text-decoration: none;
	background-color: #E2E3D5;
}

.googleresult a:hover, .googleresult a:active {
	background-color: #F7F7EB;
}

/*  =results styles
------------------------------------------------------------*/


.results {
	/* surrounding results div */
	width: 100%;
}
.resultitem {
	border-bottom: 1px solid #963;
}

.resultitem a:link, .resultitem a:visited {
	padding: 5px;
	display: block;
	width: auto; /* for ie win */
	text-decoration: none;
	background: #E2E3D5 url(../images/buttons/btn_learnmore.gif) no-repeat right center;
	width: auto;
	height: 100%;
}

.resultitem a:hover, .resultitem a:active {
	background: #F7F7EB url(../images/buttons/btn_learnmore_over.gif) no-repeat right center;
}

/* alt colored row if desired */

.resultalt a:link, .resultalt a:visited {
	background: #F2F0EA url(../images/buttons/btn_learnmore.gif) no-repeat right center;
}

.resultalt a:hover, .resultalt a:active {
	background: #F7F7EB url(../images/buttons/btn_learnmore_over.gif) no-repeat right center;
}

a.currentoutfitter:link, a.currentoutfitter:visited {
	background: #fff url(../images/buttons/btn_closeinfo.gif) no-repeat right center;
}

.resultitem strong {
	color: #FF6600;
	padding-right: 2px;
	padding-left: 2px;
}

.resulttitle {
	font-weight: bold;
	color: #603;
	font-size: 13px;
	letter-spacing: 1px;
}

.riverresulttitle {
	color: #06c;
	font: 1.1em Arial, Helvetica, sans-serif;
}

.riverresultitem {
	border-bottom: 1px solid #963;
}


.riverresultitem a:link, .riverresultitem a:visited {
	padding: 5px;
	display: block;
	width: auto; /* for ie win */
	text-decoration: none;
	background: #E2E3D5;
	width: auto;
	height: 100%;
}

.riverresultitem a:hover, .riverresultitem a:active {
	background: #F7F7EB;
}

/* alt colored row if desired */

.riverresultalt a:link, .riverresultalt a:visited {
	background: #F2F0EA;
}

.riverresultalt a:hover, .resultalt a:active {
	background: #F7F7EB;
}

a.currentoutfitter:link, a.currentoutfitter:visited {
	background: #fff url(../images/buttons/btn_closeinfo.gif) no-repeat right center;
}

.detail {
	background: #fff;
	padding: 0px 5px;
}


.detail a:link, .detail a:visited {
	text-decoration: none;
	padding: 0px;
	width: auto;
	display: inline;
	background: url(none);
}

.detail a:hover, .detail a:active {
}


.outfitteraddress {
	width: 220px;
	float: left;
}
.outfitterservices {
	width: 150px;
	float: left;
	height: 150px;
	overflow: auto;
}
.outfitteramenities {
	width: 150px;
	float: left;
	height: 150px;
	overflow: auto;
}


.learnmore {
	width: 220px;
	float: right;
}


.searchbutton {
	margin: 2px;
}


table.units {
	width: 100%;
}

table.units td {
	border-bottom: 1px dotted #000;
}

table.units th {
	border-bottom: 2px solid #000;
}

div.species {
	width: 300px;
	position: relative;
	top: -310px;
	left: 420px;
}

#form-controller {
	float: left;
	height: 600px;
}

#selectedregion {
	width: 100px;
	border: 2px solid #666;
	padding: 20px;
	text-align: center;
	background-color: #CCCC99;
	font-size: 24px;
	font-weight: bold;
	color: #666;
}

div#divUnit {
	width: 100px;
	border: 2px solid #666;
	padding: 20px;
	text-align: center;
	background-color: #CCCC99;
	position: relative;
	top: -400px;
	left: 420px;
}

div#divUnit span {
	font-size: 24px;
	font-weight: bold;
	color: #666;
}

/* Region Map */
#map-container {
	width: 420px;
	float: left;
}

#map-container img {
	float: left;
}

div.huntingsearchbutton {
	text-align: right;
	width: 100%;
}


div.huntingsearchbutton input {
}

.divregions {
	height: 100px;
	width: 210px;
	overflow: auto;
}

.fishingrivers {
	float: left;
	width: 210px;
}

.fishinglakes {
	float: right;
	width: 210px;
}

/* = sitemap
-----------------------------------------------*/
.sitemap ul {
	list-style: none;
	margin-left: 0.5cm;
	padding-left: 0;
}

.sitemap ul li {
	padding-left: 1.1em;
}

.sitemap ul li a {
	background: transparent url(../images/site/arrow_sitemap.gif) no-repeat left center;
	margin-left: -1.1em;
	padding-left: 1em;
}

/* =btncategory
----------------------------------------------*/

a.btncategory:link, a.btncategory:visited {
	color: #fff;
	text-decoration: none;
	background: #6189AD;
	padding: 5px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	vertical-align: middle;
	border: 1px solid #fff;
}

a.btncategory:hover, a.btncategory:active {
	background-color: #3c3c3c;
}


/* =riverlist
-----------------------------------------------*/


.riverlist {
	padding-right: 20px;
	text-decoration: none;
	float: left;
	width: 200px;
}

.riverlist ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

.riverlist li {
	border-bottom: 1px solid #888;
	margin: 1px 0px;
	padding: 0;
}

.riverlist li a {
	display: block;
	padding: 5px 5px 5px 1em; /*background-color: #fff;*/
	_height: 1em; /* for ie  whitespace bug */
}

html > body .riverlist li a {
	width: auto;
}

.riverlist li a:hover {
	background-color: #ccc;
	color: #333;
	text-decoration: none;
}

.riverlist li a:link, .riverlist li a:visited, .riverlist li a:active, .riverlist li a:hover {
	text-decoration: none;
}

#river-search {
	padding-right: 20px;
	float: left;
	clear: left;
	width: 200px;
}

/* river search page 
--------------------------------------------------------------*/
.searchleft {
	padding-right: 20px;
	float: left;
}

.riversearch {
	width: auto;
	background: #EFF2E2;
	padding: 10px 10px 10px 10px;
	border: 1px solid #ccc;
}


.riversearchmap {
	/* container that holds map */ /*float:right;*/
	width: 370px;
	float: left;
}


#map {
	background: #fff;
	border: 1px solid #999;
}


.advancedsearch {
	width: 450px;
	border: 2px dotted #990000;
}



/* =detail main
----------------------------------------------------*/
.detailnav {
	float: left;
	width: 180px;
	padding: 5px;
	border-left: 1px dotted #996600;
}

.content .detailnav h2 {
	padding: 0 0 0 13px;
}

.content .detailnav li {
	border-bottom: 1px dotted #996600;
	margin: 1px 0px;
	padding: 0 0 5px 13px;
	list-style: none;
	list-style-type: none;
}

.detailnav li h4 {
	color: #369;
	line-height: 1em; /*overrides default */
	margin: 5px 0 3px 0;
}

.detailsub #divImage {
	width: 340px;
	float: left;
}

.detailsub img {
	/* large river image photo */
	padding: 5px;
	border: 1px dotted #960;
	width: 320px;
	height: 240px;
}

.detailtopnav {
	text-align: right;
	width: 100%;
	height: 30px;
	background: ##FFFAEB;
}

.detailtopnav ul {
	padding: 0;
	margin: 0;
	border-top: 1px dotted #996600;
	border-right: #996600;
	border-bottom: #996600;
	border-left: #996600;
}

.detailtopnav ul li {
	float: left;
	color: #666;
	list-style: none;
}

.detailtopnav a:link, .detailtopnav a:visited {
	padding: 0 8px;
	text-decoration: none;
	height: 30px;
	text-align: center;
	line-height: 30px;
	vertical-align: middle;
	display: block;
	float: left;
	font-size: 85%; /* allows nav to fit on safari browsers */
	border-right: 1px dotted #996600;
}

.detailtopnav a:hover, .detailtopnav a:active {
	background-color: #A7CC95;
	color: #FFFFFF;
}

.detailmap {
	position: relative;
	clear: both;
}

/* River Streams */
.find-outfitter-callout {
	background: #FFFBF2;
	border: 1px solid #CCCCCC;
	float: left;
	margin: 20px 20px 20px 0;
	padding: 10px;
	width: 170px;
}

.find-outfitter-callout h4 {
	border-bottom: 1px solid #CCCCCC;
}

.find-outfitter-callout ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

.find-outfitter-callout ul li {
}

/* Steelhead and Salmon Fishing */
#fishing-slideshow {
	float: right;
	margin: 20px 0 20px 20px;
	padding: 10px;
	width: 300px;
	height: 280px;
}

/* Lakes &amp; Reservoirs */
#reservoirs-slideshow {
	float: right;
	margin: 20px 0 20px 20px;
	padding: 10px;
	width: 360px;
	height: 400px;
}