/*
	ESKILL BASE SCREEN STYLESHEET
	v 1.0
	
	USE RELATIVE UNITS FOR TEXT SIZES, HANDY TOOL: http://riddle.pl/emcalc/
	
		Common sizes relative to 16px base (default in most browsers):
		10px = .625em; 	
		11px = .6875em;	
		12px = .75em;
*/

* { margin:0; padding:0; }

body { font: 0.6875em/140% arial, sans-serif; }

img { border:0; }
a { text-decoration: none; outline: none; cursor:pointer; }
a:hover {}


/* adjust fonts and spacing for headings */
h1,h2,h3,h4,h5,h6 { margin: 0 0 1em 0; }
.minna_bil {margin-bottom: 0.1em;}
h1 { font-size: 1.4167em; }
h2 { font-size: 1.3333em; }
h3 { font-size: 1.25em; }
h4 { font-size: 1.1667em; }
h5 { font-size: 1.0833em; }
h6 { font-size: 1em; }

/*#content h1 { color:#333333; font-family:Verdana; font-size:1.25em; }
#content h2 { color:#333333; font-family:Verdana; font-size:1.16667em; }

#content h3 { color:#333333; font-family:Verdana; font-size:1.16667em; }
#content h4 { color:#333333; font-family:Verdana; font-size:1.16667em; }
#content h5 { color:#333333; font-family:Verdana; font-size:1.16667em; }
#content h6 { color:#969696; font-family:Verdana; font-size:0.93em; font-weight:normal; }
*/


