/* CSS Document */
@page {
   marks: none;
}
html, body, #shadow {background:transparent; color:#000; }
.navigation, 
#ads, 
#footer, 
#sidebar, 
.screenonly {
   display: none;
}

* {
	background: none !important;
}

#content {
   margin-top: 5em;
   width:100%;
}

#header {
    height: 10em;
    border-bottom: 4px solid #74be44;
    position: relative;
}
#header .printonly td {padding:10px; }
#header .printonly p {padding:10px; }
#bottom {padding-top:0 }
table.lined {
   border-collapse: collapse;
	background-color: #555555;
}

.lined td, 
.lined th {
   background-color: #ffffff;
	padding: 1px 5px;
	border: 1px solid #555555;
}

.lined th,
.lined tfoot td {
   background-color: #cccccc;
}

.lined tfoot {
   font-weight: bold;
}

table td {
   vertical-align: top;
}

.screenonly,
.screen_only {
   display: none;
}
.printonly,
.print_only {
   display: block;
}
#column-b1 {width:100%; }
#column-b2 {width:100%; }

a {
	text-decoration: none;
	color: #000;
}
#content a[href^="/"]:after {
    content: '(XtremeOutdoorRental.com' attr(href) ')';
    display: inline-block;
}