@import "/common/include/css/global.css";

/* *******************************************************************************************
	Styling of HTML tags
   ******************************************************************************************* */

html, body {
	font: normal 12px "Arial";
	color: #000;
	background-color: #d8e5e8;
}

td, form input, form select {
	font: normal 12px "Arial";
	color: #000;
}

p {
	padding: 5px 0;
	line-height: 1.5em;
}

a {
	color: #316369;
	text-decoration: none;	
}
a:hover {
	color: #000;
	text-decoration: underline;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

h2 {
	font-size: 15px;
	font-weight: normal;
	color: #000;
}

li {
	padding: 2px 0;
	margin: 3px 0 3px 30px;
	list-style-type: disc;
}

/* *******************************************************************************************
	Style: mainContainer
   ******************************************************************************************* */

#mainContainerOuter {
	margin: 30px auto 0 auto;
	width: 1000px;
	min-height:500px;
	height:auto !important;
	height:500px;
	background-color: #FFF;
}

#mainContainer{
	padding: 0;
}

/* *******************************************************************************************
	Style: header
   ******************************************************************************************* */

#headerOuter {
	background: #fff url('mainContBgTop.png') no-repeat top left;
	height: 155px;
}
body#index #headerOuter {
	height: 265px;
}

#header #info { display: none; }

#header #logo {
	background: transparent url('subHdrLogo.png') no-repeat top left;
	position: relative;
	z-index: 10;
	left: 10px;
	top: 45px;
	width: 100%;
	height: 100px;
}
body#index #header #logo {
	background: transparent url('headerLogo.png') no-repeat top left;
	height: 210px;
}

#header #search {
/*	background-color: green;*/
	position: relative;
	width: 220px;
	height: 25px;
	left: 700px;
	top: -83px;
}
body#index #header #search {
	top: -193px;
}

#header #gallery {
/*	background-color: #FF00FF;	*/
	width: 655px;
	height: 95px;
	position: relative;
	z-index: 5;
	left: 248px;
	top: -105px;
}
body#index #header #gallery {
	width: 660px;
	height: 200px;
	left: 245px;
	top: -213px;
}

/* *******************************************************************************************
	Style: header menu | submenu
   ******************************************************************************************* */

#header #menu {
/*	background-color: yellow;*/
	padding: 5px 17px 0 17px;
	position: relative;
	width: 665px;
	height: 20px;
	left: 0px;
	top: -108px;
}
body#index #header #menu {
	top: -218px;
}

#header #menu li {
	list-style: none;
	display: inline;
	margin: 0;	
	padding: 0 13px 0 10px;
	border-right: 2px solid #d8e5e8;
}  
#header #menu li.selected a { color: #000 }
#header #menu li.first { padding-left: 0; }
#header #menu li.last { padding-right: 0; border: none; }

/* *** Submenu ************************************************************* */
#leftCol .submenu .contentBox .text {
	padding: 0 10px 15px 10px;
}

#leftCol .submenu .contentBox li {
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px dashed #d8e5e8;
}

#leftCol .submenu .contentBox li a {
	display: block;
	padding: 4px 0;
}

#leftCol .submenu .contentBox li.selected a { color: #000 }

#leftCol .submenu .level2 li{
	font-size: 10px;
	padding:4px 15px;
}

#leftCol .submenu .level3 {
	font-size: 10px;
}
#leftCol .submenu li.level3 a {
	padding: 4px 15px;
}

/* *******************************************************************************************
	Style: pageContent
   ******************************************************************************************* */


/* *******************************************************************************************
	Style: Layout of the three columns
   ******************************************************************************************* */

#leftColOuter {
	float: left;
	background: #d6e3e6 url('LeftBarBgBottom.png') no-repeat bottom left;
	width: 221px;
	margin: 0 15px 0 10px;
}
#leftCol {
	background: transparent url('LeftBarBgTop.png') no-repeat top left;
	padding: 10px;
}

#mainContentOuter {
	float: left;
	width: 549px;
	min-height:345px;
	height:auto !important;
	height:345px;
	border-left: 2px solid #d8e5e8;
	border-right: 2px solid #d8e5e8;
}
body#index #mainContentOuter {
	min-height:235px;
	height:auto !important;
	height:235px;
}

