body {
	background-color: #FAF6ED;
	padding: 0;
	margin: 0;
}
body, table.td {
	color: #444444;
	font-family: Helvetica,Arial, Helvetica,Sans-Serif;
	font-size: 11px;
}
input, select, textarea {
	color: #444444;
	font-family: Helvetica,Arial, Helvetica,Sans-Serif;
	font-size: 11px;
}

/*-------------------- DEFAULT STYLES --------------------*/
img {
	border: 0;
}
a {
	color: #004863;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
form {
	display: inline;
}



/*-------------------- COMMON CLASSES --------------------*/
.clear {
	clear: both;
}
h2 { 
	color:#333333; 
	font-family:Times New Roman,None; 
	font-size:24px; 
	line-height: 28px; 
	text-decoration:none; 
	font-weight: normal;
}


h3 { 
	font-family: Arial, Helvetica; 
	font-size: 1.1em;
	line-height: 16px;
	text-decoration:none;
	font-weight: bold;
	color:#333333 !important;
}

h4 {
	color: #555555;
	font-size: 0.8em;
}
td.SmallWhite, th.SmallWhite {
	color: #444444;
	font-size: 0.9em;
	background-color: white;
	padding: 2px;
}
th.SmallWhite { text-align:left; }
td.Small {
	color: #444444;
	font-size: 0.9em;
	padding: 2px;
}
td.SmallFix {
	color: #444444;
	font-size: 0.9em;
	padding: 2px;
	width: 35px;
}
.OldButton {
	font-family: Times New Roman,Serif;
	color: #444444;
	font-weight: bold;
	cursor: hand;
	background-color: #F5EEDC;
	border-right: solid 1px #004864;
	border-bottom: solid 1px #004864;
}


/*-------------------- MAIN DIV --------------------------*/
#Main {
	width: 770px;
	position: relative;
	left: 50%;
	margin-left: -385px;
	background: #FFFFFF url(/images/master_background.gif);
}
#BottomLines {
	border-top: solid 2px #9DB6BC;
	border-bottom: solid 2px #004863;
	background-color: #FFFFFF;
}


/*-------------------- TOP OF PAGE -----------------------*/
#Top div {
	float: left;
	height: 66px;
}
#Top #Image {
	width:150px;
}
#Top #Text {
	width: 448px;
	margin-right: 2px;
	background-color: #004863;
}
#Top #Text img {
	margin: 40px 0 0 10px;
}
#Top #Logo {
	width: 170px;
	text-align: center;
	background-color: #F5EEDC;
}
#Top #Logo img {
	margin-top: 3px;
}
#TopSplitter {
	background-color: #9DB6BC;
	margin: 0 0 2px 0;
	height: 6px;
	border-top: solid 2px #FFFFFF;
	font-size: 1px;
}


/*-------------------- COLUMN DEFENITIONS ----------------*/
#LeftCol {
	float: left;
	width: 150px;
	margin-right: 10px;
}
#MainCol {
	float: left;
	width: 430px;
	margin: 35px 0 70px 0;
	font-size: 1.1em;
	line-height: 16px;
}

#RightCol {
	float: right;
	width: 170px;
}

/*-------------------- MENUS -----------------------------*/
div#LeftMenu {
	margin-bottom: 16px;
}
div#LeftMenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
div#LeftMenu li {
	padding: 0;
	margin: 0;
}
div#LeftMenu a {
	display: block;
	color: #444444;
	background-color: #9FBAC5;
	margin-bottom: 1px;
	padding: 4px 0 4px 6px;
	text-decoration: none;
	font-weight: bold;
}
div#LeftMenu a:hover {
	color: #F5EEDC;
}
div#LeftMenu a.SecondLevel {
	display: block;
	color: #333333;
	font-weight: normal;
	padding: 6px 0 2px 10px;
	text-decoration: none;
	background: none !important;
}
div#LeftMenu a.ThirdLevel {
	display: block;
	color: #333333;
	font-weight: normal;
	padding: 2px 0 2px 18px;
	text-decoration: none;
	background: none !important;
}
div#LeftMenu a.SecondLevel:hover, div#LeftMenu a.ThirdLevel:hover {
	color: black;
	text-decoration: underline;
}
div#ShortCuts {
	position: absolute;
	top: 82px;
	right: 216px;
}
div#ShortCuts ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div#ShortCuts li {
	float: left;
}
div#ShortCuts a {
	float: left;
	background: url(/images/shortcuts_back.gif) no-repeat 0 2px;
	padding-left: 6px;
	padding-right: 5px;
	font-size: 0.9em;
	color: #444444;
}
div#ShortCuts #sc_15, div#ShortCuts #sc_228 {
	background: none !important;
}


