html * {
    margin: 0;
    /*padding: 0; SELECT NOT DISPLAYED CORRECTLY IN FIREFOX */
}

/* GENERAL */

.spinner {
    padding: 5px;
    position: absolute;
    right: 0;
}

body {
    background: #fff;
    color: #333;
    font: 11px verdana, arial, helvetica, sans-serif;
}

a:link, a:visited, a:hover {
    color: #666;
    font-weight: bold;
    text-decoration: none;
} 

h1 {
    color: #006dba;
    font-weight: normal;
    font-size: 16px;
    margin: .8em 0 .3em 0;
}

ul {
}

input, select, textarea {
    background-color: #fcfcfc;
    border: 1px solid #ccc;
    font: 11px verdana, arial, helvetica, sans-serif;
    margin: 2px 0;
    padding: 2px 4px;
}
select {
   padding: 2px 2px 2px 0;
}
textarea {
	width: 250px;
	height: 150px;
	vertical-align: top;
}

input:focus, select:focus, textarea:focus {
    border: 1px solid #b2d1ff;
}

.body {
    float: left;
    margin: 0 15px 10px 15px;
	width: 98%;
}

/* NAVIGATION MENU */

.nav {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    border-style: solid none solid none;	
/*    margin-top: 5px; */
    padding: 7px 12px;
}

.menuButton {
    font-size: 10px;
    padding: 0 5px;
}
.menuButton a {
    color: #333;
    padding: 4px 6px;
}
.menuButton a.home {
    background: url(../images/skin/house.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.list {
    background: url(../images/skin/database_table.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.create {
    background: url(../images/skin/database_add.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

/* MESSAGES AND ERRORS */

.message {
    background: #f3f8fc url(../images/skin/information.png) 8px 50% no-repeat;
    border: 1px solid #b2d1ff;
    color: #006dba;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 30px
}

div.errors {
    background: #fff3f3;
    border: 1px solid red;
    color: #cc0000;
    margin: 10px 0 5px 0;
    padding: 5px 0 5px 0;
}
div.errors ul {
    list-style: none;
    padding: 0;	
}
div.errors li {
	background: url(../images/skin/exclamation.png) 8px 0% no-repeat;
    line-height: 16px;
    padding-left: 30px;
}

td.errors select {
    border: 1px solid red;
}
td.errors input {
    border: 1px solid red;
}
select.errors{
	background-color: #Cbb;
    border: 1px solid red;
}

input.errors {
    border: 1px solid red;
	background-color: #cbb;
}
select.missing{
	background-color: #ee3;
    border: 1px solid yellow ;
}

input.missing{
    border: 1px solid yellow;
	background-color: #ee3;
}



div.missing {
    background: #fff;
    border: 1px solid #c0d;
    color: #cc00dd;
    margin: 10px 0 5px 0;
    padding: 5px 0 5px 0;
}
div.missing ul {
    list-style: none;
    padding: 0;	
}
div.missing li {
	background: url(../images/skin/exclamation.png) 8px 0% no-repeat;
    line-height: 16px;
    padding-left: 30px;
}

td.missing select {
    border: 1px solid #ff6;
	background-color: #ee3;
}
td.missing input {
    border: 1px solid #ff6;
	background-color: #ee3;
}


/* TABLES */

table {
    border: 1px solid #ccc;
    width: 100%
}
tr {
    border: 0;
}
td, th { 
    font: 11px verdana, arial, helvetica, sans-serif;
    line-height: 12px;
    text-align: left;
	padding: 2px 3px;
}
th {
    background: #fff url(../images/skin/shadow.jpg);
    color: #666;
    font-size: 11px;
    font-weight: bold;
    line-height: 17px;
    padding: 2px 6px;
}
th a:link, th a:visited, th a:hover {
    color: #333;
    display: block;
    font-size: 10px;
    text-decoration: none;
    width: 100%;
}
th.asc a, th.desc a {
    background-position: right;
    background-repeat: no-repeat;
}
th.asc a {
    background-image: url(../images/skin/sorted_asc.gif);
}
th.desc a {
    background-image: url(../images/skin/sorted_desc.gif);
}

.odd {
    background: #f7f7f7;
}
.even {
    background: #fff;
}
.open {
    background: #fff;
}


.closed {
	background-color: #AAC;
}

/* LIST */

.list table {
    border-collapse: collapse;
}
.list th, .list td {
    border-left: 1px solid #ddd;
}
.list th:hover, .list tr:hover {
    background: #b2d1ff;
}

/* PAGINATION */

.paginateButtons {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    border-top: 0;
    color: #666;
    font-size: 10px;
    overflow: hidden;
    padding: 10px 3px;
}
.paginateButtons a {
    background: #fff;
    border: 1px solid #ccc;
    border-color: #ccc #aaa #aaa #ccc;
    color: #666;
    margin: 0 3px;
    padding: 2px 6px;
}
.paginateButtons span {
    padding: 2px 3px;
}

/* DIALOG */

.dialog table {
    padding: 5px 0;
}

.prop {
    padding: 5px;
}
.prop .name {
    text-align: left;
    width: 15%;
    white-space: nowrap;
}
.prop .value {
    text-align: left;
    width: 85%;
}

/* ACTION BUTTONS */

.buttons {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    color: #666;
    font-size: 10px;
    margin-top: 5px;
    overflow: hidden;
    padding: 0;
}

.buttons input {
    background: #fff;
    border: 0;
    color: #333;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    margin-left: 3px;
    overflow: visible;
    padding: 2px 6px;
}
.buttons input.delete {
    background: transparent url(../images/skin/database_delete.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.edit {
    background: transparent url(../images/skin/database_edit.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.save {
    background: transparent url(../images/skin/database_save.png) 5px 50% no-repeat;
    padding-left: 28px;
}

#header {
    background-color: green;
    color: white;
    padding-bottom: .2em;
    padding-left: 1em;
}

#footer {
    margin-top: 2em;
    background-color: green;
    color: white;
    padding-top: .2em;
    padding-left: 1em;
}
#bodyContent {
    float:left;
}
#navigation {
    float: left;
    width: 15em;
}
.clear {
    clear:both;
}
#siteAutoComplete {
    visibility:hidden;
	float:left;
	clear:both;
}
#siteSelectedLabel {
	float:left;
	padding-left: 1em;
	padding-top: .5em;
}

#selectSite {
	float:left;
	clear:both;
	width: 100%;
	height: 3em;
}
#selectSiteButton {
	float:left;
}

#instanceEnrollmentNumbers {
	font-size: .8em;
	clear:both;
}
#instanceEnrollmentNumbers li {
	list-style: none;
	float:left;
	padding-left: 1em;
}
.requestbox {
	background-color: #eee;
}
.requestbox h3 {
	background-color: #333;
	color: #eee;
}
#hd {
    border-bottom: thin solid black;
}
#ft {
    margin-top: 1em;
    border-top: thin solid black;
}
#userinfo {
    float:right;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.2em;
	color: white;
	background-color: #333;
	text-align: center;
	margin-bottom: 1em;
	margin-top: .5em;
}
.newsArticle {
	width:100%;
	border-bottom: .2em solid #9a9;
	padding: .5em;
	margin-bottom: 1em;
	margin-top: 1em;
}
.articleBody {
	margin-top: 1em;
}
.articleDate {
	font-style: italic;
}
.articleTitle {
	font-weight: bold;
}

