/***************************************
	Print Stylesheet for www.glitnir.is
	Developed by Glitnir
	28.07.2005
***************************************/
body {
	font-family: Times New Roman;
	font-size: 11pt;
	color: #000;
}

#JumpToNav,
.NoPrint {
	display: none;
}

/* colors */
a, h1 a, h2 a, h3 a {
	color: #000;
	text-decoration: none;
}

/* headings */
h1 { font-size : 24pt; }
h2 { font-size : 16pt; }
h3 { font-size : 14pt; }
h4 { font-size : 13pt; }
h5 { font-size : 12pt; }
h6 { font-size : 12pt; }
h2,h3 {
/*  border-bottom : 1px solid #888;  */
  padding-bottom : .1em;
  margin-bottom : .6em;
}

/* more basic elements */
body #Frame p {
	white-space: normal;
 	width: auto;
	width : 100%;
	text-align : left;
}
li {
	margin-bottom : .3em;
}
img {
	border: none;
}


/* hide heading tricks */
div.Box.PageBox div.BoxTop h1:before,
div.Box.PageBox div.BoxTop h1:after { display : none; }

/**/

.Clear {
	clear: both;
	border-top: 1px solid #fff;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}

#MainNav, #SubNav, #FlytileidirArea, #GengisArea, #NetbankiArea, #Radgjafinn,
#BreadCrumbs, #Search, #HafduSambandRight, #KomduIVidskipti, #NetbankiLogin,
#ExtraMenu, #FontResize {
	display: none;
}

#Footer {
	text-align: center;
	padding: 0 0 15px;
	font-size : 8pt;
}
#Footer a {
	text-decoration: none;
}

.List .Right {
	text-align: right;
}
.List .Left {
	text-align: left;
}

/* tables */
table {
	margin : 0;
	clear : left;
}
table td {
	font-size : inherit;
	vertical-align : top;
}
th {
	text-align: left;
}
table.List {
	border: 1px solid #000;
	border-bottom: none;
	width: 100%;
}
table.List .First {
	border-left: none;
}
table.List td,
table.List th {
	border: 1px solid #000;
	border-width: 0 0 1px 1px;
}
input.FormBox{
	border: 1px solid #000;
	border-width: 0 0 1px;
}
.FormButton,
.FormStep,
span.FormHelp {
	display: none;
}


/* Forms */
div.Form { margin: 0; }

fieldset, 
#SubPage.Big fieldset,
#SubPage.Big fieldset legend,
fieldset legend {
	width: auto;
	margin: 0;
}

#SubPage.Big fieldset {
	margin-bottom : 1em;
	border : 0;
	padding : 0;
}

#SubPage.Big fieldset div.FormElement,
fieldset div.FormElement
{
	width: auto;
}
fieldset legend {
	border: none;
	color: #000;
}
fieldset div.FormElement { border-bottom: none; }
fieldset legend {
	float: none;
	display: inline;
}

label { /* wrap label+input to a single line */
	width : 14em;
	display : block;
	float : left;
	clear : left;
	border : 1px solid pink;
}
.Radio label {
	width : auto;
	clear : none;
	display : inline;
}


/* disclamers and footers */

div.AgreementBox{
	width: auto;
	height: auto;
	overflow: visible;
	font-size : 9pt;
}



