/*
------------------------------------------------------------
Author: Niels Robin Aagaard
Date: 06.02.06
----------------------------------------------------------*/

/***********************************************************
General styles
***********************************************************/
* {
	font-size: x-small;
}


body {
	background-color: #f4f4f4;
	color:#000;
	font-family: arial, sans-serif;
	margin:0;
	padding:0;
	
	}

img {
	border: none;
	padding:0;
	margin:0;
}

/* Paragraphs
----------------------------------------------------------*/

.fixII
{
	min-height: 300px;
	_height: 300px;
}

.fixhr
{
	background-image:url('../images/line.gif');
	background-repeat: repeat-x;
	clear: both;
	padding: 10px 0 0px 0;
}

.noborder
{
	background: url(..) !important;
	border: 0 !important;
	padding: 0px 0 0px 0;
}

h1.h1bio
{
	display: block;
	width: 190px;
	height: 42px;
	background: url('../images/bio.jpg') no-repeat;
}

h1.h1abs
{
	display: block;
	width: 190px;
	height: 30px;
	background: url('../images/abs.jpg') no-repeat;
}

h1.h1bio span, h1.h1abs span
{
	display: none;
}

h1 {
	font-weight:bold;
	font-size:1.5em;
	font-family: arial, sans-serif;
	color:#024174;
	margin:0;
	width: 100%;
}

h2 {
	margin:0;
	padding:0;
	color:#ca8f42;
	background-color:inherit;
}

.title {
	color:#024174;
	float: left;
	padding-right: 0px;
}

.title a {
	color:#024174;
	text-decoration: none;
}


.date {
	clear:left;
	width:100px;
	display:inline;
	color:#4397c3;
	font-size:9px;
	float: left;
	padding-bottom:2px;
	margin: 0;
}

.news_content {
	clear:both;
	width:190px;
	display:inline;
	float: left;
	padding-bottom:2px;
}
.news_content p{
	margin: 0;
	padding: 0;
}

.news_title {
	clear:both;
	width:190px;
	display:block;
	padding-bottom:2px;
}
.news_title p{
	margin: 0;
	padding: 0;
}

.menuText {
	color:#4397c3;
	font-size:9px;
}


/* Anchors
----------------------------------------------------------*/

a {
	color: #024174;
	font-weight:bold;
}

/* Special styles
----------------------------------------------------------*/

form {
	padding:0;
	margin:0;
	}

.hr {
	width:100%;
	height:8px;
	margin:0 -3px 0 0;
	padding:0;
	background-image:url('../images/line.gif');
	background-repeat: repeat-x;
	border:0;
	font-size: 1px; 
	line-height: 1px; 
	float:left;
	}
	
.hrBox {
	width:100%;
	margin:0 -3px 0 0;
	padding:10px 3px 0 0;
	background-image:url('../images/line.gif');
	background-repeat: repeat-x;
	border:0;
	float:left;
	}
	
select {
	border: 0.1em solid #ca8f42;
	font-family: arial, sans-serif;
	font-size: 1.0em;
	}

	
input {
	border: 1px solid #ca8f42;
	font-family: arial, sans-serif;
	font-size: 1.1em;
	padding-left: 3px;
	padding-right: 3px;
}

textarea {
	border: 1px solid #ca8f42;
	font-family: arial, sans-serif;
	font-size: 1.1em;
	padding: 5px;
}

/***********************************************************
Global layout
***********************************************************/

#site {
	
	width: 894px;
	height: 100%;
	padding:0;
	margin:0;
	margin-right:auto;
	margin-left:auto; 
	}

#page {
	width: 100%;
	height: 100%;
	padding:0;
	margin:0;
	margin-bottom: 19px;
	background-image: url('../images/back.jpg');
	color:inherit;
	padding-left:3px;
	padding-right:3px;
	float:left;
	}
	
#footerFix{ 
	margin: 0;
	padding:0;
	background-image: url('../images/footer.jpg');
	background-position:0% 100%;
	background-repeat:repeat-x;
	float:left;
	}

#bottom{ 
	width: 894px;
	margin: 0;
	padding:0;
	background-image: url('../images/bottom.jpg');
	background-position:center bottom;
	background-repeat:no-repeat;
	float:left;
	}
	
	
/* Header
----------------------------------------------------------*/

#header {
	width: 100%;
	height: 80px;
	background-color: inherit;
	color:inherit;
	margin: 0px;
	background-image: url('../images/logo-ny.jpg');
	background-repeat: repeat-x;
	
	float:left;
}

#headerlink {
	width: 650px;
	height: 80px;
	margin: 0px;
	cursor:hand;
	float:left;
}

#sitemap {
	float: right;
	padding-right: 177px;
	margin-top: 55px;
}

#sitemap a {
	font-weight: bold;
	color:#024174;
}

/* Navigation, horizontal
----------------------------------------------------------*/

#menu {
	width: 883px;
	height: 21px;
	background-color:#024174;
	float:left;
	padding-left: 11px;
}

#navi {
  float:left;
  width:600px;
  height:auto;
 
  }
#navi ul {
  margin:0;
  padding:0px 0px 0;
  list-style:none;
  }
#navi li {
  float:left;
  background:url("../images/left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }
#navi a {
  float:left;
  display:block;
  background:url("../images/right.gif") no-repeat right top;
  padding:5px 10px 4px 0px;
  text-decoration:none;
  font-size: 10px;
  color:#fff;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#navi a {float:none;}


/* End IE5-Mac hack */
#navi a:hover {
  text-decoration:underline;
  }
#navi #current {
  background-image:url("../images/left_on.gif");
  }
