html, body {
	margin:0;
	padding:0;
}

body {
	font: 76% arial, sans-serif;
	text-align:center;
	background-color: #666E57;
	background: url('/gfx/interface/body_bg.png');
}


p {
	margin:0 0 0 0;
}

.small {
	font: 90% arial, sans-serif;
}

a {
	color:#fff;
	text-decoration:none;
	/*border-bottom:1px dotted #bbb;*/
}

a:hover {
	color: #CEB823;
	/*border-bottom:1px dotted #698B9A;*/
}

a img {
	border: 0;
}

fieldset {
	padding: 10px;
}

.lille {
	font: 75% arial, sans-serif;
}



div#container {
	width:900px;
	margin:0 auto;
	text-align: left;
}

div#content p {
	line-height:1.4;
	color: #CCCCCC;
}

div#content table {
	color: #CCCCCC;
}

div#content h1 {
	font: 135% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CEB823;
}

div#content h2 {
	font: 110% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CEB823;
}

div#wrapper {
	width:900px;
	/*border:1px solid #f00;*/
}

div#header {
	width:898px;
	height:30px;
	border:1px solid #ccc;
	background: url('/gfx/interface/header_bg.png');
	background-repeat: repeat-x;
	margin: 2px 0 0; 0;
}

div#fejl {
	clear: both;
	width: 100%;
	border: 1px solid #757C68;
	margin: 5px 0 15px 0;
}


div#fejl li {	
	background:url('/gfx/icons/bullet_error.png') left no-repeat;
	padding: 4px 0 4px 20px;
	margin: 0 10px 0 -15px; 
	list-style:none;
	color: #ccc;
}


div#okBesked {
	clear: both;
	width: 100%;
	border: 1px solid #757C68;
	margin: 5px 0 15px 0;
}

div#okBesked li {	
	background:url('/gfx/icons/bullet_green.png') left no-repeat;
	padding: 4px 0 4px 20px;
	margin: 0 10px 0 -15px; 
	list-style:none;
	color: #ccc;
}



/* MENU */

div#menu {
	height:20px;
	width:898px;
	text-align: left;
	/*border:1px solid #C9D1BC;*/
	margin: 0 0 5px 0;
}

div#statsContent {
	height:0;
	width:0;
	overflow: hidden;
}

.statsContentActive {
	border:1px solid #c9d1bc;
	color: #ccc;
	margin-bottom: 10px;
	background: #666E57 url('/gfx/interface/menu_bg.gif') repeat-x;
}

div#aboutContent {
	height:0;
	width:0;
	overflow: hidden;
}

.aboutContentActive {
	border:1px solid #c9d1bc;
	color: #ccc;
	margin-bottom: 10px;
	background: #666E57 url('/gfx/interface/menu_bg.gif') repeat-x;
}

/* End MENU */


div#content {
	background-color: #666E57;
	padding:10px;
	border:1px solid #c9d1bc;
}

div#placerBombe {
	float:left;
	border-top:1px solid #757c68;
	width:430px;
	background: #666E57 url('/gfx/interface/menu_bg.gif') repeat-x;
	padding:2px;
}

div#findBomber {
	float:right;
	border-top:1px solid #757c68;
	width:430px;
	background: #666E57 url('/gfx/interface/menu_bg.gif') repeat-x;
	padding:2px;
}

div#bombeOversigt {
	clear: both;
	width:868px;
	border-top: 1px solid #757C68;
	border-left: 4px solid #757C68;
	border-right: 4px solid #757C68;
	background: #666E57 url('/gfx/interface/menu_bg.gif') repeat-x;
	margin-top: 15px;
}

div#aabnBombe {
	clear: both;
	width:876px;
	height: 30px;
	border-top: 1px solid #757C68;
	margin-top: 0px;
	color: #ccc;
}

/*
.bombeNyKommentar {
	clear: both;
	width:876px;
	height: 30px;
	border-top: 1px solid #757C68;
	margin-top: 0px;
	color: #ccc;
}
*/

div#bombeKommentar {
	float:right;
	
	text-align:right;
	width:574px;
	border-top: 1px solid #757C68;
	background: #666E57 url('/gfx/interface/menu_bg.gif') repeat-x;
	margin: 0px 0 15px 0;
	color:#ccc;
}

#log_res {
	overflow: auto;
}
 
#log_res.ajax-loading {
	padding: 20px 0;
	background: url('/gfx/interface/ajax-loader.gif') no-repeat center;
}

div#bombeKommentarPil {
	clear: right;
	float:right;
	width:568px;
	height:16px;
	margin-bottom: 0px;
	text-align:right;
}


div#map {
	width: 874px; 
	height: 450px;
	border:1px solid #ccc;
	background-color: transparent;
}


.select {
	font: 11px arial, verdana, serif;
	border: 2px solid #3c4036;
	padding: 4px;
	background: #fff;
	width: 170px;
	height: 15px;
}


.input {
	border: 1px solid #ccc;
	background: url('/gfx/interface/menu_bg.gif') repeat-x;
	color: #fff;
	padding: 4px;
	width: 300px;
	height: 16px;
}


.textarea {
	border: 1px solid #ccc;
	background: url('/gfx/interface/menu_bg.gif') repeat-x;
	font: 100% arial, sans-serif;
	color: #fff;
	padding: 4px;
	width: 340px;
	height: 110px;
}

.googleInput {
	border: 2px solid #ccc;
	background: #fff;
	padding: 4px;
	width: 235px;
	height: 15px;
}


.googleTextarea {
	border: 2px solid #ccc;
	background: #fff;
	width: 235px;
	height: 60px;
}

/*
.submit {
	height: 26px;
	width: 100px;
}
*/