﻿.printonly
{
	display: none;
}

/*-------------------------------------
Fishing Report Map
-------------------------------------*/
#report-map
{
    text-align: left;
	position: relative;
    width: 575px;
    height: 308px;
    margin: 0px;
    padding: 0px;
    background-image: url(../Images/Jpg/FishingReportMap.jpg);
    background-repeat: no-repeat;
}
#report-map dt
{
	margin: 0px;
	padding: 0px;
	position: absolute;
	display: none;
}
#report-map dd
{
    margin: 0px;
    padding: 0px;
	position: absolute;
}
#report-freshwater
{
	top: 4px;
	left: 197px;
}
#report-freshwater a
{
	position: absolute;
	width: 226px;
	height: 54px;
	text-decoration: none;
}
#report-eastriver
{
	top: 86px;
	left: 182px;
}
#report-eastriver a
{
	position: absolute;
	width: 108px;
	height: 39px;
	text-decoration: none;
}
#report-eastbay
{
	top: 130px;
	left: 260px;
}
#report-eastbay a
{
	position: absolute;
	width: 77px;
	height: 35px;
	text-decoration: none;
}
#report-catpoint
{
	top: 140px;
	left: 342px;
}
#report-catpoint a
{
	position: absolute;
	width: 65px;
	height: 31px;
	text-decoration: none;
}
#report-piers
{
	top: 176px;
	left: 334px;
}
#report-piers a
{
	position: absolute;
	width: 65px;
	height: 31px;
	text-decoration: none;
}
#report-eastend
{
	top: 88px;
	left: 462px;
}
#report-eastend a
{
	position: absolute;
	width: 78px;
	height: 36px;
	text-decoration: none;
}
#report-surf
{
	top: 220px;
	left: 345px;
}
#report-surf a
{
	position: absolute;
	width: 78px;
	height: 36px;
	text-decoration: none;
}
#report-stvincent
{
	top: 227px;
	left: 126px;
}
#report-stvincent a
{
	position: absolute;
	width: 111px;
	height: 46px;
	text-decoration: none;
}
#report-offshore
{
	top: 258px;
	left: 448px;
}
#report-offshore a
{
	position: absolute;
	width: 123px;
	height: 47px;
	text-decoration: none;
}
#report-freshwater a span, #report-eastriver a span, #report-eastbay a span,
#report-catpoint a span, #report-piers a span, #report-eastend a span,
#report-surf a span, #report-stvincent a span, #report-offshore a span
{
	display: none;
}
#report-freshwater a:hover, #report-eastriver a:hover, #report-eastbay a:hover,
#report-catpoint a:hover, #report-piers a:hover, #report-eastend a:hover,
#report-surf a:hover, #report-stvincent a:hover, #report-offshore a:hover
{
	position: absolute;
	top: 0px;
	left: 0px;
}
#report-freshwater a:hover span, #report-eastriver a:hover span, #report-eastbay a:hover span,
#report-catpoint a:hover span, #report-piers a:hover span, #report-eastend a:hover span,
#report-surf a:hover span, #report-stvincent a:hover span, #report-offshore a:hover span
{
	display: block;
	position: absolute;
	width: 300px;
	margin: 0px;
	padding: 5px;
	background-color: #F4F4F4;
	border: 1px solid #BCBCBC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0099CC;
	cursor: pointer;
}

/*-------------------------------------
Photo Gallery
-------------------------------------*/
#photo-gallery-holder
{
    width: 565px;
}
#photo-gallery
{
    float: left;
    width: 510px;
}
#photo-gallery table
{
	margin: 0px auto;
	text-align: center;
}
#photo-gallery td
{
    padding: 0px 5px 10px 5px;
    vertical-align: top;
}
#photo-gallery img
{
	border: solid 1px #CCCCCC;
}
#photo-gallery-previous
{
    float: left;
    width: 26px;
    margin-top: 30px;
    text-align: center;
}
#photo-gallery-next
{
    float: left;
    width: 26px;
    margin-top: 30px;
    text-align: center;
}
#photo-details
{
    margin: 20px auto;
    text-align: center;
}
#photo-details p
{
    margin: 10px auto;
    width: 400px;
    text-align: center;
}
#photo-details img
{
	border: solid 1px #CCCCCC;
}