body {
	background-color: #507ea1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}

/* main links */
a:link, a:active, a:visited {
	color: #00F;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

.small {
	font-size: 0.9em;
}

.smaller {
	font-size: 0.8em;
}

.container {
	width: 760px;
	text-align: left;
}

th, td {
	font-size: 0.8em;
	vertical-align: top;
}

input, textarea, select {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}
input, textarea {
	padding: 3px;
}

/* top navigation bar */
#top {
	background-color: #507ea1;
	border-bottom: 3px solid #000;
	text-align: center;
	padding: 0 1.5em;
}

#title {
	font-weight: bold;
	color: #fff;
}

#title span.beta {
	font-size: 0.75em;
	font-weight: normal;
}

/* main navigation */
#nav {
	text-align: right;
}
#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: right;
}
#nav ul li {
	float: left;
	background-image: none;
	text-align: center;
	padding: 0;
	margin: 0;
}
#nav ul li.selected {
	background-color: #000;
}
#nav a {
	background-image: none;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	line-height: 25px;
	padding: 6px 10px;
}
#nav a:hover {
	background-color: #000;
	color: #fff;
	line-height: 25px;
	padding: 6px 10px;
}

#nav a.navOn:link, #nav a.navOn:active, #nav a.navOn:visited {
	color: #000;
	line-height: 25px;
	padding: 6px 10px;
}
#nav a.navOn:hover {
	color: #000;
	text-decoration: underline;
	line-height: 25px;
	padding: 6px 10px;
}

#mainouter {
	background-color: #fff;
}

#main {
	background-color: #fff;
	color: #507ea1;
	padding: 1.5em 1.5em;
}

p {
	margin-top: 0px;
}
.centre {
	text-align: center;
}
.clear {
	clear: both;
}
.fleft {
	float: left;
	text-align: left;
}
.fright {
	float: right;
	text-align: left;
}

.imgright {
	float: right;
	padding-left: 20px;
}
.imgleft {
	float: left;
	padding-right: 20px;
}
.white {
	color: #fff;
}

ul.entries {
	padding: 0;
	margin: 1.5em 0 0 0;
	list-style: none;
}
li.entry {
	background-image: none;
	padding: 0.25em;
	margin: 0 0 0.5em 0;
	cursor: pointer;
}
li.entry:hover {
	background-color: #ccc;
}

/* headers */
h1 {
	font-size: 1.3em;
	margin: 0 0 7px 0;
}
h2 {
	font-size: 1.15;
	margin: 0 0 7px 0;
}

/* lists */
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 13px;
	padding-left: 13px;
}
ul.noPad {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
ul li {
	line-height: 20px;
}
/* check mark list item */
.check {
	background-image: url(http://static.didwhatwhen.com/images/check.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 25px;
}

/* footer links */
#bot li {
	background-image: url(http://static.didwhatwhen.com/images/bulletf.gif);
	background-repeat: no-repeat;
	background-position: 0 8px;
	padding-left: 15px;
}

/* signup box */
#signup {
	float: right;
	margin-left: 1em;
	margin-bottom: 0.5em;
	background-color: #507ea1;
	border: 2px solid #000;
	color: white;
	padding: 0.5em;
	text-align: center;
	line-height: 1.1em;
	cursor: pointer;
}
#signup:hover {
	background-color: #000;
}
#signup a,#signup a:link,#signup a:visited {
	color: white;
	text-decoration: none;
}
#signup a:hover {
	text-decoration: none;
}

/* footer */
#bot {
	font-size: 11px;
	background-color: #507ea1;
	color: #FFF;
	text-align: center;
	border-top: 3px solid #000;
	padding: 0.8em 1.5em;
	clear: both;
}
#bot a {
	color: #FFF;
	text-decoration: underline;
	padding: 1px 0;
}
#bot a:hover {
	background-color: #FFF;
	color: #3193DD;
}

