body {
	font-family: Tahoma,Arial, sans-serif;
	font-size:0.7em;
}

table, input, select, textarea {
	font-size: 1em;
}

body {
	margin-right: 220px;
}

table, form {
	margin: 0px;
}

p {
	margin: 5px 0px 5px 0px;
}

h1 {
	font-size: 3em;
}

h1 a{
	color: black !important;
}

h2 {
	font-weight: bold;
	font-size:1em;
	color: white;
	background: #006;
	padding: 3px;
	background-image: url(../gfx/back.gif);
	margin: 0px;
	border-width: 1px 1px 0px 1px;
	border-color: #bbb;
	border-style: solid;
	text-transform: uppercase;
}

h3 {
	font-weight: bold;
	font-size: 1em;
	color: white;
	background: #006;
	padding: 3px;
	background-image: url(../gfx/back.gif);
	margin: 0px;
}

h4 {
	font-size: 1.4em;
	text-decoration: underline;
}

#header {
	text-align: center;
}

#navbar {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 200px;
}

.navbar-content {
	padding: 3px;
	border-width: 0px 1px 1px 1px;
	border-color: #bbb;
	border-style: solid;
	margin-bottom: 10px;
}


.highlight {
	font-weight: bold;
	color: black;
	background: yellow;
	padding: 1px;
}

a:link, a:active {
	color: #006;
	text-decoration: none;
}

#navbar a:visited {
	color: #006;
}

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

a:hover {
	text-decoration: underline;
}

.notice-header {
	font-weight: bold;
	margin:0px 0px 3px 0px;
	text-transform: uppercase;
	display: in-line;
}

.notice {
	margin-bottom: 15px;
	border-bottom: 1px solid #aaa;
	padding-bottom: 15px;
}


th {
	border: 1px solid #666;
	text-align: left;
	padding: 3px;
}

td {
	border: 1px solid #ccc;
}

td.nb {
	border-width: 0px;
}

.toTop {
	text-align: right;
}

/* Errors on the add post form */
.error {
	border: 1px solid red;
}

.error_list {
	list-style-type: none;
	marker-offset: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-style: italic;
	color: red;
}
