<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * Main stylesheet for the new cleaned structure.
 *
 * 090814	HE		Initial version
 * 111028	NP		Removed some imports
 */

/*@import url("Structure.css");*/

/*
 * Main site containers 
 */
div.siteHeader-container,
div.siteMain-container,
div.siteFooter-container {
    max-width: 1140px;
    width:1140px;
    margin:0 auto;
    background:#fff;
}
div.siteHeader-container {
    box-sizing:border-box;
    border-bottom:1px solid #407ec9;
}
    div.siteHeader-container div.siteHeader div.siteLogo {
        position: absolute;
        top: 27px;
        left: 34px;
    }
    div.siteHeader-container div.siteHeader div.siteLogo a img {
        width:250px;
     }
div.siteMain-container {
    padding:30px;
    box-sizing:border-box;
}
div.siteFooter-container {
    float:left;
    background: #eee;
    border-top:1px solid #DCDCDC;
    background: #e6e6e6;
    background:-moz-linear-gradient(bottom, #e6e6e6, #fdfdfd);
    background:-webkit-linear-gradient(bottom, #e6e6e6, #fdfdfd);
    background:-o-linear-gradient(bottom, #e6e6e6, #fdfdfd);
    background:-ms-linear-gradient(bottom, #e6e6e6, #fdfdfd);
    background:linear-gradient(bottom, #e6e6e6, #fdfdfd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#e6e6e6',GradientType=0);
    border-top:1px solid #DCDCDC;
}
div.siteHeader,
div.siteMain,
div.siteFooter {
    width:100%;
}
    div.siteFooter p {
    margin-bottom:0;
}
div.siteFooter .col33 {
    padding: 20px 20px 15px;
    box-sizing:border-box;
    color: #161616;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight:bold;
    text-align:left;
}
    div.siteFooter h6 {
        font-size: 14px;
        font-family: 'Source Sans Pro', sans-serif;
        color:#161616;
        margin:0;
    }
div.siteFooter .col33 ul,
div.siteFooter .col33 ul li  {
    color: #161616;
    font-family: 'Source Sans Pro', sans-serif;
}
    div.siteFooter .col25 ul li {
        margin:0;
        line-height:19px;
    }
div.siteFooter .col33 i.fa:before{
    color:#161616;
    font-size:55px;
}

.siteFooterPhone {
    font-size: 30px;
    color:#407ec9 !important;
    display:block;
    margin-bottom:30px;
}

/*
 * Site header
 */
div.siteHeader {
    position:relative;
    height:93px;
    box-sizing:border-box;
}


div.global-authorization {
    position:absolute;
    top:30px;
    right:40px;
    z-index:3000;
    font-size:14px;   
}
div.global-authorization a {
    color:#161616;
    font-size:11px;
    text-transform:uppercase;
    }
.fa:before {
    color:#407ec9;
}
.fa.fa-asterisk:before {
    color:#cc0000;
}
/*
 * Sidebar container 
 */
div.siteSidebar {}
	
/*
 * Content containers 
 */
div.siteContent {}
div.siteContentFull {}
div.siteContentPopup {}
div.siteContentIframe {}	
	
/*
 * Footer elements 
 */
div.siteBreadcrumbs {
    width: 100%;
    float: right;
    text-align: right;
}
div.siteBreadcrumbs span &gt; span a {
    text-decoration:none;
}
    div.siteBreadcrumbs span &gt; span a b {
        color:#999;
        font-weight:normal;
    }
div.siteContact {
    
}
div.siteContact {}
div.siteLogos {}
ul.siteOptions {
    width: 100%;
    background:#366baa;
    text-align: center;
    display: block;
    position: relative;
    top: 0;
    margin:0;
    padding:10px 0;
}
ul.siteOptions li {
    display: inline;
    text-align: center;
    float: none;
    padding:0;
    margin:0;
}

ul.siteOptions li a {
    color: #fff;
    font-size:12px;
    text-decoration:none;
    padding: 0 5px;
    float:none;
}
ul.siteOptions li a:before {
    content: "\f105";
    color:#fff;
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 19px;
    padding-right: 4px;
    right: 4px;
    text-decoration: none;
}
/*
 * Page containers 
 */
.col100, .col75, .col50, .col37, .col25 {}
.col100 {}
.col75  {}
.col50  {}
.col37  {}
.col33  {}
.col25  {}
.page-popup {}

.col75 img {
    max-width:800px;
}
.col33 .box-inner img {
   max-width: 225px;
}
.col25 .box-inner img {
    max-width: 230px;
}

/*
 * Errormessage control
 */
div.errormsg {}
div.erroricon{}
div.errortext {}

/*
 * Search area
 */
div.search_area {}
div.search_area .search_field {}


/*@import url("Font.css");*/

/* 
 * General
 */
html {}
form {
    width: 1140px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 0;
    -webkit-box-shadow: 0px 0px 20px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 20px 3px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 20px 3px rgba(0,0,0,0.2);
}
body {
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    background-color: #fff;
    color: #161616;
    background:#fff url(../Img/pattern.png) repeat 0 0;
    margin:0;
    line-height:23px;
}
.wrapper {
    background:transparent url(../Img/bgShadow.png) repeat-x 0 0;
    padding-bottom:30px;
}
input, textarea, select {}
pre, code, kbd {}
strong, b {}
em {}
.ingress {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 20px;
}
.pre-amble {}
.alert {}

a {
    color:#407ec9;
}

/*
 * Headers
 */
h1, h2, h3, h4, h5, h6 {
    margin-bottom:10px;
    color:#407ec9;
}
h1, h2.pagetitle {
 font-weight:600;
 font-size:32px;
 margin-bottom:20px;
}
h2 {
 font-weight:600;
 font-size:26px
}
h3 {
 font-weight:600;
 font-size:22px;
 margin-bottom:10px;
}
h4 {
 font-weight:500;
 font-size:20px
}
h5  {
 font-weight:500;
 font-size:18px
}
h6 {
 font-weight:500;
 font-size:15px
}
h2.header, h3.header {}
.siteHeader h1 {}
    
/*
 * Menus
 */
ul.topmenu li a {}
ul.submenu li {}

/*
 * Search area
 */	
div.search_area .btn_search {}	

/*
 * Boxes
 */
.box {}
.primary h3, .secondary h3 {
    background:transparent;
    font-size:21px;
    color:#407ec9;
}
.primary h3 {}
.secondary h3 {}
.box-rental h2, .box-resident h2 {} 
h2.localnews {}

.box-secondary h3, .secondary h3, .box-secondary h4, .secondary h4 {
    background:transparent;
}
ul.mypage_profile_interest_header h4 {
    font-size: 20px;
    margin-top: 3px;
    background: transparent;
    color: #161616;
}
ul.mypage_profile li, ul.mypage_profile_interest li span {
    font-size: 13px;
}
h3.user {
    margin-bottom:0;
}
span.button-list input {}	
a.link-large {}
.siteBreadcrumbs,.siteOptions {}
.siteContact {}

div.siteHeader table {}
ul.form {}
.box ul.form {}
.pageFooter input {}
div.navbar div.text {}
	
.tbl_list {}
.tbl_cell_list_header {}
.tbl_grid {}
.agreetext, .infotext {
    font-size:13px;
}


/*@import url("CM.css");*/

/* 
 * Snippets 
 */
.tbl_snippets_main {}
.tbl_snippets_main_70 {}
.tbl_snippets_main_hss {}
.tbl_cell_snippet_spacer {}
.tbl_cell_snippet_33 {}
.tbl_cell_snippet_50 {}
.tbl_cell_snippet_70 {}
.tbl_cell_snippet_100 {}
.link {}


/*@import url("Elements/General.css");*/

/*
 * Paragraphs
 */
p {}
p.mul-img img {}
p.mul-plan img {}
p.pNoEntries {}
	
/*
 * Hyperlinks
 */
a.image {}
a.planning {}
a.bulleted {}
a.icon-areainfo img {}
	
/*
 * Form elements
 */
input, select, textarea {
    border-radius:0;
    border-color:#e5e5e5;
}
input, textarea {}
input.no-border, table.no-border input, span.no-border input {}

/*** Checkbox ***/
input.check, table.check input, span.check input {}

/*** Radiobutton ***/
input.radio, table.radio input, span.radio input, span.radio label  {}
	
/*** Submit button ***/
.btn, .btn-disabled {}
.btn {
    background: #407ec9;
    color: #fff;
    padding: 10px 20px;
    line-height: 0;
    height: 32px;
    font-size: 12px;
    border-radius: 0;
    box-shadow:none;
    text-shadow:none;
}
.btn-disabled {
    background: #e3e3e3;
    color: #999;
    padding: 10px 20px;
    line-height: 0;
    height: 32px;
    font-size: 12px;
    border-radius: 0;
        box-shadow:none;
    text-shadow:none;
}

/*** Input element default sizes ***/
.col50 .box-inner .textbox,
.col75 .box-inner .textbox {}
.col50 .box-inner .textarea,
.col75 .box-inner .textarea {}
	
/*
 * Horizontal rule 
 */
hr {}

/*
 * Button list
 */
span.button-list input, span.button-list a {}
span.button-list a {}	
span.button-list a.selected {}	
.rentalinfo input, .rentalinfo a {}
span#object_detail_buttonlist.button-list .btn_details {
    background:#407ec9;
}
span.button-list span.btn_details.fa:before {
    color:#fff;
}
/* 
 * Navigation bar
 */
div.navbar {
    margin-top:30px;
}
div.navbar .buttons {}
div.navbar .buttons input {}
div.navbar .buttons input dimmed {}
div.navbar .buttons .btn_first {}
div.navbar .buttons .btn_prev {}
div.navbar .buttons .btn_next {}
div.navbar .buttons .btn_last {}
div.navbar .text {}
div.navbar .text a {}
div.navbar .text p {}
div.navbar .text p.left {}
div.navbar .text p.right {}

/*
 * Page form header &amp; footer
 */
div.pageHeader, div.pageSubHeader {
    background:#eee;
    border-color:#e5e5e5;
    font-weight:bold;
    font-size:14px;
}
div.pageFooter {
    background:#eee;
    border-color:#e5e5e5;
    font-weight:normal;
    font-size:14px;
}
div.pageFooter input {}

/*
 * Validator 
 */
td div.validator-valid, td div.validator-unvalid {}
div.validator-valid {}
div.validator-unvalid {}
span.validation-summary {
    color: #ff0000;
    font-size: 14px;
    line-height: 25px;
    margin-left: 12px;
}
span.forminfo-icon {}
span.forminfo-text {}

/*
 * Landlord presentation
 */
div.landlord-area {}
div.landlord-img {}
div.landlord-img img {}
ul.landlord-list {}
ul.landlord-list li {}
ul.landlord-list li div.label {}
	
/* 
 * Image text 
 */
div.image-text-basic {}
div.image-text-basic img {}
div.article {
    min-height:unset;
    margin-bottom:30px;
}

/* 
 * Parking-direct &amp; Object-direct &amp; Storage-direct
 */
span.ico_p-direct, span.ico_object_direct, span.ico_storage-direct {}
span.ico_p-direct {}
span.ico_object_direct {}
span.ico_storage-direct {}
    
/* NEWS DATE */
span.newsdate {}

/* COMMENT*/	
span.comment {}

/* 
 * Table list
 */
table.tbl_list {}
table.tbl_list tr td {}
table.tbl_list tr.tbl_cell_list_header td {}

/* 
 * Table grid
 */
table.tbl_grid {}
table.tbl_grid tr td {}
.headerstyle {}
.alternate {}

/*
 * Control specific styles
 */
div.ImageTextStyles {}

/*
 * Search Area Results
 */
div.search_results {}
div.search_results .search_textfield_area {}
div.search_results .navbar {}


/*@import url("Elements/TopMenu.css");*/

/*** Reset all list-styles ***/
ul.topmenu, ul.topmenu li {}

/*** Setup basic menu look ***/
ul.topmenu {}
ul.topmenu li {}
ul.topmenu li a {}
ul.topmenu li a:hover {}

/*** Selected item or selected child-item ***/
ul.topmenu li.selected, ul.topmenu li.childselected {}
ul.topmenu li.selected a:hover, ul.topmenu li.childselected a:hover {}


/*@import url("Elements/SubMenu.css");*/

/*** Element padding ***/
ul.submenu {}
ul.submenu ul {}
ul.submenu ul a {}
ul.submenu ul ul a {}

/*** Link styles ***/
ul.submenu a {
    color:#4c4334;
    font-size:15px;
    border-bottom: 1px solid #ddd;
    text-decoration:none;
    padding:10px;
}
ul.submenu a:hover {
    color:#303030;
}

/*** Special styles ***/
ul.submenu li.expanded:before {
    content: "\f107";
    color: #407ec9;
    font-family: FontAwesome;
    font-size: 13px;
    line-height: 19px;
    padding-right: 4px;
    position: absolute;
    right: 4px;
    text-decoration: none;
    vertical-align: middle;
    margin-top:10px;
}
ul.submenu li.collapsed:before {
    content: "\f107";
    color: #407ec9;
    font-family: FontAwesome;
    font-size: 13px;
    line-height: 19px;
    padding-right: 4px;
    position: absolute;
    right: 4px;
    text-decoration: none;
    vertical-align: middle;
    margin-top:10px;
}
/*ul.submenu li.expanded.selected.first &gt; a,
ul.submenu li.selected &gt; a {
    border-bottom:2px solid #b0c204;
}*/
ul.submenu li.expanded.selected:before,
ul.submenu li.selected:before {
    content: "\f105";
    color: #407ec9;
    font-family: FontAwesome;
    font-size: 13px;
    line-height: 19px;
    padding-right: 4px;
    position: absolute;
    right: 4px;
    text-decoration: none;
    vertical-align: middle;
    margin-top:10px;
}
/** 2015-08-17 **/
ul.submenu li.selected:before {
    content: "\f105";
    color: #407ec9;
    font-family: FontAwesome;
    font-size: 13px;
    line-height: 19px;
    padding-right: 4px;
    position: absolute;
    right: 4px;
    text-decoration: none;
    vertical-align: middle;
    margin-top:10px;
}

/*ul.submenu li.collapsed a,
ul.submenu li.expanded.childselected.first &gt; a {
    border-bottom:2px solid #b0c204;
    padding-bottom: 10px;
}*/
ul.submenu li.expanded.childselected:before {
    content: "\f105";
    color: #407ec9;
    font-family: FontAwesome;
    font-size: 13px;
    line-height: 19px;
    padding-right: 4px;
    position: absolute;
    right: 4px;
    text-decoration: none;
    vertical-align: middle;
    margin-top:10px;
}
ul.submenu li.expanded a {
    border:none;
}
ul.submenu li.expanded ul li.last {
}
ul.submenu li:hover:before {
    content: "\f105";
    color: #407ec9;
    font-family: FontAwesome;
    font-size: 13px;
    line-height: 19px;
    padding-right: 4px;
    position: absolute;
    right: 4px;
    text-decoration: none;
    vertical-align: middle;
    margin-top:10px;
}
ul.submenu li.expanded ul li.selected a {
    font-weight:600;
}
ul.submenu li.meny-space {
    margin-bottom:10px;
}
ul.submenu li.expanded ul li.selected ul li a {
    font-weight:normal; 
}
ul.submenu li.collapsed.selected:before {
    content: "\f105";
    color: #407ec9;
    font-family: FontAwesome;
}
ul.submenu li ul li ul li.expanded.selected:before, ul.submenu li ul li ul li.selected:before {
    content: "\f054";
    color: #407ec9; 
    font-family: FontAwesome;
}
ul.submenu li ul li.expanded.selected:before {
    content: "\f105";
    color: #407ec9; 
    font-family: FontAwesome;
}
ul.submenu li ul li.expanded.selected:hover:before,
ul.submenu li ul li.collapsed.selected:hover:before {
    content: "\f105";
        color: #0e2e46;
    font-family: FontAwesome;
}
ul.submenu li ul li.selected:before {
    content: "\f107";
    color: #407ec9; 
    font-family: FontAwesome;
}
ul.submenu li.selected, ul.submenu li.childselected {
    font-weight:normal;
}
ul.submenu li ul li:hover:before {
    content: "\f107";
       color: #407ec9;
    font-family: FontAwesome;
}
ul.submenu li ul li.selected:hover:before {
    content: "\f107";
        color: #407ec9;
    font-family: FontAwesome;
}
ul.submenu li ul li.collapsed:hover:before,
ul.submenu li ul li.expanded:hover:before {
    content: "\f105";
        color: #0e2e46;
    font-family: FontAwesome;
}
ul.submenu li.collapsed:hover:before,
ul.submenu li.expanded:hover:before {
    content: "\f105";
    color:#0e2e46;
    font-family: FontAwesome;
}
ul.submenu li.collapsed.selected:hover:before,
ul.submenu li.expanded.selected:hover:before {
    content: "\f105";
        color: #000;
    font-family: FontAwesome;
}
ul.submenu li.selected:hover:before {
    content: "\f107";
        color: #407ec9;
    font-family: FontAwesome;
}
ul.submenu li ul li.collapsed:hover:before,
ul.submenu li ul li.expanded:hover:before {
    content: "\f105";
    color: #000;
    font-family: FontAwesome;
}

ul.submenu li.expanded.childselected:before,
ul.submenu li ul li.expanded.childselected:before {
    content: "\f105";
    color: #407ec9;
    font-family: FontAwesome;
}

ul.submenu &gt; li.expanded &gt; a {
    border-bottom:2px solid #407ec9;
    padding-bottom: 10px;
}




/*@import url("Elements/Lists.css");*/

/*
 * Ordered/Unordered lists 
 */
ul, ol {}
ul li {
    font-size:14px;
}
ol li {
      font-size:14px;
}

/* 
 * Horizontal list 
 */
ul.horizontal {}
ul.horizontal-bulleted {
    width: 100%;
}
ul.horizontal li, div.box-primary-inner ul.horizontal li, div.box-secondary-inner ul.horizontal li, div.box-inner ul.horizontal li {}
ul.horizontal-bulleted li {
    background:none;
    padding:0;
    margin:0;
    border-bottom:1px solid #eeeae4;
    list-style-type:none;
    width:100%;
    display:block;
    line-height:28px;
    font-size:15px;
}
ul.horizontal-bulleted li:before {
    content: "\f00c";
    color: #66cc00;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 11px;
    margin-right: 5px;
    padding: 5px;
    text-decoration: none;
    width: 10px;
}
table.list tr td ul#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_blProperties li {
    background:none;
    padding:0;
    margin:0;
    width:auto;
    border-bottom:none;
    list-style-type:none;    
    display:block;
    line-height:28px;
    font-size:15px;
}
div.related-content div.box-inner li.doc_document {}
div.related-content div.box-inner li.inf_link {}
div.related-content div.box-inner li.cm_page {}

/*
 * Boxlist
 */
ul.boxlist {}
ul.boxlist li {}

/* 
 * FAQ List 
 */
ul.faq-list {}
ul.faq-list li {}
ul.faq-list .icon-question {}
ul.faq-list .icon-answer {}
ul.faq-list .question {}
ul.faq-list .question, ul.faq-list .answer {}

/* 
* Sitemap
*/
.sitemap_paragraph {}

/* 
 * Sitemap List 
 */
ul.link {}
ul li.maplink {}
ul li.maplink:before {
    content: "\f105";
    color:#407ec9;
    font-family: FontAwesome;
    font-size: 18px;
    line-height: 22px;
    padding-right: 3px;
    right: 4px;
    text-decoration: none;
    vertical-align: middle;
    position: relative;
    top: -2px;
}
/* 
 * ListAvailable
 */
ul.listavailable {}
.col50 ul.listavailable li a {}
.col25 ul.listavailable li a.align-left {}
ul.listavailable a img {}

/*
 * Thumbnail list
 */
div.thumbnail-container {}
ul.thumbnail-list {}
ul.thumbnail-list img {}
.thumbnail-container ul.thumbnail-list li {}
.thumbnail-container ul.thumbnail-list li.alignleft {}
.col25 .thumbnail-container ul.thumbnail-list li {}
.col25 .thumbnail-container ul.thumbnail-list li.alignleft {}


/*@import url("Elements/Boxes.css");*/

/*** General rules ***/
.box {}
.box-outer {}
.box .noheight {}
.box-inner {}
.box a.rss {}
.box a img {}
.box a.rss img {}
td.box-inner {}

/*** Primary ***/
.primary {
    background:#eee;
    color:#161616;
}
.primary .box-inner {
    border:1px solid #e5e5e5;
}
.primary hr {
    border-color:#e5e5e5;
    background:#e5e5e5;
    height:1px;
    overflow:hidden;
}
.primary a {
        color:#407ec9;
}
    .primary a.bulleted {
        color:#407ec9;
        text-decoration:none;
        font-size:13px;
    }
.primary a.bulleted:before  {
    content:"\f0da";
    font-family: FontAwesome;
    padding-right:6px;
    color:#407ec9;
    text-decoration:none;
    font-size:20px;
    display:inline-block;
    top:2px;
    position:relative;
}

/*** Secondary ***/
.secondary {
    background:#eee;
    color:#161616;
}
.secondary .box-inner {
    border:1px solid #e5e5e5;
}
.secondary hr {
    border-color:#e5e5e5;
    background:#e5e5e5;
    height:1px;
    overflow:hidden;
}
.secondary a {
    color:#407ec9;
}
    .secondary a.bulleted {
        color:#407ec9;
        text-decoration:none;
    }
.secondary a.bulleted:before  {
    content:"\f0da";
    font-family: FontAwesome;
    padding-right:6px;
    color:#407ec9;
    text-decoration:none;
    font-size:20px;
    display:inline-block;
    top:2px;
    position:relative;
}
.secondary a {}
	
/*** Login Control ***/
.col25 div.loginarea span {
    font-size:16px;
}
.col25 div.loginarea span {
    font-size: 12px;
    display: block;
    margin-bottom: 6px;
}
.col25 div.loginarea input:first-of-type {
    margin-bottom:10px;
}
.col37 div.loginarea input {}
.col37 div.loginarea input.btn {}
.col25 div.loginarea p {
    margin:0;
}
.col25 div.loginarea p:last-of-type {
    margin:0 0 20px;
}
.col25 div.loginarea .btn {
    margin:0 0 10px;
}

/*@import url("Elements/Grids.css");*/

 * Table grid list
 */
div.grid {
}

table.gridlist {
    font-size:14px;
}

table.gridlist tr.headerrow {
}

table.gridlist tr.marked {
}

table.gridlist tr.dimmed {
}

table.gridlist td {
}
table.gridlist td.header, tr.header td {
    background-color:#407ec9;
	font-size: 13px;
    height:32px;
    font-weight:normal;
    color:#fff;
    padding:0 10px;
}
table.gridlist td.header:first-of-type {
    padding-left:6px;
}
table.gridlist td.header:last-of-type {
    padding-right:10px;
}
table.gridlist td.header a, tr.header td a {
    background-color:#407ec9;
    color:#fff;
}
table.gridlist td.header a:hover, tr.header td a:hover {
}
table.gridlist td.header a.sel-asc, table.gridlist tr.header td a.sel-asc {
        background-color:#407ec9;
        color:#fff;
}
table.gridlist td.header a.sel-desc, table.gridlist tr.header td a.sel-desc {
    background-color:#005aa0;
}
table.gridlist td.listitem-even, tr.listitem-even td {
    padding: 10px 3px;
    font-size:14px;
    background:#f9f9f9;
}
.box-primary table.gridlist td.listitem-even, .box-primary tr.listitem-even td,
.box-secondary table.gridlist td.listitem-even, .box-secondary tr.listitem-even td,
.box table.gridlist td.listitem-even, .box tr.listitem-even td,
.box-primary table.gridlist td.listitem-odd, .box-primary tr.listitem-odd td,
.box-secondary table.gridlist td.listitem-odd, .box-secondary tr.listitem-odd td,
.box table.gridlist td.listitem-odd, .box tr.listitem-odd td {
}
table.gridlist td.listitem-odd, tr.listitem-odd td {
   border-bottom: 1px solid #ccc;
    padding: 10px 3px;
    font-size:14px;
}
table.gridlist td.listitem-level2, tr.listitem-level2 td {
}

table.gridlist .label {
}
table.gridlist tr td a {
    color:#407ec9;
    text-decoration:none;  
}
table.gridlist img.objectlist_icon {
}
ul.mypage_profile {
	border-bottom: 1px solid #e5e5e5;
    padding-top:13px;
    margin-top:20px;
}

/*
 * UL form list
 */
ul.form {}
ul.form li {
    font-size:14px;
    line-height:21px;
}
ul.form li.validator {}
ul.form li.label {}
.box-primary ul.form li.label,
.box-secondary ul.form li.label,
.box ul.form li.label {}
ul.form li.textvalue {}
ul.form li.value {}
ul.form li.text {}
div.siteContentIframe ul.form li.label {}
div.siteContentIframe ul.form li.text {}
ul.form li.textrow {}
ul.form li.value label {}
ul.form li.value input {}
ul.form li.label-large {}
.formstyle {}
.formstyle .label {}

/*
 * Statistics grid
 */
div.statistics table {}
    
/*
 * News-archive grid
 */
div.news-archive .date-column {}
div.news-archive .content-column .title {}


/*@import url("Elements/DynamicMap.css");*/

.dynamic-map {}
.dynamic-map a {}
.dynamic-map #infobox {}
.dynamic-map #infobox &gt; div {}
.dynamic-map #fade_bg {}
.dynamic-map #fade_color {}
.dynamic-map #fade_bg img {}
.dynamic-map .more {}
.dynamic-map .more .nr {}
.dynamic-map .more .area-label {}


/*@import url("Elements/Slider.css");*/

 /*
  * Slider width and position
  */
.col75 .slider,
.col75 .slider-container {}
.col50 .slider,
.col50 .slider-container {}
.col25 .slider,
.col25 .slider-container {}
.col25 .slider,
.col25 .slider-container {}
.slider-container {}
.slider-inner {}
.slider {}
    
/*
 * Pager
 */
.pager {}
.pager li {}
.pager li.selected {}
    
/*
 * Prev/Next buttons
 */
#slider_next, #slider_prev {}
#slider_next {}
#slider_prev {}


/** Site Footer Never Ends **/
div.siteFooter div.siteNeverEnds  {
    padding:0;
    background-color: #407ec9;
}
div.siteFooter div.siteNeverEnds .col33 {
    color: #fff;
}
    div.siteFooter div.siteNeverEnds .col33 ul, div.siteFooter div.siteNeverEnds .col33 ul li {
        color:#fff;
    }

.box-container .alignleft {
    margin-right: 2.859%;
}
.box-container .btn {
    padding: 7px 14px;
    line-height: 0px;
    height: 29px;
    font-size: 11px;
}
.box-primary, .box-secondary, .box-rental, .box-resident, .box {
    font-size:13px;
    line-height:22px;
}
.devwatermark {
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 144px;
    position: fixed;
    bottom: 49px;
    right: 8px;
    opacity: 0.05;
    z-index: 99;
    color: black;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}
/* QuickFilter */
.objectlistFilters {
    background:#e6e6e6;
    margin-bottom: 20px;
    padding: 17px 30px 3px;
    border:1px solid #e5e5e5;
    box-sizing:border-box;
}

ul.quickfilter li {
    float: left;
    font-size: 13px;
    list-style-type: none;
    margin-left: 0;
    margin-right: 44px;
    width: 45%;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -0.6em;
    top: -0.4em;
}
.ui-slider .ui-slider-handle {
    border-radius: 100%;
    border:1px solid #407ec9;
    cursor: default;
    height: 1.3em;
    position: absolute;
    width: 1.3em;
    z-index: 2;
    background: #ffffff;
    background: -moz-radial-gradient(center, ellipse cover,  #ffffff 0%, #ffffff 30%, #d5d5d5 100%);
    background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 0%,#ffffff 30%,#d5d5d5 100%);
    background: radial-gradient(ellipse at center,  #ffffff 0%,#ffffff 30%,#d5d5d5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d5d5d5',GradientType=1 );
}

ul.quickfilter span.minValue, ul.quickfilter span.maxValue {
    float: left;
    font-size: 12px;
    width: 89%;
    margin-top:8px;
}
ul.quickfilter span.maxValue {
    float: right;
    width:auto;
    font-size:12px;
}
ul.quickfilter li span.title, ul.quickfilter li span {
    font-size: 14px;
    margin-bottom: 12px;
    font-weight:600;
}
ul.quickfilter label {
    font-size:13px;
}

ul.quickfilter li.full span.title {
    font-weight:bold;
    margin:0;
    margin-top:20px;
}
.ui-widget-header {
    background:#407ec9;
}
.ui-widget-content {
    background: #fff;
    border: 2px solid #ddd;
}
.ui-slider-horizontal .ui-slider-range {
    height: 7px;
    top: 2px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 10px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 10px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 10px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 10px;
}
label.title {
    background: #407ec9;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    padding: 8px 16px 10px;
}

table.check tr td {
    padding: 8px;
}

.templatelist.block.objectlist,
ul.templatelist.block,
.templatelist.block:nth-child(1n+3) {
    background: #f9f9f9;
    border: 1px solid #dbdbdb;
    margin-right: 2%;
    width: 31.5% !important;
    font-size: 14px;
}

.templatelist.block:nth-child(3n+3) {
    margin-right: 0 !important;
}
.templatelist.block.header li label, .templatelist.block li label {
    width:70px;
}
.templatelist.block {
    background: #efefef;
    border: none;
}

    .templatelist.block li {
        padding-top: 8px;
    }
        .templatelist.block li:nth-child(even) {
        background:#fff;
    }

ul.templatelist.block li h2 {
    font-size: 18px;
    font-weight: 400;
    margin-top: 0;
}

ul.templatelist.block li img.image {
    display: block;
    margin: 0 auto;
    max-height: 110px;
    padding-left: 0;
    width: 80%;
    overflow: hidden;
}
.templatelist.block.objectlist li label {
    width:80px;
}
ul.listviews li a {
    font-size: 14px;
    font-weight: normal;
    text-decoration:none;
}
ul.listviews li i {
    color: #ccc;
    font-size: 14px;
    padding-right: 4px;
}
ul.listviews li.selected i {
    color:#409bd1;
}
div.page-col25 ul.grid li.left {
    float: left;
    width: 70px;
    font-size:13px;
    font-weight:600;
}
div.page-col25 ul.grid li.right {
    padding-left: 70px;
    width: auto;
    font-size:13px;
}
div.page-col50 ul.grid li.left {
    float: left;
    line-height: 29px;
    width: 300px;
    font-size: 15px;
    line-height: 36px;
    font-weight: normal;
}
.register-interest input[type="submit"] {
    background:#407ec9;
    color:#fff;
    border-radius:0;
    padding:10px 20px;
    font-size: 12px;
    text-transform: uppercase;
}
div.jquerypanel .header a.hidden,
div.jquerypanel .header a {
    background-color: transparent;
    background-position:0 50%;
}
ul.exchangeobject, div.jquerypanel {
    background-color: #f9f9f9;
}
div.jquerypanel {
    padding: 12px 10px 9px;
}
ul.form.exchangeobject li.label.type h2 span {
    font-size:19px;
}
div.jquerypanel div.header h3 {
    font-size:18px;
    margin-bottom:3px;

}
span#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_lblNoEntries {
    background:#407ec9;
    color: #fff;
    display: inline-block;
    font-weight: normal;
    margin-top: 30px;
    padding: 10px 20px;

}
div.invoice, div.debt {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 10px 12px 9px;
}
div.debt  {
    background:#fff;
}
div.debt p {
    font-size: 16px;
    margin: 0;
    padding: 0;
    line-height:21px;
}
#cookiecheck span {
    font-size:12px;
}
#cookiecheck div.pageHeader, #cookiecheck div.pageSubHeader {
    border:1px solid #555;
}
div.image-slideshow {
    margin-bottom: 10px;
    float: left;
}
div.image-big,
div.image-big img {
    width:378px;
}
div.image-thumbs {
    padding-left:388px;
}

table.list tbody tr td h3 {
    font-size:21px;
    margin-top:20px;
    margin-bottom:10px;
}
span#object_detail_buttonlist.button-list .btn_details {
    color: #FFF;
    font-size: 18px;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 34px;
    border-radius: 0px;
    margin: 0 auto;
        margin-bottom: 0px;
    z-index: 1;
    position: relative;
    margin-bottom: -10px;
}
span#object_detail_buttonlist.button-list .btn_details_button {
    font-size: 11px;
}

