/* $Id: style.css,v 1.5 2006/03/03 16:39:45 johnt Exp $ */

/* border: thin solid red; */

body, td, div {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: small;
    text-align: left;
}

select, textarea, input {
    font-family: Verdana, Arial, Helvetica;
    font-size: small;
}

h4 {
    margin-left: 10px;
    margin-bottom: 0px;
    margin-top: 0px;
    font-style: italic;

}

h4 + p, h3 + p {
    margin-left: 10px;
}

a:hover {
    color: #000000;
}

div.tabs {
    border: thin solid red;
}

table.tabs {
    align: center;
    border-collapse: collapse;
    width: 100%;
}

td.tabs {
    font-size: xx-small;
    background-color: rgb(200,200,200);  /* light grey */
    padding: 0em 2em 0em 2em;
    text-align: center;
}

td.tabs-selected {
    font-size: xx-small;
    background-color: lightblue;
    padding: 0em 2em 0em 2em;
    text-align: center;
}

td.tabs-under {
    background-color: lightblue;
    padding: 0em;
}

a.tabs:link {
    color: rgb(0,0,153);
}

a.tabs:visited {
    color: rgb(0,0,153);
}

a.tabs:active {
    color: rgb(255,0,0);
}

a.tabs:hover {
    color: rgb(0,0,0)
}

/* CSS for ENC course session chooser */

th.enrollment {
    font-size: xx-small;
}

tr.enrollment > td {
    font-size: xx-small;
}

input.enrollment {
    font-size: xx-small;
}

td.enrollmenttext {
    font-size: xx-small;
}

td.enrollmentactive {  /* style for active enrollment text */
    color: rgb(0,0,0);
    vertical-align: baseline;
}

td.enrollmentinactive {  /* style for inactive enrollment text */
    color: rgb(150,150,150);
    vertical-align: baseline;
}

ol.edunetenrollmentlist {
    list-style-type: upper-alpha;
}

/* CSS for ENC feedback elements */

div.edunetfbdebug {
    color: blue;
    font-size: x-small;
}

div.edunetfberror {
    color: red;
    font-size: x-small;
}

div.edunetfbsuccess {
    color: green;
    font-size: x-small;
}

div.edunetfbmissing {
    color: rgb(255,100,0);  /* dark orange */
    font-size: x-small;
}

div.enrollspreadsheet thead td {
    font-size: x-small;
    text-align: left;
}

div.enrollspreadsheet tbody td {
    font-size: x-small;
    text-align: center;
}

div.enrollspreadsheet input {
    font-size: xx-small;
}

div.enrollspreadsheet th {
    font-size: x-small;
    text-align: center;
}


