/* PRINT CSS - 20060522 */

/* This CSS file hides unwanted elements when a page is printed out, 
by overriding styles set in pagelayout.css */


div#searchbox, div#path, div#topmenu, div#sidemenu, div#extrainfo, div#footer, div#usermenu, div#logo, div#toolbar
{
    display: none; /* Hide elments not wanted on a printed page */
}

body, div#page, div#header, div#main
{   
	/*
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: none;
    */
   	background-color: transparent;
	margin: 0;
	padding: 0;
	border: 0px solid #000;
	width: 750px;
	margin: 0px auto 10px auto;
}

body
{
    font-size: 10pt;
    background: none;
    text-align: left;
   	border: 1px solid #000;
	padding: 5px;
}
div#columns
{
    padding: 0;
}

div#main-position
{
	margin: 10px auto 10px auto;
}

div.main-content
{
	margin: 0px 0 0 0;
}

p
{
	margin: 10px 0 10px 0;
	font-size: 12px;
}
/*
.attribute-tipafriend
{
	display: none;
}
*/
a
{
	color: #38389c;
}

td
{
	padding: 2px;
}

.landing-page-attribute-header h1
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.header3
{
	font-size: 15px;
	margin-bottom: 0px;
	font-weight: bold;	
}

/* This is used to display an image at the right of text*/
div.object-right
{ 
    margin: 3px;
    float: right;
}

/* This is used to display an image at the left of text*/
div.object-left
{ 
    margin: 3px;
    float: left;
}

/* This is used to display an image on its own line spliting the text*/
div.object-center
{
    margin-top: .5em;
    margin-bottom: .5em;
    text-align: left;
}

.print-button-block
{
	width: 100%;
	text-align: center;
	position: relative;
	top: 50px;
}

div#main-position, div.float-insert
{
    float: none;
}

div.box
{
    border: none;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}

div.box div.box-content
{
    padding: 0;
}

div.box div.tl, div.box div.tr, div.box div.br, div.box div.bl
{
    background: none;
}

.ui-button, .side-menu, .location-submenu, .icon-section, .side-menu .extra-info
{
	display: none;
}


.fishing-location-full .location_information .section
{
	clear: both;
}

.fishing-location-full .location_information .subsection-body table
{
	clear: both;
}
.fishing-location-full .location_information .subsection-body td, .fishing-location-full .location_information .subsection-body th
{
	border: 1px solid #000000;
	padding: 2px;
}


.print-show
{
	display: block;
}

.print-hide, .printhide
{
	display: none;
}

.subitemnoborders
{
	background: none;
}

.share-buttons, .attribute-tipafriend
{
	display: none;
}

.event_content
{
	padding: 0 10px 10px 10px;
	margin: 10px;
	border-bottom: 1px solid #000000;
}

.event_content .content-view-full
{
	border-bottom: 1px solid #000000;
}
