@import "/common/include/css/global.css";
@import "typography.css";

/* *******************************************************************************************
	Styling of HTML tags
   ******************************************************************************************* */

html, body {
	background-color: #d8e5e8;
}

/* *******************************************************************************************
	Style: mainContainer
   ******************************************************************************************* */

#mainContainerOuter {
	margin: 30px auto 0 auto;
	width: 1000px;
	min-height:500px;
	height:auto !important;
	position: relative;
	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;
	display: block;
	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 li.sub ul {
	.margin-top:-1.2em;
}

#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 li.sub {
    padding-left: 0;
    padding-right: 0;
}

#leftCol .submenu li.level3, #leftCol .submenu li.level3 a
{
    padding-right: 0 !important;
}

#sidebar_submenu_element .hidemenu {
	display: none;
}

#leftCol .submenu .level3 {
	font-size: 10px;
}
#leftCol .submenu li.level3 a {
	padding: 4px 15px;
}

/* *******************************************************************************************
	mainContent modules: Gallery
   ******************************************************************************************* */
a.boxgrid, a.boxgrid:hover {
	text-decoration: none;
}

.boxgrid { 
    width: 230px;  
    height: 184px;  
    width: 245px;  						/* Thumb width */
    height: 196px;  					/* Thumb height - must be width/1.25 */
    float:left;  
    background:#d8e5e8;  
    border: solid 2px #d8e5e8;  
    overflow: hidden;  
    position: relative;  
	color: #000;
	margin: 15px 0 0 0;
}  
.boxgrid.highlight { 
	margin: 15px 17px 0 0;
}

.boxgrid img {  
    position: absolute;  
    top: 0;  
    left: 0;  
    border: 0;  
	width:100%; height:100%;
} 

.boxcaption {
    float: left;  
	padding: 10px 3px 0 3px;
    position: absolute;  
    height: 100px;  
    width: 100%;  
	-khtml-opacity: 0.6;
	background-color: #d8e5e8;
        -moz-opacity:0.6;
        opacity: 0.6;
              filter:  progid:DXImageTransform.Microsoft.Alpha(opacity=60); /* IE6,IE7 */
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60)"; /* IE8 */
}
.boxcaption h3 {
    position: absolute;  
	font: bold 11px "Arial";
	text-transform: uppercase;
	color: #000;
	left: 3px;
	top: 10px;
	z-index: 10;
}
.boxcaption h4 {
	/*padding: 18px 0 0 0;
	font: normal 10px "Arial";
	color: #dcf2fd;*/
	display:none;
}
.boxcaption .description {
	font: normal 12px "Arial";
    overflow: hidden;
	height: 56px;
	line-height: 1.2em;
	padding-top:11px;
}

.captionfull .boxcaption {  
    top: 260px;  
    left: 0;  
}  
.caption .boxcaption {  
    top: 152px;  				/* thumb height - 44  */
    left: 0;  
} 

.gallery .images {
	padding: 15px 0;
}
.gallery .images a {
}
.gallery .images a img {
	border:1px solid #999;
	padding:5px;
	margin: 0 7px 5px 0;
	width: 107px;
	height: 107px;
}

