/* Tag styles */
body{
background-image: url('/img/bodybg.gif');
background-repeat: repeat-x;
margin: 0px;
background-color: #eceff4;
}

img{
border: 0px;
}

div{
font-family: Verdana;
font-size: 11px;
color: #464646;
line-height: 15px;
}

a{
color: #365C85;
text-decoration:none;
cursor:pointer;
}

.text_container a{
text-decoration:none;
cursor:pointer;
color: #000000;
}

.text_container h3 a{
text-decoration:none;
cursor:pointer;
color: #365C85;
}

.text_container h1 a{
text-decoration:none;
cursor:pointer;
color: #365C85;
margin: 10 0 0 0;
}

h1{
font-family: Arial;
font-size: 28px;
color: #464646;
font-weight: bold;
padding: 0px;
margin: 4px 0px 8px 0px;
line-height: 38px;
}

h2{
font-family: Verdana;
font-size: 24px;
color: #464646;
font-weight: normal;
padding: 0px;
margin: 3px 0px 8px 0px;
line-height: 27px;
}

h3{
font-family: Verdana;
font-size: 16px;
color: #464646;
font-weight: bold;
padding: 0px;
margin: 3px 0px 4px 0px;
line-height: 20px;
word-wrap:break-word;
}

h4{
font-family: Verdana;
font-size: 11px;
color: #315379;
font-weight: normal;
padding: 0px;
margin: 0px;
}

.headline_orange{
font-family: Verdana;
font-size: 24px;
color: #f27715;
font-weight: bold;
margin-bottom: 10px;
}

input[type=text]{
border: 1px solid #A5A5A5;
font-family: Verdana;
font-size: 12px;
color: #585858;
padding: 4px;
height: 15px;
}

input[type=password]{
border: 1px solid #A5A5A5;
font-family: Verdana;
font-size: 12px;
color: #585858;
padding: 4px;
height: 15px;
}

textarea{
border: 1px solid #A5A5A5;
font-family: Verdana;
font-size: 12px;
color: #585858;
padding: 4px;
}

/* General */
.page_container{
width: 950px;
margin: auto;
background-color: #FFFFFF;
padding: 0px 14px 30px 14px;
}

.date{
color: #A4A4A4;
padding: 0px 0px 3px 0px;
font-size:10px;
}

.leftfloat{
float: left;
}

.rightfloat{
float: right;
}

.leftclear{
clear: left;
}

.rightclear{
clear: right;
}

.bothclear{
clear: both;
}

.leftfloat_img{
float: left;
padding: 0px 10px 0px 0px;
}

.td_none{
text-decoration: none;
}

.noborder{
border: 0px solid #000000 !important;
}

.notext_img{
font-size: 0px;
line-height: 0px;
}

.bottomlinks{
padding: 15px 0px 0px 0px;
text-align: right;
font-family: Verdana;
color: #315379;
}

.bottomlinks a{
font-family: Verdana;
color: #315379;
text-decoration: underline;
}

.imgtext{
color: #828282;
font-style: italic;
padding: 7px 7px 20px 7px;
}

.list_container .item_border p {
	margin:0px;
}

/* Buttons */
.std_button{
float: left;
height: 32px;
cursor: pointer;
}

.blue_bg{
background-image: url("/img/button_bg_white.gif");
background-position: center;
}

.blue_bg_onblue{
background-image: url("/img/button_bg_white_onblue.gif");
background-position: center;
}

.std_button .link{
float: left;
font-family: Arial;
font-size: 12px;
color: #000000;
text-decoration: none;
padding: 7px 15px 0px 15px;
cursor: pointer;
font-weight: bold;
}

.std_button a{
font-family: Arial;
font-size: 13px;
color: #FFFFFF;
text-decoration: none;
}

/* Spacers */
.horizontal_space_4px{
height: 4px;
font-size: 0px;
line-height: 0px;
}

.horizontal_space_8px{
height: 8px;
font-size: 0px;
line-height: 0px;
}

.horizontal_space_12px{
height: 12px;
font-size: 0px;
line-height: 0px;
clear:both;
}

.horizontal_space_23px_border{
font-size: 0px;
line-height: 0px;
margin: 11px 0px 11px 0px;
border-top: 1px solid #A6A6A6;
}

.horizontal_space_20px_border{
font-size: 0px;
line-height: 0px;
margin: 4px 0px 15px 0px;
border-top: 1px solid #A6A6A6;
}

.horizontal_space_12px_border{
font-size: 0px;
line-height: 0px;
border-top: 1px solid #2065B2;
height: 11px;
}

.horizontal_space_8px_border{
font-size: 0px;
line-height: 0px;
border-top: 1px solid #2065B2;
height: 7px;
}

/* Textcontainer */
.text_container{
padding: 0px 7px 3px 7px;
}

.text_container .headline{
font-family: Arial;
font-size: 16px;
color: #000000;
margin: 3px 0px 10px 0px;
line-height: 19px;
}

.text_container .teaser{
font-weight:bold;
font-size:17px;
line-height:17px;
}

.text_container h2{
font-family: Verdana;
font-size: 14px;
color: #000000;
font-weight: normal;
padding: 0px;
margin: 16px 0px 16px 0px;
line-height: 16px;
}

.text_container .article_tagline{
padding: 0px 0px 13px 0px;
color:#A4A4A4;
}

.text_container .link_line a{
color: #000000;
text-decoration: underline;
}

.text_container .details-headline h1{
color:#365C85;
}

.text_container .details-image{
text-align:center;
}

.text_container .details-readmore{
float:right;
margin-top:8px;
font-weight:bold;
}

.text_container .details-readmore .link-text{
float:left;
margin-top:9px;
margin-right:6px;
color: #365C85;
}

.details-shared .toolbox{
border:none;
margin-top:-9px;
}

.details-shared .toolbox .tbline{
float:left;
width:auto;
}

.details-shared .toolbox .first{
margin-right:10px;
}

.details-shared .toolbox .facebook{
margin-top:-2px;
}

.details-bannertext{
color:Gray;
margin-top:-9px;
margin-bottom:-8px;
font-weight:bold;
}

/* Blog container */
.blog_container{
padding: 0px 7px 3px 7px;
}

.blog_container .headline{
font-family: Arial;
font-size: 16px;
color: #000000;
margin: 3px 0px 10px 0px;
line-height: 19px;
}

.blog_container h1{
font-family: Arial;
font-size: 20px;
color: #000000;
font-weight: normal;
padding: 0px;
margin: 16px 0px 16px 0px;
line-height: 16px;
}

.blog_container h2{
font-family: Verdana;
font-size: 14px;
color: #000000;
font-weight: normal;
padding: 0px;
margin: 16px 0px 16px 0px;
line-height: 16px;
}

.text_container .article_tagline{
padding: 0px 0px 13px 0px;
}

.text_container .link_line a{
color: #000000;
text-decoration: underline;
}

/* Commentcontainer */
.comment_container{
padding: 20px 9px 3px 9px;
}

.comment_container a{
text-decoration: underline;
color: #000000;
}

.comment_container .headline{
font-family: Verdana;
font-size: 14px;
}

.comment_container .bluetext{
color: #315379;
}

.comment_container .bluetext a{
color: #315379;
text-decoration: underline;
}

.comment_container .commenthead{
font-weight: bold;
}

.comment_container .share_icon{
padding: 8px 0px 20px 0px;
}

/* RelatedNewsContainer */
.relatednews_container{
padding: 20px 9px 3px 9px;
line-height: 17px;
}

.relatednews_container a{
color: #000000;
text-decoration: underline;
}

.relatednews_container .headline{
font-family: Verdana;
font-size: 14px;
color: #315379;
padding: 0px 0px 3px 0px;
}

/* EventCalContainer */
.eventcal_container{
padding: 0px 7px 3px 7px;
}

