body {
  font-family:"Helvetica", "Arial", sans-serif;
  font-size:15px;
}

h1 {
  padding:0 0 .6em 0;
  font-size:2.0em;
}

h2, h3, h4, h5, h6, p {
  padding:.5em 0 .5em 0;
}

h2 {
  font-size:1.5em;
}

p, dt, dd {
  font-size:1em;
  line-height:1.25em;
}

dd {
  padding-bottom:6px;
}

.message {
  font-weight:bold;
}

.error {
  color:#f00;
}

.clearboth {
  clear:both;
}

dt {
  float:left;
  font-weight:bold;
  width:150px;
}

.sidebar {
  font-size:.9em;
}

.sidebar dt {
  width:100px;
}

dd {
  margin-left:150px;
}

.sidebar dd {
  margin-left:100px;
}

a:link, a:visited, a:hover {
  /*color:#f00;*/
  color:#f00;
}

.separator {
  height:20px;
}

.title {
  height:50px;
  margin-top:20px;
  width:760px;
}

.title h1 {
  color:#f00;
  font-size:45px;
  padding:0;
  text-align:right;
}

.title h2 {
  color:#000;
  font-size:20px;
  padding:0;
  text-align:right;
}

.menubox_t, .menubox_b {
  border:2px solid #f00;
  color:#000;
  font-family:"Helvetica", sans-serif;
  height:126px;
  padding:5px;
}

.menubox_t {
  margin-top:30px;
}

.menubox_t a, .menubox_b a {
  display:block;
  line-height:0.9em;
  width:100%;
  padding:2px 0 0 0;
}

.menubox_t h2, .menubox_b h2 {
  font-size:20px;
  padding:0 0 2px 2px;
}

.menubox_t h2 a:link, .menubox_t h2 a:visited,
.menubox_b h2 a:link, .menubox_b h2 a:visited {
  font-size:20px;
  color:#000;
  text-decoration:none;
}

.menubox_t h2 a:hover,
.menubox_b h2 a:hover {
  color:#f00;
}

.menubox_t li, .menubox_b li {
  padding:1px 2px;
}

.menubox_t li a:link, .menubox_t li a:visited,
.menubox_b li a:link, .menubox_b li a:visited {
  color:#888;
  text-decoration:none;
}

.menubox_t:hover li a:link, .menubox_t:hover li a:visited, .menubox_t:hover li a:hover,
.menubox_b:hover li a:link, .menubox_b:hover li a:visited, .menubox_b:hover li a:hover {
  color:#000;
  text-decoration:none;
}

.menubox_t:hover li a:hover,
.menubox_b:hover li a:hover {
  color:#f00;
}

.menuselected {
  background:#f00;
}

.menuselected li a:link, .menuselected li a:visited, .menuselected li a:hover,
.menuselected h2 a:link, .menuselected h2 a:visited, .menuselected h2 a:hover {
  color:#fff;
}

.menuselected li.selected a:link, .menuselected li.selected a:visited, .menuselected li.selected a:hover {
  background:#fff;
  color:#000;
  margin-top:-2px;
  padding-top:4px;
}

.menuselected:hover li a:link, .menuselected:hover li a:visited, .menuselected:hover li a:hover {
  color:#fff;
}

.menuselected:hover li a:hover {
  background:#fff;
  color:#000;
  margin-top:-2px;
  padding-top:4px;
}

.menuselected:hover li.selected a:link, .menuselected:hover li.selected a:visited {
  color:#000;
}

.sidebar {
  padding-top:0;
}

.line {
  border-top:2px solid #f00;
  margin-top:10px;
}

.dashedline {
  border-top:2px dashed #f00;
  margin-top:10px;
}

.sidebar h2 {
  padding-top:5px;
}

.footer {
  border:2px solid #f00;
  margin-top:20px;
  text-align:right;
  padding:20px 0;
}

.footer p {
  margin:0 20px;	
}
.bottom {
  height:30px;
}

.content {
  margin-top:-120px;
  min-height:200px;
}

.content ul {
  list-style:square;
  margin-left:20px;
}

.content ul.filelist {
  list-style:none;
  margin-left:0;
}

p.coursedetail {
  margin-bottom:20px;
}

/* forms */
ul.error li {
  list-style-type:square;
  margin-left:20px;
}

label {
  display:block;
  font-weight:bold;
}

input.text, textarea.text {
  font-size:1em;
  width:80%;
  padding:2px;
}

/* article list */
ul.articlelist {
  list-style:none;
  margin-left:0;
}

ul.articlelist a {
  text-decoration:none;
}

div.contextimage {
  float:right;
  margin:10px 0 0 10px;
}

div.contextimage img {
  border:1px solid #f00;
}

/* gallery */
ul.gallery {
  list-style:none;
}

ul.gallery li {
  background:#fff;
  border:1px solid #f00;
  float:left;
  height:72px;
  width:72px;
  margin:9px 0 0 9px;
  text-align:center;
}

ul.gallery li a {
  display:block;
  height:100%;
  width:100%;
}

ul.gallery li a:hover {
  background:#f00;
}

@media print {
  
  .title h1 {
    color:#000;
  }
  
  a:link, a:visited, a:hover {
    color:#000;
  }
  
  .menubox_t, .menubox_b  {
    background:#fff;
    border-color:#000;
  }
  
  .menuselected {
    background:#fff;
  }
  
  .menubox_t h2, .menubox_b h2, .menubox_t ul, .menubox_b ul {
    display:none;
  }
  
  .line {
    border-top-color:#000;
  }
  
  .dashedline {
    border-top-color:#000;
  }
}
