BODY {
	margin: 0px;
	background-color: #F7FCFF;
} 

/* Menulinks on the top */
.topmenulinks A { 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 12px; 
	color : #09395D;
	text-decoration: none;
}

.topmenulinks A:Hover {
	text-decoration: underline;
}

/* Menulinks on the bottom */
.bottommenulinks A { 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 12px; 
	color : #09395D;
	text-decoration: none;
}

.bottommenulinks A:Hover {
	text-decoration: underline;
}


.leftmenu {
	padding:0px;
	margin:0px;
	list-style-type: none;
	font-size:12px;
	font-family: Verdana, Arial, sans-serif;
	color: #09395D;
}

.leftmenu li {
	background-position: left top;
	background-position: 0px 6px;
	background-repeat: no-repeat;
	padding-left:7px;
	margin-bottom:2px;
}

.leftmenu A {  
	font-weight: bold; 
	color: #0143B1; 
	text-decoration: none
}

.leftmenu A:hover
{
	color: #ff3300;
}


.leftmenu .blue {
	background-image: url('/images/layout/nav-main.gif');
}

.leftmenu .green {
	background-image: url('/images/layout/nav-mid.gif');
}
.leftmenu .yellow {
	background-image: url('/images/layout/nav-area.gif');
}



/*
.leftmenu {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 12px; 
	color : #09395D;
}

.leftmenu A {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #0143B1; 
	text-decoration: none
}

.leftmenu A:hover
{
	color: #ff3300;
}
*/
/* Generic links */
A {
	color: #0143B1; 
	text-decoration: underline;
}

.leftheader {
	color: #0143B1;
}

/* Knap */
.button {
	height:22px;
	width:70px;
	border: 1px raised;
	margin-left:0px;
	background-image:url(/images/layout/button.gif);
	background-repeat:repeat-x;
	font-family:Tahoma;
	font-size:11px;
	color:black;
}
.button2 {
	height:24px;
	width:34px;
	border: 1px raised;
	margin-left:0px;
	background-image:url(/images/layout/button.gif);
	background-repeat:repeat-x;
	font-family:Tahoma;
	font-size:11px;
	color:black;
}
/* Dropdown */
.dropdown {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

/* Search dropdown */
.searchdropdown {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	width: 130px;
}


/* Small text */
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 11px; 
	font-weight: normal; 
	color: #09395D; 
	text-decoration: none
}

H3 {
	font-size: 13pt;
	font-weight: bold;
	margin-top: 5px;
}

H2 {
	font-size: 16px;
}

H1 {
	font-size: 18px;
}

/* To image popup */
#showimage{
position:absolute;
visibility:hidden;
border: 1px solid gray;
}

#dragbar{
cursor: hand;
cursor: pointer;
background-color: #EFEFEF;
min-width: 100px; /*NS6 style to overcome bug*/
}

#dragbar #closetext{
font-weight: bold;
margin-right: 1px;
}

/* To the Show Image Popup */
.ShowImageLeft {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right:0px;

}

.ShowImageRight {
	background-color: #FFFFF7;
	padding: 0px;
}


TD {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 12px; 
	color : #09395D;
	line-height: 17px;
}

.linkslille {
	line-height:12px;
}

.field {
	font: 10pt normal Verdana; 
	font-family: Verdana;
	border-top: 1px solid #7C7C7C;
	padding-left: 2px;
	padding-right: 2px;
	border-left: 1px solid #7C7C7C;
	border-bottom: 1px solid #7C7C7C;
	border-right: 1px solid #7C7C7C;
}

.image {
	border-style:solid;
	border-color:#7C7C7C;
	border-width:1px;
}

.toppicture_headertext {
    position:absolute;
    top:85px;
    left:0px;
    color:#c9c9c9;
    width:150px;
    text-align:center;
    font-size:13pt;
    font-weight:bold;
    padding-top:4px;
    cursor: hand;
    filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    overflow:hidden;
}

.toppicture_headertext a {
    text-decoration: none;
    
}

.toppicture_background {
    position:absolute;
    top:85px;
    left:0px;
    width:150px;
    overflow:hidden;
    height:26px;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    background-color:black;
}

.propertypic_overlay {
    position:absolute;
    bottom:0px;
    left:0px;
    width:332px;
    height:26px;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    overflow:hidden;
    background-color:black;
}

.propertypic_text {
    position:absolute;
    bottom:0px;
    left:0px;
    color:#c9c9c9;
    width:332px;
    height:23px;
    text-align:center;
    font-size:13pt;
    font-weight:bold;
    cursor: hand;
    overflow:hidden;
    margin-top:3px;
}

