@charset "utf-8";
/* Stylesheet File Carlsson Golf									*/
/* print.css 														*/
/* Modified February 24th 2009						 				*/
/* http://www.carlssongolf.se/	 									*/


/* printing styles */

* {
	color: #000000 !important;
}
h1, h2, h3, h4, h5, h6, p {
	color: #000000 !important;
}
body {
	background: none !important;
	background-color: #ffffff !important;
	padding: 0px 0px 0px 0px !important;
}
.canvas {
	width: auto !important;
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
	background: none !important;
	background-color: #ffffff !important;
}
.canvas div.head {
	display: none !important;
	background: none !important;
}
.canvas div.body {
	width: auto !important;
	margin: 0px 0px 0px 0px !important;
	background: none !important;
}
.canvas div.foot {
	display: none !important;
	background: none !important;
}
.content {
	width: 375px !important;
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
	background: none !important;
	overflow: visible !important;
}
.content .left {
	width: 375px !important;
	padding: 0px 0px 0px 0px !important;
	background: none !important;
	float: none !important;
}
.content .center {
	display: none !important;
}
.content .right {
	display: none !important;
}
.corner, .pager {
	display: none !important;
}
.divider {
	height: 1px !important;
	background: transparent url(../images/divider_print.gif) repeat-x left center !important;
}
.document {
	width: auto !important;
}
.anchor {
	display: none !important;
}
.action {
	display: none !important;
}
.pdf {
	display: none !important;
}
a:link, a:active, a:visited {
	text-decoration: underline !important;
	color: #0000FF !important;
}
a:hover, a:visited:hover {
	text-decoration: underline !important;
	color: #0000FF !important;
}
ul {
	margin: 3px 0px 10px 22px !important;
	list-style-position: outside !important;
	list-style-type: disc !important;
}
ul li {
	padding: 1px 0px 1px 4px !important;
	background: none !important;
}
table {
	margin: 10px -7px 20px -7px !important;
	background: none !important;
	background-color: #ffffff !important;
	border: none !important;
}
table tr {
	background: none !important;
	background-color: #ffffff !important;
	border: none !important;
}
table th {
	background: none !important;
	background-color: #ffffff !important;
	border: none !important;
}
table td {
	background: none !important;
	background-color: #ffffff !important;
	border: none !important;
}
table.holder, table.picturebox {
	margin: 10px 0px 20px 0px !important;
}
table.standard, table.styled {
	margin: 10px -5px 20px -5px !important;
}
table.styled th {
	padding: 5px 5px 3px 5px !important;
}
table.styled td {
	padding: 3px 5px 3px 5px !important;
}
table a:link, table a:active, table a:visited {
	text-decoration: underline !important;
	color: #0000FF !important;
}
table a:hover, table a:visited:hover {
	text-decoration: underline !important;
	color: #0000FF !important;
}