#navi #current a {
  background-image:url("../images/right_on.gif");
  color:#024174;
  padding-bottom:5px;
  }
  
  .current
  {
  color:#ca8f42 !important;
  }
  
.Search {
	padding-right:29px;
	float:right;
	padding-top:4px;
	margin-top:0;
	}
	
.Search input {
	border:0;
	}
	
.Search2 {
	padding-right:10px;
	padding-top:1px;
	margin-top:0;
	float:right;
	}

.SearchField {
	height:1.5em;
	margin-top:1px;
	border: 0.1em solid #ca8f42;
	}


/* Navigation, Vertical
----------------------------------------------------------*/

#subMenu {
	width: 877px;
	height: 20px;
	background-color:inherit;
	background-image:url('../images/subMenu.jpg');
	color: #000;
	float:left;
	padding-top:5px;
	padding-left:17px;
	}

#subMenu a {
	color:#000;
	}
	
#subMenu .last a {
	text-decoration:none;
	}

#subMenu ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	} 

#subMenu ul li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
	}

/* Navigation, Vertical
----------------------------------------------------------*/

#Vmenu {
	padding-top:8px;
	background-color: #faf6ed;
}

.Tier1 {
	list-style-type: disc;
	list-style-image: url('../images/arrow.jpg');
	margin-top:0.5em;
	margin-left:-2em;
}



.Tier2 {
	list-style-type: disc;
	list-style-image: url('../images/plus.jpg');
	margin-top:0.5em;
	margin-left:-1em;
}

.Tier3 {
	list-style-type: disc;
	list-style-image: url('../images/last.jpg');
	margin-top:0.5em;
	margin-left:0.5em;
}


.left1 li.Tier2
{
	margin-left: -5px !important;
}

.fixFloat42
{
	min-height: 30px;
	_height: 30px;
}

.left1 li.Tier3
{
	margin-left: 10px !important;
}

.Tier1 .current{
	list-style-type: disc;
	list-style-image: url('../images/arrowActive.jpg');
	
  }
  
.Tier2 .current{
	list-style-type: disc;
	list-style-image: url('../images/minusActive.jpg');
  }
  
.Tier3 .current{
	list-style-type: disc;
	list-style-image: url('../images/last.jpg');
  }

.Tier1 .current {
  color:#ca8f42;
  }




/* Footer
----------------------------------------------------------*/

#footer {
	width: 890px;
	height:88px;
	color: #fff;
	float: left;
	position:relative;
}

.address {
	width:200px;
	height:50px;
	padding:10px 0px 10px 20px;
	float: left;
}

.address a {
	font-weight:normal;
	color:#fff;
}

.address span {
	display:block;
	}
	
.address .footerABS {
	font-weight:bold;
	}
	
.addressL {
	width:1px;
	height:35px;
	
	padding:0;
	margin-top:20px;
	float: left;
	}


.print {
	width:50px;
	height:auto;
	margin-top:45px;
	float: right;
}

.print a {
	font-weight:normal;	
	color:#fff;
}

.tiltop {
	width:85px;
	height:auto;
	margin-top:45px;
	padding-right:10px;
	float: right;
}

.tiltop a {
	font-weight:normal;	
	color:#fff;
}

/* Meta information on page 
----------------------------------------------------------*/

.meta {
	display:none;
}

/* XML block
----------------------------------------------------------*/
.xmlblock{
	float:left;
	margin: 0;
	padding: 0;
}

.textBoxTypeIIlong .xmlblock
{
	float: none;
}

.xmlblock a{
  	background-image:url('../images/arrow.jpg');
	background-repeat:no-repeat;
  	padding-left: 15px ;
  	background-position: 2px left;
	
}

.xmlblock h1 {
	font-weight:bold;
	font-size:1.5em;
	font-family: arial, sans-serif;
	color:#000000;
	margin:0;
	width: 100%;
}

.xmlblock h2 {
	font-size:1.5em;
	font-family: arial, sans-serif;
	
	margin-top: 2px;
	margin-bottom: 2px;
	color:#024174;
	background-color:inherit;
}

.xmlblock h3 {
	color:#024174;
	font-size:1.2em;
	margin:0;
	padding:0;
	}

.xmlblock .object-right .inline  {
	text-align: right;
}

.xmlblock .object-right .embed  {
	float: right;
}

.xmlblock .object-center .inline  {
	text-align: center;
}

.xmlblock .object-left .inline  {
	text-align: left;
}

.xmlblock .object-right .embed  {
	float: right;
}

.xmlblock .object-center .embed  {
	float: auto;
}

.xmlblock .object-left .embed  {
	float: left;
}

.underline *{
	text-decoration:underline;
}

.createdby{
	display:none;
}

/* footer for Print
---------------------*/

#footerPrint {
	display:none;
}

.news-master p, .fix-xmlblock p
{
	margin: 0;
	padding: 0;
}

.bigInvestor .boxT647pxLeft 
{
	padding-left: 10px;
	_padding-left: 0px;
	_padding-bottom: 20px;
	_margin: 0 0 0 5px;
	width: 650px;
	_width: 645px;
}

.boxT647pxLeft 
{
	_margin: 0 !important;
	_padding: 0 !important;
}

.newsBox
{
	_width: 380px !important;
}

.brands
{
	display: block;
	border-top: 10px solid #ca8f42;
	_border-top: 13px solid #ca8f42;
	background-image:url('../images/textBoxBack.jpg');
	background-repeat:repeat-x;
	height: 90px;
	text-decoration: none;
}

.centeredbox
{
	width: 647px;
}

.brands *
{
	padding: 10px 30px 10px 10px;
	color: #024174;
	float: left;
	font-weight: bold;
	font-size: 12px;
}

.checkboxList input
{
	border: 0 !important;
}