.eventcal_container h1{
font-family: Arial;
font-size: 16px;
color: #000000;
margin: 15px 0px 15px 0px;
line-height: 19px;
}

.eventcal_container table{
}

.eventcal_container table tr td{
padding: 0px;
margin: 0px;
}

.eventcal_container table tr td a{
color: #000000;
}

.eventcal_container table tr .date{
width: 130px;
vertical-align: text-top;
}

/* Standard Box */
.box_head{
background-image: url("/img/box_subhead_bg.gif");
font-family: Verdana;
font-size: 14px;
color: #FFFFFF;
font-weight:bold;
height: 20px;
padding: 4px 0px 0px 7px;
border-top: 1px solid #ECECEC;
border-left: 1px solid #ECECEC;
border-right: 1px solid #ECECEC;
}

.box_head ul{
float: right;
display: inline;
padding: 0px 5px 0px 0px;
margin: 0px;
}

.box_head ul li{
cursor: pointer;
float: left;
padding: 1px 4px 0px 4px;
margin: 0px;
font-family: Verdana;
font-size: 11px;
color: #000000;
list-style-type: none;
}

.box_head ul li.spacer {
cursor: default;
}

.box_head ul li a{
font-family: Verdana;
font-size: 11px;
color: #000000;
text-decoration: none;
}

.box_head ul li.active {
font-family: Verdana;
font-size: 11px;
color: #315379;
text-decoration: none;
}

.box_subhead{
font-family: Verdana;
font-size: 12px;
color: #000000;
height: 21px;
padding: 7px 0px 0px 3px;
}

.box_subhead a{
text-decoration: none;
}

.box_subhead .itemborder{
float: left;
line-height: 0px;
}

.box_subhead .active_item{
float: left;
background-color: #f07822;
padding: 3px 2px 4px 5px;
color: #FFFFFF;
line-height: 14px;
}

.box_subhead .item{
float: left;
padding: 2px 1px 3px 1px;
color: #000000;
border-top: 1px solid #f07822;
border-bottom: 1px solid #f07822;
line-height: 14px;
}

.box_subhead .active_item a{
color: #FFFFFF;
text-decoration: none;
font-weight: bold;
}

.box_subhead .item a{
color: #000000;
text-decoration: none;
}

/*
.box_content{
border-left: 1px solid #ECECEC;
border-right: 1px solid #ECECEC;
border-bottom: 1px solid #ECECEC;
}
*/

.box_content .maintext{
padding: 13px 10px 13px 10px;
}

.box_content .maintext .leftimg{
float: left;
padding: 0px 8px 3px 0px;
font-size: 0px;
line-height: 0px;
}

.box_content .maintext .blue{
color: #315379;
}

.box_content .border{
font-size: 0px;
line-height: 0px;
border-top: 1px solid #EAEAEA;
height: 1px;
}

.box_content .link_line{
font-family: Verdana;
font-size: 11px;
color: #42719b;
padding: 0px 0px 3px 0px;
}

.box_content .link_line a{
color: #315379;
}

.box_content .padding{
padding: 13px 8px 13px 8px;
}

.box_content .list_container{
padding: 8px 0px 2px 0px;
line-height: 15px;
}

.box_content .list_container .item_head{
padding: 5px 5px 0px 8px;
color: #a7a7a7;
text-transform: uppercase;
}

.box_content .list_container .item{
padding: 0px 8px 12px 8px;
}

.box_content .list_container .item_border{
padding: 0px 8px 8px 8px;
/*border-bottom: 1px solid #EAEAEA;*/
}

.box_content .list_container .item_border a{
text-decoration: none;
}

.box_content .link_arrow{
float: right;
padding: 2px 2px 0px 0px;
*margin: -20px 0px 0px -15px;
}

.box_content .list_img{
float: left;
padding: 4px 1px 4px 2px;
font-size: 0px;
line-height: 0px;
/*border-bottom: 1px solid #EAEAEA;*/
}

.box_content .paging_bottom{
background-color: #D7E3F1;
font-family: Verdana;
font-size: 12px;
color: #315379;
text-align: center;
padding: 7px;
line-height: 16px;
}

.box_content .paging_bottom a{
color: #315379;
text-decoration: none;
}

.box_content .paging_bottom .active{
font-weight: bold;
}

.box_content .link_bottom{
font-family: Arial;
font-size: 12px;
color: #42719b;
text-align: right;
line-height: 16px;
padding-top: 3px;
}

.box_content .link_bottom a{
font-family: Arial;
font-size: 12px;
color: #315379;
padding: 0px 7px 0px 7px;
text-decoration: none;
}

.box_content .lightblue_bg{
background-color: #D5E2F1;
}

.box_content .lightblue_bg2{
background-color: #eef3f9;
}

.box_content .tagcloud{
padding: 10px;
line-height: 21px;
color: #315379;
}

.box_content .tagcloud a{
color: #315379;
text-decoration: none;
}

.box_content .tagcloud .s11{
font-size: 11px;
}

.box_content .tagcloud .s12{
font-size: 12px;
}

.box_content .tagcloud .s14{
font-size: 14px;
}

.box_content .tagcloud .s18{
font-size: 18px;
}

.box_content .tagcloud .s24{
font-size: 24px;
}

/* Pageteaser Box */
.pageteaser_box{
}

.pageteaser_box .content{
padding: 5px 9px 5px 9px;
border-left: 1px solid #dedede;
border-right: 1px solid #dedede;
}

.pageteaser_box .content .headline{
font-family: Arial;
font-size: 15px;
font-weight: bold;
color: #315379;
padding-bottom: 7px;
line-height: 17px;
}

.pageteaser_box .content .maintext{
font-family: Arial;
font-size: 12px;
line-height: 16px;
}

.pageteaser_box .content .link{
text-align: right;
padding: 8px 3px 2px 0px;
}

.pageteaser_box .content .link a{
}

/* Newsletter Container */
.newsletter_container{
background-image: url("/img/newsletter_bg.gif");
background-position: bottom;
background-color: #f5f5f5;
border: 1px solid #dedede;
cursor: pointer;
height: 153px;
width: 227px;
}

.newsletter_container .headline{
font-family: Arial;
font-size: 18px;
color: #026B97;
padding: 9px;
line-height: 21px;
}

.newsletter_container .headline a{
color: #026B97;
text-decoration: none;
}

.newsletter_container .maintext{
font-family: Arial;
font-size: 14px;
color: #474747;
padding: 5px 9px 9px 9px;
line-height: 16px;
height: 69px;
}

.newsletter_container .maintext a{
color: #474747;
text-decoration: none;
}

.newsletter_container .buttontext{
font-family: Arial;
font-size: 13px;
color: #FFFFFF;
padding: 1px 0px 0px 22px;
}

.newsletter_container .buttontext a{
color: #FFFFFF;
text-decoration: none;
}

/* Topbanner */
.topbanner_container{
}

/* Top Identity */
.topidentity_container{
height: 91px;
}

.topidentity_container .identity{
float: left;
padding: 0px 0px 0px 14px;
width: 330px;
}

.topidentity_container .identity .date{
font-family: Arial;
font-size: 11px;
font-weight: normal;
color: #8E8E8E;
}

.topidentity_container .identity .logo{
height: 50px;
}

.topidentity_container .identity .coop{
float: left;
font-family: Verdana;
font-size: 12px;
font-weight: normal;
color: #6B6B6B;
padding: 3px 10px 0px 0px;
}

.topidentity_container .identity .coopimg{
float: left;
}

.topidentity_container .identity .area{
text-align: right;
font-family: Arial;
font-size: 15px;
font-weight: normal;
color: #6B6B6B;
padding: 0px 35px 0px 0px;
}

