/* LOS-WEB PRINT STYLESHEET
=========================================

========================================= */
/* PAGE STRUCTURE AND LAYOUT
========================================= */
#outside {
	padding: 0;
	margin: 0 8%;
	width: auto;
}

#page {
	padding: 0;
	margin: 0;
	width: auto;
}

#pagehead
{
	position: relative;
	float: none;
	margin-bottom: 1.5em;
	border-bottom: 3px solid #752824;
	line-height: 10px;
	height: 130px;
	z-index: 1;
}

#loslogo
{
	position: absolute;
	top: 2em;
	left: 1em;
	z-index: 30;
}

#pageleft
{
	visibility: hidden;
	position: absolute;
	top: 0;
	width: 2px;
	padding: 0;
	margin: 0;
}


#maincontent
{
	background: white;
	width:  100%;
	padding: 0;
	margin: 0;
}

#quickedit img, #controlpanel img {
	visibility: hidden;
	position: absolute;
	top: 0;
}


.btm_wrapping_cell {
	background-color: white;
}

#footer_cell {
	font: normal 10px/12px Verdana, Arial, Sans-serif;
	margin: 30px 0 0 8%;
}
#footer_cell small {
	font: normal 9px/12px Verdana, Arial, Sans-serif;
}

#bottom_cell {
	visibility: visible;
}


/* MAIN MENU
--------------------------------------------------
MODERN BRICKS Style
--------------------------------------------------
Credits: Dynamic Drive CSS Library
URL: http://www.dynamicdrive.com/style/ 
*/

#modernbricksmenu{
	visibility: hidden;
	position:absolute;
	top: 0;
	padding: 0;
	width: auto;
	float: none;
}

#modernbricksmenu ul{
	margin:0;
	padding: 0;
	list-style: none;
}

#modernbricksmenu li{
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
}

#modernbricksmenuline {
	visibility: hidden;
}


/* LEFT MENU
--------------------------------------------------
Three-level left side submenu
--------------------------------------------------
*/

#left_menu {
	position: absolute;
	top: 0px;
	padding: 0;
	margin-left: 0px;
	visibility: hidden;
	width:  20px;
}

#left_menu ol
{
	list-style: none;
	padding: 0;
	margin: 0 0 0 0;
	display: inline;
}

#left_menu li
{
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
}

#left_menu li a
{
	list-style: none;
	text-decoration: none;
}


/*
	Basic classes 
*/
hr { border: 1px solid #666666; }

/* TYPOGRAPHY 
--------------------------------------------------
Text styles for paragraphs and headings
--------------------------------------------------
*/

body, #maincontent, #page {
	font: 11pt/14pt "Adobe Garamond", Georgia, "Times New Roman", Serif;
	color: #000000;
}

h1, h2, h3 {
	color: #110011;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	line-height:  normal;
}

h4, h5, h6 {
	color: #111111;
	font-family: Georgia,"Times New Roman",Times,Serif;
	font-weight: bold;
}

h1 { font-size: 1.6em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.0em; }

abbr, acronym {
	border-bottom: 1px dotted #4D3A2C;
}

/* LINKS 
--------------------------------------------------
Text styles for links
--------------------------------------------------
*/


