/**************************************
 * THEME NAME: experience247v35
 *
 * Files included in this sheet:
 *
 *   experience247v35/styles_layout.css
 *   experience247v35/styles_fonts.css
 *   experience247v35/styles_color.css
 **************************************/

/***** experience247v35/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
  question
  tabs
  user

  various modules

*******************************************************************/


/***
 *** Core
 ***/

body {
 border: 0px;
 margin: 0px;
}

#content, 
.navbar {
 padding: 0px;
 margin: 0px;
 border-style: solid;
 border-width: 0px;
 border-top-width: 1px;
 border-bottom-width: 1px;
 width: 100%;
}

#layout-table {
  width:100%;
  border-collapse:separate;
  margin-top: 0px;
  border-width: 1px;
  border-spacing: 5px;
  border-style: solid;	
}

#layout-table #left-column,
#layout-table #middle-column,
#layout-table #right-column {
  vertical-align:top;
  border-width: 1px;
  padding: 0px;
  border-style: solid;
  -moz-border-radius: 0px;
}

#layout-table #middle-column {
  padding: 10px;
}

.generalbox {
  margin-left: 15px;
  margin-right: 15px;
}

#intro.generalbox {
  width: auto;
  margin-left: 15px;
  margin-right: 15px;
}

#content {
  padding-bottom: 15px;
} 


/***
 *** Forms
 ***/

/***
 *** Header
 ***/

#header, 
#header-home {
  margin: 0px;
  border-style: solid;
  border-width: 0px;
  border-bottom-width: 1px;
  width: 100%;
  overflow: hidden;
}

#header-home {
  height: 95px;
  background:#022F72 ;
}

#header {
  background:#022F72 url(body.png) no-repeat fixed center top;
  height: 38px;
}

.headermain {
  padding-top: 9px;
  padding-left: 9px;
}

#header h1.headermain:before { content: "#:" }

.navbar {
  border: none;
  background: none;
  border-style: solid;
  border-width: 1px;
  height: 28px;
  overflow: hidden;
}

.breadcrumb {
  padding: 8px;
  padding-top: 6px;
}

/***
 *** Footer
 ***/

#footer {
  padding: 0px;
  margin: 0px;
  border-style: solid;
  border-width: 0px;
  border-top-width: 1px;
  width: 100%;
  text-align: right;
}

/***
 *** Filters
 ***/

/***
 *** Admin
 ***/

/***
 *** Blocks
 ***/

.sideblock .header {
  border: none;
  background: none;
  border-style: solid;
  border-width: 1px;
}

.sideblock .content {
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-bottomright: 0px;
  padding: 8px;
}


.sideblock {
  margin-bottom: 0px;
  width: 100%;
}

/***
 *** Blogs
 ***/

/***
 *** Calendar
 ***/

/***
 *** Course
 ***/

/***
 *** Group
 ***/

/***
 *** Doc
 ***/

/***
 *** Grades
 ***/

/***
 *** Login
 ***/

/***
 *** Message
 ***/

/***
 *** MyMoodle
 ***/

/***
 *** Question
 ***/

/***
 *** Logs
 ***/

/***
 *** Tabs
 ***/

/***
 *** User
 ***/

/***
 *** Modules: Assignment
 ***/

/***
 *** Modules: Chat
 ***/

/***
 *** Modules: Choice
 ***/

/***
 *** Modules: Data
 ***/

/***
 *** Modules: Forum
 ***/

/***
 *** Modules: Glossary
 ***/

/***
 *** Modules: Journal
 ***/

/***
 *** Modules: Label
 ***/

/***
 *** Modules: Lesson
 ***/

/***
 *** Modules: Quiz
 ***/

/***
 *** Modules: Resource
 ***/

#mod-resource-view .resourcepdf {
  padding-top: 0px;
}

.resourcepdf object {
  height: 400px;
  width: 100%;
}

/***
 *** Modules: Scorm
 ***/

/***
 *** Modules: Survey
 ***/

/***
 *** Modules: Wiki
 ***/

/***
 *** Modules: Workshop
 ***/

/***** experience247v35/styles_layout.css end *****/

/***** experience247v35/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: Verdana, Arial;
  font-size: 11px;
  letter-spacing: 0.02em;
}

a:link,
a:visited, 
a:hover {
  text-decoration: none;
}

/***
 *** Header
 ***/