.topidentity_container .weather{
float: left;
height: 91px;
width: 156px;
}

.topidentity_container .weather .headline{
font-family: Arial;
font-size: 12px;
color: #515151;
padding: 12px 0px 0px 0px;
text-align: center;
}

.topidentity_container .search_container{
float: right;
padding: 15px 10px 0px 0px;
}

.topidentity_container .search_container .headline{
font-family: Arial;
font-size: 14px;
color: #315379;
padding: 3px 0px 5px 0px;
}

.topidentity_container .search_container .search_input{
float: left;
padding: 2px 3px 0px 0px;
}

.topidentity_container .search_container .search_input input{
border: 1px solid #E6E6E6;
font-family: Verdana;
font-size: 12px;
color: #585858;
width: 146px;
padding: 4px;
height: 15px;
}

.topidentity_container .navigation_container{
float: right;
padding: 12px 10px 0px 10px;
}

.topidentity_container .navigation_container ul{
display: inline;
padding: 0px;
margin: 0px;
}

.topidentity_container .navigation_container ul li{
float: left;
padding: 0px 3px 0px 3px;
margin: 0px;
font-family: Verdana;
font-size: 11px;
font-weight: normal;
color: #466F9C;
list-style-type: none;
}

/*
.topidentity_container .navigation_container ul li.selected{
border-bottom:2px solid #466F9C;
}
*/

.topidentity_container .navigation_container ul li a{
font-family: Verdana;
font-size: 11px;
color: #466F9C;
text-decoration: none;
}

.topidentity_container .navigation_container ul li .active{
font-family: Verdana;
font-size: 11px;
color: #466F9C;
text-decoration: underline;
}

/* Subject Navigation */
.subjectnavigation_container{
background-image: url("/img/topmenu_left_bg.gif");
background-repeat: repeat-x;
height: 31px;
padding: 0px 0px 0px 8px;
}

.subjectnavigation_container .right_container{
float: right;
background-image: url("/img/topmenu_right_bg.gif");
background-repeat: repeat-x;
height: 31px;
border-left: 1px solid #FFFFFF;
padding: 0px 8px 0px 5px;
width:276px;
}

.subjectnavigation_container ul{
display: inline;
padding: 0px;
margin: 0px;
}

.subjectnavigation_container ul li{
float: left;
padding: 7px 5px 0px 7px;
margin: 0px;
font-family: Verdana;
font-size: 12px;
color: #FFFFFF;
list-style-type: none;
}

.subjectnavigation_container ul li a{
font-family: Verdana;
font-size: 12px;
color: #FFFFFF;
text-decoration: none;
}

.subjectnavigation_container ul li.selected
{
background-image: url("/img/topmenu_left_bg_selected.gif");
background-repeat: repeat-x;
height: 31px;
}

.subjectnavigation_container .right_container ul li.selected
{
background-image: url("/img/topmenu_right_bg_selected.gif");
background-repeat: repeat-x;
height: 31px;
}

.subjectnavigation_container .right_container ul li.loggedin{
color:#000000;
}

.subjectnavigation_container .right_container ul li.logout{
float: right;
}

/* Top Navigation */
.topnavigation_container{
height: 4px;
border-bottom: 1px solid #DEDEDE;
margin: 0px 0px 4px 0px;
}

/* newsteaser_container */
.newsteaser_container{
float: left;
background-image: url('/img/newsteaser_bg.gif');
background-repeat: repeat-x;
width: 708px;
padding: 5px 0px 5px 0px;
margin: 0px 0px 8px 0px;
border: 1px solid #DDDDDD;
}

.newsteaser_container .news_container{
float: left;
width: 224px;
height: 88px;
padding: 2px 5px 2px 7px;
border-right: 1px solid #DDDDDD;
cursor:pointer;
}

.newsteaser_container .news_container_right{
float: left;
width: 222px;
height: 88px;
padding: 2px 5px 2px 7px;
cursor:pointer;
}

.newsteaser_container .headline{
font-size: 14px;
padding: 0px 0px 3px 0px;
color: #315379;
line-height: 16px;
}

/* newsteaser_container small */
.newsteaser_container_small{
/*background-color: #eceff4;*/
/*min-height: 80px;*/
margin: 0px;
overflow:hidden;
}

.newsteaser_container_small .news_container_leftcoll{
margin-right:3px;
float:left;
}

.newsteaser_container_small .news_container_rightcoll{
margin-left:3px;
float:left;
}

.newsteaser_container_small .news_container_top{
background-image:url("/img/microlist_box_top.png");
background-repeat:no-repeat;
height:4px;
}

.newsteaser_container_small .news_container_bottom{
background-image:url("/img/microlist_box_bottom.png");
background-repeat:no-repeat;
height:6px;
}

.newsteaser_container_small .news_container_leftcoll{
margin-right:3px;
float:left;
}

.newsteaser_container_small .news_container{
background-color: #d7e3f1;
width: 214px;
padding: 1px 8px 0px 10px;
min-height: 53px;
cursor:pointer;
}

.newsteaser_container_small .news_container_right{
float: left;
width: 138px;
/*height: 68px;*/
padding: 12px 8px 0px 10px;
cursor:pointer;
}

.newsteaser_container_small .headline{
font-size: 11px;
padding: 0px 0px 5px 0px;
font-weight: bold;
color: #315379;
line-height: 15px;
word-wrap:break-word;
}

.newsteaser_container_small .headline a{
font-size: 12px;
font-weight: bold;
color: #315379;
text-decoration: none;
}

/* Left Content */
.leftcontent_container{
float: left;
width: 230px;
padding: 0px 5px 0px 5px;
margin: 0px 0px 0px -1px;
border-left: 1px solid #ECECEC;
border-right: 1px solid #ECECEC;
}

/* Main Content */
.content_container{
float: left;
width: 470px;
padding: 0px 4px 0px 0px;
border-right: 1px solid #ECECEC;
}

.content_container_two_column{
width: 700px;
}

.content_container .content{
padding: 10px 5px 10px 8px;
}

.content_container .content .divider{
height: 15px;
border-bottom: 1px solid #d2d2d2;
margin-bottom: 5px;
}

.content_container .leftcoll{
float: left;
width: 230px;
margin: 0px -1px 0px 0px;
border-right: 1px solid #D2D2D2;
padding-bottom:8px;
padding-right:4px;
padding-top:4px;
}

.content_container .rightcoll{
float: left;
width: 230px;
border-left: 1px solid #D2D2D2;
padding-bottom:8px;
padding-left:4px;
padding-top:4px;
}

.content_container .small-list{
border-bottom: 1px solid #D2D2D2;
}

.find_on_map_text{
float: left;
font-family: Arial;
font-size: 14px;
color: #315379;
padding: 22px 7px 20px 12px;
}

.find_on_map_input{
float: left;
padding: 18px 5px 0px 0px;
}

.find_on_map_input input{
border: 1px solid #E6E6E6;
font-family: Verdana;
font-size: 12px;
color: #585858;
width: 166px;
padding: 4px;
height: 15px;
}

.find_on_map_button{
float: left;
padding: 16px 5px 0px 0px;
}

.choose_location_search
{
	padding-bottom:5px;
}

.choose_location_search .find_on_map_text{
padding: 7px 6px 0 0;
color: #000000;
}

.choose_location_search .find_input
{
	float: left;
	padding: 0 5px 0 0;
	margin-top: 3px;
}

.choose_location_search .find_on_map_button
{
	padding: 0;
}

/* Main map container */
.map_container{
background-color: #D7E3F1;
padding: 7px 0px 5px 7px;
}

.map_container.loading
{
	background-image: url(/img/loader-small-minimap.gif);
	background-position: 95% 4%;
	background-repeat: no-repeat;
}

.map_container .headline{
padding: 6px 0px 0px 5px;
font-family: Verdana;
font-size: 17px;
color: #315379;
}

