/*******************************************************************
 styles_color.css
  
 This CSS file contains all font definitions like family, size,
 weight, text-align, letter-spacing etc.

 Styles are organised into the following sections:
  core
  header
  footer

  admin
  blocks
  calendar
  course
  doc
  grades
  login
  message
  tabs
  user

  various modules

*******************************************************************/


/***
 *** Core
 ***/

.clearer {
  font-size:1px;
}

body, td, th, li, p, span, div {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
  letter-spacing:0.02em;
}

th {
  font-weight: bold;
}

a:link,
a:visited {
  text-decoration:none;
}

a:hover {
  text-decoration: underline;
}

h1.main,
h2.main,
h3.main,
h4.main,
h5.main,
h6.main {
  font-weight:bold;
}

h1 {
  /* font-size:1.3em;*/
  font-size:1.7em;
}

h2 {
  /* font-size:1.2em;*/
  font-size:1.5em;
}
h3 {
  /*font-size:1.1em;*/
  font-size:1.3em;
}
h4 {
  font-size:1.0em;
}

.bold {
  font-weight:bold;
}

.warning {
  font-weight: bold;
  font-style: italic;
}

.errorbox .title {
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
}

.pagingbar .title {
  font-weight: bold;
}
.pagingbar .thispage {
  font-weight: bold;
}

.categorybox .category,
.categorybox .category {
  font-size:1.2em;
  font-weight:bold;
}

.helplink {
  /*font-size:0.8em;*/
  font-size:0.85em;
}

.headingblock {
  font-weight: bold;
}

.headingblock .link {
  font-size: 1em;
}

.files .file {
  font-size: 1em;
}

.files .folder {
  font-size: 1em;
}

.files .folder .size {
  font-weight: bold;
}


/***
 *** Header
 ***/

.headermain {
  font-weight:bold;
}

#header-home .headermain {
  font-size:1.3em;
}

#header .headermain {
  font-size:1.3em;
}

.breadcrumb {
  font-size:1em;
  font-weight:bold;
}

.logininfo,
#header-home .headermenu font {
  font-size:1em;
}
.logininfo{
	/*font-size:1em;*/
	font-size:9px;
	}


/***
 *** Footer
 ***/

.homelink {
}


.performanceinfo {
  /*font-size: 0.6em;*/
  font-size: 0.85em;
}

