* {
    margin: 0;
    padding: 0;
}

html,body {
	margin:0;
	padding: 0;
	font-family: Verdana, Helvetica;
}


#container {
	width: 1024px;
	padding: 1px;
	margin: 10px auto;
	border: 1px solid #ccc;
	background: #F8F8F8;
}

#head {
	
	position: relative;
	width: 1024px;
	height: 150px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	background: url(../img/headBg.gif) repeat-x top left;
}

#head a.logo {
	position: absolute;
	top: 25px;
	left: 25px;
	width: 318px;
	height: 91px;
	display: block;
	background: url(../img/logo.png) no-repeat top left;
	
}

#footer {
	width: 1024px;
	margin: 10px 0;
	border-top: 1px solid #ccc; 
}

#footer #info {
	width: 1000px;
	font-size: 12px;
	padding: 10px;
}

table.mainBg tr, table.mainBg td  {
	padding: 0;
	margin: 0;
}

.right {
	float: right;
}

.mini { 
	line-height: 3px;
}

.debug {
	color: #BB0066; 
	font-size: 11px; 
}

.system {
	color: #BB6600;
	font-size: 11px; 
	font-style: italic;
}

.green {
	color: #00BB66; 
	font-size: 11px; 
}

.navy {
	color: navy; 
	font-size: 11px; 
}

.red {
	color: #CC3300; 
}

.black {
	color: black; 
	font-size: 11px; 
}

.rautt {
	color: red; 
	font-size: 11px;
}

.header {
	text-align: center; 
	color: black; 
	background: #FEE170; 
	font-size: 14px;
}
th	{
        font-weight: normal;
	padding: 3px 0;
	}

.header-l {
	width: 1004px;
	padding: 4px;
	text-align: left; 
	color: black; 
	background: #FFF2BF; 
	font-size: 12px;
	border: 1px solid #ccc;
}

.subheader {
	text-align: left; 
	color: black; 
	background: #FFFFFF; 
	font-size: 12px;
	padding: 5px;
}

.ctexti {
	color: black; 
	background: #FFFFFF; 
	font-size: 12px;
	text-align: center; 
}

.texti {
	color: black; 
	background: #FFFFFF; 
	font-size: 12px;
}

.ivinnslu { 
	text-align: center; 
	color: #333333; 
}

.status {
	color: navy; 
	font-size: 12px;
}

.smallprint {
	color: navy; 
	background: #FCDF6E; 
	font-size: 9px;
}

td.smallprint {
	padding: 5px;
}

.strik_gratt {
	color: white; 
	background: #CECECE; 
	font-size: 9px; 
}

.advorun { 
	color: red; 
	background: #F0F0F0; 
	font-size: 12px; 
}

.itexti { 
	color: black; 
	background: #F0F0F0; 
	font-size: 11px;
	text-align: left;
	vertical-align: top;
	padding: 0px;
}

.info { 
	color: green; 
	background: #F0F0F0; 
	font-size: 11px;
	text-align: center;
	vertical-align: top;
}

.lina_ljos {
	color: navy; 
	background: #FFFFCC; 
	font-size: 12px;
}

.lina_dokk {
	color: navy; 
	background: #FFDD99; 
	font-size: 12px;
}

.lina_ljos_ovirk {
	color: #7080F0; 
	background: #FFFFCC; 
	font-size: 12px;
}

.lina_dokk_ovirk {
	color: #7080F0; 
	background: #FFDD99; 
	font-size: 12px;
}

.tlist  { 
        color: #000000;
        font-size: 11px;
        font-family: Verdana,Helvetica;
        padding-top : 2px;
        padding-left : 4px;
        padding-right : 3px;
        padding-bottom : 2px;
        }

.takki3 { 
        cursor : pointer;
        border : #B0B0B0 dashed 1px;
        text-align : center;
        padding-top : 1px;
        padding-left : 2px;
        padding-right : 2px;
        padding-bottom : 1px;
        width : 105px;
        height : 13px;
        }

tr.tlist:hover {
	background-color: transparent;
}

td.takki3:hover {
	background-color: transparent;
}

:link {
	text-decoration:none;
}

.hovermenu {
	height: 21px;
	border: 1px solid #ccc;
}

.hovermenu ul{
	font: bold 10px arial;
	padding-left: 0;
	margin-left: 0;
	height: 16px;
}

.hovermenu ul li{
	list-style: none;
	display: inline;
}

.hovermenu ul li a{
	padding: 2px 0.5em;
	text-decoration: none;
	float: left;
	color: black;
	background-color: #FFF2BF;
	border: 2px solid #FFF2BF;
}

.hovermenu ul li a:hover{
	background-color: #FFE271;
	border-style: outset;
}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
	border-style: inset;
}
/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#3CA3FF;
        font-weight:bold;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; background:; text-decoration: none; cursor: default;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
        padding: 15px 0 0 0;
        width:200px;
        color: #993300;
    text-align: center;
        filter: alpha(opacity:85);
        KHTMLOpacity: 0.85;
        MozOpacity: 0.85;
        opacity: 0.85;
        text-decoration: none;
        line-height: 14px;

}
a.tt:hover span.top{
        display: block;
        padding: 30px 8px 0;
        background-image: url(bubble.gif);
        background-repeat: no-repeat;
        background-position: top

}
a.tt:hover span.middle{ /* different middle bg for stretch */
        display: block;
        padding: 0 8px;
        background: url(bubble_filler.gif) repeat bottom;
}
a.tt:hover span.bottom{
        display: block;
        padding:3px 8px 10px;
        color: #548912;
    background: url(bubble.gif) no-repeat bottom;
}
/*---------- bubble tooltip ends ------*/