.topmenu_shadow {
    float:left;
    font-size:11pt;
    height:20px;
    overflow:hidden;
    width:auto;
    color:black;
    padding-left:10px;
    padding-right:10px;
    cursor:hand;
    font-weight:bold;
    border-right:1px solid white;
}

.topmenu_shadow_inner {
    margin-top:2px;
}

.topmenu_noshadow {
    position:relative;
    top:-18px;
    left:-1px;
    color:white;
    cursor:hand;
    
}

.topmenu_noshadow a {
    color:white;
    text-decoration:none;
    font-weight:bold;
}

.infowindow_header {
    font-family: Verdana, Arial, sans-serif; 
    font-size: 14px; 
    color : #09395D;
    font-weight:bold;
}

.infowindow_content {
    font-family: Verdana, Arial, sans-serif; 
    font-size: 10px; 
    color : #09395D;
}

.block_bottom {
    margin-bottom: 10px;
}

.block_top {
    margin-top: 10px;
}

/* CSS to request form */
.request_main {
    width:755px;
}

.request_form {
    width:586px;
    float:left;
}

.request_property {
    width:169px;
    float:left;
}

.request_property_inner {
    margin-left:10px;
}

.request_property_header {
    font-size:11pt;
    font-weight:bold;
    margin-top:10px;
    color: #444444;
}

.request_clear {
    clear:both;
}

.request_form_top {
    background-image: url('/images/layout/cu-form1.gif');
    background-repeat:no-repeat;
    height:85px;
    width:586px;
    overflow:hidden;
    color: #BE0000;
    font-size:12pt;
    font-weight:bold;
}

.request_form_top_inner {
    padding: 30px 10px 0px 30px;
}

.request_form_middle {
    background-image: url('/images/layout/cu-form2.gif');
    background-repeat: repeat-y;
    width:586px;
    height:auto;
}

.request_form_middle_inner {
    padding: 0px 10px 0px 30px;
}

.request_form_bottom {
    background-image: url('/images/layout/cu-form3.gif');
    background-repeat: no-repeat;
    width:586px;
    height:13px;
}

/* General CSS to boxes and form into the box */
.box_form_top {
    background-image: url('/images/layout/cu-form_top.gif');
    background-repeat:no-repeat;
    height:13px;
    width:700px;
    overflow:hidden;
}

.box_form_top_inner {
    padding: 30px 10px 0px 30px;
}

.box_form_middle {
    background-image: url('/images/layout/cu-form_middle.gif');
    background-repeat: repeat-y;
    width: 700px;
    height:auto;
    padding-top:10px;
}

.box_header {
    color: #BE0000;
    font-size:12pt;
    font-weight:bold;
    margin-bottom:15px;
}


.box_form_middle_inner {
    padding: 0px 10px 0px 30px;
}

.box_form_bottom {
    background-image: url('/images/layout/cu-form_bottom.gif');
    background-repeat: no-repeat;
    width:700px;
    height:13px;
}

.box_label {
    width:100px;
    height:30px;
    overflow:hidden;
    font-size:12pt;
    color: #717171;
}

.box_checklabel {
    padding-top:5px;
    font-size:12pt;
    color: #717171;
    float:left;
}

.box_button {
    background-color: #5ca40d;
    color:white;
    font-size:11pt;
    font-weight:bold;
    width:205px;
    font-family:Verdana;
}

.box_emptyrow {
    height:10px;
}

.box_field {
    border:1px solid #c3c3c3;
    font-size:12pt;
    height:30px;
    width:205px;
    padding: 0px 3px 0px 3px;
}

.box_digit {
    font-size:14pt;
    color: #717171;
}

.box_field_small {
    width:40px;
}

.box_field_medium {
    width:80px;
}

.box_textarea {
    height:80px;
    font: 10pt Verdana;
    
}

.box_field_right {
    height:30px;
    width:190px;
    font-size:10pt;
    color: #717171;
    margin-left:10px;
    padding-left:10px;
}

.box_seperator {
    clear:both;
    height:12px;
}

.box_error {
    border:2px solid red;
}

.box_errormessage {
    font-size:10pt;
    font-weight:bold;
    color: red;
    padding-bottom:10px;
}

.box_notice {
    color: #717171;
    font-size:8pt;
}

.infowindow_header {
    font-weight: bold;
    font-size: 10pt;
}

.infowindow_content {
    font-size: 8pt;
}


