@charset "utf-8";

a,
a:active,
a:visited {
	color: #990099;
}

a:hover {
	color: #9900CC;
	text-decoration: none;
}

.header a {
	color: #333333;
	text-decoration: none;
}

body {
	margin: 0;
	padding: 0;
	color: #333333;
	background-color: #FCFCFC;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}

input, select, textarea {
	color: #333333;
}

small {
	font-size: .8em;
}

form div {
	margin: .1em;
}

form .buttons {
	text-align: center;
}

.select,
.textbox,
.textarea {
	width: 200px;
	background-color: #EFEFEF;
	border: 1px solid #BBBBBB;
}

.button {
	background-color: #EFEFEF;
	border: 1px solid #BBBBBB;
}

.select:hover,
.textbox:hover,
.button:hover {
	background-color: #E0E0E0;
}

.button:hover,
.select:hover {
	cursor: pointer;
}

.textarea {
	width: 95%;
	height: 200px;
}

.errors {
	color: #CC0000;
	background-color: #CCCCCC;
	border: 1px solid #999999;
	padding: 5px;
	margin: 10px 20px 5px 20px;
}

.header {
	font-size: 2em;
	padding: .2em;
	background-color: #EEEEEE;
	border-bottom: 1px dashed #666699;
}

.header2 {
	background-color: #EEEEEE;
	border: 1px solid #999999;
	padding: .3em;
	margin: .3em;
}

.footer {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: .8em;
	text-align: center;
}

.menu {
	width: 150px;
	float: left;
	padding: .1em;
	min-height: 300px;
	margin: 0;
}

.menu li {
	list-style: none;
	padding-bottom: .3em;
}

.main {
	margin-left: 150px;
	margin-right: 0px;
}

.loginPage {
	text-align: center;
}

.postPage .title {
}

.postPage .username {
}

.postPage .syntax {
}

.postPage .expiry {
}

.postPage .content {
}

.confirmPage,
.messagePage {
	font-size: larger;
	margin-top: 50px;
	margin-bottom: 100px;
}