/*-------------------- NEWS STYLES -----------------------*/
div#Events {
	background-color: #F5EEDC;
	border-bottom: solid 2px #9FBAC5;
	padding: 5px 7px 5px 7px;
	margin-bottom: 16px;
}
div#EventHeader {
	background-color: #004864;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px 0 3px 7px;
}
div#Events span.Date, span.NewsDates {
	font-size: 0.85em;
	color: #004863;
}

span.NewsDates {
	text-transform: capitalize;
}
div#Events a.NewsTitle, a.NewsTitle {
	font-weight: bold;
	color: #444444;
	font-size: 1.0em;
}

.NewsTitle {
	font-size: 1.1em;
	line-height: 1.3em;
	font-weight: bold;
}

a.NewsTitle {
	font-size: 1.1em;
	line-height: 1.3.em;
}

a.OldNewsTitle {
	font-size: 1.1em;
	font-weight: normal;
}

span.OldNewsDates {
	font-size: 0.85em;
	color: #004863;
}

a.NewsMoreLink {
	font-weight: normal;
	text-decoration: none;
	color: #004863;
}
a.NewsTitleSmall {
	color: #004863;
	text-decoration: none;
}
a.NewsTitleSmall:hover {
	text-decoration: underline;
}

span.NewsListSpacer {
	color: #004863;
	text-decoration: none;
	font-size: 6px;
	line-height: 6px;
}

a.NewsListTitleSmall:hover {
	text-decoration: underline;
}

/*-------------------- OTHER -----------------------------*/
#EnglishLink {
	position: absolute;
	top: 80px;
	right: 180px;
	text-align: center;
}
#EnglishLink img {
	margin-bottom: 2px;
}
#EnglishLink a {
	font-size: 0.9em;
	color: #444444;
	text-decoration: none;
}

#RightCol div.Header {
	position: relative;
	background-color: #9FBAC5;
	color: #333333;
	font-weight: bold;
	padding: 3px 6px 3px 4px;
}
#RightCol div.Header a {
	position: absolute;
	top: 3px;
	right: 5px;
	color: #004863;
}
span.RightColMoreArrow {
	color: #FFFFFF;
}

div.tallLineT {
	margin-top: 3px;
}

div.tallLineB {
	margin-bottom: 2px;
}
#RightCol .Content {
	padding: 3px;
	margin-bottom: 10px;
}
#RightCol #SearchBox {
	text-align: center;
	margin: 5px 0 7px 0;
}
#RightCol #SearchBox #search {
	border: solid 1px #444444;
	width: 100px;
}
#RightCol #SearchBox #searchButton {
	font-family: Times New Roman,Serif;
	border: 0px;
	background-color: #004864;
	color: #FFFFFF;
	width: 50px;
	font-weight: bold;
	cursor: hand;
	height: 17px;
	_height: 18px;
}

div#PrinterFriendly {
	position: absolute;
	top: 80px;
	right: 532px;
	z-index: 100;
}

a.SearchResultLink {
	color: #004864;
	width: 100%;
	margin: 0;
	padding: 0;
	margin-bottom: 4px;
}
table.Gengistafla {
	background-color: #F5EEDC;
	padding: 4px;
	width: 100%;
}
.ChartHolder {
	width: 165px;
	text-align: center;
	margin: 5px 0 5px 0;
}
td.RightColCaption {
	text-align: right;
	font-weight: bold;
	padding-right: 9px;
}
td.LeftColCaption {
	text-align: Left;
	font-weight: bold;
	padding-right: 9px;
}

.SmallText {
	font-size: 0.9em;
	padding-left: 3px;
	padding-bottom: 3px;
}