a, a:link, a:visited
{
	color: #333366;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}


/* PUFFAR
--------------------------------------------------
Front page text boxes
--------------------------------------------------
*/
a .puff {
	display: block;
	float: none;
	width: 260px;
	background: #DDDDDD url(top_rounded.gif) no-repeat left top;
	padding: 0;
	margin: 5px;
	color: black;
	text-decoration: none;
}

a .puff h2 {

	display:  block;
	padding: 10px;
	margin: 0;
	font: bold 14pt/18pt Verdana, Arial, Sans-serif;
	background: #DDDDDD url(top_rounded.gif) no-repeat 0 0;	
	border-bottom: 1px solid black;
	color: black;
	text-decoration: none;
}

a .puff p {
	padding: 10px;
	margin: 0;
	font: normal 10pt/13pt Tahoma, Arial, serif;
	background: #DDDDDD url(btm_rounded.gif) no-repeat left bottom;
	text-decoration: none;
}

a .puff img {
	border: none;
}


/* QUOTE BLOCK
--------------------------------------------------
Citatblock
--------------------------------------------------
*/
.quote {
	text-decoration: none;
	font-style: italic;
	margin: 0;
	padding: .5em 2em;
	line-height: 1.55em;
	text-indent: 2em;
	font-size: 1.1em;
	font-style: italic;
}

.clearing {
	clear: both;
}

/* FILM BLOCK
--------------------------------------------------
Filmlistningsblock
--------------------------------------------------
*/

.filmruta {
	float: none;
	background-color: #EEE;
	padding: 0;
	margin: 0;
	width: 70%;
}

div.row {
  clear: both;
  padding: 0;
  margin: 10px 10px 10px 10px;
  height: 1%;
}

div.row span.label {
  float: none;
  padding: 0;
  margin: 0 0 0 0;
  width: 80mm; 
}

div.row span.value {
	float: none;
    padding: 0;
	margin: 10px;
}


/* TOP BUTTON
---------------------------------------------------
Style for "return-to-top" button
---------------------------------------------------
*/

.topButton {
	visibility: hidden;
}

/* FOLDING BLOCK
---------------------------------------------------
Style for folding reference block
---------------------------------------------------
*/
.collapsable {
    margin: 0;
    padding: 1em;
    background: #EEEEEE;

}

.collapsable h1, h2, h3 {
    padding: 0;
    margin: 0;
    display: inline;
}

.collapsable h3 {
	font-size: 1.4em;
}

.collapsable ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.collapsable ul li {
	margin: 5px 0 0 25px;
	text-indent: -25px;
	line-height: 1.5em;
}

.collapsable ul li+li {
	margin-top: .8em;;
}

/* Relative boxes
---------------------------------------------------
Hidden info-boxes for roll-over display
---------------------------------------------------
*/

#relativeboxes {
	visibility: hidden;
}

#info1, #info2, #info3, #info4, #info5, #info6, #info7, #info8, #info9, #info10, #info11,  #info12,  #info13,  #info14,  #info15,  #info16,  #info17,  #info18,  #info19, #info20, #info21,  #info22,  #info23,  #info24,  #info25,  #info26,  #info27,  #info28,  #info29,  #info30 {
	visibility: hidden;
	position: absolute;
	width: 1px;
	height: 1px;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	z-index: 1;
	display: block;
	clear: none;
	font-size: 1px;
	line-height: 1px;
	font-style: normal;
}

/*

#lospage {
	background-color: #CCCCCC;
	width: 800px;
	margin: 0 0 0 100px;
}

#loshead {
	background-color: #FFCC66;
	clear: both;
	height: 87px;
}

#leftmenu {
	background-color: #6666FF;
	width: 180px;
	border: 2px solid #663399;
}

#loscontent {
	display: block;
	width: auto;
	border: thin solid #00CC66;
	background-color: #FFCCFF;
}

*/


/* ADMIN STYLES?
---------------------------------------------------
Don't know what these are ... Per?
---------------------------------------------------
*/
td
{
	color: #392919;
	font-weight: normal;
	font-family: "Lucida Grande",Tahoma,Arial,Helvetica, sans-serif;
}

/* LOGIN WINDOW
---------------------------------------------------
Floating login window and login button
---------------------------------------------------
*/

#loginbox
{
	visibility: hidden;
}
/*

.loginboxtext
{
	font-family: Tahoma, "Lucida Grande", Arial, sans-serif;
	font-size: 8px;
	font-weight: normal;
}
*/

#login_dialog
{
	z-index: 999;
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
}
/*
img .loginbutton
{
	position: absolute;
	top: 3px;
	right: 6px;
}
*/

.dialog_400_header
{
	width: 400px;
	height: 8px;
	line-height: 8px;
	margin: 0;
}

.dialog_400_body
{
	padding: 0 10px 0 10px;
	margin: 0;

}

.dialog_400_footer
{
	width: 400px;
	height: 20px;
}

