/* ******************* */
/* Moodle CSS for ZHAW */
/* ******************* */
/* Author: Martin Voegeli */
/* Contact: http://elearning.zhaw.ch/kontakt/ */
/* Code for inclusion: */
/* <link rel="stylesheet" href="http://elearning.zhaw.ch/moodle/file.php/1/styles/zhaw.css" type="text/css" /> */
/* Version: 2009-05-20 */
/* Good to konw. This works: #inst37262 .content { some styles } */

/* course title */
h1.headermain {
  color: #006699; /* dept color 0164a7 */
}

/* course summary */
div.block_course_summary .content{
  font-weight: bold;
  font-family:Arial, Helvetica, sans-serif;
  padding-bottom:8px;
  padding-top:7px;
}

/*  */
a:link{color:#006699; text-decoration:none}
a:visited {color:#006699; text-decoration:none}
a:active {color:#006699; text-decoration:none}
a:hover {color:#006699; text-decoration:underline}

/* */
div.block_course_summary a:link{color:white; text-decoration:none}
div.block_course_summary a:visited {color:white; text-decoration:none}
div.block_course_summary a:active {color:white; text-decoration:none}
div.block_course_summary a:hover {color:white; text-decoration:underline}

/* rss blocks */
div.title a:link{color:white; text-decoration:none}
div.title a:visited {color:white; text-decoration:none}
div.title a:active {color:white; text-decoration:none}
div.title a:hover {color:white; text-decoration:underline}

/* open blocks and specials */
div.header, h2.header, div.block_course_summary .content {
  color:white;
  background-image:url(http://elearning.zhaw.ch/moodle/file.php/1/styles/zhaw.gradient.jpg);
  background-position:top;
  background-repeat:repeat-x;
  -moz-border-radius:0px;
}

/* closed blocks */
div.hidden .header {
  color:black;
  background-image:url(http://elearning.zhaw.ch/moodle/theme/standardwhite/gradient.jpg);
  background-position:top;
  background-repeat:repeat-x;
}