#nav {
	position: absolute;
	left: 1em;
	top: 1em;
}

#user {
	position: absolute;
	right: 1em;
	top: 1em;
}

#header {
	padding-top: 1px;
	text-align: center;
}

#content {
}

#fullscreen {
	/*width: 100%;
	padding: .5em 0;
	overflow: auto;*/
}

body {
	font-family: Verdana, sans, sans-serif;
	font-size: smaller;
}

h1 {
	text-align: center;
}

.row1 {
	background-color: #ddd;
}

.row2 {
	background-color: #eee;
}

.rowmute {
	background-color: #f5f5f5; /* Sounds like a CP thread */
}

input[type="submit"] {
	margin: 1em;
}

textarea {
	font-family: Verdana, sans, sans-serif;
	font-size: 100%;
}

.lift-status-needed, .lift-status-arranged, .lift-status-given, .lift-status-none, .lift-status-email, .lift-give_lift, .lift-need_lift, .lift-no_lift {
/*	position: relative;*/
	border: 1px solid #bbb;
	padding: 0 3px;
}

.lift-status-needed, .lift-need_lift {
	border-color: #999;
	background-color: #f8baba;
}

.lift-status-arranged, .lift-status-given, .lift-give_lift {
	background-color: #babaf8;
}

.lift-status-none, .lift-status-email, .lift-no_lift {
	background-color: #baf8ba;
}

.errorlist {
	margin: 0;
	padding: 6px;
	list-style: none;
	font-weight: normal;
	color: red;
}

.errors-exist {
	margin: 0 2em;
	font-weight: bold;
	font-size: larger;
	color: red;
}

.warning {
	color: red;
}

