
body {
background-color: black;
color: #CCCCCC;
font-family: sans-serif;
padding: 30px;
background-image: url(/mate/logo_slr.png);
background-repeat: no-repeat;
background-position: 30px 30px;
background-attachment: fixed;
height: auto;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
font-size: 12px;
}

a {
	color: #00CC00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #00CC00;
	text-decoration: none
}

h1 {
	font-family: monospace;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}

h2 {
	font-family: monospace;
	font-size: 16px;
	color: #CCCCCC;
	font-weight: bold;
}

td {
vertical-align: top;
}

td.nav {
text-align: right;
padding-left: 20px;
font-family: monospace;
color: white;
font-size: 14px;
height: 98%;
}

#mapdiv {
/*min-width: 500px;
min-height: 600px;*/
/*width: 80%;
height: 80%;*/
/*border: 1px solid red;*/
}

#content {
margin: 0px auto;
padding: 2px 20px;
border: 1px dotted #999999;
width: 80%;
height: 90%;
}

.license {
color: #999999;
font-size: 10px;
}

.olFramedCloudPopupContent h2 {
color: #000000;
font-size: 14px;
}

.olFramedCloudPopupContent {
color: #000000;
font-size: 12px;
}

.olFramedCloudPopupContent a {
color: #3333FF;
}