/* *******************************************************************************************
	Style: pageContent
   ******************************************************************************************* */
	
	#mainContentOuter .pagegallery 
	{
	    position: absolute;
	    top: 50px;
	    z-index: 5;
	    left: 250px;
	}
	
	#mainContentOuter .microsite .tableA .Sel {
		width: 33%;
	}
	
	#mainContentOuter .microsite .tableA .Adr {
		width: 33%;
	}
	
	#mainContentOuter .microsite .tableA .leaseno {
		width: 33%;
	}
	#mainContentOuter .egbSignup {
		margin: 20px;
	}
	
		#mainContentOuter .egbSignup table {
			background-color: #D6E3E6;
			margin: 10px 0;
			width: 100%;
			padding: 0 10px 10px 10px;
		}
	
		#mainContentOuter .egbSignup .labelcol {
			width: 40%;
			height: 35px;
			padding: 0 0 0 10px;
		}
		
		#mainContentOuter .egbSignup th {
			font-weight: bold;
		}
		
		#mainContentOuter .egbSignup .spacer td {
			border-top: 3px solid #fff;
		}
		
		#mainContentOuter #btnAddTR td .button {
			margin: 0 15px 5px 0;
		}
		
		#mainContentOuter .egbSignup .labelcol label {
			line-height: 22px;
			font-weight: bold;
		}
		
		#mainContentOuter .egbSignup .inputTD {
			width: 60%;
			height: 35px;
			padding: 0 10px 0 0;
		}
	
	#mainContentOuter .egbSignup .text {
		height: 20px;
		width: 272px;
		background: none repeat scroll 0 0 #fff;
		border: medium none;
		padding: 2px 0 0 2px;
	}
	
	#mainContentOuter .egbSignup select {
		background: #fff;
	}
	
	#mainContentOuter .egbSignup #sWannaSrc {
		width: 276px;
	}
	
	#mainContentOuter .egbSignup .validInput, #mainContentOuter .egbSignup .invalidInput {

	}
	
	#mainContentOuter .egbSignup .errBox {
	    background-color: #E4E2D6;
		border: 2px solid #B14232;
		color: #B14232;
		margin: 10px 0;
		padding: 7px 10px;
		display: block;
	}
	
	#mainContentOuter .egbSignup select {
		width: 293px;
		display: block;
	}
	
	#mainContentOuter .egbSignup input.button, #mainContentOuter .egbSignup input.btnRemove {
	    background-color: #92B2BE;
		border: medium none;
		color: #fff;
		font-weight: bold;
		margin: 0 10px 0 0;
		padding: 3px 3px 2px;
		text-transform: uppercase;
	}
	
	#mainContentOuter .egbSignup .button .validInput {
		background: none;
	}
	
	#mainContentOuter .people .microsite .header, #egbPeople #mainContentOuter .people .microsite {
		display: none;
	}
	
	.tableA .Afd {
		width: 16%;
	}
	
	.tableA .Loc {
		width: 41%;
	}
	
	.tableA .Rooms {
		width: 13%;
		text-align: center;
	}
	
	.tableA .Size {
		width: 18%;
		text-align: center;
	}
	
	.tableA .Icon {
		width: 12%;
		text-align: center;
	}
	
/* *******************************************************************************************
	Style: login
   ******************************************************************************************* */

#mainContentOuter .login .listtable .text {
	background: none repeat scroll 0 0 #D8E5E8;
    border: medium none;
    padding: 2px;
}

#mainContentOuter .login .textOuter {
	margin: 20px 0 0 0;
}

#mainContentOuter .login .textOuter .submit {
	margin: 5px 0 0 0;
}

#mainContentOuter .login td {
	height: 25px;
	line-height: 25px;
}
	
/* *******************************************************************************************
	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: 50px;
	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 {
	width: 519px;
	position: relative;
	border-bottom: 1px dashed #d8e5e8;
}

.vCard { 
	background-color: #d6e3e6; 
	vertical-align: bottom;
	display: table-cell;
	width: 519px;
	line-height: 100%;
	padding: 3px 3px 4px 3px;
}

.vCard .info 
{
    position: absolute;
    left: 0;
    bottom: 0;
	padding: 0 0 10px 0;
}

.noImg .vCard .info 
{
    padding: 10px 0 0 0;
    position: static;
}

.vCard.alt { background-color: #fff !important; }
.vCard .photo 
{
    display: block;
	line-height: 100%;
	overflow: hidden;
	height: 144px;
	min-height: 144px;
    vertical-align: bottom;
    position: relative;
}
.vCard .photo img { position: absolute; bottom: 0; left: 0; vertical-align: bottom; }

.vCard .fn { font-size: 14px; font-weight: bold; margin: 0 0 10px 115px }
.vCard .title { font-size: 12px; font-weight: bold; padding: 0 0 10px 0; margin: 0 0 0 115px }
.vCard .adr { padding: 0 0 10px 0; margin: 0 0 0 115px }
.vCard .tel { padding: 0 0 10px 0; margin: 0 0 0 115px }
.vCard .email { padding: 0 0 10px 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;
}

#index #leftColOuter .linkbox.no2.last li {
	list-style:none none outside;
	padding:10px;
	margin:0;
}

/* *******************************************************************************************
	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;
}