.map_container .subhead{
padding: 4px 0px 10px 5px;
font-family: Arial;
font-size: 14px;
color: #315379;
}

.map_container .maintext{
padding: 8px 0px 12px 5px;
font-family: Arial;
font-size: 14px;
color: #315379;
}

.map_container .maintext_black{
padding: 8px 0px 5px 5px;
font-family: Arial;
font-size: 14px;
color: #000000;
line-height: 16px;
}

.map_container .selects{
padding-bottom: 10px;
padding-left:5px;
}

.map_container .selects select{
margin-right:10px;
font-family: Verdana;
font-size: 11px;
color: #315379;
}

.map_container .find_input{
float: left;
padding: 2px 0px 0px 0px;
}

.map_container .find_input input{
width: 145px;
}

.map_container .map{
margin-bottom: 5px;
}

/* Feedback */
.feedback_container{
}

.feedback_container input{
width: 230px;
}

.feedback_container textarea{
width: 420px;
height: 100px;
}

.feedback_container .send_button{
float: right;
padding: 10px 22px 0px 0px;
margin-right:14px;
}

.feedback_container .loading
{
	background-image: url(/img/loader-small-minimap.gif);
	background-position: 95% 4%;
	background-repeat: no-repeat;
	height:16px;
	width:16px;
}

/* Searchbox container */
.searchbox_container{
background-color: #D7E3F1;
padding: 7px 0px 5px 7px;
}

.searchbox_container .maintext{
padding: 0px 0px 2px 3px;
}

.searchbox_container .searchinput{
float: left;
width: 260px;
padding: 2px 0px 0px 0px;
}

.searchbox_container .searchinput input{
width: 240px;
}

.searchbox_container .searchinput_med{
float: left;
width: 190px;
padding: 2px 0px 0px 0px;
}

.searchbox_container .searchinput_med input{
width: 170px;
}

.searchbox_container .subject{
float: left;
width: 100px;
padding: 5px 0px 0px 0px;
}

.searchbox_container .subject select{
width: 90px;
margin: 0px;
}

.searchbox_container .show{
float: left;
width: 100px;
padding: 5px 0px 0px 0px;
}

.searchbox_container .show select{
width: 90px;
margin: 0px;
}

.searchbox_container .area{
float: left;
width: 130px;
padding: 5px 0px 0px 0px;
}

.searchbox_container .area select{
width: 120px;
margin: 0px;
}

.searchbox_container .searchinfo{
float: left;
width: 200px;
font-size: 10px;
color: #676767;
padding: 6px 0px 0px 0px;
}

.searchbox_container .date{
float: left;
width: 150px;
padding: 10px 0px 0px 0px;
}

.searchbox_container .date select{
width: 140px;
margin: 0px;
}

.searchbox_container .type{
float: left;
width: 242px;
padding: 10px 0px 0px 0px;
}

.searchbox_container .type select{
width: 230px;
margin: 0px;
}

.searchbox_container .searchbutton{
float: left;
width: 70px;
padding: 20px 0px 0px 0px;
}

.searchbox_container .searchbutton_nopadding{
float: left;
width: 70px;
padding: 0px 0px 0px 0px;
}

.searchbox_paging{
}

.searchbox_paging .paging{
/*float: left;
width: 185px;
padding: 5px 5px 5px 10px;
line-height: 18px;*/
float: right;
padding: 10px 0px 2px 0px;
}

.searchbox_paging .paging .navbutton{
float: left;
}

.searchbox_paging .paging .text{
float: left;
padding: 5px;
}

.searchbox_paging .paging .select{
float: left;
padding: 1px;
}

.searchbox_paging .paging a{
text-decoration: none;
}

.searchbox_paging .paging_right{
float: right;
width: 185px;
padding: 5px 14px 5px 10px;
text-align: right;
line-height: 18px;
}

.searchbox_paging .paging_right a{
text-decoration: none;
}

.searchbox_paging .links{
float: right;
padding: 10px 14px 0px 0px;
}

.searchbox_paging .links div{
float: left;
padding: 0px 0px 0px 20px;
}

.searchbox_paging .didyoumeen{
float: left;
padding: 5px 0px 0px 10px;
line-height: 18px;
}

.searchbox_paging .bottom-buttons{
/*width:237px;*/
float:right;
margin-left:auto;
margin-right:auto;
margin-top:8px;
}

.searchbox_paging .title{
float:left;
padding-top:11px;
}

/* Names */

.names_container{
}

.names_container .row{
}

.names_container .coll{
float: left;
width: 232px;
/*padding: 0px 0px 10px 0px;*/
border-right:1px solid #D2D2D2;
}

.names_container .coll2{
border-left:1px solid #D2D2D2;
border-right:none;
margin-left:-6px;
}

.names_container .space{
float: left;
width: 5px;
height: 10px;
}

.names_container .leftclear{
border-bottom:1px solid #D2D2D2;
margin-bottom:14px;
padding-top:14px;
}

.names_container .coll .img{
/*border: 1px solid #D6D6D6;*/
padding: 3px;
font-size: 0px;
line-height: 0px;
}

.names_container .coll .headline{
font-family: Verdana;
font-size: 16px;
color: #000000;
font-weight: normal;
padding: 0px;
margin: 10px 5px 5px 7px;
line-height: 20px;
}

.names_container .coll .date{
margin: 0px 5px 0px 7px;
}

.names_container .coll .maintext{
margin: 0px 5px 5px 7px;
}

/* searchresult */
.searchresult{
padding: 0px 3px 20px 7px;
}

.searchresult .headline{
float: left;
font-size: 11px;
font-weight: bold;
padding: 10px 0px 0px 5px;
width:auto;

}

.searchresult .marker{
float: left;
/*background-image: url("/img/marker.gif");*/
width: 32px;
height: 32px;
font-size: 10px;
padding: 1px 10px 0px 4px;
line-height: 12px;
display:inline;
}

.searchresult .img{
float: left;
width: 93px;
padding: 3px 7px 5px 0px;
}

.searchresult .img img{
height:44px;
width: 93px;
}

.searchresult .text{
float: left;
}

.searchresult .text .maintext
{

}

.searchresult .date{
padding: 10px 0px 1px 0px;
float:left;
width:80%;
}

.searchresult .link
{
	padding: 10px 0px 1px 0px;
	float:right;
	width:20%;
	text-align:right;
}

/* Login box */
.loginbox_container .topbar{
background-image: url("/img/box_subhead_bg.gif");
font-family: Verdana;
font-size: 12px;
color: #FFFFFF;
height: 19px;
padding: 3px 0px 0px 9px;
}

.loginbox_container .topbar .text{
float: right;
color: #FFFFFF;
padding: 0px 10px 0px 10px;
}

.loginbox_container .topbar .text a{
font-weight: bold;
text-decoration: none;
color: #FFFFFF;
}

.loginbox_container .content{
background-color: #D7E3F1;
padding: 7px 0px 5px 7px;
}

.loginbox_container .content .left{
float: left;
width: 232px;
}

.loginbox_container .content .right{
float: left;
width: 230px;
}

.loginbox_container .content .maintext{
padding: 10px 0px 2px 3px;
}

.loginbox_container .content .nameinput{
float: left;
width: 190px;
padding: 0px 10px 0px 0px;
}

.loginbox_container .content .nameinput input{
width: 180px;
}

.loginbox_container .content .or{
float: left;
padding: 2px 0px 0px 0px;
}

.loginbox_container .content .loginbutton{
width: 80px;
padding: 5px 0px 0px 124px;
}

.loginbox_container .content .infotext{
font-size: 10px;
color: #676767;
width: 200px;
padding: 5px 0px 5px 3px;
}

.loginbox_container .content .fblogin{
padding: 27px 0px 10px 4px;
}

