table {
        border:		1px outset black;
}
table td {
	border:		1px inset black;
}

table thead {
        text-align:	center;
}

table tbody {
        text-align:	right;
}

/*
 * Don't know how to epresent this correctly, nor what it does :(
v\:* {
	behavior:	url(#default#VML);
}
*/

#mapPane {
	position:	absolute;
	left:		0%;
	width:		80%;
	height:		99%;
}

#map {
	position:	static;
	border:		1px solid black;
	width:		100%;
	height:		100%;
}

#right {
	position:	absolute;
	right:		0%;
	width:		18%;
	height:		98%;
}

#summary {
}

#legend {
	border:		1px solid black;
	float:		right;
}

.form {
	border:		1px solid black;
}

.form p {
	margin:		0px;
	padding:	0px;
}

.form p:first-line {
	margin:		0px;
	padding:	0px;
}

#graph_object {
	width:		800px;
	height:		300px;
}
