@charset "UTF-8";
body {
	color: #CCCCCC;
	background-color: #000033;
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	margin-left: 100px;
	margin-right: 100px;
	margin-top:30px;
}
h1 {
	font-size: 36px;
	overflow: visible;
	position: static;
	width: 100%;
	clear: none;
	display: inline;
}
.content {
	font-size: 14px;
	padding: 5px;
	border: thin solid #CCCCCC;
	clear: both;
}
#menu {
	float: right;
}
#titlebar {
	float: left;
	display: inline;
}
#titlebar h1 {
	display: inline;
}
form {
	border: thin none #CCCCCC;
	background-color: #003366;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

table.grades {
	width: 100%;
	border-collapse: collapse;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-top: 12px;
}

.grades th {
	color: #000000;
	background-color: #999999;
	text-align: left;
	padding-left:6px;	/*border: 1px solid #666666;*/
}

.grades th+th {
	text-align:right;
}


.grades td {
	border: 1px solid #666666;
	text-align:right;
}



a:link {
	text-decoration: none;
	color: inherit;
}
a:visited {
	text-decoration: none;
	color: inherit;

}
a:hover {
	background-color: #999999;
	color: #000000;
}
ul {
list-style: none;
}
.edit_link {
	font-size: x-small;
}
li {
	margin-bottom: 6px;
}

li h3 {
	font-size: 16px;
	margin-bottom: -10px;
	font-weight: normal;
}

h2, h3 {
	margin-bottom: -10px;
}

form h2 {
	margin-bottom:0px;
}

label
{
width: 6em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

.submit
{
margin-left: 6.5em;
}

.longfield {
	width: 40em;
}
.multiples th {
	text-indent: 2em;
}

.multiples td {
	color: #666666;
}
caption {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}
ol ol {
	list-style-type: lower-roman;
}

