/*
 * File: style.printer.css
 * $Id: style.printer.css,v 1.2 2006/05/24 10:05:02 johan Exp $
 *
 * Cascading Stylesheet for Parkinsonforbundets länsföreningar.
 */


/*
 * Document Root and Body Elements
 */
body {
	font: 12pt Arial, Geneva, Helvetica, Verdana, sans-serif;
	background: white;
	line-height: 16pt;
}

/*
 * Conceptual Areas
 */
div#top-area {
	display: none;
}
div#left-area {
	display: none;
}
div#right-area {
	display: none;
}
div#bottom-area {
	display: none;
}
div#header {
	display: none;
}
div#content {
	width: auto;
	margin: 0 5%;
	padding: 0;
	border: none;
	float: none !important;
	color: black;
	color: #000;
	background-color: transparent;
	line-height: 150%;
}
div#content dl {
/*	border-top: none;*/
	border-right: 1px solid #072F67;
	border-bottom: 1px solid #072F67;
	border-left: 1px solid #072F67;
/*	border: 1px solid #072F67;*/
/*	float: left;*/
/*	clear: both;*/
/*	width: 200px;*/
	line-height: 150%;
}
div#content dl dt {
/*	clear: left;*/
/*	float: left;*/
/*	margin: 0;*/
	border-top: 2px solid #072F67;
	border-bottom: 1px solid #7F9EB7;
	padding: 0 0 0 3px;
/*	width: 194px;*/
/*	width: 10em;*/
	color: #072F67;
	background-color: #fff;
	font-weight: bold;
}
div#content dl dt.top {
	border-top: 1px solid #072F67;
}
div#content dl dt a {
	color: #7F9EB7;
	background-color: #fff;
}
div#content dl dt a:link {
	color: #7F9EB7;
	background-color: #fff;
}
div#content dl dt a:visited {
	color: #7F9EB7;
	background-color: #fff;
}
div#content dl dt a:hover {
	color: #f93;
	background-color: #fff;
}
div#content dl dt a:active {
	color: #f93; /* #69c; */
	background-color: #fff;
}
div#content dl dd {
/*	float: left;*/
/*	margin-left: 10em;*/
/*	border-bottom: 1px solid #072F67;*/
/*	padding: 0 0 0 24px;*/
/*	width: 176px;*/
}
div#content table {
	clear: left;
	margin: 6px 0;
	border-collapse: collapse;
	border: 1px solid #072F67;
	color: #333;
	background-color: #fff;
	font-size: 100%;
	text-align: left;
}
div#content table th {
	border: none;
	padding: 3px;
	color: #072F67;
	background-color: #fff;
}
div#content table td {
	border: none;
	padding: 3px;
}
div#content table td.top {
	border-top: 1px solid #072F67;
	padding: 3px;
}
div#content table th.top {
	border-top: 1px solid #072F67;
	border-right: 2px solid #7F9EB7;
	color: #072F67;
	background-color: #fff;
	padding: 3px;
}
div#content table td.col1 {
	border-right: 2px solid #7F9EB7;
}

div#content ul {
	clear: left;
	display: block;
	list-style: none;
	margin: 0;
	border: none;
	padding: 3px 0 0 0;
}
div#content ul li {
	margin: 6px 0;
	padding: 0;
}
div#content ul li a {
	text-decoration: none;
	font-weight: bold;
}




div#sidebar {
	display: none;
}
div#menu1 {
	display: none;
}
div#menu2 {
	display: none;
}
div#menu3 {
	display: none;
}
div#footer {
	display: none;
}


/********************
 * Elements
 *******************/
h1, h2, h3, h4, h5, h6, h7, h8 {
	color: #072F67;
	background-color: #fff;
	text-align: left;
	font-family: Arial, Geneva, Helvetica, Verdana, sans-serif;
}
h1 {font-size: 18pt;}
h2 {font-size: 14pt;}
h3, h4, h5, h5, h6, h7, h8 {font-size: 12pt;}

a {text-decoration: none;}
a img {border: none;}
a:link {
	color: #7F9EB7;
	background-color: #fff;
}
a:visited {
	color: #7F9EB7;
	background-color: #fff;
}
a:hover {
	color: #f93;
	background-color: #fff;
}
a:active {
	color: #f93; /* #69c; */
	background-color: #fff;
}
p {
	text-align: left;
}
p.ingres {
	font-weight: bold;
}
/*
li {
	font-size: 90%;
}
*/
strong {
	color: #333;
	background-color: #fff;
	font-style: italic;
	font-weight: bold;
}
em {
	color: #333;
	background-color: #fff;
	font-style: italic;
	font-weight: bold;
}
q {
	color: #333;
	background-color: #fff;
	font-style: italic;
}
hr {
	display: none;
	clear: both;
}
.no-print {
	display: none;
}
