/* common styles */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
}

hr {
	border: 0;
	color: #000;
	background-color: #000;
	height: 1px;
	width: 100%;
	text-align: left;
}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.verySmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}

.updated {
	color: #666;
	font: 9px Arial, Helvetica, sans-serif;
}

.boldText { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	font-weight:bold; 
}

.formText { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	font-weight:normal; 
}

.detailText { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px; 
	font-weight:normal; 
}

.adText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #6f6756;
}

.bigHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #011b2c;
	text-align: left;
	padding-bottom: 8px;
}

.articleText {
	color: #000000;
	font-size: 12px;
	padding-top: 6px;
}

.register {
	font: normal 9px Arial, Helvetica, sans-serif;
	color: #FFFFFF;	
}

#remove {
	display: none;
}

#mainPadding {
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
}

#printlogo {
	padding: 6px 0px;
	width: 500px;
	height: 50px;
}

#user {
	color: #fff;
	margin: 6px 0;
	font: bold 11px Arial, Helvetica, sans-serif;
}

#userSub {
	color: #fff;
	margin: 2px 0;
	font: 9px Arial, Helvetica, sans-serif;
}

#header {
	text-transform: uppercase;
	color: #000000;
	text-align: left;
	margin: 0px;
	padding: 0px;
	height: 55px;
	border-bottom: 1px solid #000;
	vertical-align: middle;
	font: 30px Impact, sans-serif;
}

#headerSub {
	text-transform: uppercase;
	color: #000000;
	text-align: left;
	margin: 0px;
	padding: 0px;
	height: 55px;
	border-bottom: 1px solid #000;
	vertical-align: middle;
	font: 30px Impact, sans-serif;
}

#headerSub2 {
	color: #000;
}

#breadcrumb {
	font-size: 9px;
	margin-top:5px;
	margin-bottom:3px;
	}


/* Banner */

#banner {
	margin-top:5px;
	margin-bottom:5px;
	}


/* flash header styles */

#fObject {
	z-index:1;
	background-color: #021c2b;
	display: none;
}
	
#tblocation {
	position:absolute;
	margin-left:5px;
	margin-top:2px;
	z-index:2;
	float: left;
	display: none;
	}
	


/* Thumb Images */

#listthumb {
	padding-top:5px;
	padding-bottom:5px;
	margin-top:5px;
	margin-bottom:5px;
	}



/* body link styles */

a:link {
	color: #015183;
	text-decoration: underline;
}
a:visited {
	color: #015183;
	text-decoration: underline;
}
a:hover {
	color: #011b2c;
	text-decoration: underline;
}





/* main navigation styles */

#navcontainer ul
{
	color: White;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	background: url(../images/mainNavBG_fishing.gif) repeat-x;
	margin: 0;
	padding: 0;
	display: none;
}

#navcontainer ul li { display: none; }







/* left navigation list styles */

.sideNav ul {
  margin: 0;
  padding: 0; 
  display: none;
}

.sideNav ul li {
	display: inline;
	margin: 0;
	padding: 0; 
}





/* left navigation header styles */

.NavHdr {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	background-color: #011b2c;
	font-weight: bold;
	text-align: left;
	padding: 10px 0px 10px 10px;
	display: none;
}


  

/* Fish By State styles */

#byState {
	font: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	padding: 10px 0px 4px 10px;
	background-color: #011b2c;
}  

#byState form {
	padding: 6px 0px 6px 0px;
}
  
  
  
  
/* left ad box styles */
  
.leftAdBox {
	font-family:Arial, Helvetica, sans-serif;
	list-style-type: none;
	font-size: 9px;
	color: #6f6756;
	background: url(../images/leftAdBoxBG_fishing.gif) repeat-y;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	width: 164px;
	display: none;
}
  
  
  
  
/* ad frame styles */
  
.adFrame_td {
	font-family:Arial, Helvetica, sans-serif;
	width: 125px;
	list-style-type: none;
	font-size: 9px;
	color: #6f6756;
	border: 1px solid #000;
	background-color: #fff; 
	display: none;
}

.adFrame_right {
	font-family:Arial, Helvetica, sans-serif;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	display: none;
}


/* content table styles */
  
.mainTable {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000;
	background-color: #fff;
}

#content
{
  margin-left: 2px;
}



/* body cell top dropshadow */

.bodyTopBG {
	background: url(../images/bodyTop.gif) repeat-x;
	border-right: 1px solid #000;
} 

.bodyTopBG_noborder {
	background: url(../images/bodyTop.gif) repeat-x; 
} 




/* bottom nav styles */

.bottomNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #eee;
	background-color: #011b2c;
	border: 1px solid #000;
	text-align: center;
	display: none;
}




/* hash border-bg */

.hash {
	
}




