#lbContent {
}

p.menuitem {
    margin-left: 10px; 
}

html {
    height: 100%;
	width: 100%;
}
body {
    height: 100%;
	width: 100%;
    font-family: verdana, tahoma, arial, helvetica;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    background-image: url('./tile.png');
}

img.logo {
    position: relative;
    top: 10px;  
     
}

img.infowindow {
    margin: 2px;
    border: 1px solid silver;
    height: 32px;
}

div.top {
    padding-left: 50px; 
    top: 0px;
    height: 50px;
    position: relative;  
    border-bottom: 1px solid silver;
    background-image: url("/dagbok/gfx/frontpage_background_top.png");
    background-repeat: repeat-x;
    text-align: left;
}

a {
	color: blue;
	text-decoration: underline;
}
a:hover {
	color: blue;
	text-decoration: none;
	
}

div.map {
	position:absolute;
	left: 1px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

div.content {
	position:absolute;
	left: 210px;
	top: 50px;
	right: 0px;
	bottom: 20px;
	border-left: 1px solid silver;
}

div.userbox {
	color: #909fd0;	
	width: 150px;
	background-color:#ebf0f6;
	padding: 5px;
	width: 100%;
	border-bottom: 1px solid silver;
	
}

div.left {
	position:absolute;
	top: 50px;
	left: 0px;
    vertical-align: top;
	padding: 0px;
	width: 200px;
}

div.bottom {
	position: absolute;
	width: 100%;
	background-color: black;
	height: 20px;
	bottom: 0px;
	left: 0px;
	z-index: 100;
	color: white;
	font-size: xx-small;
	text-align: center;
}

div.searchform {
}

div.searchresult {
	width: 600px;
	padding: 5px;
}


td.form_label {
	font-weight: bold;
	text-align: right;
	vertical-align:top;
}

td.box_topleft {
    background-image: url('./box/topleft.png');
}
td.box_topright {
    background-image: url('./box/topright.png');
}
td.box_bottomleft {
    background-image: url('./box/bottomleft.png');
}
td.box_bottomright {
    background-image: url('./box/bottomright.png');
}

td.box_top {
    background-image: url('./box/top.png');
}
td.box_bottom {
    background-image: url('./box/bottom.png');
}
td.box_left {
    background-image: url('./box/left.png');
}
td.box_right {
    background-image: url('./box/right.png');
}

td.box_corner {
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}

td.box_side_lr {
    background-repeat: repeat-y;
    height: 24px;
}

td.box_side_tb {
    background-repeat: repeat-x;
    height: 24px;
}

td.box_content {
    background-color: #f2f9f9;
    padding: 0px;
}

td.key {
	font-weight: bold;
	text-align: right;
}

div.infowindow_buttons {
    text-align: center;
}

div.controls {
	padding: 10px;
}