#mainContent {
	padding: 5px 15px;
}

#rightColOuter {
	float: right;
	width: 180px;
	margin: 0 10px 0 0;
}

/* *******************************************************************************************
	Style: Content formatting
   ******************************************************************************************* */

/* *** Common for all columns ********************************************** */

.contentBoxOuter {
	margin: 0 0 10px 0;
}

#leftColOuter .contentBox .header span, #rightColOuter .contentBox .header span {
	font-size: 14px;
	display: block;
	font-weight: normal;
	height: 23px;
	text-transform: uppercase;
	color: #fff;
	padding: 4px 0 0 6px;
}
.linkbox .header h1, .microsite .header h1, .people .header h1 {
	border-bottom: 1px dashed #d8e5e8;
	padding: 0 0 3px 0;
}   

/* *** Sidebar element: textbox ******************************************* */
.textbox .text {
	padding: 0 10px;
	font-size: 11px;
}

.textbox h2 {
	font-size: 13px;
	font-weight: bold;
	padding: 0 0 5px 0;
}

.textbox h3 {
	font-size: 12px;
	color: #b1b1b1;
}

.textbox .text p {
	padding: 0 0 5px 0;
}

.textbox .text .textfield {
	font-size: 11px;
	margin: 0 5px;
	width: 146px;
}

#leftColOuter .textbox img {
	width: 181px;
	margin: 10px 0;
}

/* *** Sidebar element: bulletin ******************************************* */
.bulletin .headline {
	font-weight: bold;
}
.bulletin .text {
	padding: 0 10px 10px 10px;
}
.bulletin .item {
	display: block;
	padding: 5px 0;
	color: #000;
	border-bottom: 1px dashed #d8e5e8;
}
.bulletin .text a:hover {
	color: #316369;
	text-decoration: none;
}
.bulletin .item .desc {
	padding: 3px 0 0 0;
	color: #316369;
	font-size: 11px;
}	
.bulletin .text a:hover .desc { color: #000; }

.bulletin .item .pubdate {
	font-size: 11px;
	padding: 2px 0 0 0;
	color: #b1b1b1;
}
.bulletin .item.first {
	padding-top: 2px;
}

.bulletin .item.last {
	padding-bottom: 0;
	border: none;
}

/* *** Sidebar element: egbSearchForm ************************************** */
.egbSearchForm {
	margin: 0;
	padding: 0;
	font-size: 11px;
}
.egbSearchForm .row {
	padding: 0 0 5px 13px;
}
.egbSearchForm .row.space {
	padding-top: 5px;;
}
.egbSearchForm .row .label {
	padding: 0 0 3px 0;
	font-weight: bold;
}

.egbSearchForm .textfield.from, .egbSearchForm .textfield.to {
	width: 53px;
	font-size: 11px;
}
.egbSearchForm select {
	width: 155px;
	font-size: 11px;
}
.egbSearchForm a.btn {
	width: 145px;
	text-align: center;
	font-size: 11px;
	margin-bottom: 6px;
}

.row.space .btnSearch {
	width: 150px;
	height: 20px;
}
.row.space .btnSearch span {
	padding: 2px 2px 2px 2px;
}

/* *** Newsletter signup ******************************************************************* */
#nlSignupText .buttons {
	padding: 3px 5px 10px 5px;
	margin: 0 0 18px 0;
	display: block;
}
#nlSignupText .buttons a.signon {
	float: left;
	width: 60px;
	text-align: center;
}
#nlSignupText .buttons a.signoff {
	float: right;
	width: 60px;
	text-align: center;
}

#nlSignupText .buttons a span {
	padding: 2px 2px 2px 2px;
}

/* *** LeftCol styles ****************************************************** */

#leftColOuter .contentBoxOuter 			{ background: #fff url('LeftBarContTopLeft.png') no-repeat top left; }
#leftColOuter .contentBox 				{ background: url('LeftBarContTopRight.png') no-repeat top right; }
#leftColOuter .contentBox .textOuter 	{ background: url('LeftBarContBotLeft.png') no-repeat bottom left; }
#leftColOuter .contentBox .text 			{ background: url('LeftBarContBotRight.png') no-repeat bottom right; }

