
#finmatchpanel {
	background: url(/skin/images/bg-totalmatches.gif) no-repeat center;
	width: 99px;
	height: 58px;
	margin: 0 0 0 720px;
}
#finmatches {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 25px;
}

#finsearchform {
	float: left;
	width: 680px;
	margin: 0 0 20px 0;
	padding: 0;
}

#finsearchform fieldset {
	border: 1px dotted #666666;
	width: 680px;
}
#finsearchform legend {
	background-color: #FFFFFF;
	padding: 0 5px;
}

#finsearchform label {
	width: 100px;
	float: left;
	padding-right: 10px;
}

#finhelppanel {
	width: 99px;
	margin: 0 0 0 720px;
}

ul.finresults {
	width: 850px;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.finresults li {
	height: 110px;
	float: left;
	width: 405px;
	margin: 0 20px 30px 0;
	padding: 0;
	list-style: none;
}
ul.finresults img {
	float: left;
	margin-right: 15px;
}
ul.results p {
	margin: 0 0 115px 0;
	padding: 0;
}

.fishdetails {
	width: 100%;
	margin-bottom: 10px;
}
.fishdetails td {
	vertical-align: top;
}
.mainheading {
	color: #0571BA;
	font-size: 18px;
	font-weight: bold;
}
.subheading {
	color: #0571BA;
	font-size: 12px;
	font-weight: bold;
}
.othername {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
}
.description {
	width: 95%;
}

/* Adjust the positioning of the map image in the fish details */
.description img {
	float: right;
	margin-right: 0px;
}

.buttons img {
	margin-top: 5px;
	border: 0;
}

td.extradetails {
	width: 200px;
}


.form {
	width: 95%;
}

.form th {
	text-align: right;
	width: 140px;
}

/*.form input {
	width: 95%;
	padding: 5px;
	border: 1px solid #A0A0A0;
}
*/
.form textarea {
	width: 95%;
	padding: 5px;
	border: 1px solid #A0A0A0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.form .button {
	border: 0;
	width: auto;
}


.form .checkbox {
	border: 0;
	width: auto;
}

.formfield {
	width: 95%;
	padding: 5px;
	border: 1px solid #A0A0A0;
}

.fishbookpanel {
	padding: 5px;
	border: 1px solid #A0A0A0;
}

.fishbookcounter {
	float: right;
	font-size: 18px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.divebookpanel {
	padding: 5px;
	border: 1px solid #A0A0A0;
}

.divebookcounter {
	float: right;
	font-size: 18px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Sub Menu */
.submenu {
	margin: 20px 0;
	font-weight: bold;
	font-size: 11px;
	height: 24px;
	border-bottom: 4px solid #0165CD;
}
.submenu ul {
	width: 500px;
	margin: 0;
	padding: 0;
	height: 24px;
}
.submenu li {
	float: left;
	position: relative;
	text-align: center;
	display: inline;
	margin: 0 2px;
	padding: 0;
}
.submenu li a {
	float: left;
	width: 100px;
	text-decoration: none;
	padding: 5px 0 4px 0;
}
.submenu li.active {
	width: 100px;
	color: #FFFFFF;
	background-color: #0165CD;
	padding: 5px 0 4px 0;
}
.submenu li a:link, .submenu li a:active, .submenu li a:visited {
	color: #333333;
	text-decoration: none;
	background-color: #eeeeee;
}
.submenu li a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #dbdbdb;
}

.showhint {
	cursor: hand;
	cursor: pointer;
}
	
