v\:* {
	behavior:url(#default#VML);
}

body {
	font-family: 'helvetica', 'arial', sans-serif;
	font-size: 10px;
	/* background: #d5e7ec url("/stylesheets/2005-10-06/bluewater.jpg") repeat-x 0px 0px; */
}

h2 {
	margin-top: 2em;
}

h3 {
	margin-top: 0px;
}

pre {
	font-family: "bitstream vera sans mono", "courier new";
	color: #888;
}

#runlist-box, #laplist-box {
	width: 350px;
}

#runlist-table, #laplist-table {
	width: 100%;
}

#runlist, #laplist {
/*	height: 250px;
	overflow: scroll;*/
}

.little {
	font-size: 80%;
}

th, td {
	white-space: nowrap;
	margin: 0px;
	padding: 2px;
}

th {
	text-align: center;
}

.little th {
	text-align: left;
	font-weight: bold;
}

.little th:after {
	content: ":";
}

.tableHeader {
	background-color: #777;
	color: white;
}

.odd {
	background-color: #eee;
}

.even {
	background-color: #fff;
}

.datacolumn {
	text-align: right;
}

#map {
	/*height: 600px;*/

	/*position: absolute; 
	top: 10px;
	right: 10px;
	left: 380px;
	bottom: 10px;*/
	
	/*margin: 0px 0px 0px 380px;*/
	border: 1px solid black;
}

#left {
	/*float: left;*/
	width: 350px;

	position: absolute; 
	top: 0px;
	left: 10px;
}

.done {
	text-decoration: line-through;
}

#spinner {
	font-weight: bold;
}

.active {
	background-color: #cce;
/*	font-weight: bold;*/
}
