/* Some LSIR defaults */

h1, h2 {
	background: #FCFAE0;
	font-weight: normal;
	margin-right: 50px;
}

h2 {
	margin-top: 2em;
}

h3 {
	background: #FCFAE0;
	margin-right: 80px;
}

h4 {
	margin-top: 0em;
	margin-bottom: -1em;
}


/* General */

body {
	font-family: Verdana,"Bitstream Vera Sans",Helvetica,sans-serif;
	margin: 1em;
	color: #605566;
}

h1, h2, h3, p, pre {
	clear: both;
}

p.indent {
	margin-left: 3em;
}

div.special {
	background: #E0E0FF;
	border: 1px solid black;
	padding: 13px;
	padding-top: 0px;
	margin-right: 10px;
	margin-bottom: 1em;
}

div.special h1, div.special h2, div.special h3 {
	background: none;
}

.important {
	color: red;
	font-weight: bold;
}

.new:after {
	color: red;
	font-weight: bold;
	content: " (NEW!)";
}

p.new:before {
	color: red;
	font-weight: bold;
	content: "(NEW!) ";
}

p.new:after {
	content: "";
}

.updated:after {
	color: red;
	font-weight: bold;
	content: " (UPDATED!)";
}

p.updated:before {
	color: red;
	font-weight: bold;
	content: "(UPDATED!) ";
}

p.updated:after {
	content: "";
}


/* Code, etc. */

code {
	margin-left: 3em;
}

pre.term {
	padding: 0.5em;
	background: black;
	color: #E0E0E0;
	float: left;
	margin: 0em;
}

pre.term span.prompt {
	color: yellow;
}

kbd {
	border: 1px solid gray;
	padding: 1px;
}


/* Tables */

table {
	margin-top: 20px;
	margin-bottom: 20px;
}

table.schedule {
	border: 1px solid black;
	border-spacing: 0px;
	border-collapse: collapse;
	text-align: center;
}

table.schedule tr.header {
	background: #E0E0E0;
	font-weight: bold;
}

table.schedule tr.phase1 {
	background: #C0FFC0;
}

table.schedule tr.phase2 {
	background: #FFFFC0;
}

table.schedule tr.phase3 {
	background: #FFC0C0;
}

table.schedule tr.game {
	background: #C0FFFF;
}

table.schedule td {
	vertical-align: top;
	padding: 5px 10px 5px 10px;
	border: 1px solid;
}

table.dates {
	border: 1px solid black;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.dates td {
	vertical-align: top;
	padding: 5px 10px 5px 10px;
	border: 1px solid;
}

table.dates tr.past {
	text-decoration: line-through;
}

table.dates tr.next {
	background: #FFC0C0;
}

table.inline {
	border-spacing: 0px;
	border-collapse: collapse;
}

table.inline tr.header {
	background: #E0E0E0;
	font-weight: bold;
}

table.inline td {
	border: 1px solid black;
	padding: 5px 10px 5px 10px;
}

table.game {
	table-layout: fixed;
	font-size: 90%;
	border: 1px solid black;
	border-spacing: 0;
	border-collapse: collapse;
	text-align: left;
}

table.game tr.dark {
	background-color: #FFFF80;
}

table.game tr.bright {
	background-color: #FFFFE0;
}

table.game tr.header {
	background-color: #E0E0E0;
	font-weight: bold;
}

table.game th, td{
	padding: 0.4em 1em 0.4em 1em;
	vertical-align: top;
}


/* Images */

div.screenshot img {
	border: none;
}

div.screenshot p {
	font-size: small;
	font-style: italic;
	margin-top: 0.5em;
}

img.border {
	border: 1px solid #605566;
	margin: 1em 0em 1em 0em;
}


/* Outline */

div.outline, div.moreinfo {
	clear: both;
	background: #FCFAE0;
	margin-top: 1em;
	margin-bottom: 1em;
	border: 1px solid #A8AA00;
	padding: 10px;
	float: left;
	font-size: small;
}

div.outline ul, div.moreinfo ul {
	margin-left: 0px;		/* for Opera */
	padding-left: 0px;		/* for Mozilla */
	margin-bottom: 0.5em;
}

div.outline li, div.moreinfo li {
	list-style-type: none;
	margin-top: 0.2em;
}

div.outline li ul, div.moreinfo li ul {
	margin-left: 2em;
}

div.outline a, div.moreinfo a {
	color: blue;
}


/* Footer */

p.bottom {
	margin: 30px 10px 10px 0px;
	border-top: 1px solid #93A4B2;
	border-bottom: 1px solid #93A4B2;
	border-left: 2px solid #93A4B2;
	padding: 5px 0px 6px 6px;
}


/* Scripts */

div.form {
	background: #D0FFD0;
	border: 1px solid black;
	padding: 13px;
	padding-top: 0px;
	margin-right: 10px;
}

form table {
	border: none;
	border-spacing: 0px;
	border-collapse: collapse;
}

form table td {
	padding: 0em 2em 1em 0em;
}

div.error {
	background: #FFD0D0;
	border: 1px solid black;
	padding: 0px 13px 13px 13px;
	margin: 10px 10px 20px 0px;
}

table.list {
	border: 1px solid black;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.list tr.groupheader, table.list tr.consortiumheader, table.list tr.header {
	background: #E0E0E0;
	font-weight: bold;
}

table.list tr.consortiumtableheader {
	background: #C0C0C0;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	color: #403546;
	border-bottom: 3px double;
}

table.list p {
	margin: 0em 0em 0.5em 0em;
}

table.list td {
	vertical-align: top;
	padding: 5px 10px 5px 10px;
	border: 1px solid;
}

table.list span.tooltip {
	border-bottom: 1px dotted #605566;
}

table.gradinglist h3 {
	margin-top: 1em;
}

table.gradinglist tr {
	vertical-align: middle;
}

table.gradinglist tr.tasktype1 td,
table.gradinglist tr.tasktype2 td,
table.gradinglist tr.tasktype3 td,
table.gradinglist tr.groupheader td {
	padding: 2px 5px 2px 5px;
	border: 1px solid black;
	border-spacing: 0px;
	border-collapse: collapse;
	vertical-align: middle;
}

table.gradinglist tr.groupheader td {
	background: #C0C0C0;
	font-weight: bold;
	font-style: italic;
	color: #403546;
	padding: 5px 5px 5px 5px;
}

table.gradinglist tr.tasktype1 {
	background: #FFFFD0;
}

table.gradinglist tr.tasktype2 {
	background: #D0FFD0;
}

table.gradinglist tr.tasktype3 {
	background: #FFD0D0;
}