#leftColOuter .contentBox .header h1 		{ background: url('LeftBarHdrLeft.png') no-repeat top left; }
#leftColOuter .contentBox .header span 	{ background: url('LeftBarHdrRight.png') no-repeat top right; }


/* *** RightCol styles ***************************************************** */

#rightColOuter .contentBoxOuter 			{ background: #fff url('RightBarContTopLeft.png') no-repeat top left; }
#rightColOuter .contentBox 				{ background: url('RightBarContTopRight.png') no-repeat top right; }
#rightColOuter .contentBox .textOuter 	{ background: url('RightBarContBotLeft.png') no-repeat bottom left; }
#rightColOuter .contentBox .text 		{ background: url('RightBarContBotRight.png') no-repeat bottom right; padding-bottom: 5px; }

#rightColOuter .contentBox .header h1 	{ background: url('RightBarHdrLeft.png') no-repeat top left; }
#rightColOuter .contentBox .header span 	{ background: url('RightBarHdrRight.png') no-repeat top right; }

#rightColOuter .contentBox .header { padding: 5px 5px 0 5px; }

#rightColOuter .linkbox .contentBoxOuter { background-color: #d8e5e8; }
#rightColOuter .linkbox .contentBox  .text { padding: 0 0 4px 0; }

#rightColOuter .linkbox li {
	list-style: none;
	padding: 0;
	margin: 5px 0 5px 5px;
	background: url('BarLinkBtnLeft.png') no-repeat top left;
	Width: 170px;
}
#rightColOuter .linkbox li a {
	display: block;
	background: transparent url('BarLinkBtnRight.png') no-repeat top right;
	padding: 3px 5px;
	margin: 0;	
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
}

/*#rightColOuter .linkbox li {
	list-style: none;
	display: block;
	background: url('BarLinkBtnLeft.png') no-repeat top left;
	margin: 0 7px 2px 7px;
}
#rightColOuter .linkbox li a {
	display: block;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background: url('BarLinkBtnRight.png') no-repeat top right;
	height: 20px;
	padding: 1px 5px 0 5px;
}*/

/* *** Module: bulletinList ************************************************ */
.bulletinList .listHeader h1 {
	background: blue url('LeftBarHdrLeft.png') no-repeat top left;
	height: 23px;
	margin: 5px 0;
}

.bulletinList .listHeader h1 span {
	background: transparent url('LeftBarHdrRight.png') no-repeat top right; 
	font-size: 14px;
	display: block;
	font-weight: normal;
	height: 23px;
	text-transform: uppercase;
	color: #fff;
	padding: 4px 0 0 6px;

}

.bulletinList .header { padding: 3px 0; }
.bulletinList .text .item {
	color: #000;
}
.bulletinList .text .item:hover {
	text-decoration: none;
	color: #316369;
}
.bulletinList .text .item .date {
	color: #316369;
	padding: 0 0 5px 0;
}

/* *** Module: egbVacantLease ********************************************** */
.contentBoxOuter .header.type2 h1 {
	background: transparent url('LeftBarHdrLeft.png') no-repeat top left;
	height: 23px;
	margin: 5px 0;
}
.contentBoxOuter .header.type2 span {
	background: transparent url('LeftBarHdrRight.png') no-repeat top right; 
	font-size: 14px;
	display: block;
	font-weight: normal;
	height: 23px;
	text-transform: uppercase;
	color: #fff;
	padding: 4px 0 0 6px;

}
.egbVacantLease .text a.item {
	display: block;
}
.egbVacantLease .text a.item:hover {
	text-decoration: none;
}
.egbVacantLease .text .item {
	padding: 7px 0;
	border-bottom: 1px dashed #d8e5e8;
}
.egbVacantLease .text .item.first {
}
.egbVacantLease .text .item .image {
	float: left;
}
.egbVacantLease .text .item .info {
	float: right;
	width: 380px;
}
.egbVacantLease .text .item .info .line1 {
	font-size: 14px;
	color: #000;
	padding: 0 0 5px 0;
}
.egbVacantLease .text .item .info .line2 {
	font-size: 12px;
	padding: 0 0 5px 0;
}
.egbVacantLease .text .item .info .desc {
	overflow: hidden;
	height: 40px;
	color: #b4b4b4;
	font-size: 10px;
}