/* Register box */
.registerbox_container .topbar .text{
float: right;
color: #FFFFFF;
padding: 0px 10px 0px 10px;
}

.registerbox_container .topbar .text a{
font-weight: bold;
text-decoration: none;
color: #FFFFFF;
}

.registerbox_container .content{
background-color: #D7E3F1;
padding: 7px 0px 5px 7px;
}

.registerbox_container .content .left{
float: left;
width: 232px;
}

.registerbox_container .content .right{
float: left;
width: 230px;
}

.registerbox_container .content .maintext{
padding: 10px 0px 2px 3px;
}

.registerbox_container .content .input{
float: left;
width: 220px;
padding: 0px 10px 0px 0px;
}

.registerbox_container .content .input input{
width: 210px;
}

.registerbutton{
float: right;
padding-right: 10px;
}

.registerbox_container .content .infotext{
font-size: 10px;
color: #676767;
padding: 5px 15px 5px 5px;
}

/* Blog top */
.blogtop_container{
background-image: url("/img/blog_bg.gif");
height: 100px;
}

.blogtop_container .headline{
font-family: Arial;
font-size: 18px;
color: #FFFFFF;
padding: 15px 0px 0px 10px;
height: 60px;
}

.blogtop_container .link{
float: right;
color: #FFFFFF;
padding: 0px 10px 0px 10px;
}

.blogtop_container .link a{
color: #FFFFFF;
text-decoration: none;
}

/* Blog stats */
.blogstats_container{
background-color: #D7E3F1;
padding: 7px 0px 5px 10px;
}

.blogstats_container .blue{
color: #315379;
line-height: 19px;
}
/* Right Content */
.rightcontent_container{
float: left;
width: 230px;
padding-left: 4px;
}

/* Bottom Links */
/*
.bottomlinks_container{
background-image: url("/img/bottom_links_bg.gif");
background-repeat: repeat-x;
border-top: 1px solid #CECECE;
border-bottom: 1px solid #CECECE;
margin: 0px 0px 20px 0px;
font-family: Verdana;
font-size: 11px;
color: #000000;
}

.bottomlinks_container a{
color: #000000;
text-decoration: none;
}

.bottomlinks_container table{
margin: auto;
}

.bottomlinks_container table tr td{
padding: 15px 10px 20px 10px;
vertical-align: top;
}

.bottomlinks_container table tr .spacer{
width: 40px;
vertical-align: top;
}

.bottomlinks_container table tr td .headline{
font-size: 14px;
color: #006995
}
*/

/* Bottom Links */
.bottomlinks_container{
border-top: 1px solid #ececec;
padding: 13px 0px 20px 0px;
font-family: Verdana;
font-size: 11px;
text-align: center;
}

.bottomlinks_container a{
color: #4270a2;
text-decoration: none;
}

.bottomlinks_container .active{
color: #4270a2;
font-weight: bold;
text-decoration: none;
}

.bottomlinks_container table{
margin: auto;
}

.bottomlinks_container table tr td{
background-color: #d5e2f2;
width: 175px;
padding: 10px 10px 10px 20px;
vertical-align: top;
text-align: left;
line-height: 18px;
}

.bottomlinks_container table tr .spacer{
background-color: #FFFFFF;
width: 15px;
padding: 0px;
}

.bottomlinks_container table tr td .headline{
font-size: 14px;
color: #413f40;
font-weight: bold;
}

/* advertise flow */
.advertiseflow_container{
float: left;
width: 710px;
padding: 0px 10px 0px 0px;
}

.advertiseflow_container .content{
padding: 14px;
}

.advertiseflow_container .content .bluebg{
background-color: #D5E2F1;
padding: 14px 0px 14px 10px;
}

.advertiseflow_container .border{
height: 1px;
font-size: 0px;
line-height: 0px;
border-bottom: 1px solid #A6A6A6;
}

.advertiseflow_container .content .headline{
font-family: Arial;
font-size: 16px;
color: #000000;
margin: 3px 0px 2px 0px;
line-height: 19px;
}

.advertiseflow_container .content ul{
padding: 0px;
margin: 0px;
}

.advertiseflow_container .content ul li{
list-style-type: none;
padding: 0px 10px 0px 0px;
}

.advertiseflow_container .content .bannertype{
width: 100%;
border-spacing: 0px;
margin: 4px 0px 0px 0px;
}

.advertiseflow_container .content .bannertype td{
padding: 7px 5px 5px 5px;
font-size: 10px;
}

.advertiseflow_container .content .bannertype .color{
background-color: #D5E2F1;
}

.advertiseflow_container .content .bannertype .center{
text-align: center;
}

.advertiseflow_container .content .bannertype .center .preview{
height:75px;
width:125px;
}

.advertiseflow_container .content .save{
font-size: 10px;
padding: 4px 0px 0px 0px;
color: #DD7700;
}

.advertiseflow_container .content .save .image{
float: left;
padding: 2px 10px 0px 3px;
}

.advertiseflow_container .content .aboutad{
width: 410px;
}

.advertiseflow_container .content .aboutad .lefttext{
float: left;
width: 140px;
}

.advertiseflow_container .content .aboutad .righttext{
float: left;
width: 270px;
}

.advertiseflow_container .content .aboutad .righttext_right{
float: left;
width: 270px;
text-align: right;
}

.advertiseflow_container .content .next_button{
float: right;
margin-right: -4px;
}

.advertiseflow_container .content .selectall{
float: left;
width: 12px;
padding: 20px 0px 0px 0px;
color: #000000;
}

.advertiseflow_container .content .selectall a{
text-decoration: none;
color: #000000;
}

/* Advertise flow user inputs */
.advertiseflow_container .content .error{
background-color: #FDFD00;
color: #990000;
padding: 10px;
border: 2px solid #990000;
margin: 5px 0px 5px 0px;
}

.advertiseflow_container .content .errortext{
color: #990000;
}

.advertiseflow_container .content .namephone{
float: left;
width: 285px;
}

.advertiseflow_container .content .namephone .text{
padding: 0px 0px 0px 3px;
}

.advertiseflow_container .content .namephone input{
width: 265px;
}

.advertiseflow_container .content .adress{
float: left;
width: 375px;
}

.advertiseflow_container .content .adress .text{
padding: 0px 0px 0px 3px;
}

.advertiseflow_container .content .adress input{
width: 365px;
}

.advertiseflow_container .content .zip{
float: left;
width: 110px;
}

.advertiseflow_container .content .zip .text{
padding: 0px 0px 0px 3px;
}

.advertiseflow_container .content .zip input{
width: 90px;
}

.advertiseflow_container .content .city{
float: left;
width: 265px;
}

.advertiseflow_container .content .city .text{
padding: 0px 0px 0px 3px;
}

.advertiseflow_container .content .city input{
width: 255px;
}

.advertiseflow_container .content .bannerlink{
float: left;
width: 215px;
}

.advertiseflow_container .content .bannerlink .text{
padding: 0px 0px 0px 3px;
}

.advertiseflow_container .content .bannerlink input{
width: 205px;
}

.advertiseflow_container .content .bannertext{
float: left;
width: 365px;
}

.advertiseflow_container .content .bannertext .text{
padding: 0px 0px 0px 3px;
}

.advertiseflow_container .content .bannertext textarea{
width: 345px;
height: 70px;
}

.advertiseflow_container .content .chooseversion{
width: 500px;
}

.advertiseflow_container .content .chooseversion .text{
padding: 0px 0px 0px 3px;
}

.advertiseflow_container .content .chooseversion select{
margin: 0px;
}

.advertiseflow_container .content .headandlink{
float: left;
width: 305px;
}

.advertiseflow_container .content .headandlink .text{
padding: 0px 0px 0px 3px;
}