/* home tables */

.homeTable {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	background-color: white; 
}

.homeTable td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	padding: 5px 5px 5px 5px;
	background-color: #efefef;
	border-bottom: 1px solid #ffffff;
}

.homeTable_noborder {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	background-color: #efefef; 
}

.homeTable_noborder td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	padding: 5px 5px 5px 5px;
	background-color: #efefef;
}

.homeTable_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-align: left;	
}

.homeTable img {
	background-color:#fff;
	border: 1px solid #000;
	padding: 1px;
}

.image {
	padding: 1px;
	border: 1px solid #2c1600;	 
}

.homeHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	padding: 0px;
	background-color: #011b2c;
	margin: 0px;
	font-weight: bold;
}



.homeLink { 
	color: #000;
	text-decoration: none; 
	padding-top: 6px; 
}




/* home text styles - rollover lists */

#homeText ul {
	margin: 0;
	padding: 0; 
}

#homeText ul li {
	display: inline;
	margin: 0;
	padding: 0; 
}

#homeText ul li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	display: block;
	text-decoration: none;
	margin: 4px;
	padding-bottom: 4px;
	text-align: left;
	border-bottom:1px dotted #999999;
}




.homeTextDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;	
}

.homeTextFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	border-top: 1px dashed #00436e;
	text-align: center;
	margin-top: 6px;
	padding: 6px 0px 18px 0px;
}

.homeTextLink {
    color: #000; 
    text-decoration: none;   
}


/* article listing styles */

#articleList ul {
	margin: 0;
	padding: 0; 
}

#articleList ul li {
	display: inline;
	margin: 0;
	padding: 0 0 5px 0;
	
}

#articleList ul li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	display: block;
	text-decoration: none;
	margin: 4px;
	padding: 4px;
	text-align: left;
	min-height: 55px;
	_height: 59px;;
	border-bottom:1px dotted #999999; 
}

#articleList ul li a:link {
	color: #000;
}

#articleList ul li a:visited {
	color: #000;
}



#articleList img {
	background-color:#fff;
	border: 1px solid #000;
	padding: 1px;
	margin: 0px 6px 0px 0px;
}





/* button styles */

#button ul {
	margin: 0;
	padding: 0; 
}

#button ul li {
	display: inline;
	margin: 0;
	padding: 0; 
}

#button ul li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	width: 75px;
	display: block;
	text-decoration: none;
	border: 1px solid #000;
	text-align: center;
	padding: 4px;
}









#tablist
{
	padding: 0;
	margin: 10px 0 4px 0;
	font: bolder 11px Arial, Helvetica, sans-serif; 
	text-align: center;
}

#tablist ul {
	margin: 0;  
	padding: 0 0 33px 6px;
	border-bottom: 1px solid #778;
}

#tablist ul li
{
	display: inline;
}

#tablist ul li a
{
	padding: 2px 6px 0 6px;
	margin-left: 3px;
	width: auto; 
	float: left;
	height: 30px;
	background: #E9F3FF;
	text-decoration: none;
	border-top: 1px solid #778;
	border-right: 1px solid #778;
	border-left: 1px solid #778; 
}



#tabText ul {
	margin: 0;
	padding: 0; 
/*	height: 400px;
	overflow: auto; */
}

#tabText ul li {
	display: inline;
	margin: 0;
	padding: 0; 
}

#tabText ul li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	display: block;
	text-decoration: none;
	margin: 4px;
	padding-bottom: 4px;
	text-align: left; 
	min-height: 55px;
	_height: 59px;
	border-bottom: 1px dotted #012f4c;
}



/* NEW */
#tabTextImg {
	background-color:#fff;
	border: 1px solid #000;
	padding: 1px;
	margin-right:10px;
	}


/* specialty boxes - region selection, recent photo, fishing poll */

.boxes 
{
	border: 1px solid #999999;
	background-color: #efefef; 
	margin-left: 6px;
}

.boxes td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #efefef;
	padding: 4px;
}

.boxes th
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #012f4c;
	background-color: #efefef;
	border-bottom: 1px solid #999999;
	padding-bottom: 4px;
	text-align: center;
}

.boxes_nopadding
{
	border: 1px solid #999999;
	background-color: #efefef;
}

.boxes_nopadding td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #efefef;
	padding: 0px;
}

.boxes_nopadding th
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #012f4c;
	background-color: #efefef;
	border-bottom-width: 1px solid #999999;
	padding-bottom: 4px;
	text-align: center;
}

.boxes img {
	background-color:#fff;
	border: 1px solid #000;
	padding: 1px;
}




/* USA map - lakes, rivers, streams */
.usMap {
	background-color: #fff;
}




/* water specifications - LRS */

