﻿div#pageheader {
    font-family: Cambria, 'Times New Roman', serif;
    font-size: 28px;
    font-weight: bold;
    padding: 10px 0px 10px 0px;
    color: #2a55ab;
}

div#subheader {
    font-family: Cambria, 'Times New Roman', serif;
    font-size: 18px;
    margin-top: -8px;
    padding: 0px 0px 5px 0px;
}

div#pageheader a {
    color: #000000;
}

div#subheader a {
    color: #808080;
}

div#nav {
    margin-top: 10px;
    white-space: nowrap;
    overflow-x: visible;
}

div#nav a {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px dotted #808080;
}

div#nav a#act {
    font-weight: bold;
    color: #4a4a4a;
}

div#nav a:last-child {
    border-right: 1px dotted #808080;
}

em {
    font-style: italic;
}

body, table, h1, h2 {
    font-family: Georgia, 'Bitstream Charter', serif;
    font-size: 16px;
    max-width: 800px;
    line-height: 1.5;
}

body {
    padding: 10px 0px 0px 15px;
    margin:0px auto;
}


h1, h2 {
	color: #2a55ab;
}

td, th {
    padding: 2px 10px 2px 4px;
}

table {
    margin-bottom: 15px;
    border-collapse: collapse;
}

a {
    color: #2a55ab;
    text-decoration: none;
    cursor: pointer;
}

    a:hover {
        color: #5aa0ff;
        text-decoration: none;
        cursor: pointer;
    }

p {
    text-align: justify;
}

.list {
    font-weight: bold;
}

.list span {
    display: block;
    font-style: italic;
    font-weight: normal;
    margin-left: 5px;
    margin-bottom: 5px;
    font-size: 14px;
}

div#footer {
    font-size: 12px;
    margin-top: 40px;
    border-top: 1px dotted #BBBBBB;
    padding-top: 5px;
}

#header {
    margin-bottom: 25px;
    padding-left: 0px;
    padding-top: 2px;
    <!--background-image: url(BMwebfoto.jpg);-->
    <!--background-size: 120px 190px;-->
    <!--background-repeat: no-repeat;-->
    <!--background-position: right top;-->
}

#courseheader {
    margin-bottom: 25px;
    padding-left: 0px;
    padding-top: 2px;
}

h1 {
    font-family: Cambria, 'Times New Roman', serif;
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    border-bottom: 1px dotted #BBBBBB;
    padding-bottom: 1px;
}


div.cite {
    font-size: 14px;
    margin-left: 10px;
    margin-top: 7px;
}

div#links {
    font-size:18px;
    margin-top: 5px;
}

div.block {
    display: inline-block;
    margin-right:10px;
    margin-top:-8px;
    vertical-align: top;
}

.tentative {
}

input, select { 
    border:solid 1px #000000; 
}

.button {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background: -moz-linear-gradient( center top #ededed 5%, #dfdfdf 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    font-family: 'Segoe UI', Tahoma, sans-serif;
    color: #777777;
    background-color: #ededed;
    font-size: 14px;
    font-weight: bold;
    padding: 4px 24px 4px 24px;
    border: solid 1px #bcbcbc;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

    .button:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededfd), color-stop(1, #dfdfff) );
        background: -moz-linear-gradient( center top #ededfd 5%, #dfdfff 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededfd', endColorstr='#dfdfff');
        color: #7777ff;
        background-color: #ededff;
        border: solid 1px #bcbcff;
    }

    .button:active {
        position: relative;
        top: 2px;
    }

#sponsors img {
    width:100px;
}

#sponsors div {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    width: 250px;
    vertical-align: middle;
    padding-bottom: 20px;
    padding-right: 10px;
}

#sponsors span {
    display: block;
    padding-top: 5px;
}

.weekoverz th {
	text-align: left;
}

.weekoverz td {
	text-align: left;
    vertical-align: top;
    min-width: 140px;
    font-weight: normal;
    color: #000000;
}


tr.shaded {
	background-color: #EAEEF7;
}

.publications td {
    vertical-align: top;
    min-width: 110px;
    padding: 2px 5px 5px 0px;
}

.publications div {
    font-size: 12px;
    display: none;
}

.publications .exp div {
    display: block;
}

.schedule td {
    vertical-align: top;
    min-width: 110px;
}

.schedule div {
    font-size: 15px;
    display: none;
}

.schedule .exp div {
    display: block;
}