.egbVacantLease .btn {
	margin-top: 10px;
	float: right;
}

/* *** Module: Google map *************************************************** */
#mapbox {
	float: right;
	margin: 10px 0 10px 10px;
	border: 5px solid #d6e3e6;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;

}
#map {
	width: 250px; 
	height: 250px;
}


/* *************************************************************************
   * table                                                                 *
   ************************************************************************* */

.tableA {
	border-collapse: collapse;
	margin: 10px 0;
	width: 100%;
}

.tableA tr {
	background-color: #fff;
}

.tableA td {
	padding: 5px;
	border: 2px solid #fff;
}

.tableA tr.highlight, form table tr.highlight {
	background-color: #d6e3e6;
}

.tableA tr.hover, form table tr.hover {
	background-color: #316369;
}
.tableA tr.hover td, form table tr.hover td { color: #fff; }

.tableA tr.hdr {
	background-color: #316369;
}
.tableA tr.hdr td {
	color: #fff;
	font-weight: bold;
}

/* *************************************************************************
   * Form                                                                  *
   ************************************************************************* */

input.textfield {
	background: #d8e5e8;
	border: none;
	padding: 2px;
}

select {
	background: #d8e5e8;
	border: none;
	padding: 2px 0;
}
   

/* *******************************************************************************************
	Style: Buttons
   ******************************************************************************************* */

a.button {
	color: #fff;
	height: 20px;
	padding: 2px 7px 3px 7px;
	margin-top: 10px;
}
a.button:hover {
	text-decoration: none;
}
a.button.w150 {
	width: 150px;
	background: transparent url('button150.png') no-repeat top right; 
}

/* *******************************************************************************************
	Style: Content formatting
   ******************************************************************************************* */

.egbDepDetails .header .afdPostnr { padding: 0 0 5px 0; }
.egbDepDetails .header .selNavn { padding: 0 0 7px 0; }
.egbDepDetails .header .adrList { 
	padding: 0 0 12px 0;
	font-size: 11px;
	color: #888;
}
.egbDepDetails .header {
	border-bottom: 1px dashed #d8e5e8;
	margin: 0 0 6px 0;
}	
.egbDepDetails .textOuter .image img { margin: 9px 0 0 0; }
.egbDepDetails .textOuter .image { 
	float: left; 
	padding: 0 20px 0 0;
}

#menuPath {
	padding: 0 0 10px 0;
	font-size: 10px;
}
	
/* *************************************************************************
   * vCard                                                                 *
   ************************************************************************* */
   
.vCardOuter {
	background-color: #ecf2f4;
	width: 519px;
	border-bottom: 1px dashed #d8e5e8;
}

.vCard { 
	background-color: #d6e3e6; 
	position:relative; 
}
.vCard .info {
	bottom: 0;
	position:absolute;
	padding: 0 0 10px 0;
}
.vCard.alt { background-color: #fff; }
.vCard .photo { float: left; }
.vCard .photo img { margin: 3px 10px 0 3px; }

.vCard .fn { font-size: 14px; font-weight: bold; margin: 0 0 5px 115px }
.vCard .title { font-size: 12px; font-weight: bold; padding: 0 0 5px 0; margin: 0 0 0 115px }
.vCard .adr { padding: 0 0 5px 0; margin: 0 0 0 115px }
.vCard .tel { padding: 2px 0; margin: 0 0 0 115px }
.vCard .email { padding: 0 0 5px 0; margin: 0 0 0 115px }

/* *************************************************************************
   * linkbox                                                               *
   ************************************************************************* */

.linkbox .item  {
	padding: 10px 0;
	border-bottom: 1px dashed #d8e5e8;
}
   
.linkbox .item .header {
	float: right;
	width: 400px;
}
.linkbox .item .header h3{
}

.linkbox .item .img {
	float: left;
	width: 100px;
}


/* *******************************************************************************************
	Style: footer
   ******************************************************************************************* */
#footerOuter {
	background: #d8e5e8 url('mainContBgBottom.png') no-repeat top left;
}

#footer {
	text-align: right;
	height: 15px;
	padding: 25px 0 10px 0;
	color: #2f646a;
	font-size: 10px;
}