#water ul {
	padding: 0;
	border-left: 1px dashed #012f4c;
	margin: 0px 6px 6px 6px;
}

#water ul li {
	display: inline;
	margin: 0;
	padding: 0; 
}

#water ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	display: block;
	text-decoration: none;
	background: #00436e url(../images/nav_bullet_fishing.gif) no-repeat 10px center;
	border: 1px solid #012f4c;
	text-align: left;
	padding: 4px;
	margin: 0px 0px 6px 6px;
	font-weight: bold;
	text-indent: 18px;
}

#water ul li a:link {
	color: #fff;
}

#water ul li a:visited {
	color: #fff;
}

#water ul li a:hover {
	color: #fff;
	background-color: #012f4c;
}







/* Article styles */

#articleHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	text-align: left;
	padding: 6px 0px 6px 0px;
}

#articleAuthor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
	padding-bottom: 4px;
	margin-bottom: 6px;

}

#articleSponsor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ccc;
	text-align: left;
	padding: 8px 0px 4px 0px;
	/* border-top: 1px solid #2c1600; */
}

#imageStyle {
	float: right;
	position: relative;
	margin: 0px 0px 6px 6px;
	
}

#imageStyle img {
	background-color:#fff;
	margin-top: 6px;
	border: 1px solid #000;
	padding: 1px;
}

#imageStyle ul {
	margin: 0;
	padding: 0; 
}

#imageStyle ul li {
	display: inline;
	margin: 0;
	padding: 0; 
}

#imageStyle ul li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #fff;
	width: 204px;
	display: block;
	text-decoration: none;
	background-color: #00436e;
	text-align: left;
	font-weight: bold;
	padding: 4px 0px 4px 0px;
	margin-top: 2px;
	text-indent: 19px;
	text-transform: uppercase;
}

#imageStyle ul li a#print {
	background-image: url(../images/ico_print.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	display: none;
}

#imageStyle ul li a#email {
	background-image: url(../images/ico_email.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	display: none;
}

#imageStyle ul li a#click {
	background-image: url(../images/ico_tri.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	display: none;
}

#imageStyle ul li a:link {
	color: #fff;
}

#imageStyle ul li a:visited {
	color: #fff;
}

#imageStyle ul li a:hover {
	color: #fff;
	background-color: #012f4c;
}

#send {
	display: none;
}

#articleOptions {
	display: none;
}

#imageStyle ul li a#send {
	display: none;
}


/* Print/email buttons - articles */

#articleButton {
	float: right;
	position: relative;	
	margin-top: 4px;
}

#articleButton img {
	background-color:#FFFFFF;
	border: 1px solid #000000;
	padding: 1px;
}

#articleButton ul {
	padding: 0; 
	margin: 0px 0px 6px 8px;
}

#articleButton ul li {
	display: inline;
	margin: 0;
	padding: 0; 
}

#articleButton ul li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #fff;
	text-decoration: none;
	width: 125px;
	display: block;
	background-color: #00436e;
	text-align: left;
	font-weight: bold;
	padding: 4px 0px 4px 8px;
	margin-top: 6px;
	background-image: url(../images/box.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	text-indent: 10px;
	text-transform: uppercase;
}

#articleButton ul li a:link {
  color: #fff;
}

#articleButton ul li a:visited {
  color: #fff;
}

#articleButton ul li a:hover {
	color: #fff;
	background-color: #012f4c;
}





/* tournament results table */


#ranks1 {
	margin: 6px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-bottom: 1px solid #00436e;
	border-left: 1px dotted #00436e;
	width: 200px;
}

#ranks1 th {
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
	padding: 6px;
	color: #000;
	background-color: #cfdae7;
	border-bottom: 1px solid #00436e;
	border-top: 1px solid #00436e;
	border-right: 1px dotted #00436e;
}

#ranks1 td {
	border-right: 1px dotted #00436e;
	padding: 4px 8px 4px 8px;
	text-align: left;
}

#ranks1 td#place {
	color: #00436e;
	text-align: right;
	padding-right: 10px;
}

#ranks1 tr#odd {
	background-color: #efefef;
}





/* upcoming tournament table styles */

#upcoming {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-bottom: 1px solid #00436e;
	border-left: 1px dotted #00436e;
}

#upcoming th {
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
	padding: 6px;
	color: #000;
	background-color: #cfdae7;
	border-bottom: 1px solid #00436e;
	border-top: 1px solid #00436e;
	border-right: 1px dotted #00436e;
}

#upcoming td {
	border-right: 1px dotted #00436e;
	padding: 4px 8px 4px 8px;
	text-align: left;
}

#upcoming td#place {
	color: #00436e;
	text-align: right;
	padding-right: 10px;
}

#upcoming tr#odd {
	background-color: #efefef;
}

