
body {
	background-color: #fdfdfd;
	color: #333;
	font-family: helvetica, sans-serif;
	font-size: medium;
	padding: 20px;
	width: 550px;
	behavior:url("/static/style/csshover.htc");
	-webkit-text-size-adjust: none
}

a {
	color: rgb(0, 0, 238);
}

p {
	margin-top: 0;
	margin-bottom: 8px;
}

h1 {
	display: inline;
	padding: 0; margin: 0;
	width: 250px;
	margin-bottom: 6px;
	color: #444;
}

div#logout {
	display: inline;
	padding: 0 0 0 4px; margin: 0;
	width: 275px;
	text-align: right;
	margin-top: 0px;
	font-size: 12px;
}

h1, h2, .header {
	font-weight: bold;
	font-size: 22px;
	letter-spacing: -1px;
}

.example {
	color: #999;
	text-align: center;
}

#addflight {
	margin-top: 20px;
	margin-bottom: 12px;
	border: 1px solid #ddd;
	padding: 10px;
}

#addflight input.text {
	font-family: helvetica, sans-serif;
	font-size: medium;
	text-align: center;
	margin-bottom: 6px;
}

.passwordchange {
	margin-top: 12px;
	margin-bottom: 12px;
	border: 1px solid #ddd;	
	padding: 15px;
}

.calendar {
	margin-top: 20px;
	margin-bottom: 12px;
	border: 1px solid #ddd;	
	padding: 15px;
}

.movable {
	cursor: move;
}

div.entry div {
	float: left;
	text-align: center;
	margin: 5px 5px 0 5px;
}

th {
	text-align: left;
}

.about {
	margin-top: 30px;
	color: #999;
	font-size: small;
}

.about a {
	color: #999;
	font-weight: bold;
}

.flight {
	padding: 10px 15px 10px 15px;
}

.leftpadding {
	padding-left: 15px;	
}

.editable:hover {
	background-color: #eee;
}

.date {
	color: green;
}

.flightno {
	margin-left: 6px;
	font-size: medium;
	color: #666;
}

.pastheader {
	padding: 15px 0 0 15px;
}

.details {
	font-size: medium;
}

.note {
	font-style: italic;
}

.editlinks {
	vertical-align: top;
	text-align: right;
	display: none;
}

.editable:hover .editlinks {
	vertical-align: top;
	margin-top: 6px;
	font-size: small;
	display: block;
	float: right;
}

form.loginform p {
	font-size: 22px;
	height: 30px;
	margin-bottom: 15px;
	white-space: nowrap;
	text-align: right;
}

form.loginform p.instruction {
	margin-right: 40px;
}

form.loginform label {
	font-size: 22px;
	letter-spacing: -1px;
	font-weight: bold;
	white-space: nowrap;
	color: #444;
	text-align: right;
	margin-right: 7px;
}

form.loginform input {
	font-family: helvetica, sans-serif;
	font-size: 22px;
	margin-right: 40px;
}

.submit {
	margin: 0;
	padding: 0;
	border-style: none;
	background-color: transparent;
	color: green;
	font-weight: bold;
	font-size: 22px;
	letter-spacing: -1px;
	font-family: helvetica, sans-serif;
}

div.login {
	position: absolute;
	left: 70px;
	top: 140px;
	width: 410px;
	height: 134px;
	padding-top: 28px;
	background-color: white;
	border: 1px solid #ddd;
	vertical-align: middle;
}

iframe.map {
	margin-top: 10px;
	border: 1px solid #ddd;
	width: 515px;
	height: 200px;
}

/* forum */

.topic {
    margin-bottom: 0.4em;	
}

.comment {
	margin-top: 0;
}

.comment_author {
	width: 100%;
	font-size: small;
	text-align: right;
	margin-bottom: 1.5em;
}
