﻿/* © Rögg Corporation - All rights reserved */
/* Portions © various internet sources      */

body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-top: 0;
	text-align: center;
	width: 98%; /* Try to prevent column wrapping (especially when printing) */
}

.goTop
{
}

.goTop_base
{
	display: none;
	margin-top: 0;
	position: fixed;
	top: 0;
	z-index: 10001;
	height: 30px;
	width: 18px;
	color: White;
	background: #F8E9B8;
	text-align: center;
	padding: 12px 0 0 0;
	cursor: pointer;
}
.goTop_base:hover
{
	background: #FCF7E4;
}

.goTop_left
{
	margin-left: -18px;
}
.goTop_right
{
	margin-left: 62.5em;
}

#page
{
	background: #fff url(../Images/topbg60.png) fixed 0 0 repeat-x;
}
#page_barebone
{
	margin-left: 0px;
	margin-right:0px;
	padding: 0px 0px 0px 0px;
	text-align:center;
}

div#container
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 62.5em;
}
div#container_barebone
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 37.75em;
}

html
{
	font-size: 100%;
}

.adspace_main
{
	margin-bottom:1em;
	text-align:center;
	z-index:inherit;
}

.adspace_main a
{
	background-color:Transparent !important;
	margin-bottom:1em;
}

.adspace_left
{
	margin-bottom:1.5em;
	z-index:inherit;
}

.adspace_left a
{
	background-color:Transparent;
}

.adspace_right
{
	margin-bottom:1.5em;
	z-index:inherit;
}

.adspace_right a
{
	background-color:Transparent;
}

.col1 .box_copy
{
	background: transparent;			/* Bakgrunnslitur á center boxi */
	border-top: none;
	border-bottom: none;
}

.snap p
{
	margin: 0;
	padding: 0;
	text-align: right;
}

h1
{
	font-size: 1.2em;
	margin: 0 0 0.5em 0;
	padding: 0;
}

h2
{
	font-size: 0.9em;
	margin: 0 0 0.4em 0;
	padding: 0;
}

h3
{
	font-size: 0.6em;
	margin: 0 0 0.4em 0;
	padding: 0;
}

p
{
	font-size: 0.756em;
	margin: 0;
	padding: 0;
}




#header
{
	margin-top: 0;
	position: fixed;
	top: 0;
	z-index: 10000;
}

.header_barebone
{
	padding-top: 0.3em;
	padding-left: 0.5em;
	margin-bottom: 1em;
	height: 1.4em;
	background: #fff url(../Images/Buttons/btnHeader.png) 0 0 repeat-x;
	width: 37.75em;
}


.itmcnt
{
	background-color: #ffb200;
	color: #404040;
	font-weight: bold;
	padding: 1px 2px;
}

.menu_dropshadow
{
	background: transparent url(../Images/dropshadow-white.png) 0 0 repeat-x;
	height:30px;
	width:100%;
}


.footer
{
	padding: 0.07em 0.07em 0.07em 0.07em;
	border-top: solid 0.07em #a9a9a9;
	border-bottom: solid 0.07em #a9a9a9;
	
	text-align: center;
	font-size: 0.65em;
	
	background-color: #eeeeee;
	/*height:3em;*/
	clear:both;
}


.copyrightnotice
{
	font-size: 0.85em;
	color: #dddddd;
}


/* ******************************************************************************** */
/* Leitarslá í haus                                                                 */
/* ******************************************************************************** */
.leitarbox
{
	background: blue;
	display: inline;
	line-height:normal;
	white-space:nowrap;
	/*font-size:0.756em;*/
}

.hdr_src_box_border
{
	border-color:#2784be/*81B4D4*/ #14679d/*61A0C9*/ #106296/*5394BD*/;
	border-style:solid;
	border-width:1px;
	padding-top:1px;
	padding-bottom:2px;
}

.hdr_src_box_border_inner
{
	background-color:#FFFFFF;
	border-color:#43708C #285E82 #1C5478;
	border-style:solid;
	border-width:1px;
	padding-bottom:1px;
}

.hdr_src_input
{
	border: medium none;	
	padding-left:2px;
	width:5em;
	font-size:0.756em;
}

