/* CSS for print page */
@media screen, print {
* 
{
	border: 0;
	padding: 0;
	margin: 0;
}

#print_page {
	width: 670px;
	/*height: 800px;*/
	font-size: 12px;
	margin:0 auto;
	padding: 5px;
	float: left;
}

.spacer {
	height: 0.2em;
}

#mapTitle 
{
	background: url(images/ont_logo.png) no-repeat right transparent;
	height: 40px;				
}

#maptext 
{
	text-align: left;
	font-weight: bold;	
	font-size: 16pt;
	left: 15px;
	position: absolute;
	top: 10px;
}

#info {
	border: 0.2em solid black;	
	/*height: 160px;	*/	
	padding: 0px 5px;
	line-height: 1.7em;	
	margin-left: 5px;
	width: 175px;
	float: right;	
    line-height: 1.6em;	
    margin-bottom: 5px;
}

#map_legend 
{
	border-left: 0.2em solid black;
	border-right: 0.2em solid black;
	border-bottom: 0.2em solid black;
    border-top: 0.2em solid black;
	/*height: 238px;*/
	float: right;
	width: 175px;
	margin-left: 5px;
    margin-top: 8px;
	padding: 0px 5px;
	line-height: 1.6em;
	background:url("north_arrow.jpg") bottom right no-repeat;	
}
    #map_legend_fs {
    height: 250px;
    }
.legend-item 
{
	vertical-align: middle;
	line-height: 1.4em;
}
#map_canvas {
	border: 0.2em solid black;
	height: 400px;
	width: 470px;		
	background-color: #E5E3DF;	
	float: left;				
}

#fishspecies {
	border: 0.2em solid black;	
	float: left;	
	padding: 5px 0px 5px 5px;
	margin-top: 5px;
	width: 661px;	
}

#zoneregs, #exceptionsbox, #afobox, #interbox, #errorpanel, #mnrtips {
	border: 0.2em solid black;	
	float: left;	
	padding: 5px 0px 5px 5px;
	margin-top: 5px;
	width: 661px;	
}

#zoneregulations { margin-left: auto; margin-right: auto; }

.regstable 
{
	width: 90%;
	margin: 0 auto;
}

.regstable tr 
{
	vertical-align: top;	
}

tr.districttitle 
{
    font-size:larger;
}

tr.title, tr.districttitle 
{
	font-weight: bold;
    background-color:#4E4E4E;
    color:White;
}

tr.oddeven
{
    background-color:#989898;
    height: 20px;
}

tr.cleanline
{
    height: 20px;
}

.th1, .th2, .th3 
{
	width: 33%;
}

.th4, .th5, .th6, .th7 
{
	width: 24%;
}

td.stockTownship 
{
    width: 200px;
}

td.stockLat
{
    width: 54px;
    text-align:center;
}

td.stockLong
{
    width: 54px;
    text-align: center;
}

.stockYear
{
    width: 38px;
    text-align: right;
}

#stockinglistbox {
	float: left;	
	padding: 5px 0px 5px 5px;
	margin-top: 5px;	
	width: 665px;
	font-family:Arial;
}

#stockingbox {
	border: 0.2em solid black;	
	float: left;	
	margin-top: 5px;	
	width: 665px;
}

#disclaimer {
	border: 0.2em solid black;	
	float: left;	
	padding: 5px 0px 5px 5px;
	margin-top: 5px;
	width: 661px;
}

#copyright 
{
	border: 0.2em solid black;
	float: left;	
	padding: 5px 0px 5px 5px;
	margin-top: 5px;
	width: 661px;
	text-align: center;
}

#reporttitle, #OMNRF
{
	font-weight: bold;
	font-size: 20px;
}
.zoneregstitle 
{
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 4px;
	text-align: center;
	text-decoration: underline;
}

#fishspecieslist, #disclaimertext {	
	margin: 0 5px;
}

.aggregate {
	text-align: left; 
	font-weight: bold; 
	position: relative;
	left: 37px;
}

#stocktable 
{
	width: 100%;	
	margin: 0 auto;
	border-collapse: collapse;
}

.regsheading 
{
	margin: 0 5px 5px 5px;
	padding-left: 5.6em;
	text-indent: -5.6em;	
}

.regsheading2 { margin: 0 5px 5px 5px; }

.north_arrow 
{
	background:url("north_arrow.jpg") bottom right no-repeat;
}

hr {
	margin: 1em 1.2em;
	height: 1px;
	background-color: #BFBFBF;
}

.regstable hr, #stocktable hr 
{
	margin: 0 0;
	background-color: #BFBFBF;
}

ul li {
	list-style-type: circle;
	margin-left: 15px;
	padding: 3px 5px;
}

ul{
	margin: 5px 20px 6px;
}
.regUl {
	margin-bottom: 0px;
	margin-top: 0px;
}

.regSubUl {
	margin-bottom: 0px;
	margin-top: 0px;
	list-style: circle; 
}

.printMapH2Title, .printMapLegend{
  display: block;
  font-size: 1.17em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight: bold;
}
}