.advertiseflow_container .content .headandlink input{
width: 285px;
}

.advertiseflow_container .content .fileupload{
float: left;
width: 305px;
}

.advertiseflow_container .content .fileupload .text{
padding: 0px 0px 0px 3px;
}

.advertiseflow_container .content .fileupload .input{
width: 205px;
}

.advertiseflow_container .content .fileupload-iframe
{
/*height:70px;
margin-left:-6px;
margin-top:-6px;
margin-bottom:-14px;*/
/*margin-bottom:-115px;*/
width:720px;
}

.advertiseflow_container .content .geoinput{
float: left;
width: 216px;
padding: 0px 0px 0px 3px;
}

.advertiseflow_container .content .geoinput .infotext{
padding: 7px 3px 0px 3px;
font-size: 10px;
color: #676767;
}

.advertiseflow_container .content .geoinput .text{
padding: 0px 0px 0px 3px;
}

.advertiseflow_container .content .geoinput select{
width: 206px;
}

.advertiseflow_container .content .timeinput{
float: left;
width: 175px;
}

.advertiseflow_container .content .timeinput .text{
padding: 0px 0px 0px 3px;
}

.advertiseflow_container .content .timeinput select{
width: 160px;
}

/* Advertise flow steps */
.advertiseflow_container .steps{
}

.advertiseflow_container .steps ul{
padding: 0px;
margin: 0px;
}

.advertiseflow_container .steps ul li{
display: inline;
padding: 0px 10px 0px 0px;
}

.advertiseflow_container .steps ul .active{
font-weight: bold;
}

/* Advertise flow right */
.advertiseright_container{
float: left;
width: 230px;
padding: 0px;
}

/* Toolbox */
.toolbox{
float: right;
padding: 10px;
border: 1px solid #D6D6D6;
margin-bottom: 10px;
}

.toolbox .tbline{
height: 20px;
width: 120px;
}

.toolbox .img{
float: left;
padding: 2px 7px 0px 0px;
}

.toolbox .link{
float: left;
}

.toolbox .link a{
text-decoration:none;
}

.toolbox .link a:hover{
text-decoration:underline;
}

/* Banner */
div.banner{
/*margin: 0 auto;*/
margin-top:2px;
margin-bottom:2px;
background-color:#ebebeb;
text-align:center;
}

div.banner-right{
/*margin: 0 auto;*/
margin-top:2px;
margin-bottom:12px;
background-color:#ebebeb;
text-align:center;
}

div.banner-mid4{
margin-top:9px;
margin-bottom:9px;
}

div.banner-triplets{
float:left;    
margin-right:30px;
margin-top: 14px;
margin-bottom: 14px;
}

div.banner-triplets-first{
margin-left:16px;
}

div.banner-triplets-last{
margin-right:0px;
}

div.banner.loading
{
	background-image: url(/img/loader-small.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	min-width: 22px;
	min-height: 22px;
}

div.banner.text
{
	background-color:yellow;
	border:1px dashed red;
	color:red;
	padding:5px;
}

div.banner-settings-toggle
{
	cursor: pointer;
	padding: 2px;
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
	border: 1px solid #ECECEC;
	
	background-color: white;
	
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
	
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;

	-webkit-border-radius-bottomleft:3px;
	-webkit-border-radius-bottomright:3px;
	-webkit-border-radius-topleft:3px;
	-webkit-border-radius-topright:3px;
}

div.banner-settings-toggle:hover
{
	border: 1px solid #c9c9c9;
	background-image: url(/img/box_top_bg.gif);
}

div.banner-settings-toggle.visible
{
	visibility: visible;
}

div.banner-settings-toggle div.icon
{
	float: left;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-image: url(/img/element_delete.png);
}

div.banner-settings-toggle.loading div.icon
{
	background-image: url(/img/loader-small.gif);
}

/* content elements */

div.micro-list
{
	padding: 1px;
}

div.micro
{
	float: left;
	width: 156px;
}

div.micro h3
{
	float: left;
	font-size: 11px;
	line-height: 15px;
	margin: 0 4px 0 0;
}

div.micro img
{
	float: left;
	margin-bottom: 2px;
	margin-right: 2px;
}

div.micro div.date
{
}

div.micro span
{
	display: none;
}

div.micro a.readmore
{
}

.map div {
	white-space:normal !important;
}

.gmBigMap
{
	min-width:100%;
	width:auto;
	height:400px;
}

.gmNotSoBigMap
{
	width:50%;
	height:200px;
}

/* imgviewer */
.imgviewer{
}

.imgviewer .image{
text-align: center;
}

.imgviewer .imgtext{
color: #828282;
font-style: italic;
padding: 7px;
}

.imgviewer .paging{
text-align: center;
font-weight: bold;
color: #FFFFFF;
}

.imgviewer .paging .previmg{
float: left;
font-weight: normal;
}

.imgviewer .paging .previmg a{
color:#FFFFFF;
}

.imgviewer .paging .nextimg{
float: right;
padding-right: 7px;
font-weight: normal;
}

.imgviewer .paging .nextimg a{
color:#FFFFFF;
}


/* names / clasifieds*/
.namesTextarea
{
	width:300px;
	height:90px;
}

.namesInput
{
	width:300px;
}

/* Paging */
div.ContentPager div.PageLinks a.prev
{
	margin-right:6px;
}

div.ContentPager div.PageLinks a.next
{
	margin-left:6px;
}

div.ContentPager div.PageLinks a.number
{
}

div.ContentPager div.PageLinks a.number.selected
{
	font-weight:bold;
}

div.ContentPager div.Info
{
}
/* photoseries */
.photoseries{
}

.photoseries .headline{
float: left;
font-family: Verdana;
font-size: 14px;
color: #315379;
font-weight: normal;
}

.photoseries .paging{
float: right;
padding: 0px 7px 0px 10px;
font-weight: normal;
}

.photoseries .pages .paging .active{
text-decoration: none;
}

.photo{
float: left;
height: 130px;
width: 108px;
padding: 0px 0px 5px 8px;
}

/* listad */
.listad{
}

.listad .headline{
float: left;
font-family: Verdana;
font-size: 14px;
color: #315379;
font-weight: normal;
line-height: 16px;
}

.listad .paging{
float: right;
padding: 0px 7px 0px 10px;
font-weight: normal;
}

.listad .paging .active{
text-decoration: none;
}

.listad .ad{
padding: 15px 0px 15px 13px;
}

.listad .divider{
border-bottom: 1px solid #ECECEC;
}

/* Help Boxes */
.grayout{
position: absolute;
background-color: #999999;
filter: alpha(opacity=50);
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
z-index: 1;
top: 0px;
left: 0px;
display: none;
}

.helpboxcontainer{
z-index: 2;
position: absolute;
width: 100%;
top: 0px;
left: 0px;
display: none;
}

.helpbox{
width: 878px;
margin: auto;
}

.helpbox .location{
width: 514px;
margin: 170px 0px 0px 160px;
padding: 15px;
border: 1px solid #D6D6D6;
background-color: #FFFFFF;
display: none;
}

.helpbox .closebutton{
float: right;
}

.helpbox .content{
padding: 20px;
font-size: 12px;
line-height: 17px;
}

.helpbox .content .headline{
padding: 0px 0px 21px 0px;
font-size: 17px;
font-weight: bold;
line-height:18px;
margin-top:-11px;
}

.helpbox .content .notice{
background-image:url("/img/beta-notice-top.png");
background-repeat:no-repeat;
background-color:#A9C3D8;
margin-top:12px;
height:114px;
width:457px;
}

.helpbox .content .notice .text{
color:#272727;
padding-top:38px;
padding-left:57px;
width:380px;
}

.helpbox .content .notice-bottom{
background-image:url("/img/beta-notice-bottom.png");
background-repeat:no-repeat;
height:4px;
}

/*  kultunaut  */
#nautcontent H2{
font-family: Verdana !important;
font-size: 24px !important;
color: #000000 !important;
font-weight: normal !important;
padding: 0px !important;
margin: 3px 0px 8px 0px !important;
line-height: 27px !important;
}
#nautarradd .formintro{
font-family: Verdana !important;
font-size: 11px !important;
color: #000000 !important;
line-height: 15px !important;
}
#nautarradd .formtxt{
font-family: Verdana !important;
font-size: 11px !important;
color: #000000 !important;
line-height: 15px !important;
}
#nautarradd .formtxt2{
font-family: Verdana !important;
font-size: 11px !important;
color: #000000 !important;
line-height: 15px !important;
}
#nautarradd .formheadline{
background-color: #395E86 !important;
font-family: Verdana !important;
font-size: 12px !important;
color: #FFFFFF !important;
height: 19px !important;
padding: 3px 0px 0px 9px !important;
}
#nautarradd b{
font-weight: bold !important;
}