#header .headermain {
  font-weight: normal;
  font-size: 17px;
}

/***
 *** Footer
 ***/

/***
 *** Admin
 ***/

/***
 *** Blocks
 ***/

.block_messages .content .listentry, 
.block_online_users .content .listentry {
  font-size: 0.9em;
}

/***
 *** Blogs
 ***/

/***
 *** Calendar
 ***/

td.day, .weekdays th {
  font-size: 0.9em;
}

/***
 *** Course
 ***/

/***
 *** Doc
 ***/

/***
 *** Grades
 ***/

/***
 *** Login
 ***/

/***
 *** Logs
 ***/

/***
 *** Message
 ***/

/***
 *** MyMoodle
 ***/

/***
 *** Question
 ***/

/***
 *** Tabs
 ***/

/***
 *** User
 ***/

/***
 *** Modules: Assignment
 ***/

/***
 *** Modules: Chat
 ***/

/***
 *** Modules: Choice
 ***/

/***
 *** Modules: Forum
 ***/

/***
 *** Modules: Glossary
 ***/

/***
 *** Modules: Journal
 ***/

/***
 *** Modules: Label
 ***/

/***
 *** Modules: Lesson
 ***/

/***
 *** Modules: Quiz
 ***/

/***
 *** Modules: Resource
 ***/

/***
 *** Modules: Scorm
 ***/

/***
 *** Modules: Survey
 ***/

/***
 *** Modules: Wiki
 ***/

/***
 *** Modules: Workshop
 ***/

/***
 *** Phpinfo display
 ***/
/***** experience247v35/styles_fonts.css end *****/

/***** experience247v35/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: #0000FF;
}

a:hover {
  color: #FF0000;
}

body {
  background-color: ButtonFace;
  color: #000;
}

#content, .navbar {
  border-bottom-color: ButtonShadow;
  border-top-color: ButtonHighlight;
  background-color: ButtonFace;
}

#layout-table {
  border-color: ButtonFace;
}

#layout-table #left-column,
#layout-table #middle-column,
#layout-table #right-column {
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
  background-color: ButtonFace;
}

#layout-table #middle-column {
  background-color: white;
}

form.mform fieldset, 
.generalbox {
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
}

.sitetopic,
.categorybox {
  border-color: ButtonFace;
}

/***
 *** Header
 ***/

#header, 
#header-home 
{
  border-bottom-color: ButtonShadow;
  background-color: #022F72;
}

#header {
  background-color: #022F72;
}

.headermain {
  color: #FFFFFF;
}

.logininfo  
{
  color: white;
}

.breadcrumb ul li a:link, 
.breadcrumb ul li a:visited {
  color: black;
}

.breadcrumb ul li a:hoover {
  color: red;
}

/***
 *** Footer
 ***/

#footer {
  border-top-color: ButtonHighlight;
  background-color: ButtonFace;
}


.navbar {
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
  background-color: ButtonFace;
}

/***
 *** Admin
 ***/

/***
 *** Blocks
 ***/

.sideblock .header {
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
  background-color: ButtonFace;
}

#left-column .hidden .header, 
#right-column .hidden .header {
  border-bottom-color: ButtonShadow;
}

.sideblock .content {
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
  background-color: white;
}

/***
 *** Blogs
 ***/

/***
 *** Calendar
 ***/

/***
 *** Course
 ***/

/***
 *** Doc
 ***/

/***
 *** Grades
 ***/

/***
 *** Login
 ***/

/***
 *** Message
 ***/

/***
 *** Question
 ***/

/***
 *** Logs
 ***/

/***
 *** Tabs
 ***/

/***
 *** User
 ***/

/***
 *** Modules: Chat
 ***/

/***
 *** Modules: Choice
 ***/

/***
 *** Modules: Forum
 ***/

/***
 *** Modules: Glossary
 ***/

/***
 *** Modules: Journal
 ***/

/***
 *** Modules: Label
 ***/

/***
 *** Modules: Lesson
 ***/

/***
 *** Modules: Quiz
 ***/

/***
 *** Modules: Resource
 ***/

/***
 *** Modules: Scorm
 ***/

/***
 *** Modules: Survey
 ***/

/***
 *** Modules: Wiki
 ***/

/***
 *** Modules: Workshop
 ***/

/***** experience247v35/styles_color.css end *****/