div.interest-header {
    background-color:#fff;
    border-color:#e5e5e5;
}
div.interest-interestinfo {
    float: right;
    font-size: 85%;
    width: 650px;
    height: 37px;
    padding: 5px 10px 10px 0;
    margin-bottom: 10px;
}
div.interest-objectinfo {
    float: left;
    width: 650px;
}
div.subst-table ul, div.subst-table li {
    font-size: 13px;
}

/* Dölj länkar till kvartersvärd, miljöbovärd och hyresgästpärm */
div.residentInfo.residentLinks {
	display: none;
	visibility: hidden;
}

#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_lblDescription {
    font-weight:600;
}

div.box-secondary.box.secondary.object-facts ul.grid,
div.object-interest ul.list span {
    margin-bottom:3px;
    display:inline-block;
}

ul#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_ulObjectTypeGroupParking {
    clear: both;
}

span#object_detail_buttonlist.button-list span.btn_details_container.btn_streetview {
    display:none;
}

a.btn.promote, a.btn.demote {
    height: 12px;
}

    a.btn.promote i.fa::before, a.btn.demote i.fa::before {
        color: #fff;
    }

/* SO 138130 - Dölj p-plats vid registrering */
#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_cblObjectGroup_1,
#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_cblObjectGroup_1_label {
    display: none;
    visibility: hidden;
}</pre></body></html>