/******************************************************************
 * GLOBAL
 ******************************************************************/

body {
    margin: 0;
    padding: 4px;
    background-color: white;
/*   font-family: Arial, sans; */
    font-size: 100%;
    color:#333;
    font-family: 'Questrial', sans-serif;
    text-align: justify;
}

pre {
/*     margin-left: 5em; */
     margin-right: 0em;
     padding: 0.5em;
     background-color: #f0f0f0;
     border: 1px solid black;
     font-size: 105%;
/*     font-weight: bold; */
}

a:link {
    color: #CC0000;
}
a:visited {
    color: #771224;
}
a:hover {
    background-color: #CC0000;
    color: white;
}

a[href $='.pdf'] {
    padding-right: 18px;
    background: transparent url(../images/pdf.gif) no-repeat center right;
}
a[href $='.pdf']:hover {
    padding-right: 18px;
    background: #CC0000 url(../images/pdf.gif) no-repeat center right;
    color: white;
}

table {
    width: 100%;
/*     padding: 0px 10px; */
}

th {
    font-weight: bold;
    color: white;
    background: #663300;
    padding-left: 4px;
    padding-right: 4px;
}
td {
    padding: 1px 4px;
    text-align: left;
}
em {
    font-weight: bold;
}
b.warning {
    color: red;
    border-bottom: 1px dashed red;
    margin-right: 2px;
}

/******************************************************************
 * HEADER
 ******************************************************************/


#main {
    width: 92%;
    margin: 0 auto;
}

#header h1 {
    margin: 0;
    padding: 0;
/*   width: 800px; */
    min-height: 50px;
    background: url(../images/brown_logo.png) right no-repeat white;
/*   text-indent: -9999px; */
}
#header p {
    margin: 0px;
    padding: 0px;
}
#header h1 a:link, #header h1 a:visited, #header h1 a:hover {
    text-decoration: none;
    background: none;
    color: black;
}

#header ul {
    list-style-type: none;
    width: 100%;
    margin: 0;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    border-top: 5px double #363636;
    border-bottom: 2px solid #363636;
}

#header ul li {
    display: inline;
    padding: 10px;
}
#header li a:link, #header li a:visited {
    text-decoration: none;
}
#header li a:hover {
    text-decoration: underline;
}

/******************************************************************
 * FOOTER
 ******************************************************************/

#footer-left {
    float: left;
    text-align: left;
}

#footer-right {
    float: right;
    text-align: right;
}
#footer {
    clear: both;
    border-top: 2px solid #363636;
    padding-top: 10px;
    padding-bottom: 5px;
    margin: 10px 0;
    font-size: 85%;
}

/******************************************************************
 * HOMEPAGE
 ******************************************************************/

.course-info {
    margin: 0px 10px;
    float: left;
    width: 55%;
    font-size: 110%;
}
.course-label {
    font-weight: bold;
    padding-right: 10px;
}
.front-left {
    float: left;
    width: 50%;
}
.front-right {
    float: right;
    width: 50%;
}
.front-announcements {
    clear: both;
}

/******************************************************************
 * CONTENT STUFF
 ******************************************************************/

#content {
    width: 75%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
}
#content h2 {
    margin-bottom: 5px;
    margin-top: 10px;
}
.content-list {
    list-style-type: none;
    padding: 0;
}
.content-list li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.content-item h3 {
    padding: 4px;
    padding-left: 8px;
    margin-bottom: 2px;
    margin-left: 0px;
    color: white;
    background: #663300;
    font-size: 100%;
    text-shadow: black 1px 1px 1px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.content-item h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    border-bottom: 1px solid #CCCCCC;
    margin-left: 10px;
    margin-right: 10px;
}
.content-item p {
    margin-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 125%;
}
.content-item ul, .content-item ul {
    margin-bottom: 10px;
}
.content-item ol li {
/*     margin: 15px 10px; */
    list-style-type: decimal;
    padding-bottom: 2px;
}
.content-item ul li {
/*     margin: 15px 10px; */
    list-style-type: circle;
    padding-top: 2px;
    padding-bottom: 2px;
}

/******************************************************************
 * PAPERS
 ******************************************************************/

.papers ol {
/*    padding-left: 10px; */
    margin: 0px;
    list-style-type: circle;
    color: black;
}

.papers li {
    list-style-type: disc;
    padding-bottom: 2px;
}

.papers-primary {
    font-weight: bold;
    background-color: #DDD;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

/******************************************************************
 * SYSTEMS
 ******************************************************************/
.system-name {
    width: 20%;
    font-weight: bold;
}
.system-type {
    width: 25%;
}
.system-opensource, .system-procedures, .system-dtxn {
    width: 11%;
    text-align: center;
}
.system-group {
    width: 15%;
    text-align: center;
}

/******************************************************************
 * SCHEDULE
 ******************************************************************/

table.calendar {
    border: 1px solid #CCCCCC;
}
table.calendar td {
    padding-top: 4px;
    padding-bottom: 4px;
}

.date {
    width: 14%;
    text-align: center;
}
.activity {
    width: 40%;
}
.group {
    width: 10%;
    text-align: center;
}
.slides {
    width: 18%;
    text-align: center;
}
.newsql {
    width: 18%;
    text-align: center;
}


div.assignments {
    padding-top: 2px;
    font-size: 90%;
}
div.assignments ul {
    margin: 0px;
    margin-left: 20px;
    padding: 0px;
/*     padding-left: 20px; */
}

tr.row0 td {
    background-color: white;
}
tr.row1 td {
    background-color: #f7d8d8;
}

/******************************************************************
 * PROJECTS
 ******************************************************************/

div.project {
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 10px;
}
div.project p {
    margin: 0px;
    padding: 0px;
}

.project-easy, .project-medium, .project-hard {
    color: white;
    font-weight: bold;
    padding: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.project-easy {
    background-color: #0CD61B;
}
.project-medium {
    background-color: #1D09E2;
}
.project-hard {
    background-color: #E50B01;
}

/******************************************************************
 * ROTATING LOGOS
 ******************************************************************/

#rotating-item-wrapper {
    width: 200px;
    height: 111px;
    margin-top: 20px;
    padding-right: 50px;
    float: right;
    font-size: 24px;
    font-weight: bold;
}
.rotating-item {
    display: none;
    position: absolute;
}
