/*Mozilla Scroll Bar Bug Fix - Should be ignored by IE*/
html 
	overflow-y: scroll;
{
    overflow-x: auto;
}

/*End Bug Fixes*/
a, a:visited
{
	color: #777777;
	text-decoration: none;
}

a:hover
{
	color: #C12E0C;
}

.answer
{
	
}

body, .headerlink
{
	color: white;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
}

.bodytext
{
}

#content
{
	/* padding: 0 15px; */
	margin-left:5%;
	margin-right:5%;
}

.error
{
	background-color: #FFCCCC;
	border: 1px solid #800000;
	padding: 6px;
}

#footer
{
	margin-top:90px;
	/*border-top: 3px solid #C33;*/
	border-top: 3px solid #C23226;
	color: #808080;
	font-size: 8pt;
	padding-top: 2px;
	text-align: center;
}

.headerlink
{
	font-weight: normal;
	margin-left: 10px;
}

h1
{
	border-bottom: 4px solid #000000;
	font-size: 40px;
	margin: 0;
	padding-top: 0;
	padding-bottom: 5px;
	text-align: center;
}

h1 a:link, h1 a:visited
{
	color: white;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.0em;
	text-decoration: none;
}

h2
{
}

h3
{
}

html
{
	background-color:#000000;
}

.image_right
{
}

img
{
	border:none;
}

div#navbar {
	/* text-decoration: none; */
	/* height: 30px; */
	width: 100%;
	padding-bottom: 0px;
	margin: 0px;
	/*border-top: 3px solid #C12E0C;
	border-bottom: 3px solid #C12E0C;
	*/
	border-top: 3px solid #C23226;
	border-bottom: 3px solid #C23226;
}

div#navbar ul {
	margin:0px;
	padding: 0px;
	line-height: 30px;
	white-space: nowrap;
}

div#navbar li {
	list-style-type: none;
	display: inline;
}

div#navbar li a{
	text-decoration: none;
	padding: 10px 20px;
}

ul#adminnav {
	font-size: .8em;
	text-align: right;
}


.option_default
{
	border-bottom: 1px solid #808080;
	color: #808080;
	margin-bottom: 3px;
}

.question
{
	text-decoration:underline;
	font:bold;
}

#topbar
{
	font-size: 12px;
	text-align: right;
}

#topbar a
{
	padding-left: 15px;
	padding-right: 15px;
}

.top_align > tbody > tr > td
{
	vertical-align: top;
}


table {
	border-spacing: 2px 2px;
}

table > tbody > tr > td {
	padding: 2px 2px 2px 2px;
	background-color: #333;
	text-align:center;
}


table.fields  {
	border-spacing: 5px 5px;
}

.fields > tbody > tr > td {
	padding: 5px 5px 5px 5px;
	background-color: #333;
	text-align:center;
}
	
button:hover {
	color: #C12E0C;
	cursor: pointer;
}

input, textarea, button {
	color: white;
	background-color: #333333;
	border: 1px ridge #ccc;
}	

input[type=submit] {
	cursor: pointer;
}


