@charset "utf-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END OF MEYER RESET */

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8em;
	margin: 0 0 20px 0;
}
#top {
	width: 100%;
	height: 70px;
	background-color: #069;
}
#loginIndex {
	color: #fff;
	text-align: right;
	width: 860px;
	height: 100px;
	padding: 10px;
	margin: 0 auto;
	background: url(../img/logo_small.png) no-repeat 0px 9px;
}
table {
	margin: 0 auto;
	border-spacing: 0;
	width: 1300px;
}
th, td {
	padding: 2px;
}
.gray {
	background-color: #CCC;
}
.commentsTD {
	width: 500px;
}
h2 {
	padding: 4px;
	width: 1300px;
	color: #fff;
	background-color: #069;
	margin: 20px auto 20px auto;
	text-align: center;
}
tr.bold {
	font-weight: bold;
}
.center {
	text-align: center;
}
.nameTD {
	width: 110px;
}
a.toplink {
		color: white;
		font-weight: bold;
		text-decoration: none;
}
#newForm {
	padding: 10px;
	border-radius: 5px;
	width: 1010px;
	margin: 10px auto 0 auto;
	background-color: #069;
	color: #fff;
}
#newForm input, #newForm textarea {
	margin-bottom: 5px;
}
#loginIndex p {
	margin-top: 10px;
}
.alignRight {
	text-align: right;
}
a.show_hide:link, a.show_hide:visited {
	color: white;
	text-decoration: underline;
}
#editDisplay {
	margin-top: 30px;
	margin-left: 50%;
	width: 460px;;
}
#editDisplay p {
	margin-bottom: 15px;
	font-weight: bold;
}
.smallInput {
	width: 40px;
}
#updated {
	padding-top: 7px;
	background-color: #09C;
	color: #0CF;
	height: 20px;
	margin-bottom: 10px;
	width: 200px;
	text-align: center;
	border: solid 2px #0CF;;
	border-radius: 3px;
}
ul {
	list-style-type: circle;
	margin-left: 20px;
	margin-bottom: 14px;
}
ul li {
	margin-bottom: 5px;
}