/* table for showing house info */
.houseinfo_container
{
}

.houseinfo_container table{
border: 1px solid #d6d6d6;
margin:0px;
padding:0px;
}

.houseinfo_container table tr{
border-bottom:1px solid #d6d6d6;
}

.houseinfo_container table tr td{
padding: 1px 2px 1px 2px;
vertical-align: top;
}

/* File Upload */
.uploadifyQueueItem{
background-color:#F5F5F5;
border:2px solid #E5E5E5;
font:11px Verdana,Geneva,sans-serif;
margin-top:5px;
padding:10px;
width:350px;
}

.uploadifyError {
border: 2px solid #FBCBBC !important;
background-color: #FDE5DD !important;
}

.uploadifyQueueItem .cancel{
float:right;
}

.uploadifyProgress{
background-color:#FFFFFF;
border-color:#808080 #C5C5C5 #C5C5C5 #808080;
border-style:solid;
border-width:1px;
margin-top:10px;
width:100%;
}

.uploadifyProgressBar{
background-color:#0099FF;
height:3px;
width:1px;
}

.uploadifyUploadLink{
cursor:pointer;
display:none;
}

/* Payment failed */
.payment-failed-container{
float: left;
width: 710px;
padding: 0px 10px 0px 0px;
}

.payment-failed-title{
color:Red;
font-size:31px;
height:40px;
padding-top:20px;
text-align:center;
line-height: 39px;
}

.payment-failed-body{
padding-left:57px;
}

.payment-failed-button{
background-image:url("/img/button_forsoegigen.gif");
background-repeat:no-repeat;
height:57px;
width:287px;
margin-top:21px;
margin-left:219px;
cursor:pointer;
}

/* Bubbles */
.bubble-left{
float:left;
}

.bubble-right{
}

/* Navnestof search */
.navnestof-search{
margin:13px 48px 0px 32px;
height:92px;
}

.navnestof-search .navnestof-control{
margin-bottom:5px;
}

.navnestof-search .navnestof-label{
float:left;
font-weight:bold;
width:110px;
overflow:hidden;
height:17px;
margin-top:3px;
}

.navnestof-search .navnestof-input{
}

.navnestof-search .navnestof-input-text{
width:255px;
}

.navnestof-search .navnestof-input-select{
width:266px;
}

.navnestof-search .navnestof-button{
float:right;
}

/* wizard steps */
.box_head .steps{
float: right;
padding: 0px 10px 0px 0px;
}

.box_head .step_text{
float: left;
color:#FFFFFF;
}

.box_head .step_done{
float: left;
background-color: #38b442;
color: #FFFFFF;
font-size: 10px;
padding: 2px 3px 2px 3px;
margin: 1px 2px 0px 3px;
line-height: 10px;
}

.box_head .step{
float: left;
background-color: #47709c;
color: #FFFFFF;
font-size: 10px;
padding: 2px 3px 2px 3px;
margin: 1px 2px 0px 3px;
line-height: 10px;
}

.nav_buttons{
padding-top: 30px;
text-align: center;
}

.nav_buttons a{
text-decoration: none;
}

/* blog create */
.blogform_2col .headline{
font-family: Verdana;
font-size: 14px;
color: #3e3e3e;
padding: 2px 0px 4px 0px;
}

.blogform_2col .text{
float: left;
width: 125px;
padding: 10px 0px 0px 0px;
}

.blogform_2col .input{
float: left;
width: 250px;
padding: 5px 0px 0px 0px;
}

.blogform_2col .input input{
width: 220px;
}

.blogform_2col .checkbox{
padding: 5px 0px 0px 125px;
}

.blogform_2col .upload{
padding: 5px 0px 0px 0px;
}

.blogform .headline{
font-family: Verdana;
font-size: 14px;
color: #3e3e3e;
padding: 2px 0px 4px 0px;
}

.blogform .headline_large{
font-family: Verdana;
font-size: 18px;
color: #3e3e3e;
font-weight: bold;
padding: 2px 0px 4px 0px;
}

.blogform .text{
padding: 10px 0px 0px 0px;
}

.blogform .text a{
text-decoration: none;
}

.blogform .input{
padding: 2px 0px 0px 0px;
}

.blogform .input input{
width: 447px;
}

.blogform .textarea{
padding: 2px 0px 0px 0px;
}

.blogform .textarea textarea{
width: 447px;
height: 300px;
}

.blogform .activationinput{
padding: 25px 0px 25px 60px;
margin-top: 5px;
background-color: #d5e2f2;
}

.blogform .activationinput input{
width: 220px;
}

/* Bloglist */
.bloglist{
}

.bloglist .headline{
float: left;
font-family: Verdana;
font-size: 22px;
color: #3e3e3e;
font-weight: normal;
padding: 10px 0px 0px 0px;
height:24px;
line-height:25px;
}

.bloglist .rightside{
float: right;
padding: 12px 0px 0px 0px;
}

.bloglist .rightside .icon{
float: left;
padding: 0px 5px 0px 10px;
}

.bloglist .rightside .link{
float: left;
}

.bloglist .rightside .link a{
text-decoration: none;
}

.bloglist .paging{
float: right;
padding: 10px 0px 2px 0px;
}

.bloglist .paging .navbutton{
float: left;
}

.bloglist .paging .text{
float: left;
padding: 5px;
}

.bloglist .paging .select{
float: left;
padding: 1px;
}

.bloglist .blogitem{
}

.bloglist .blogitem .headline{
float: left;
font-family: Verdana;
font-size: 18px;
color: #325783;
font-weight: bold;
padding: 10px 0px 10px 0px;
}

.bloglist .blogitem .tagline{
color: #969696;
padding: 0px 0px 5px 0px;
}

.bloglist .blogitem .tagline a{
text-decoration: none;
}

.bloglist .blogitem .text{
}

.bloglist .blogitem .statusline{
color: #969696;
padding: 5px 0px 5px 0px;
}

.bloglist .blogitem .readmore{
text-align: right;
padding: 0px 0px 5px 0px;
}

.bloglist .blogitem .readmore a{
text-decoration: none;
}

.bloglist .divider{
border-top: 1px solid #d5d5d5;
}

.smalltitle{
float:left;
font-weight:bold;
}

/* Show housing */
.showhousing{
padding: 0px 0px 0px 0px;
}

.showhousing .headline{
float: left;
font-family: Verdana;
font-size: 13px;
color: #3e3e3e;
font-weight: normal;
padding: 10px 0px 0px 0px;
}

.showhousing .subhead{
font-family: Verdana;
font-size: 14px;
font-weight: normal;
color: #3f3f3f;
font-weight: bold;
padding: 0px 0px 8px 0px;
}