.stream { display:none; }
.DefaultText2 { font-family: Arial, Helvetica; font-size:1.1em; color:#444444; text-decoration:none; }
.DefaultText2:Link { text-decoration:none; font-size:12px; font-family: Arial, Helvetica; color:#444444; }
.DefaultText2:Active { font-size:12px; font-family: Arial, Helvetica; color:#00337D; text-decoration:none; }
.DefaultText2:Visited { font-family: Arial, Helvetica; color:#444444; text-decoration:none; font-size:12px; }
.DefaultText2:Hover { font-size:12px; color:#444444; text-decoration:none; font-family: Arial, Helvetica; }

.triangle { font-family:Symbol; font-size:14px; }

span.kronur { font-family:Arial, Helvetica,None; text-decoration:none; color:#333333; font-weight:bold; font-size:1.1em; }
.sedlarupphaed { color:#004863; font-family:Times New Roman,None; font-size:1.7em; text-decoration:none; font-weight:bold; }

#fontsize { height:13px; position:absolute; top:5px; left:420px; }
#fontsize ul { margin:0; padding:0; list-style:none; }
#fontsize ul li { float:left; }
#fontsize ul li a { float:left; }
#fontsize li.enlargefont { background:url(/images/enlarge_font.gif) no-repeat; }
#fontsize li.shrinkfont { background:url(/images/shrink_font.gif) no-repeat; padding-right:10px;	}
#fontsize li.enlargefont a { width:78px; height:17px; }
#fontsize li.shrinkfont a { width:78px; height:17px; }
#fontsize li.enlargefont_en { background:url(/images/enlarge_font_en.gif) no-repeat; }
#fontsize li.shrinkfont_en { background:url(/images/shrink_font_en.gif) no-repeat; padding-right:10px;	}
#fontsize li.enlargefont_en a { width:78px; height:17px; }
#fontsize li.shrinkfont_en a { width:78px; height:17px; }

/*-------------------- HAGTÖLU STÍLAR -----------------------*/

.utgafuaaetlun td {
	
	border-top: #bbbbbb 1px solid;
	border-left: #bbbbbb 1px solid;
	font-size: 11px;
}

.utgafuaaetlun th {
	
	border-top: #bbbbbb 1px solid;
	border-left: #bbbbbb 1px solid;
	font-size: 12px;
}

.utgafuaaetlun {
	border-right: #bbbbbb 1px solid;
	border-bottom: #bbbbbb 1px solid;
}

h1.hagtolur {
	color:#333333; 
	font-family:Times New Roman,None; 
	font-size:24px; 
	line-height: 28px; 
	text-decoration:none; 
	font-weight: normal;
}

h2.hagtolur {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size:18px; 
	margin: 0;
	padding: 0;
}

h3.hagtolur {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size:14px; 
	margin: 0;
	padding: 0;
}

h4.hagtolur {
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
	font-size:11px; 
	margin: 0;
	padding: 0;
}

.hagtolutexti {
	padding-left: 20px;
}

ul.hagtolur  {
	margin-top: -10px;
	margin-bottom : 0px;
}

h5 {
	padding-top : 10px;
}

.hagtolurlt li{
	float: left;
	background: url('/lisalib/getfile.aspx?itemid=3256') no-repeat left center;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	list-style-type: none;
}

.hagtolur li{
	background: url('/lisalib/getfile.aspx?itemid=3256') no-repeat left center;
	margin-left: -25px;
	padding-left: 10px;
	list-style-type: none;
}

.listtable { width:100%; border-top:1px solid #dadada; }
.listtable th { background:url(/lisalib/getfile.aspx?itemid=45) repeat-x; padding:0; font-weight:bold; text-align:center; color:#000000; padding:6px 6px 4px 6px; border-left:1px solid #dadada; font-size:10px;}
.listtable th.last { border-right:1px solid #dadada; }
.listtable td { padding:2px 6px; font-size:10px; border-bottom:1px solid #fff; border-right:1px solid #fff; }
.listtable td.last { border-right:none !important; }
.listtable a { color:#333; }
.listtable .row0 { background:#F5F5F5; }
.listtable .row1 { background:#E7E7E7; }

.rss a
{
  float: left;
}

.rss a:hover
{
  text-decoration: none;
}

.rss a img
{
  margin: 0 3px -4px 5px;
}

.rss a p
{
  margin: 0;
  padding: 0;
  display: inline;
}

.ChartHolderWide fieldset { height:60px; position:relative; margin-bottom:10px; }
.ChartHolderWide label { display:block; }
.ChartHolderWide .from { float:left; width:180px; }
.ChartHolderWide .to { float:left; width:180px; }
.ChartHolderWide .button { position:absolute; right:10px; top:31px; }
