/* Start of CMSMS style sheet 'screen' */
* {
  margin: 0px;
  padding: 0px;
  font-family: Corbel, 'Lucida Grande', 'Lucida Sans Unicode', 'DejaVu Sans', 'Bitstream Vera Sans', 'Liberation Sans', Verdana, 'Verdana Ref', sans-serif;
}

body {
  margin: 15px;
  background-color: white;
  color: black;
  text-align: center;
}
h1 {
  font-size: 24pt;
  font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
  margin: 20px 0px 10px;
}
h2 {
  font-size: 18pt;
  font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
  margin: 20px 0px 10px;
}
h3 {
  font-size: 15pt;
  font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
  font-weight: bold;
  margin: 10px 0px 10px;
}
p {
  font-size: 12pt;
  margin-bottom: 10px;
}
a:link, a:visited {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}
a:active, a:hover {
  color: silver;
  background-color: transparent;
  text-decoration: underline;
}
#contents ul {
  padding: 5px 15px;
}
#contents ol {
  padding: 5px 20px;
}
#contents li {
  margin-bottom: 10px;
}
#contents table {
  border: 2px ridge white;
}
#contents .t1 td {
  padding: 0px;
}
.ModifiedDate {
  display: block;
  width: 100%;
  text-align: right;
  font-size: 10pt;
  margin-top: 8px;
}
.error {
  color: red;
  background-color: transparent;
}

/* Containers */
#container {
  position: absolute;
  background: #162d50 url('uploads/images/top-gradient.png') top repeat-x;
  color: white;
  border: 1px solid black;
  width: 980px;
  margin-left: -490px;
  left: 50%;
  top: 15px;
  text-align: left;
} 
#header {
  position: absolute;
  top: 0px;
  width: 100%;
  text-align: center;
}
#header img[src="uploads/images/logo.png"], #header img[src="uploads/images/logo-2.png"] {
  margin: 20px auto;
}
/*#header img[src="uploads/images/billede-bar.jpg"] {
  margin: 0px auto;
}*/
#header ul {
  display: block;
  width: 100%;
  margin-top: -5px;
  background: url('uploads/images/navbar-background.png') repeat-x;
  height: 40px;
  text-align: left;
  font-size: 10pt;
  font-weight: bold;
}
#header li {
  display: inline;
}
/*#header li a:link, #header li a:visited, #header li a:active, #header li a:hover {
  display: table-cell;
  padding: 0px 10px;
  color: white;
  background-color: transparent;
  text-decoration: none;
  height: 40px;
  vertical-align: middle;
}
#header li.activated a {
  display: table-cell;
  padding: 0px 10px;
  color: white;
  background: url('uploads/images/navbar-active.png') repeat-x;
  text-decoration: none;
  height: 39px;
  vertical-align: middle;
}*/
#header li a:link, #header li a:visited, #header li a:active, #header li a:hover {
  /*display: table-cell;*/
  padding: 12px 10px;
  color: white;
  background-color: transparent;
  text-decoration: none;
  height: 40px;
  vertical-align: middle;
  float:left;
}
#header li.activated a {
  /*display: table-cell;*/
  padding: 12px 10px;
  color: white;
  background: url('uploads/images/navbar-active.png') repeat-x;
  text-decoration: none;
  height: 39px;
  vertical-align: middle;
  float:left;
} 

#body {
  margin-top: 280px;
  width: 100%;
}
#contents {
  width: 700px;
  float: right;
  min-height: 450px;
  border-left: 1px solid white;
  padding: 10px 20px 50px 30px;
}

#menu {
  width: 170px;
  padding: 20px 10px 0px 25px;
  float: left;
}
#menu h1 {
  font-size: 13pt;
  font-style: italic;
}
#menu ul.kurser li {
  margin-bottom: 8px;
}
#menu li a:link, #menu li a:visited {
  text-decoration: none;
  font-size: 10pt;
  color: white;
  background-color: transparent;
}
#menu li a:hover, #menu li a:active {
  text-decoration: underline;
  font-size: 10pt;
  color: white;
  background-color: transparent;
}
#menu li.activated a /*:link, #menu li.activated a:visited */ {
  text-decoration: none;
  font-size: 10pt;
  font-style: italic;
  color: white;
  background-color: transparent;
}
#logout {
  border-top: 1px solid white;
  margin-top: 20px;
}
#logout * {
  color: white;
  background-color: transparent;
  font-size: 9pt;
}

#footer {
  position: absolute;
  bottom: 0px;
  width: 970px;
  clear: both;
  color: black;
  background-color: white;
  text-align: center;
  padding: 5px 5px 0px;
/*  border: 2px solid #162d50; color same as "container" */
}
#footer p {
  font-size: 9pt;
}
#footer a {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

/* End of 'screen' */