.showhousing h1{
font-family: Verdana;
font-size: 26px;
font-weight: bold;
color: #3f3f3f;
padding: 10px 0px 0px 0px;
margin: 0px;
}

.showhousing .rightside{
float: right;
padding: 12px 0px 0px 0px;
}

.showhousing .rightside .icon{
float: left;
padding: 0px 5px 0px 10px;
}

.showhousing .rightside .link{
float: left;
}

.showhousing .rightside .link a{
text-decoration: none;
}

.showhousing .divider{
border-top: 1px solid #d5d5d5;
height: 10px;
margin-top: 10px;
}

.showhousing .picture{
float: left;
padding: 2px 8px 0px 3px;
}

.agentlink{
width: 225px;
}

.agentlink .link{
float: left;
padding: 15px 0px 0px 0px;
}

.agentlink .link a{
float: left;
text-decoration: none;
}

.agentlink .logo{
float: right;
padding: 5px 0px 0px 0px;
}

.showhousing .priceinfo{
float: left;
width: 230px;
padding: 0px 2px 0px 0px;
}

.showhousing .infoboxleft .priceright{
float: right;
font-family: Verdana;
font-size: 14px;
font-weight: bold;
color: #3f3f3f;
padding: 0px 0px 8px 0px;
}

.showhousing .infoboxleft .priceleft{
float: left;
font-family: Verdana;
font-size: 14px;
font-weight: bold;
color: #3f3f3f;
padding: 0px 0px 8px 0px;
}

.showhousing .priceinfo .priceright{
float: right;
font-family: Verdana;
font-size: 14px;
font-weight: bold;
color: #3f3f3f;
padding: 0px 0px 8px 0px;
}

.showhousing .priceinfo .priceleft{
float: left;
font-family: Verdana;
font-size: 14px;
font-weight: bold;
color: #3f3f3f;
padding: 0px 0px 8px 0px;
}

.showhousing .inforight{
float: right;
font-family: Verdana;
font-size: 11px;
font-weight: normal;
color: #3f3f3f;
padding: 0px 0px 8px 0px;
}

.showhousing .inforight a{
float: right;
font-family: Verdana;
font-size: 11px;
font-weight: normal;
text-decoration: none;
}

.showhousing .infoleft{
float: left;
font-family: Verdana;
font-size: 11px;
font-weight: normal;
color: #3f3f3f;
padding: 0px 0px 8px 0px;
}

.showhousing .infoboxleft{
float: left;
width: 207px;
border-right: 1px solid #d5d5d5;
padding: 0px 10px 0px 3px;
}

.showhousing .infoboxright{
float: left;
width: 230px;
border-left: 1px solid #d5d5d5;
margin-left: -1px;
padding: 0px 2px 0px 15px;
}

.showhousing .areapriceleft{
float: left;
width: 170px;
}

.showhousing .areapriceleft .subhead{
padding-left: 3px;
}

.showhousing .areapriceleft .button{
font-size: 0px;
line-height: 0px;
}

.showhousing .areapriceright{
float: left;
}

/* article_comments */
.article_comments{
}

.article_comments .divider{
border-top: 1px solid #d5d5d5;
height: 10px;
margin-top: 10px;
}

.article_comments .headline{
font-size: 14px;
padding-bottom: 3px;
font-weight:bold;
}

.article_comments .comment{
padding: 15px 10px 10px 10px;
width: 450px;
}

.article_comments .comment .top{
background-color: #d7e3f1;
background-image: url('/img/comment_topbg.gif');
background-repeat: no-repeat;
height: 10px;
}

.article_comments .comment .bottom{
background-color: #d7e3f1;
background-image: url('/img/comment_bottombg.gif');
background-repeat: no-repeat;
background-position: bottom;
height: 15px;
}

.article_comments .comment .content{
background-color: #d7e3f1;
padding: 15px;
}

.article_comments .comment .content .headline{
font-size: 14px;
color: #363634;
padding-bottom: 3px;
}

.article_comments .sb{
float: left;
}

.article_comments .name{
float: left;
font-weight: bold;
padding: 10px 5px 0px 0px;
}

.article_comments .date{
float: left;
font-weight: bold;
padding: 10px 5px 0px 0px;
}

.article_comments .adcomment_form{
}

.article_comments .adcomment_form .text{
float: left;
width: 125px;
padding: 10px 0px 0px 0px;
}

.article_comments .adcomment_form .input{
float: left;
width: 340px;
padding: 5px 0px 0px 0px;
}

.article_comments .adcomment_form .input input{
width: 333px;
}

.article_comments .adcomment_form .textarea{
float: left;
width: 340px;
padding: 5px 0px 0px 0px;
}

.article_comments .adcomment_form .textarea textarea{
width: 333px;
height: 100px;
}

.article_comments .adcomment_form .submit{
text-align: right;
padding-top: 5px;
}

/* Beta Teaser */
.beta-teaser{
background-image:url("/img/beta-teaser-top.png");
background-repeat:no-repeat;
background-color:#A9C3D8;
width:230px;
}

.beta-teaser .text{
color:#272727;
padding-top:38px;
padding-left:57px;
padding-bottom:3px;
word-wrap:break-word;
}

.beta-teaser-bottom{
background-image:url("/img/beta-teaser-bottom.png");
background-repeat:no-repeat;
height:4px;
margin-bottom:12px;
}

/* Status box */
.status-box{
height:0px;
text-align:right;
display:none;
}

/*Centercontent*/
.centercontent{
width: 705px;
margin: auto;
line-height: 13px;
}

.centercontent h1{
font-family: verdana;
font-size: 30px;
font-weight: bold;
color: #464646;
padding: 0px 0px 7px 0px;
margin: 0px;
line-height: 40px;
}

.centercontent .location_input{
background-image: url("/img/location_input_bg.jpg");
background-repeat: no-repeat;
height: 210px;
width: 675px;
margin: 15px 0px 10px 0px;
padding: 15px 15px 0px 15px
}

.centercontent .location_input .error{
position: absolute;
background-image: url("/img/error_large_bg.gif");
background-repeat: no-repeat;
height: 27px;
width: 328px;
margin: -55px 0px 0px 160px;
font-family: verdana;
font-size: 18px;
font-weight: normal;
color: #FFFFFF;
padding: 30px;
}

.centercontent .location_input .top_text{
font-family: verdana;
font-size: 16px;
font-weight: normal;
color: #343434;
}

.centercontent .location_input .textinput{
margin: 25px 0px 0px 142px;
}

.centercontent .location_input .textinput input{
width: 387px;
height: 18px;
border: none;
}

.centercontent .location_input .submitbutton{
margin: 13px 0px 0px 183px;
}

.centercontent .location_input .submitbutton input{
background-color: transparent;
height: 70px;
width: 310px;
cursor: pointer;
border: none;
}

.centercontent .location_input .bottomlink{
font-family: verdana;
font-size: 14px;
font-weight: normal;
color: #365c85;
text-align: center;
margin-top: 30px;
}

.centercontent .location_input .bottomlink a{
color: #365c85;
text-decoration: underline;
}

.centercontent .divider{
height: 5px;
border-bottom: 1px solid #d2d2d2;
margin-bottom: 15px;
}

.centercontent .leftside{
float: left;
width: 340px;
margin-right: 40px;
}

.centercontent .rightside{
float: left;
width: 325px;
margin-top: 27px;
}

.centercontent .teaser_container{
margin-bottom: 5px;
}

.centercontent .teaser_container .image{
float: left;
width: 95px;
}

.centercontent .teaser_container .headline{
float: left;
font-family: Arial;
font-size: 18px;
font-weight: bold;
color: #36a241;
margin: 5px 0px 5px 0px;
width: 245px;
}

.centercontent .teaser_container .maintext{
float: left;
width: 245px;
}

.centercontent + .bottomlinks_container{
border-top: none;
}