.hdr_src_button_border
{
	/*border-color:#ffe2ad #ffd587 #ffb326;*/
	border-color: #999999;
	border-style:solid;
	border-width:1px;
	/*padding-bottom:2px;*/
	/*padding-top:0px;*/
	/*padding: 1px 1px 1px 1px;*/
}

.hdr_src_button
{
	background:#fdbf4c url(../Images/Buttons/btnReflection.png) repeat-x scroll center center;
	border: medium none;
	color:Black;
	margin:0;
	font-size:0.756em;
}





.main_container
{
	margin-left:auto;
	margin-right:auto;
	margin-top:0em;
	text-align:left;
	width:62.5em;
}





/* column container */	
.colmask {	
	position:relative;
	clear:both;
	float:left;
	margin-top:20px;
	width:100%;
	overflow:hidden;
}	
/* holy grail 3 column settings */	
.holygrail {	
	/*background:#CDEAFF;*/
}	
.holygrail .colmid {	
	float:left;
	width:200%;
	margin-left:-14.5em;
	position:relative;
	right:100%;
	/*background:#fff;*/
}	
.holygrail .colleft {	
	float:left;
	width:100%;
	margin-left:-50%;
	position:relative;
	left:25.75em;
	/*background:#cfc;*/
}	
.holygrail .col1wrap {	
	float:left;
	width:50%;
	position:relative;
	right:11.25em;
	padding-bottom:1em; 
}	
.holygrail .col1 	
{
	left:200%;
	margin:0 12.25em;
	overflow:hidden;
	position:relative;
}	
.holygrail .col2 {	
	float:right;
	width:11.25em;
	position:relative;
	right:0;
}	
.holygrail .col3 {	
	float:left;
	float:right;
	width:11.5em;
	margin-right:0em;
	position:relative;
	left:50%;
}	





.nlssamples
{
	font-size:0.756em;
	font-style:italic;
	font-weight:bold;
}
.nlssamples ul
{
}
.nlssamples ul li
{
	list-style-type:none;
	margin-bottom:1em;
}



.menu_sub ul
{
	font-size: 0.756em;
	height: 23px;
	margin: 0;
	padding: 0;
}

.menu_sub ul li
{
	display:inline;
	float:left;
}

.menu_sub ul li.toright
{
	float:right !important;
}

.menu_sub ul li a
{
	color:#000000;
	float:left;
	height:19px;
	padding:0.3em 0.7em 0;
}

.menu_sub ul li.toright a 
{
	padding:0.3em 0.1em 0;
}

.menu_sub ul li a:hover
{
	background:#5f5f5f;
	color:#FFFFFF;
}


.menuHomeLink
{
	float:left;
	left:100%;
	margin-left:-99%;
	margin-top:0;
	height:3em;
	position:relative;
	width:18%;
}

.menuHomeLink a
{
	display:block;
	height:100%;
	text-indent:-10000px;
	width:100%;
}




/* LIST MANAGER ------- */
#List_0_ctrlboard
{
	display:block;
	height:1.4em;
}
#List_0_ctrlboard.notinuse
{
	background: url("../Images/List_0_Off_16.png") no-repeat scroll left top transparent;
	padding: 0 0 0 20px;
}
#List_0_ctrlboard.notinuse .itmcnt
{
	display: none !important;
}
#List_0_ctrlboard.inuse
{
	background: url("../Images/List_0_On_16.png") no-repeat scroll left top transparent;
	padding: 0 0 0 20px;
}
#List_0_count
{
}
/* -------------------- */
#List_1_ctrlboard
{
	display:block;
	height:1.4em;
}
#List_1_ctrlboard.notinuse
{
	background: url("../Images/List_1_Off_16.png") no-repeat scroll left top transparent;
	padding: 0 0 0 20px;
}
#List_1_ctrlboard.notinuse .itmcnt
{
	display: none !important;
}
#List_1_ctrlboard.inuse
{
	background: url("../Images/List_1_On_16.png") no-repeat scroll left top transparent;
	padding: 0 0 0 20px;
}
#List_1_count
{
}
/* LIST MANAGER ENDS -- */

