a {
   color: #404090;
   text-decoration: none;
}
a:visited {
   color: #404090;
   text-decoration: none;
}
a:hover {
   color: #333399;
   text-decoration: underline
}

body {
	font-family: Calibri, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}

h1 {
	font-weight: bold;
	font-size: 125%;
}

h2 {
	font-weight: bold;
	font-size: 110%;
	padding-top: 1em;
	padding-bottom: 1em;
}

h3 {
	font-variant: small-caps;
	font-size: 120%;
	color: #666666;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

img {
 	border: 0;
}

p {
	padding-bottom: .5em;
	margin-left: .5em;
}

table {
	border: none;
}

table p {
	padding: 0;
	margin: 0;
}

td {
	vertical-align: top;
	padding: 5px;
}

th {
	vertical-align: bottom;
	padding: 5px;
}

blockquote {
	padding-left: 1em;
}


.all-caps {
    font-variant: small-caps;
}

.time {
	font-style: italic;
}

.location {
	font-size: 80%;
}

.small-link {
	font-size: 80%;
	font-variant: small-caps;
}

.example {
	border: dotted thin #cc0000;
	background-color: #FFFFCC;
	padding: .5em;
	margin: 1em;
	margin-left: 3em;
	width: 50%;
}

#briefinfo {
	margin-bottom: 0px;
}

#briefinfo p {
	padding: 0px;
	margin: 0px;
}

.briefinfo_left {
	width: 66%;
}

#briefinfo_right {
	position: absolute;
	left: 66%;
	top: 69px;
	width: 32%;
	border-left: 1px black solid;
	padding-left: 2%;
}

#navlinks p {
	padding: 0px;
	margin: 0px;
	margin-top: 20px;
}

#syllabus table {
	margin-left: .5em;
	margin-right: .5em;
	margin-bottom: 1em;
}

#syllabus td {
	padding: 5px;
}

#syllabus th {
	padding: 5px;
	font-weight: bold;
	text-align: left;
	vertical-align: bottom;
}

.syllabus-day-row {
	border-top-width: 1px;	
	border-top-style: solid;
	border-top-color: #AAA;
}

.syllabus-day-row-last {
	border-top-width: 1px;	
	border-top-style: solid;
	border-top-color: #AAA;
	border-bottom-width: 1px;	
	border-bottom-style: solid;
	border-bottom-color: #AAA;
}

.syllabus-date {
	font-style: italic;
}

.syllabus-note {
	font-size: 80%;
	font-style:italic;
	padding-top: 1em;
}

.syllabus-unique-event {
	text-align: center;
	font-style: italic;
	font-weight: bold;
}

.syllabus-summary-required {
	text-align: center;
}

.todo {
	font-weight: bold;
	color: #993300;
}

ul {
	padding-bottom: .5em;
}

ul li {
	list-style: disc;
	margin-left: 2.5em;
	margin-bottom: .75em;
}

#assignments {
	margin-bottom: 2em;
}

#assignments th {
	font-weight: bold;
	border-bottom-width: 1px;	
	border-bottom-style: solid;
	border-bottom-color: #AAA;
}

#assignments td {
	vertical-align: middle;
	border-bottom-width: 1px;	
	border-bottom-style: solid;
	border-bottom-color: #AAA;
}

#assignments .points {
	text-align: center;
}

#assignments .date {
	font-style: italic;
}

#assignments .name {
	font-weight: bold;
}

#assignments .command {
	font-style: italic;
	font-weight: normal;
	font-size: 80%;
}

#assignments .notice {
	font-style: italic;
	font-weight: normal;
	font-size: 80%;
	color: #666666;
}

#assignments .alert {
	font-style: normal;
	font-weight: normal;
	color: #990000;
}

#schedule {
	margin-bottom: 2em;
}

#schedule th {
	font-weight: bold;
	border-bottom-width: 1px;	
	border-bottom-style: solid;
	border-bottom-color: #AAA;
}

#schedule td {
	vertical-align: middle;
	border-bottom-width: 1px;	
	border-bottom-style: solid;
	border-bottom-color: #AAA;
}


#submission_edit_area {
	width:50em;
	height:45em;
}

#submission_edit_area_too {
	width:35em;
	height:25em;
}



.success_message {
	border: thin solid #003300;
	background-color: #C4FFC4;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.error_message {
	border: thin solid #330000;
	background-color: #FFC4C4;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

a.star {
	display:inline-block;
	background-image: url(images/star-full.png);
	background-image: url(images/star-empty.png);
	width: 16px;
	height: 16px;
}
	
a.star.selected {
	display:inline-block;
	background-image: url(images/star-full.png);
	width: 16px;
	height: 16px;
}

.area {
	font-variant: small-caps;
}
