table.admin { 
	width: 99%; 
	border-width: 1px; 
	text-align: left;
	font-size: small;
	text-align: center;
	margin-left: .5%;
	margin-right: .5%;	
}

table.courses th{
	background-color :#c3d9ff;
	font-weight : bold;
	padding: 3px;
	font-size: 0.8em;
}

table.courses td {
	font-size: 0.7em;
	padding: 2px;
	font-weight:bold;
}

.semester th{
	background-color:#ffff88;
	font-weight:normal;
	font-size:0.8em;
}
p.normal{
	background-color: #ffffff;
}

table.courses {
	width : 100%;
	padding: 0px 0px 0px 0px;
	text-align: center;
	background-color:#eeeeee;
}

.controlButtons {
	margin-top: 5px;
	text-align : right;
	margin-right : 10px;
}

.userText{
	text-align : left;
	margin-left : 5px;
	color : #FF8040;
	font-style: italic;	
}

.title{	
	margin-top: 10px;
	margin-left : 5px;
	margin-bottom: 0px;
	font-family: arial,sans-serif;
	font-size : 120%;
	font-weight: bold;
}

.courseDisplay{
	margin-top: 12px;
	margin-bottom: 12px;
	margin-left: 2px;
	margin-right: 2px;
	padding: 2px;
	background-color: #0000ff;
}

.login {	
	background: #c3d9ff;
	font-size: 15px;
	margin-top: 100px;	
	margin-left: 40%;	
}

.error {
	margin:0 auto;
	background-color: #FFFFCC;
	border:#FF822F 2px solid;
	text-align: center;
}

.msg {
	margin:0 auto;
	background-color: #FFFFCC;
	border:#01DF01 2px solid;
	text-align: center;	
}

.notice {
	position:absolute;
	padding: 0px;
	margin: 0px;
	font-style: italic;
	color: blue;
}

.courseEdit {
	font-size: small;
	margin-left: 5px;	
}

.userEdit {
	font-size: small;
	margin-left: 5px;	
}

body, td, div, p, a, font, span, th 
{
font-family: arial,sans-serif;
}
a.teaching{
	color: #FFFFFF;
	font-size: 1em;	
}
.gaia-table {
	background: #c3d9ff;
}
.form-noindent {	
	font-size: 15px;
	margin-top: 100px;	
	margin-left: 40%;
	
	background-color: #ffffff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-right-width-ltr-source: physical;
	border-right-width-rtl-source: physical;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-width-ltr-source: physical;
	border-left-width-rtl-source: physical;
	border-top-style: solid;
	border-right-style: solid;
	border-right-style-ltr-source: physical;
	border-right-style-rtl-source: physical;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-style-ltr-source: physical;
	border-left-style-rtl-source: physical;
	border-top-color: #c3d9ff;
	border-right-color: #c3d9ff;
	border-right-color-ltr-source: physical;
	border-right-color-rtl-source: physical;
	border-bottom-color: #c3d9ff;
	border-left-color: #c3d9ff;
	border-left-color-ltr-source: physical;
	border-left-color-rtl-source: physical;
}

.checklist {
    border: 1px solid #ccc;
    list-style: none;
    height: 5em;
    overflow: auto;
    width: 26em;
}

.checklist, .checklist li { margin: 0; padding: 0; }

.checklist label {
    display: block;  
    padding-left: 25px;
    text-indent: -25px;
}

.checklist label:hover { background: #777; color: #fff; }