li { 
    list-style-type:disc ;
}

.loginlabel {
	float:left;
	width: 7em;
	margin-top: .2em;
}
.yui-b li {
	list-style-type:none;
}
.name {
	margin-top: 1.2em;
}
.enrollmentclosed {
	color: #933;
	font-style: italic;
}
#notEnrolledStudents {
	float:left;
	width:320px;
	background-color: #ddd;
	height: 450px;
}
.internalStudentList {
	overflow:auto;
	height: 380px;
	width: 310px;
	margin-right: 0px;
}
#enrolledStudents {
	float:left;
	margin-right:2em;
	width:320px;
	background-color: #ddd;
	height: 450px;
}
#studentEnrollmentBoxes {
	width:100%;
}
#studentEnrollmentBoxes h2 {
	background-color: black;
	color: white;
}
.disabled {
	background-color: #ecc;
}
#top {
	width:100%;
}
#systemmessage {
	margin-top: 1em;
	margin-bottom: 1em;
	background-color:red;
	color:white;
	font-size:1.5em;
}

#teacherInner {
	height: 410px;
	overflow: auto;
}
#teacherInnerCourse {
	height: 430px;
	overflow: auto;
}
.ta {
	width:80px;
	height:50px;
}

.topbuttons {
	border-top: thin solid gray;
}
tr.summary  {
	font-size: 1.1em;
	background-color: #aca;
	color: #333;
	font-weight:bold;
}
.summaryTitle {
	padding: 4px;
	float:left;
	font-weight:bold;
}
.summaryNumber {
	padding: 4px;
	float:right;
	font-weight:bold;
}