/* set basic formstyling */
form {}
fieldset { margin: 1em 0; border:none; }
fieldset legend { color: #000; padding: 0 4px; display:none; }
input, textarea { font-size: 1em; padding: 2px; border: 1px solid #CFCFCF; color: inherit;  }

#content input.button {background:url(/library/9537)repeat-x; padding:3px 10px 3px 10px; margin:5px 0 0 5px;}


input {}
textarea { font-family: Arial, Sans-Serif; } /* remember to set fonts on textarea */
input.radio, input.checkbox { border: none; } /* this is for IE6, obviously for it to work you have to put class="radio" on radio inputs and class="checkbox" on checkbox inputs in the HTML */
input[type='radio'], input[type='checkbox'] { border: none; }
select {}
button {}

/* mind the font-sizes in tables */
table { font-size: inherit; border-collapse: collapse; }
th,td { padding: 2px; }
th { text-align: left; }
td {}

ul { list-style: none; }
ol {}
dl {}
dt {}
dd {}
blockquote {}
q {}

/*	adjust spacing for lists and quotes 
	assumes you have a wrapper around the content
	with classname content, change this to whatever suits your fancy... */
.content ul, .content ol, .content dl, 
.content blockquote, .content q { margin: 1em 0 1em 2em; }
.content ul { list-style: disc; }
.content dd { margin-left: 2em; }

/* adjust spacing for content paragraphs, same as above: change this to whatever your content wrapper is */
#content p { margin-bottom: 1em; }

/* do not change these */
.hidden, .access { display: none; }
.eskill-text-link { display: none; }
.eskill-image-link { display: none; } /* DEV:TODO: CHANGE THIS */

.left { float: left; }
.right { float: right; }
.clearthis, .clear, .clearme { clear:both; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* end of do not change these and hide from IE-mac */

/*= CONTENT
------------------------*/
body { background:#f4f4f4; }

#wrapper { width:983px; margin:2px auto 0; position:relative; }

#header { width:975px; height:106px; padding:4px 4px 0; background:url(/library/9166) no-repeat; }
#header img { left:45px; top:15px; position:absolute; }
#colwrap { width:975px; padding:15px 4px 0; background:url(/library/9164) repeat-y; }

#leftpanel { width:190px; float:left; margin:0 0 0 15px; }
#rightpanel { width:190px; float:left; margin:0 0 15px 15px; }

#content { width:535px; float:left; margin-left:15px;}
#content.noright { width:740px; }


.breadcrumbs { border-bottom:1px dashed #333333; padding-bottom:3px; margin-bottom: 1em; }
.breadcrumbs a { color:#333 !important; }



#nav { height:34px; width:975px; position:absolute; top:76px; left:4px; background:url(/library/9167) repeat-x bottom; }
#nav ul { margin:0 auto 0 220px; }
#nav ul li { float:left; display:block; height:34px; background:url(/library/9188) no-repeat left 22px; }
#nav ul li.first { background:none; }
#nav ul li a { padding:10px 20px 10px 15px; display:block; color:#fff; font-family:Lucida Sans; font-weight:bold; }
#nav ul li.selected { padding-left:5px; background:url(/library/9171) no-repeat left; } 
#nav ul li a.selected { color:#0e4684; background:url(/library/9170) no-repeat right; }
#nav ul li a.selected:hover { color:#0e4684; background:url(/library/9170) no-repeat right; }
#nav ul li a:hover { background:url(/library/9189) no-repeat center 4px; }
#nav ul ul,
#nav ul li ul { display:none; }

#submenu { margin-bottom:15px; }
#submenu ul { width:169px;  }
#submenu ul li { padding:5px; border-bottom:1px solid #dbdbdb; }
#submenu ul li.last,
#submenu ul li.selected.withChildren { border:0; }
#submenu ul li a { color:#333; }
#submenu ul li a.selected { color:#f48300; }
#submenu ul li a:hover { text-decoration:underline; color:#f48300; }
#submenu ul li a .menuno { float:left; }
#submenu ul li a .menutext { display:block; margin-left:20px; } 
#submenu ul ul { border-top:1px solid #ececec; }
#submenu ul ul li { background:#f5f5f5; border-bottom:1px solid #fff; }
#submenu ul ul li.selected { padding:0; }
#submenu ul ul li.last { border-bottom:1px solid #ececec; }
#submenu ul ul li a { padding-left:20px; display:block; }
#submenu ul ul li a.selected { padding:5px 15px 5px 25px; color:#333; border-bottom:1px solid #fff; background:url(/library/9219) no-repeat center right; }

#extras { position:absolute; right:15px; top:15px; }
#extras ul li { float:left; margin:0 7px; padding-top:1px; color:#646464; font-family:Lucida Sans; font-weight:bold; font-size:0.93em; text-transform:uppercase; }
#extras ul li a { color:#646464; }
#extras ul li.SmallerFont { font-size:1.09em; margin-right:5px; }
#extras ul li.BiggerFont { font-size:1.27em; padding:0; margin-right:14px; }
#extras ul li.rss a { display:block; height:14px; width:14px; margin-right:10px; text-indent:-5000px; background:url(/library/9253/) no-repeat; }

#searchpanel { position:absolute; right:20px; top:34px; }
#searchpanel form fieldset label { display:none; }
#searchpanel form fieldset input { height:13px; padding:4px; border:1px solid #DBDBDB; width:200px; font-size:0.93em; color:#666666; }
#searchpanel form fieldset input.search_button { height:20px; width:20px; margin:0 0 0 -24px; padding:0; border:0; text-indent:-10000px; background:url(/library/9182) no-repeat 3px 3px; }

#shortcuts { width:975px; height:204px; padding:15px 4px 0; background:url(/library/9165) no-repeat; }
#shortcuts .pageitemlist { height:164px; margin:18px 14px; background:transparent url(/library/9194) no-repeat 0 0; }
#shortcuts .pageitem { float:left; }
#shortcuts .pageitem h4 { font-size:1.36em; margin:5px 0 20px; background:none; font-family:arial; font-weight:normal; color:#f48300; }
#shortcuts .pageitem .content { width:189px; border:none; font-size:1.09em; padding:0; }
#shortcuts .pageitem .content ul { margin-left:15px; }
#shortcuts .pageitem .content ul li { list-style:none; margin:5px 0; }
#shortcuts .pageitem .content ul li a { color:#333333; padding-left:15px; display:block; background:transparent url(/library/9190) no-repeat 0 3px; }
#shortcuts .pageitem .content ul li a:hover { text-decoration:underline; color:#f48300; background:transparent url(/library/9241) no-repeat 0 3px; }

#footer { margin:10px 0 20px; text-align:center; }
#footer a { color:#343434; }


/*** Headers ***/
.pagename h1,
.pagename h2,
.pageitem h4,
#subnav h3  { margin:0; padding:9px 10px 8px 13px; color:#333333; font-family:Verdana; font-size:1.27em; font-weight:bold; }




/* big */
.pagename h1,
.pagename h2 { background:transparent url(/library/9185) no-repeat; }

#content.noright .pagename h1,
#content.noright .pagename h2 { background:transparent url(/library/9228) no-repeat; }

/* small */
.pageitem h4,
#subnav h3 { background:transparent url(/library/9172) no-repeat; }


/***** PageComponents *****/

.pageitem,
.bluebox,
.relatedpages,
#slideboxlist { margin-bottom:15px; }


.pageitem .content,
#submenu { padding:10px; width:168px; border:1px solid #dbdbdb; }

#slideboxlist .slidebox { margin-bottom:3px; }
#slideboxlist .slidebox h3 { color:#333333; font-family:Verdana; font-size:1.27em; font-weight:bold; margin:0; padding:9px 8px 3px 13px; border:1px solid #DBDBDB; background:url(/library/9230) no-repeat; }
#slideboxlist .slidebox_1 h3 { border:none; border-bottom:1px solid #DBDBDB; background:transparent url(/library/9172) no-repeat; }
#slideboxlist .slidebox h3 a { outline: none; color:#333333; padding-bottom:5px; display:block; background:transparent url(/library/9229) no-repeat right 4px; }
#slideboxlist .slidebox h3.ui-state-active a {background:transparent url(/library/9231) no-repeat right 6px; }

#slideboxlist .slidebox .content { padding:10px 10px 0 10px; width:168px; border:1px solid #dbdbdb; border-top:0; }

.relatedpages {  }
.relatedpages ul { list-style:none; margin:0; }
.relatedpages ul li { margin-bottom:5px; background: url(/library/9552) no-repeat scroll top left; padding-top: 5px; min-height: 20px; }
.relatedpages ul li.last { margin:0; }
.relatedpages ul li:hover { background: url(/library/9553) no-repeat scroll top left; }
.relatedpages ul li a { padding: 3px 10px 9px 20px; color:#FFFFFF; display:block; font-family:Verdana; font-size:0.93em; font-weight:bold; background: url(/library/9551) no-repeat scroll bottom left; }
.relatedpages ul li a:hover {  background: url(/library/9554) no-repeat scroll bottom left; }
.relatedpages ul li.selected { background:url(/library/9558) no-repeat top left; }
.relatedpages ul li a.selected { background:url(/library/9557) no-repeat bottom left; }


.bluebox { width:188px; padding:5px 0; position:relative; background:#356497; border:1px solid #dbdbdb; }
.bluebox a.boxlink { display:block; position:absolute; left:0; right:0; top:0; bottom:0; text-indent:-10000px; }
.bluebox:hover,
.bluebox.hover { background:#356497 url(/library/9180) no-repeat top; }
.bluebox h4 { width:117px; margin:6px 0 6px 6px; color:#FFFFFF; float:left; line-height:1.4em; font-size:1.08em; font-family:Trebuchet MS; }
.bluebox h4 a { color:#FFFFFF; }
.bluebox .icon { height:50px; width:53px; margin:0px 5px 5px 5px; float:left; }
.bluebox .icon a { height:50px; width:53px; display:block; }

.bluebox.input h4 {  display:block; margin-bottom:17px; text-align:right;}
.bluebox.input .icon { height:30px; width:37px; margin:0 5px 5px; float:left; }
.bluebox.input .icon img { height:30px; width:30px; }
.bluebox.input .content { float:left; margin:0 0 10px 10px; }
.bluebox.input .content fieldset { margin:0; }
.bluebox.input input.button { float:left; height:20px; width:20px; margin-left:-20px; border:none; background:#fff url(/library/9222) no-repeat 4px 4px; }

/*** content ***/

/* namesearch */
#namesearch {  }
#namesearch label { display:none; }
#namesearch input { float:left; border:1px solid #e2e2e2; width:162px; height:14px }
#namesearch input.button { float:left; height:20px; width:20px; margin-left:-20px; border-left:none; background:#fff url(/library/9222) no-repeat 4px 3px;  }


/* birthday */
#birthday {  }
#birthday #dagur { width:63px; float:left; margin-right:5px; }
#birthday #manudur { width:78px; float:left; margin-right:5px; }
#birthday input.button { margin:0px; }

/* ohterwebs */
ul.otherwebs { list-style:none; margin:0; }
ul.otherwebs li { margin:0; padding:2px 0 2px 0px; }
ul.otherwebs li a { color:#333333; padding:0 0 0 15px; display:block; background:transparent url(/library/9190) no-repeat 0 3px; }
ul.otherwebs li a:hover { text-decoration:underline; color:#f48300; background:transparent url(/library/9241) no-repeat 0 3px; }



/* table and ul-li */
.pageitem .content table { width:170px;  }
.pageitem .content table tr td { border-bottom:1px solid #dbdbdb; }
.pageitem .content table tr.lastrow td { border:none; }
.pageitem .content table a { padding-left:15px; display:block; color:#333333; font-weight:bold; background:transparent url(/library/9190) no-repeat 0 3px; }

/*** content ***/

/* newsarchive */
#newsarchive .years { margin-bottom:4px; color:#004896; display:block; font-weight:bold; border-bottom:1px solid #dfdfdf; }
#newsarchive a.months { color:#004896; }
#newsarchive a.months:hover { color:#f48300; }
#newsarchive a.months:visited { color:#2a72c1; }




table.keyfigures_small .numberdata { font-weight:bold; text-align:right; }

/* front-page */

#bottom { position:relative; }
#bottom .item1,
#bottom .item2 { width:245px; padding-right:10px; margin-bottom: 40px; }
#bottom .left .icon { height:60px; width:59px; float:left; padding-bottom:10px;}
#bottom .left .icon img {  }
#bottom h3 { padding:10px 0 0 75px; font-family:Verdana; font-size:1.18em; }
#bottom .newslistoverview .padding {  }
#bottom .newslistoverview .headlines { font-size:1em; color:#333333; }
#bottom .newslistoverview .headlines a { color:#004896; }
#bottom .newslistoverview .newsitem h4{font-size:1em; color#333333}

#bottom a.morenews,
#bottom a.update,
.upcomingnews a.update,
.latestnews a.update,
a.update,
#content a.morebutton,
#content a.morebutton_big { font-size:1em; background:transparent url(/library/9190) no-repeat 0 80%; color:#333333 !important; font-weight:bold; padding:15px 0 0 15px; display:block; font-family: Arial, Helvetica, sans-serif;}

#bottom a.update_big { width:150px; padding:5px 0px; margin:20px 0 0 70px; position:absolute; bottom:145px; display:block; color:#333; font-size:0.86em; line-height:1.5em; text-align:center; font-weight:bold; background:url(/library/9250) no-repeat; }

#bottom a.morenews:hover,
#bottom a.update:hover,
.upcomingnews a.update:hover,
.latestnews a.update:hover,
a.update:hover,
#content a.morebutton:hover,
#content a.morebutton_big:hover { text-decoration: none; color:#333333 !important;}

.frontpage a.update, .frontpage a.morenews { position: absolute; bottom: 10px; }

#content #bottom a.morenews:visited,
#content #bottom a.update:visited,
.upcomingnews a.update:visited,
.latestnews a.update:visited,
a.update:visited,
#content a.morebutton:visited,
#content a.morebutton_big:visited  { color:#333333 !important; }

#bottom .item3 { height:115px; width:100%; border-top:1px solid #D6D6D6; margin-top:20px; padding-top:10px; }
#bottom .item3 h3 { padding:0; }

/**** newslist & item ****/
.frontpage .newslist { border-bottom:1px solid #D6D6D6; }
.newslist { margin-bottom:5px; padding-bottom:10px; }
.newslist .item1,
.newslist .item2 { border-bottom:dashed 1px #adadad; margin-bottom:10px; padding-bottom:3px;}

table.newslist h4 { margin:0; }

.newsitem { margin-bottom:10px; }
.newsitem .dates { font-size:0.93em; color:#969696; }
.newsitem .headlines { margin:0 0 8px 0; color:#004896; font-size:1.09em; font-family:Verdana; font-weight:normal; }
.newsitem .headlines a { color:#004896; }
.newsitem .abstract { margin:5px 0; }
.newsitem a.newslink { margin:3px 0 0 3px; color:#00345a; }



#content table.newslist .headlines { color:#333333; font-size:1em; }
#content table.newslist h5 { color:#333333; font-weight:normal; text-align: left; }
#content table.newslist td { padding:1px 15px 1px 15px; }

/***** Content *****/


#content > .padding { border:1px solid #dbdbdb; padding:10px; margin-bottom:15px; line-height:1.5em; font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; font-size:1em;}
#content a { color:#004896; }
#content a:visited { color:#2a72c1; }
#content a:hover { text-decoration:underline; color:#f48300; }

#content ul { font-size:1em; font-family:Verdana; }
#content ul li { padding:2px 0 2px 15px; background:url(/library/9242) no-repeat left 9px; }
#content ul li a { color:#004896; }
#content ul li a:hover { text-decoration:underline; color:#f48300; }

#content .arrowlist ul { font-weight:bold; font-size:0.93em;  }
#content .arrowlist ul li { list-style:none; background:none; padding:0 0 0 15px; background:transparent url(/library/9190) no-repeat 0 4px; }
#content .arrowlist ul li a { color:#333333; padding:0;  }
#content .arrowlist ul li a:hover { text-decoration:underline; color:#f48300; }
#content .arrowlist ul li span { color:#969696; margin-left:4px; }
#content .arrowlist ul li a:hover span { text-decoration:none; }

#content table { width:100%; }
#content table.newslist tr { line-height: 1em; }
#content table td { padding:2px 5px 2px 5px; }
#content table .row1 { background:#f3f3f3; }

#content table.min td{padding:0px;}

/* Statistics */
.statistics { margin-bottom:10px; border-bottom: #d6d6d6 1px solid;}
.latestnews { padding: 0px 0 0 0; margin-bottom:0px; margin-top:0px;}
.upcomingnews { margin-bottom:10px; border-top:#d6d6d6 1px solid; padding: 10px 0 0 0;}
div.frontpage_efnisflokkar {margin-bottom: 7px;}
.frontpage_section {padding-top: 0px;}
.latestnews a.newslink { margin:3px 0 0 3px; color:#00345a; }
div.efnisflokkur { 
float: left; 
width: 50%;
margin-bottom: 3px;
}

a.efnisflokkur_text { 
	background: url(/library/9242) no-repeat left;
	padding-left: 15px;
	
 }


/*** fyrir útgáfulista ***/
div.row, div.row0, div.row1 {margin-bottom: 3px;}
div.row1 {background-color: #d6d6d6;}

/*** news ***/
#content .dates { font-size:1em; color:#969696; margin:0; font-weight:normal; }
#content .headlines { margin: 2px 0 2px 0; font-size:1.3em; font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; font-weight:normal; }
#content .headlines a { color:#004896; }
#content .abstract { margin:7px 0; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 1em;}

#content .newsfooter { font-style:italic; text-align:center; font-size:0.93em; }
#content .newsfooter p { margin-bottom:0; }

/* veftré */
#content .sitemap ul { margin-left:20px; font-size:1.16em; }
#content .sitemap ul ul { font-size:0.93em; }



/**** css for iframe ****/
#pxweb { border:none; width:100%; height:420px; position:relative; }

#content ul li.pxrecord { font-size:11px; font-weight:normal; }

/*** Tables ***/

#content table tr td p { margin:0; }

/* Employees */
table.employees { width:100%; }
table.employees th { color:#595959; font-size:0.93em; font-weight:bold; text-align:left; }
table.employees td { padding:4px 0 4px 4px; }
table.employees a { font-weight:normal; }
table.employees .row1 { }

table.employees .col1 { width:270px; }
table.employees .col2 { width:332px; }
table.employees .col3 {  }

/* pxtable */
table.pxtable { width:100%; }

table.pxtable td, table.pxtable font, table.pxtable span { font-size:11px; }
table.pxtable td { padding:2px; text-align:right; }

table.pxtable th, table.pxtable tr.title td, table.pxtable td.title { font-weight:bold; font-size:1.1em; text-align:left !important; border-bottom:1px solid #000 !important;  }
table.pxtable tr.firstrow td, table.pxtable td.firstrow { font-size:1em; text-align:center !important; border-bottom:1px solid #000 !important;  }
table.pxtable td.stub1 { text-align:left !important; }
table.pxtable td.footnote, table.pxtable tr.footnote td { text-align:left; font-size:.9em; border-top:1px solid #000 !important; }



/* Birtingaráætlun */

.adv_calendar_panel { width:100%; margin-bottom:10px; }
.adv_calendar_panel td { padding:2px;  font-weight:bold; }
.adv_calendar_panel select { font-size:.9em; }

.adv_calendar { width:100%; font-size:0.93em; }
.adv_calendar th { font-weight:bold; text-align:left; padding:3px; }
.adv_calendar td { padding:2px; vertical-align:top; }
.adv_calendar td.col1 { width:20%; text-align: left; white-space:nowrap;}
.adv_calendar td.col3 { width:20%; white-space:nowrap;}
.adv_calendar td.col4 { width:17%; }
.adv_calendar a { font-weight:normal; }


.textdata { text-align:left; }
.numberdata { text-align:right; }


/*
Bætt við vegna mannfjöldaklukku
15. desember 2005  BjS
*/
.PopHeading { font-size: 1.3em; color: #0188b5; font-family: Verdana, Arial; font-weight: 600; padding-top: 2.5em; text-align: center; clear:both; }
.PopFigure { font-size: 1.7em; color: #0188b5; font-family: Verdana, Arial; font-weight: bold; text-align:center; }
div.PopDetailBackgr { border-style: solid; border-width: 0.05em; position:relative; /*left:30em;*/ right:auto; 	bottom:auto; top:auto; width:40em; height: 15em; }
span.PopDetailDagsetning { /*staðsetning*/ position:absolute; left: 1em; top: 0.5em; }
span.PopDetailTimi { /*staðsetning*/ position:absolute; right: 1em; top: 0.5em; }
span.PopDetailHeading { font-size: 1.2em; font-family: Verdana, Arial; color:Gray; position:absolute; left: 8.5em; right: auto; top:3.5em; bottom: auto; text-align:center; }
span.PopDetailFigure { font-size: 1.6em; font-family: Verdana, Arial; position:absolute; left:10em; right: auto; top: 4.2em; bottom: auto; }
span.PopNeeded { font-size: 1.0em; font-family: Verdana, Arial; color:Gray; position:absolute; top: 9.2em; left: 7em; right: auto; bottom: auto; }

/*
BjS 13. mars 2006.  div utan um texta í px skrám footnote.asp og info.asp
*/
div.px_metadata { position: relative; left: 2%; right: 2%; }
table.px_metadata_infoTable { font-family: Verdana, Arial; font-size: 1.0em; }
table.px_metadata_infoTable td.metadata_key { font-weight:bold;  vertical-align: top; }
table.px_metadata_infoTable td.metadata_value { vertical-align: bottom; }

#printicon { height:18px; width:95px; left:418px; top:-33px; position:relative; text-align:right; }


.pager { float:left; width:60px; margin-left:100px;}
a.prev, p.prev { margin-left:100px; }


.publications .col1 { width:130px; vertical-align:top; }


/*************
Publication detail - EN
*/
body.popup { background:none !important; }
.popup #wrapper { width:740px; }
.popup #header { background:none !important; width:740px !important; padding:0 !important; }
.popup #colwrap { background:none !important; width:740px !important; padding:0 !important; }
.popup #content { width:740px !important; padding:0 !important; margin:0 !important; }

/* 
Síðuhlutir - Hagtíðindi síðuhlutir
Björgvin Sigurðsson
25. febrúar 2010  
*/
.hagtidindi_button, .statseries_button {
  height: 60px;
  padding-top: 25px;
  padding-left: 10px;
  padding-right: 10px;
  width: 170px;
  color:#F48300;
  text-align: left;
  vertical-align: bottom;
 }

.hagtidindi_button {
  background:url(/library/10802) no-repeat;

}

.statseries_button {
  background:url(/library/10803) no-repeat;
}

.hagtidindi_button  a, .statseries_button a {font-size: 1em;  font-family: Segoe UI, Segoe, Arial, Helvetica; color: #134A86; }
.hagtidindi_button  a:visited, .statseries_button a:visited { color:#2a72c1; }
.hagtidindi_button  a:hover, .statseries_button a:hover { text-decoration:underline; color:#f48300; }
/*.statseries_button a {font-size: 11px;  font-family: arial; color: #134A86; } */


/**************/


/* MISSING STYLES -----------------------------------------

 Ýmsar töflur 
.publications { width:100%; }
.publications td { padding:2px; }
.publications a { font-weight:normal; }
.publications .row1 { background:#F0F0F0; }
.publications .col1 { width:130px; vertical-align:top; }


 Starfsmenn 
a.staffalpha {  color:#323232; font-weight:normal; }
a.staffalphasel { text-decoration:underline; color:#002589; font-weight:normal; }

.empbox { float:right; width:178px; height:125px; border:1px solid #D0D0D0; background:#E1E1E1; padding:17px; }
.empbox a { color:#323232; font-weight:normal; }
img.left { width:100px; border:1px solid #6A6A6A; float:left; margin:0 11px 0 0; }

.options { list-style : none; width : 565px;}
.options li { display : block; float : left; background : none !important; width : 170px; }
.options li input { float : left; margin : 0 0 0 0;}
.options li label { float : right; width : 140px; }

hr.line {color:#cccccc}



*/

/* Flokkunar view */
.directory
{
    margin-left:20px;
    padding:2px;
    
}























