/* CSS Document */

.right {
text-align: right;
}
.center {
text-align: center;
}
.left {
text-align: left;
}


body {color: #505050;
background: #fffff0;}

img {color: #505050;
background: #fffff0;}

table {
border-style: none;
border-width: 0px;
}
table.title {
margin-bottom: 0px;
padding-bottom: 1px;
width: 100%;
}
tr.schedule {
color: #505050;
background: #e5e5ff;
}
td.date {font-weight: bold;
font-size: 1.1em;
width: 8em;}
td.sectiontitle {font-size: 1.1em;}


div.title {
margin-bottom: 0px;
}

div.lectureInfo {
font-size: 0.9em;
text-align: left;
margin-left: auto;
margin-right: 1em;
margin-bottom: 0px;
}

div.main {
margin-left: 3em;
      margin-right: 3em;
margin-bottom: 5em;
}
div.subindex {margin-left: 1em;}

hr {
margin-top: 0px;
}

dt {
margin-top: 1px;}

h1.title {
background: white;
text-align: center;
font-size: 2em;
}

h2 {
color: #404040;
background: white;
border-style: solid;
border-width: 0px 0px 2px 8px;
padding-left: 5px;
margin-right: 15%;
}

h2.red {
border-color: #f00000;
}

h2.blue {
/*background: #fefcff; */
border-color: #0000c0;
}

h2.green {
/*background: #f9fff0; */
border-color: #00d000;
}

h2.orange {
/*background: #fef0cc; */
border-color: #ffc000;
}

p.crew {
text-align: right;
margin-right: 1em;
margin-top: 1px;
margin-bottom: 1px;
}

.imp {font-size: 1.2em;
      color: red;
      font-weight: bold;
      font-style: underline;}