BODY {
	margin: 0px;
	background-color: #F7FCFF;
} 

.topmenu { 
	position: absolute; 
	top:0px;
	width:100%; 
}


/* 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;
}

/* Menulinks on left menu */

.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;
}