/*
 *	print.css - stylesheet for Lunds Nation when printing
 * 
 */

body {
	margin: 0px;
	background-color: white;
}

body, td, p, input, button, textarea {
	font-family: "arial", "verdana", "sans-serif";
	font-size: 14px;
	line-height: 15px;
}

form, img, table { margin: 0; }

img {
	border: none;
}

img.layout {
	display: none;
}


.text {
	border-width: 1px;
	border-color: #dcc079;
	background-color: #A81500;
	height: 15px;
	vertical-align: middle;
	color: white;
}


.button {
	border-width: 1px;
	border-color: #FF8A39;
	background-color: #FF6410;
	height: 19px;
	font-weight: bold;
	line-height: 11px;
	color: white;
}

textarea {
	border-width: 1px;
	border-color: #dcc079;
	background-color: #fcfdf5;
}

input {
	background-color: #fcfdf5;
}

ul, ol {
	margin-top: 0px;
	margin-left: 15px;
	margin-bottom: 0px;
}

hr {
	border: 1px solid black;
}


a		{ color: black; font-weight: bold; text-decoration: none; }


a.menylank:link		{ color: #BE4F00; text-decoration: none; font-size: 10px; margin-left: 10px;}
a.menylank:visited	{ color: #BE4F00; text-decoration: none; font-size: 10px; margin-left: 10px;}
a.menylank:hover	{ color: #FF7700; text-decoration: underline; font-size: 10px; margin-left: 10px;}
a.menylank:active	{ color: #FF7700; text-decoration: underline; font-size: 10px; margin-left: 10px;}

a.downbar		{ color: black; text-decoration: none; }

a.list	{ color: black; text-decoration: none; }

h1, h2, h3, h4 {
	margin: 0px;
	text-align: left;
	font-weight: bold;
}

h1 {
	color: #b90000;
	font-size: 14px;
}

h2 {
	color: #de7a02;
	font-size: 12px;
}

h3 {
	font-size: 13px;
	color: #0000bb;
}

h4 {
	font-size: 12px;
	text-align: left;
	margin-left: 0px;
}

h5 {
	margin: 0px;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	color: black;
}

quote {
	font-style: italic;
	line-height: 16px;
	padding-left: 10px;
	padding-right: 10px;
}

.menybildon {
	display: none; /* for printing */
	cursor: default;
	background-image: url('/images/menu_on.gif');
	color: #BE4F00;
	font-size: 11px;
}

.menybildoff {
	display: none; /* for printing */
	cursor: pointer;
	background-image: url('/images/menu_off.gif');
	color: #fefefe;
	font-size: 11px;
}

.menybildover {
	display: none; /* for printing */
	cursor: pointer;
	background-image: url('/images/menu_over.gif');
	color: #fefefe;
	font-size: 11px;

}

#topcell {
	display: none; /* for printing */
	height: 175px;
	background-image: url('/images/top.jpg');
	background-repeat: no-repeat;
	vertical-align: bottom;
}

#mainmenu {
	display: none; /* for printing */
   	margin-left: 25px;
}

#mainmenu td {
	display: none; /* for printing */
	width: 102px;
}

#mainmenu div {
	display: none; /* for printing */
	width: 100px;
	height: 19px;
	margin-right: 2px;
	background-repeat: no-repeat;
	text-align: center;
	font-weight: bold;
	line-height: 19px;
}

#submenu {
	display: none; /* for printing */
	text-align: left;
	vertical-align: top;
	line-height: 27px;
}

#submenutable {
	display: none; /* for printing */
	width: 100%;
	background-image: url('/images/submenu_back.gif');
	background-repeat: repeat-x;
}

#leftcol {
	display: none; /* for printing */
	width: 206px;
	background-color: #F9ECC7;
	text-align: left;
	vertical-align: top;
}


#rightcol {
	background-color: white;
	text-align: left;
	vertical-align: top;
}



.rub_orange {
	display: none; /* for printing */
	color: white;
	font-weight: bold;
	height: 25px;
	background-image: url('/images/rub_back_orange.gif');
	background-repeat: repeat-x;
}

.rub_blue {
	display: none; /* for printing */
	height: 34px;
	background-image: url('/images/rub_back_blue.gif');
	background-repeat: repeat-x;
}

.win_orange {
	display: none; /* for printing */
	padding: 20px 20px 10px 20px;
	color: #BB4F00;
	background-image: url('/images/left_back.gif');
	background-repeat: repeat-x;
	background-color: #F9ECC7;
}

.win_orange h3 {
	display: none; /* for printing */
	font-size: 13px;
	color: #BB4F00; 
}

.win_blue {
	padding: 15px 30px;
	background-color: white;
}

.winbottom_orange {
	display: none; /* for printing */
	height: 15px;
	width: 206px;
	background-image: url('/images/left_bottom.gif');
	background-repeat: repeat-x;
}

.winbottom_blue {
	display: none; /* for printing */
	height: 15px;
	background-image: url('/images/right_bottom.gif');
	background-repeat: repeat-x;
}

.rubrik {
	font-weight: bold;
}

.screen_footer {
	display: none;
}

.hide_when_printing {
	display: none;
}