/**************************************
 * THEME NAME: ERRA
 *
 * Files included in this sheet:
 *
 *   ERRA/erra_styles_layout.css
 *   ERRA/erra_styles_fonts.css
 *   ERRA/erra_styles_color.css
 **************************************/

/***** ERRA/erra_styles_layout.css start *****/

/*******************************************************************
 styles_layout.css

 This CSS file contains all layout definitions like positioning,
 floats, margins, padding, borders etc.

 Styles are organised into the following sections:
  core
  forms
  header
  footer

  admin
  blocks
  blog
  calendar
  course
  doc
  grades
  login
  message
  notes
  mymoodle
  question
  tabs
  tags
  user

  various modules

*******************************************************************/


/***
 *** Core
 ***/
body{
	margin: 0;
	padding: 0;
}

#layout-table {
  padding: 0 !important;
  border-collapse: collapse;
}

/***
 *** Header
 ***/


#header-home {
	height: 120px;
}

#header {
	height: 102px;
}

#header-home h1.headermain{
	display: none;
}
#header h1.headermain
{
	float:right;
	margin-right:20px;
	margin-top:40px;
	position:relative;
	text-align:right;
	z-index:100;
	margin-left:250px;
}

div#header-logo{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 247px;
	height: 120px;
}
div#header-world{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 182px;
	height: 102px;
}
#page hr{
	display: none;
}

.navbar {
	border: none;
	border-width:0px;
	margin-left: 250px;
	width:auto;
}
 .headermenu {
	position:absolute;
	right:20px;
	top:15px;
	z-index:100;
}
 .headermenu .logininfo{
	float: left;
}

.sideblock h2{
	padding-top: 5px;
	margin-bottom: 3px;
}

/***
 *** Footer
 ***/
#footer{
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#footer p.helplink  {
	padding-top: 5px;
}
/***
 *** Admin
 ***/


/***
 *** Blocks
 ***/


#left-column,
#right-column
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 0px !important;
	
}

#left-column{
	border-right-style: solid;
	border-right-width: 1px;
}

#right-column{
	border-left-style: solid;
	border-left-width: 1px;
}

.sideblock .header, .sideblock h2.header,
.sideblock .content{
	border-width: 0px;
	border: none;
}

#layout-table #middle-column {
	padding-top: 0px;
}

/***
 *** Course
 ***/

/***
 *** Login
 ***/


/***
 *** MyMoodle
 ***/

/***
 *** Tabs
 ***/



/***
 *** Modules: Scorm
 ***/

/***** ERRA/erra_styles_layout.css end *****/

/***** ERRA/erra_styles_fonts.css start *****/

/*******************************************************************
 styles_fonts.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
  mymoodle
  question
  tabs
  user

  various modules

*******************************************************************/


/***
 *** Core
 ***/
body, table, td, th, li {
  font-family:Arial, Verdana, Helvetica, sans-serif;
  font-size:97%;
  /*letter-spacing:0.02em;*/
}

h1 {
  font-size:1.7em;
}

h2 {
  font-size:1.4em;
}
h3 {
  font-size:1.1em;
}
h4 {
  font-size:1.0em;
}


/***
 *** Header
 ***/
.headermenu .logininfo a {
	font-weight: bolder;
}

#header .headermain {
	font-size:1.1em;
}

/***
 *** Footer
 ***/

#footer .logininfo a {
	font-weight: bolder;
}

#footer p.helplink a {
	font-weight: bolder;
}

/***
 *** Admin
 ***/

/***
 *** Blocks
 ***/

/***
 *** Blogs
 ***/

/***
 *** Calendar
 ***/


/***
 *** Course
 ***/

/***
 *** Doc
 ***/

/***
 *** Grades
 ***/

/***
 *** Login
 ***/

/***
 *** Logs
 ***/

/***
 *** MyMoodle
 ***/

.my .courseboxcontent .overview .info {
  font-size:0.7em;
}

/***
 *** Question
 ***/

/***
 *** Tabs
 ***/



/***
 *** Tags
 ***/


/***
 *** User
 ***/

/***
 *** Modules: Assignment
 ***/


/***
 *** Modules: Choice
 ***/

/***
 *** Modules: Forum
 ***/

/***
 *** Modules: Glossary
 ***/


/***
 *** Modules: Quiz
 ***/

/***
 *** Modules: Resource
 ***/



/***
 *** Modules: Scorm
 ***/

#mod-scorm-index .cell {
  font-size:0.8em;
}

/***
 *** Modules: Survey
 ***/
/***** ERRA/erra_styles_fonts.css end *****/

/***** ERRA/erra_styles_color.css start *****/

/*******************************************************************
 styles_color.css

 This CSS file contains all color definitions like
 background-color, font-color, border-color etc.

 Styles are organised into the following sections:

  core
  header
  footer

  admin
  blocks
  calendar
  course
  doc
  login
  message
  question
  tabs
  user

  various modules

*******************************************************************/

/***
 ***  Core
 ***/

a:link,
a:visited {
  color:#902020;
}



a.dimmed:link,
a.dimmed:visited {
  color:#AAAAAA;
}

a:hover {
  color:#FF0000;
  text-decoration: none;
}

a.autolink:link,
a.autolink:visited {
  color:#000000;
  background: #DDDDDD;
}

a.autolink.glossary:hover {
  cursor: help;
}

img.userpicture,
img.grouppicture {
  border-color:#902020;
}

.block_online_users .listentry img {
  border:#888
}

body {
  background-color:#ffffff;
  color:#000;
}



/***
 *** Header
 ***/

div#header,
div#header-home
 {
	background: transparent url(pix/header-bg.gif) repeat-x;
	color: #FFFFFF;
}

div#header-logo{
	background: transparent url(pix/header-logo.gif) no-repeat;
}

div#header-world{
	background: transparent url(pix/header-world.gif) no-repeat;
}

.breadcrumb .sep, #admin-report-unittest-index .sep {
	color:#902020;
}

.headermenu .logininfo a {
	color: #FFFFFF;
	text-decoration: underline;
}

.headermenu .logininfo a:hover {
	text-decoration: none;
}

/***
 *** Footer
 ***/

#footer{
	background: #727272 url(pix/footer-bg.gif) repeat-x;
	color: #FFFFFF;
	border-bottom-color: #000000;
}
#footer .logininfo a {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer .logininfo a:hover {
	text-decoration: none;
}


#footer p.helplink a {
	color: #FFFFFF;
}

#footer .homelink a:link, #footer .homelink a:visited, #footer .homelink a:hover{
	color: #FFFFFF;
}

/***
 *** Blocks
 ***/
 
.sideblock .content {
	background-color:#FFFFFF;
}

#left-column,
#right-column
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	
}

#left-column{
	border-right-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
}

#right-column{
	border-left-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
}

.sideblock .header{
	background: #cd2e2b url(pix/box-bg.gif) repeat-x;
	color: #FFFFFF;
}/***** ERRA/erra_styles_color.css end *****/


