/**********************************************
	Screen Stylesheet for FrontPage
		
	Designed by eSkill
	www.eskill.is
	21.10.2004
**********************************************/
/*Css fyrir forsíðu*/

body
{
	/*font-family: Arial, Helvetica, sans-serif;*/
	FONT-FAMILY: Arial, Helvetica, Verdana, Sans-serif; 
}
/*normal a*/
a
{
	color: #082F67;
	font-size: 0.9em;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

#MiddleSection div.TopPane		span.cModuleHeadline,
#MiddleSection div.MidPane		span.cModuleHeadline,
#MiddleSection div.ContentPane  span.cModuleHeadline
{
	
	color: #082F67;
	FONT-FAMILY: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 1.4em;
	
	text-decoration: none;
}

HR
{
	margin:0;
	padding:0;	
}

/*List a's*/
span.cModuleBody ul li a
{
	color: #082F67;
	font-weight: bold;
	text-decoration: none;
}
span.cModuleBody ul li a:hover
{
	text-decoration: underline;
}
span.cModuleBody ul li
{
	margin: -15px 0 0 -21px;
}
html>body span.cModuleBody ul li
{
	margin: 0 0 0 -28px;
}

/* ------ Left Section ------ */
div.Left{

	float:left;
	margin: 0 10px 0 0;
	
}

#MiddleSection{
	margin: 86px 0 0 0; 
	padding: 0 0 1px;
	height: auto;
	min-height: 260px;
	font-size: 0.9em;
	width:auto;
	
}
html>body #MiddleSection{
	margin: 86px 0 0 0px; 
	padding: 0;

	min-height: 300px;
	width:auto;
	height: auto;
	
}

#Footer{
	background: url(../Images/bg_footer2.gif) no-repeat;
	padding-top: 10px;
	height: 72px;

	position: relative;
	top: -6px;
	BORDER:NONE;
}
#Footer a
{
	font-size: 1.0em;
}
html>body #Footer{
	top: -3px;
}

#MiddleSection div.Content div.Left{
	float: left;
	margin: 0 10px 0 0;
	/*width: 350px;*/
}

#MiddleSection div.Content div.Right{
	float: right;
	width: 395px; /*var 380*/
	padding: 10px 0px 0 0; /*var 0 20 0 0*/
}

#MiddleSection div.Content div.LeftPane,
#MiddleSection div.Content div.TopPane,
#MiddleSection div.Content div.RightPane,
#MiddleSection div.Content div.BottomPane
{
	padding: 0 0 10px;
	margin: 0;
}
#MiddleSection div.Content div.LeftPane{
	padding: 0;
	margin-bottom: 20px;
}
#MiddleSection div.Content div.TopPane{
	padding: 20px 0 10px 5px; 
	width: 380px;
}

#MiddleSection div.Content p{
	padding: 5px 0;
	margin: 0;
}
/*Newsletter list of newsletterz*/
#MiddleSection div.MidPanes div.MidPane ul{
	margin: 8px 0 0 0px; /*var 16*/
	padding: 0;
	
		
}
/*Newsletter list items*/
#MiddleSection div.MidPanes div.MidPane ul li{
	font-size: 1.0em;
	color: #082F67;
	padding: 0 0 2px 0;

}
/*The link styles of Newsletter items*/
#MiddleSection div.MidPanes div.MidPane ul li a{
	color: #082F67;
	font-weight: bold;
	text-decoration: none;
}
/*The link styles of newsletter items*/
#MiddleSection div.MidPanes div.MidPane ul li a:hover{
	text-decoration: underline;
}

#MiddleSection div.MidPanes div.MidPane, 
#MiddleSection div.MidPanes div.ContentPane
{
	float: left;
	margin: 0 16px 0 0;
	/*width: 190px;*/
}
#MiddleSection div.MidPanes div.MidPane{
	padding: 20px 0 0 5px;
	width: 180px;
}

#MiddleSection div.MidPanes div.ContentPane{
	width: 185px;
	margin: 0;
	padding: 20px 0 0 0px;
	
}
/*Newsletter header*/
/*#MiddleSection div.ContentPane span.cModuleHeadline{
	font-size: 1.4em;
	color: #082F67;
	text-decoration: none;
}*/
div.ContentPane span.cModuleBody{
	color:#41C1A6;	
	font-size: 1.0em;
	text-decoration: none;
	
}

/*Key financial data: undirheaderar*/
#MiddleSection div.Content h4,
#MiddleSection div.Content h4 a
{
	color: #41C1A6;
	margin: 0;
	padding: 0 0 4px 0;
	font-size: 1.0em;
	
	
}
/*header 3 - press releases and SH Stock info*/
#MiddleSection div.Content h3{
	color:#082F67;	
	font-size: 1.1em;
	
	
}
/*Press Releases*/
#MiddleSection div.Content h3 a{
	color:#082F67;	
	font-size: 1.4em;
	text-decoration: none;
} 
#MiddleSection div.Content h4 a
{
	text-decoration: none;
	
}

#MiddleSection div.Content h3 a:hover, 
#MiddleSection div.Content h4 a:hover
{
	text-decoration: underline;
}

/*Newsletter*/
/*#MiddleSection div.MidPanes div.MidPane h3{
	color:#082F67;	
	font-size: 1.2em;
	
	text-decoration: none;

}*/
#Footer{
	padding: 54px 0 7px 1px;
	color: #082F67;
	font-size: 0.8em;
	/*position: absolute;*/
	height: 28px;
	width: 755px;
	background: url(../Images/bg_footer.gif) 1px 0 no-repeat;
	/*Svo að footer fari ekki inn í left menu*/
	margin-top: 40px;
}

