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

/***** NTEIH_azul/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
  header
  footer

  admin
  blocks
  calendar
  course
  doc
  help
  login
  message
  user

  various modules

*******************************************************************/


/***
 *** Core
 ***/

body {
  margin:0;
  padding:0;
}
#page {
  margin : 0;
  border-width:0 2px 2px 2px;
}
h1.main,
h2.main,
h3.main,
h4.main,
h5.main,
h6.main {
  background:url(pix/breadcrumb_bg.gif) top left;
  border:1px solid;
}
#content {
  clear:both;
}
.generalboxcontent {
  text-align:left;
}
#layout-table {
  margin-top:0;
}
#layout-table #left-column {
  width:22%;
  padding:0;
  background : url('pix/caiu.jpg') bottom center no-repeat;
}
#layout-table #middle-column {
  width:auto;
  padding:0 20px;
  padding-left:16px;
}
#layout-table #middle-column .topics {
  width:100%;
  padding-top:10px;
}
#layout-table #right-column {
  width:22%;
  padding:0;
}
#middle-column .section .content,
#middle-column .section .side {
  border:0 none;
}
.generalbox {
  width:100%;
}
#intro {
  margin-top:0.5em;
}
#intro .generalboxcontent {
  padding:0.3em;
}
.generaltable th.header {
  border:1px solid;
}
.generaltable .smallinfo p {
  margin-top:0;
}
.singlebutton {
  text-align:center;
}
.sitetopiccontent {
  border:0 none;
}
img.img-left {
  margin:0 15px 5px 0;
}
img.userpicture,
img.grouppicture,
.block_online_users .listentry img {
  border:0 none;
}
.generalboxcontent td > input[type=submit] {
  display:block;
  margin:0 auto;
}
#course-edit .generalboxcontent td > input[type=submit] {
  margin-left:0;
}
td[align=right] {
  text-align:right;
}
td[align=center] {
  text-align:center;
}
td[align=left] {
  text-align:left;
}
.helplink img {
  vertical-align:top;
}
.clearer {
  clear:both;
  margin:0px;
  padding:0px;
  height:1px;
  border:none;
  background:transparent;
}


/***
 *** Header
 ***/

#header-home,
#course-view #header,
#site-index #header{
/*  margin-top: 0px;
  height:190px;
*/}

/*.headermain {
  margin:0px 0 0 16px;
}*/
.headermenu {
  /*float:right;*/
/*  margin:0px 0px 0px 0px;
  height:12px;*/
 /* text-align:right;*/
}
.headermenu .logininfo {
/*  margin:0px 0px 0px 0px;
*/}

#header-home-piccont, 
#course-view #header-piccont,
#site-index #header-piccont{
  position: relative;
  margin-top: 0px;
  width: auto;
  height: 10px;
  top: 10px;
  padding: 2px 0;
}
* html #header-home-piccont, 
* html #course-view #header-piccont,
* html #site-index #header-piccont {
  width: 100%;
  top: 5px;
}

#headertitle {
  position : relative;
  margin-left : 0px;
  margin-top : 0px;
}

#header-home-piccont #header-pic, 
#course-view #header-piccont #header-pic,
#site-index #header-piccont #header-pic {
  position: relative;
  width: auto;
  height: 120px;
  margin-top: 0px;
  background-image : url('pix/header_pic.jpg');
  background-repeat : no-repeat ;
  background-position : right;
}

.navbar {
  width:100%;
  margin:0px 0;
  padding:0;
  height:8px;
  border:none;
  border-bottom:1px solid #786c6e;
  background : url(pix/breadcrumb_bg.gif);
}
.navbar .breadcrumb {
  /*float:left;*/
  margin:0px 0 0 0.4em;
}
.navbar .navbutton {
  margin:0 1em 0 0;
}
.navbar .navbutton,
.navbar .menu {
  float:right;
}
.reportlink {
  text-align:right;
  padding:0.2em 1em;
}

/***
 *** Footer
 ***/

#footer {
  text-align:center;
  margin-top: 40px;
}
#footer .navbar {
  margin-top: 4em;
}
#footer .copyright {
  /*float: left;*/
  margin-top: 1em;
  margin-left: 1em;
  /*text-align: left;*/
}
#footer .logininfo {
  /*float: right;*/
  margin-top: 1em;
  margin-right: 1em;
}
/*
#logodsk {
	background : transparent url('pix/logo_dsk.gif') no-repeat;
	width : 120px;
	height : 35px;
}
*/

#logodsk {
	background : transparent url('pix/logo_dsk.gif') no-repeat;
	margin: 0 auto;
	margin-top: 0px;
	width : 120px;
	height : 35px;
}


#logoih {
	background : transparent url('pix/ih.jpg') no-repeat right;
	width : 120px;
	height : 35px;
}

#credits {
	position : relative;
	left : 10px;
}


/***
 *** Content
 ***/

#content {
  clear:both;
  margin:0;
}
#site-index #content,
#course-view #content {
  margin-top:15px;
}

/***
 *** Admin
 ***/
 
.logtable th.header {
  border:1px solid;
}
#user-edit #content .generalbox,
#user-view .userinfobox tr {
  border-top:0 none;
}
#user-edit .userpicture,
#user-view .userpicture {
  margin-top:10px;
}
#user-view .buttons {
  margin:1em 0;
}
#admin-enrol h4 {
  text-align:left;
}

/***
 *** Blocks
 ***/
 
.sideblock {
  margin:0;
  border:0 none;
}
#right-column .sideblock {
  margin:0 0 14px 0;
  border:none;
}
.sideblock,
.sideblock .searchform {
  text-align:left;
}
.sideblock .header {
  margin-top: 0px;
  height: 15px;
  width : 120px;
  background:#6fb5ce url(pix/sideblock_header.jpg) repeat-x top;
  border:none;
  padding:2px 4px 2px 10px;
  vertical-align:top;
}
* .editing .sideblock .header {
	height : 30px;
}

.sideblock .header .hide-show img.hide-show-image {
  background:url('pix/switch_minus.gif') no-repeat bottom;
}
.sideblock.hidden .header .hide-show img.hide-show-image {
  background:url('pix/switch_plus.gif') no-repeat bottom;
}
.sideblock .header .hide-show img.hide-show-image {
  margin-top:2px;
}
#right-column .content {
  position : relative;
  left : 10px;
  border-bottom:none;
}
.sideblock .content {
  width : 185px;
  padding:0.5em 0.7em;
  border-style:solid;
  border-width:2px 2px 2px 2px;
 -moz-opacity : 0.8;
}
.sideblock .content h3.main {
  border:0 none;
  background:none;
}
.sideblock .searchform a {
  line-height:1.5em;
}
.sideblock .list .r0,
.sideblock .list .r1 {
  height:1.7em;
}
.sideblock .list td {
  vertical-align:middle;
  border-bottom:1px solid;
}
.sideblock .head {
  margin-top:0.5em;
}
.sideblock .link {
  margin:0.3em 0;
  border-bottom:1px solid;
}
.sideblock .post {
  margin-top:0.5em;
  padding-bottom:0.2em;
  border-bottom:1px solid;
}
.block_rss_client .link {
  border-top:0 none;
}

/***
 *** Calendar
 ***/

#calendar .today,
.minicalendar .today {
  padding-top:0;
  padding-bottom:0;
  border:1px solid !important;
}
#calendar .maincalendar .calendarmonth {
  width:75%;
}

/***
 *** Course
 ***/

.block_course_summary {
}

.block_course_summary .content {

}

#course-loglive #header,
#course-loglive #footer {
  display:none;
}
#course-user .section .content h4 {
  text-align:left;
}
.headingblock {
  padding:1px 4px;
/*  border:solid;
  border-width:1px 0 0 0;
*/  text-align:center;
  vertical-align:top;
}
#course-view .section .content,
#course-view .section .side {
  border:none;
  border-top:1px solid;
}
#course-view .section .left {
  background:url('pix/menu_shade.png') top left repeat-x;
}
#course-view .section .activity {
  padding:0.2em 0;
}
#course-view .section .spacer {
  height:1em;
}
#course-category #content {
  text-align:center;
}
#course-category #content .generalbox,
#course-category #content .coursebox {
  text-align:left;
}

#backup-backup .generalbox {
  width:auto;
}
#backup-backup #content .generalboxcontent {
  text-align:left;
}
.blockconfigtable {
  width:100%;
  border-right:2px solid;
}
#course-groups p input {
  text-align:center;
}
#course-groups #content {
  margin-top:15px;
}

/***
 *** Icons and Images
 ***/
 
img.userpicture,
img.grouppicture,
.block_online_users .listentry img {
  border:0 none;
}

/***
 *** Help
 ***/

#help #header,
#help #footer {
  display:none;
}

/***
 *** Login
 ***/

#login-index .loginbox {
  margin-top:12px;
}
#login-index #content,
#login-index #content .loginbox form {
  text-align:center;
}

/***
 *** Message
 ***/

#message-index #header,
#message-user #header {
  display:none;
}
#message-user body {
  top:0 !important;
  left:0 !important;
  margin:0 !important;
  padding:0 !important;
}
#message-user #page {
  border:0 none;
}
#message-user #content {
  margin-top:0;
}
#message-user {
  margin-top:10px;
}
#message-user .name {
  margin-left:10px;
  margin-bottom:10px;
}
#message-send #edit-message {
  text-align:left;
}

/***
 *** user pages
 ***/

#user-view #content {
  margin:1em 1em;
  padding:0 10%;
  border:1px solid;
}
#user-view .userinfobox {
  margin:0;
  width:100%;
  border:solid;
  border-width:0 1px 1px;
}
#user-edit #content {
  margin:1em 1em;
  padding:0 10%;
  border:1px solid;
}
#user-edit .generalbox {
  margin:0;
  width:100%;
  border:solid;
  border-width:0 1px 1px;
}
#mod-forum-user #content {
  margin:1em 1em;
  padding:0;
  border:1px solid;
}
#mod-forum-user .user-content {
  margin:0;
  width:100%;
  border:solid;
  border-width:1px;
}
body#course-user #content {
  margin:1em 1em;
  padding:1px;
  border:1px solid;
}
body#course-user .section {
  margin:0 30px;
  border:1px solid;
}
body#course-user .graph {
  border:1px solid;
}
body#course-user .paging,
body#course-user .logtable {
  border:1px solid;
}
.admin .generalboxcontent > p[align=center] {
  text-align:center;
}
#admin-backup #content > p[align=right] {
  text-align:right;
}
#admin-auth .generalbox {
  margin-top:0.5em;
}

/***
 *** Modules:Chat
 ***/

#mod-chat-gui_header_js-chatinput #header,
#mod-chat-gui_header_js-users #header {
  display:none;
}

#mod-chat-gui_header_js-jsupdate {
  margin:10px;
}
#mod-chat-gui_header_js-jsupdate .chat-event,
#mod-chat-gui_header_js-jsupdate .chat-message {
  width:100%;
  padding:0;
  margin-top:7px;
}
#mod-chat-gui_header_js-jsupdate .text {
  vertical-align:top;
}
#mod-chat-gui_header_js-jsupdate .picture {
  width:40px;
  vertical-align:top;
}

  
/***
 *** Modules:Forum
 ***/
 
.forumheaderlist * {
  padding:0.1em 0.2em;
}
.forumheaderlist {
  width:90%;
  margin-left:auto;
  margin-right:auto;
}
.forumheaderlist .header {
  border:1px solid;
}
#mod-forum-index .generalbox {
  width:95%;
  margin:0 15px;
}
.forumpost .topic {
  border-width:1px 0;
}
.singlebutton {
  margin:0.5em 0;
}
#mod-forum-post #content {
  text-align:center;
}
  
/***
 *** Modules:Glossary
 ***/

.glossarydisplay {
  border-bottom:5px solid;
}
.glossarysearchbox {
  text-align:center;
}
.glossarypopup {
  margin-top:0.5em;
}
.categoryheader {
  border:1px solid;
  border-bottom:0 none;
}
#mod-glossary-edit .entrybox form {
  text-align:left;
}
#mod-glossary-edit .entrybox form td,
#mod-glossary-import .entrybox form td {
  vertical-align:top;
}
#mod-glossary-edit .entrybox form p[align=center] {
  text-align:center;
}

/*** tests ***/
/*.mod-glossary .entrybox * {
  border:1px solid #ccc !important ;
}*/
  
/***
 *** Modules:Hot Potatoes
 ***/

.mod-hotpot .notifyproblem {
  display:none;
}

/***
 *** Modules:Lesson
 ***/

#mod-lesson-lesson .generalbox {
  text-align:center;
}
#mod-lesson-lesson .tabs {
  width:90%;
  margin-bottom:1px;
}
* html #mod-lesson-lesson .tabs {
  margin-bottom:0;
}
#mod-lesson-view .generalbox {
  width:100%;
}
#mod-lesson-view .generalbox p {
  margin:0.1em 0;
}
#mod-lesson-view .generalbox th {
  text-align:center;
}
.mod-lesson .generalbox p {
  text-align:left;
}
#mod-lesson-view p[align="center"],
#mod-lesson-lesson p[align="center"] {
  text-align:center;
}

/***
 *** Modules:Quizz
 ***/

.mod-quiz .generalbox .generalboxcontent {
  border:solid #D0D0D0;
  border-width:4px 1px 1px;
  padding:1.5em 0.5em;
  text-align:left !important;
}
.mod-quiz .generalbox {
  background-color:#FFF;
  border:0 none;
  margin-bottom:5em;
}
#mod-quiz-edit .generalbox .generalboxcontent {
  border:0 none;
}
#mod-quiz-edit .generalbox .generalboxcontent  .generalboxcontent {
  border:1px solid;
}
#mod-quiz-edit #content > table {
  width:100%;
}
#mod-quiz-view #content {
  margin-top:15px;
}
#mod-quiz-attempt .generalbox {
  width:80%;
}
#mod-quiz-question center table {
  text-align:left;
}
#course-mod #quiz table table input[type=checkbox] {
  display:block;
  margin:0 auto;
}
#mod-quiz-report #analysis-options tr[align=left] {
  text-align:left;
}
#mod-quiz-report #analysis-options td[align=center] {
  text-align:center;
}

/***
 *** Modules:Resource
 ***/
 
.mod-resource #content {
  margin-top:1px;
}

/***
 *** Modules:Wiki
 ***/

#course-mod center table {
  text-align:left;
}
#mod-wiki-admin center table {
  text-align:left;
}
#mod-wiki-admin center table td[align=right] p {
  margin:0.1em 0;
}
#mod-wiki-admin #content table {
  margin-bottom:5px;
}
#mod-wiki-admin .generalbox {
  border-top-color:#DDD;
}
.mod-wiki #wikiPageActions {
  margin:0.5em 0;
}
.wiki .edit-box {
  text-align:left;
}
.mwiki .tabs {
  width:90%;
  margin:0 auto 1px;
}
textarea#ewiki_content {
  width:90%;
  height:40em;
  margin-bottom:0.5em;
}
.mod-wiki .view,
.mod-wiki .info {
  padding:0.5em;
}

/***
 *** Modules:Workshop
 ***/

.mod-workshop form table,
.mod-workshop form table tr,
.mod-workshop form table tr td {
  border:0 none #fff;
}
#mod-workshop-assessments center table {
  text-align:left;
}
.mod-workshop .generaltable th.header {
  padding:2px 5px;
  line-height:1.2em;
}
.tabs .side {
        width : 0;
}

/***** NTEIH_azul/styles_layout.css end *****/

/***** NTEIH_azul/styles_fonts.css start *****/

/*******************************************************************
 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
  help
  login
  message
  user

  various modules

*******************************************************************/

/***
 *** Reset Browser Defaults
 ***/

h1, h2, h3, h4, h5, h6, 
p, blockquote, address, pre, hr, 
ul, ol, li, dd, dt, dd, 
a, q, del, ins, sub, sup, abbr, acronym, 
tt, i, b, big, small, 
em, strong, dfn, code, samp, kbd, var, cite, 
table, thead, tfoot, tbody, tr, th, td, caption, 
form, fieldset, legend, label, textarea {
/*form, fieldset, legend, label, input, select, textarea {*/
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-variant: inherit;
	text-align: inherit;
	text-decoration: inherit;
	text-indent: inherit;
	text-transform: inherit;
	/*vertical-align: inherit; -- totally kills ie5.5win ie6win */
	color: inherit;
}

/***
 *** Core
 ***/

.clearer {
  font-size:1px;
}
body {
  font-family:Arial, Helvetica, sans-serif;
  font-size:100%;
}
th {
  font-weight:bold;
}
a:hover {
  text-decoration:underline;
}
b, strong {
  font-weight:bold;
}
.bold {
  font-weight:bold;
}
i, em {
  font-style:italic;
}
/* HTML-Editor Font Settings Start */
* font {
  line-height:normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight:bold;
  text-align:left;
  line-height:normal;
}
h1 {
  font-size:xx-large;
}
h2 {
  font-size:x-large;
}
h3 {
  font-size:large;
}
h4 {
  font-size:medium;
}
h5 {
  font-size:small;
}
h6 {
  font-size:xx-small;
}
/* HTML-Editor Font Settings End */
h1.main,
h2.main,
h3.main,
h4.main,
h5.main,
h6.main {
  font-weight:bold;
  text-align:center;
}
h1.main {
  font-size:1.4em;
}
h2.main {
  font-size:1.2em;
}
h3.main{
  font-size:1em;
}
h4.main {
  font-size:1em;
}
#user-index h2 {
  font-size:1em;
}
.generaltable .header {
  font-size:0.9em;
  font-weight:normal;
  white-space:normal !important;
}
.generalbox th {
  text-align:left;
}
.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;
}
.files .folder .size {
  font-weight:bold;
}
.generaltable th.header {
  line-height:1em;
}

/***
 *** Header
 ***/

#header,
#header-home,
.navbar {
  font-size:0.75em;
}
.headermain {
  font-weight: normal;
  font-size: 3em;
}
.breadcrumb {
  font-weight:normal;
  font-family : Verdana;
}
.reportlink {
  font-size:0.9em;
}

/***
 *** Footer
 ***/

#footer {
  font-size:0.75em;
}
.homelink {
}
#footer .copyright {
  font-size:0.8em;
}

/***
 *** Content
 ***/

#content {
  font-size:0.75em;
  line-height:1.3em;
}

/***
 *** Admin
 ***/

#admin-index .generaltable .c0 font b a {
  font-size:0.75em;
}
#admin-index .generaltable .c1 {
  font-size:1.1em;
}
table.formtable tbody th {
  font-weight:normal;
  text-align:right;
}
.logtable th.header {
  line-height:0.7em;
}

/***
 *** Blocks
 ***/
 
.sideblock {
  font-size:1em;
  text-align:left;
}
.sideblock .header {
  font-size:0.91em;
  line-height:1.4em;
  font-weight:bold;
}
.sideblock .content {
  line-height:1.2em;
}
.sideblock .content h3,
.sideblock .content h2 {
  font-size:1.1em;
}
.sideblock .content h3.main {
  font-weight:bold;
  font-size:inherit;
  text-transform:none;
}
.sideblock .header .commands {
  text-align:center;
}
.sideblock .footer {
  text-align:left;
}
.sideblock .head,
.sideblock .info,
.sideblock .event {
}
.sideblock .date {
  font-style:italic;
}
.sideblock div,
.sideblock div a,
.sideblock .content a,
.sideblock a,
.sideblock center,
.sideblock font,
.sideblock .newlink,
.sideblock .activityhead,
.sideblock .activitydate {
  text-align:left;
}
.sideblock div.header .title {
  font-family : Tahoma, Verdana;
  font-size : 11px;
  text-align:left;
}
.block_rss_client .link {
  font-size:1em;
  line-height:1.2em;
}
.block_login .logintable {
  text-align:left;
}

/***
 *** Calendar
 ***/

#calendar {
  font-size:1em;
}
#calendar .maincalendar .eventlist .event .referer {
  font-weight:bold;
}
#calendar .maincalendar .eventlist .event .description .commands {
  text-align:right;
}
#calendar div.header {
  font-weight:bold;
}
#calendar .sidecalendar .filters {
  font-size:1em;
  line-height:1.3em;
}
#calendar .maincalendar .controls {
  font-size:1.2em;
}
#calendar .maincalendar .day {
  font-weight:bold;
}
.sideblock .filters td {
  font-size:1.3em;
  line-height:1.3em;
}
table.minicalendar {
  font-size:0.9em;
}
.cal_popup_bg {
  font-size:1.1em;
}
.cal_popup_caption {
  font-family:sans-serif;
  font-weight:bold;
}
.cal_popup_close {
  font-family:sans-serif;
  font-weight:bold;
}
#calendar .maincalendar .calendar-controls .current {
  font-weight:bold;
}

/***
 *** Course
 ***/

.headingblock {
  font-size:1em;
  font-weight:bold;
  line-height:1.4em;
}

.block_course_summary {
	font-family : Verdana;
}

#course-view .section {
  font-size:1em;
  line-height:1.2em;
}
#course-view .section .left {
  font-weight:bold;
}
#course-view .section .activity a {
  line-height:1em;
}
.activitydate, .activityhead {
  font-size:0.9em;
}
.weeklydatetext {
  font-size:0.9em;
  font-weight:bold;
}
.coursebox .info {
  font-size:1em;
}
.coursebox .teachers,
.coursebox .cost {
  font-size:0.9em;
}
.coursebox .summary {
  font-size:0.9em;
}
#course-recent h2.main {
  font-size:1.1em;
}
#backup-backup #content .generalboxcontent {
  text-align:left;
}
#course-recent h2.main {
  font-size:1.1em;
}
#course-groups p input {
  font-size:0.9em;
}

/***
 *** Doc
 ***/

/***
 *** Help
 ***/

/***
 *** Login
 ***/

#login-index #content .left,
#login-index #content .right {
  text-align:left;
}

/***
 *** Message
 ***/

.message .heading {
  font-size:1.0em;
  font-weight:bold;
}
.message .author {
  font-weight:bold;
}
.message .time {
  font-style:italic;
}
#message-user .commands span {
  white-space:nowrap;
}
#message-user .name {
  font-weight:bold;
  font-size:1.1em;
}

/***
 *** User
 ***/

#course-user .section .content ul {
  font-size:1.2em;
}
.userinfobox .username {
  font-weight:bold;
}
.userinfobox .list {
  font-size:1em;
}

/***
 *** Modules:Assignment
 ***/

#mod-assignment-view .generalboxcontent .c1,
#mod-assignment-view .generalboxcontent .c0 {
  font-size:1.2em;
}

/***
 *** Modules:Chat
 ***/
 
#mod-chat-gui_header_js-jsupdate .chat-event,
#mod-chat-gui_header_js-jsupdate .chat-message {
  font-size:0.8em;
}

/***
 *** Modules:Choice
 ***/
  
/***
 *** Modules:Forum
 ***/

.subscription {
  text-align:right;
  font-size:0.8em;
}
.forumnodiscuss {
  font-weight:bold;
}
.forumpost .topic .subject {
  font-weight:bold;
}
body#mod-forum-search .introcontent {
  font-weight:bold;
}

/***
 *** Modules:Glossary
 ***/

.glossarypost .entryheader .time {
  font-style:italic;
}
.concept {
  font-weight:bold;
}
.glossarycomment .time {
  font-style:italic;
}
.mod-glossary .categoryheader td {
  text-align:center;
}

/***
 *** Modules:Journal
 ***/

#mod-journal-view .author {
  font-size:1em;
  font-weight:bold;
}
#mod-journal-view .time {
  font-style:italic;
}
#mod-journal-view .grade {
  font-weight:bold;
  font-style:italic;
}

/***
 *** Modules:Label
 ***/

/***
 *** Modules:Lesson
 ***/

/***
 *** Modules:Quiz
 ***/

body#mod-quiz-report table#itemanalysis td,
body#mod-quiz-report table#attempts td {
  border-color:#D0D0D0;
}
.mod-quiz .generalboxcontent {
  font-size:0.96em;
}
body#mod-quiz-report .generaltable th.header {
  line-height:1em;
}
.quiz-edit-selected td {
  vertical-align:top;
}
.quiz-edit-selected input[type=submit] {
  float:left;
}

/***
 *** Modules:Resource
 ***/

/***
 *** Modules:Scorm
 ***/

/***
 *** Modules:Survey
 ***/

/***
 *** Modules:Wiki
 ***/

.mwiki h1,
.mwiki h2,
.mwiki h3,
.mwiki h4,
.mwiki h5,
.mwiki h6 {
  text-align:left
}
#wikiPageActions td {
  line-height:200%;
}

/***
 *** Modules:Workshop
 ***/

.mod-workshop .generaltable th.header {
  line-height:1.2em;
}
/***** NTEIH_azul/styles_fonts.css end *****/

/***** NTEIH_azul/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
  user

  various modules

*******************************************************************/

/***
 ***  Core
 ***/

a:link {
  color:#4573A1;
}
a:visited {
  color:#A14545;
}
a:hover {
  color:#568EC7;
}
a.dimmed:link,
a.dimmed:visited {
  color:#AAA;
}
a.autolink:link,
a.autolink:visited {
  color:#000;
  background-color:transparent;
}
a.autolink.glossary:hover {
  cursor:help;
}
input[type=submit]{
	background-color : #6eb4cd;
	color : #275040;
}
input {
	border-width : 1px;
}
input[type=submit]:hover {
	background-color : #a3d0e0;
}

#page {
  background-color:#FFF;
}
h1.main,
h2.main,
h3.main,
h4.main,
h5.main,
h6.main {
  border-color:#000;
}
table.formtable tbody th {
  background:none;
}
.highlight {
  background-color:#AFA;
}
.highlight2 {
  color:#A00;
}
/* Alternate rows even */
.r0 {  ;
}
/* Alternate rows odd */
.r1 {  ;
}
/* notification messages (can be good or bad) */
.notifyproblem {
  color:#600;
}
.notifysuccess {
  color:#060;
}
.required {
  background-color:#8AC0DE;
}
.generalbox {
  border-color:#DDD;
}
.informationbox {
  border-color:#DDD;
}
.feedbackbox {
  border-color:#888;
}
.feedbackby {
  background-color:#BBB;
}
.noticebox {
  border-color:#DDD;
}
.errorbox {
  color:#FFF;
  border-color:#600;
  background-color:#900;
}
.tabledivider {
  border-color:#DDD;
}
.sitetopic {
	border:2px solid #d0d0d0;
}
.sitetopiccontent {
  border-color:#DDD;
  background-color:#FFF;
}
.dimmed_text {
  color:#AAA;
}
.teacheronly {
  color:#900;
}
.unread {
/*  background:#FFD991; */
background : #d3ebf3;
}
.censoredtext {
  color:#000;
  background:#000;
}
.generaltable th.header {
/*  border-color:#D0D0D0;
*/}

/* kept for backward compatibility with some non-standard modules
   which use these classes for various things */
.generaltab, .generaltabinactive {
  background-color:#BBB;
}
.generaltabselected {
  background-color:#8AC0DE;
}
.generaltabinactive {
  color:#CCC;
}
/***
 *** Header
 ***/

#header-home .logininfo,
#header .logininfo {
  color:#222;
}
#header-home a:link,
#header a:link {
  color:#00F;
}
#header-home a:visited,
#header a:visited {
  color:#F00;
}
.headermain {
  color:#888;
}
#middle-column h2{
	border:2px solid #d0d0d0;
}

/***
 *** Footer
 ***/

.homelink a:link,
.homelink a:visited,
.homelink a:hover {
  background-color:transparent;
  color:#000;
  text-decoration:none;
}
.homelink a:link,
.homelink a:visited {
  border-top:1px solid #CECECE;
  border-bottom:2px solid #4A4A4A;
  border-left:1px solid #CECECE;
  border-right:2px solid #4A4A4A;
}
.homelink a:hover {
  border-bottom:1px solid #CECECE;
  border-top:2px solid #4A4A4A;
  border-right:1px solid #CECECE;
  border-left:2px solid #4A4A4A;
}
#footer {
	color : gray;
}

/***
 *** Content
 ***/
 
#content {
  background-color:#FFF;
}

/***
 *** Admin
 ***/

.admin .generalbox {
  border-color:#BBB;
}
.admin .informationbox {
  border-color:#BBB; 
  background-color:#FFF;
}
.logtable th.header {
//  background:url('pix/menu_shade.png') top left repeat-x;
/*  border-color:#D0D0D0;
*/}

/***
 *** Blocks
 ***/

.sideblock {
  border-bottom-color:#ffb860;
}
.sideblock .header {
  color:#222;
}
.sideblock .content {
 background-color : #c8e6f0;
}
.sideblock .header .commands {
  background-color:#FFF;
}
.sideblock .content hr {
  border-top-color:#999;
}
.sideblock .content h3.main {
  color:#999;
}
.sideblock .list {;
}
.sideblock .list td {
  border-color:#FFF;
}
.sideblock .link {
  border-bottom-color:#FFF;
}
.sideblock .post {
  border-bottom-color:#FFF;
}
.sideblock .content a:hover {
  background:#F0F0F0;
  text-decoration:underline;
}

/***
 *** Calendar
 ***/

#calendar .maincalendar,
#calendar .sidecalendar {
  border-color:#DDD;
}
#calendar .maincalendar table.calendarmonth th {
  border-color:#000;
}
table.minicalendar {
  border-color:#DDD;
}
#calendar .maincalendar .eventlist .event {
  border-color:#DDD;
}
#calendar .maincalendar .eventlist .event .topic,
#calendar .maincalendar .eventlist .event .picture,
#calendar .maincalendar .eventlist .event .side {
  background-color:#EEE;
}
#calendar .maincalendar table.calendarmonth ul.events-underway {
  color:#999;
}
#calendar .event_global,
.minicalendar .event_global,
.block_calendar_month .event_global {
  border-color:#2EBA0E !important;
  background-color:#2EBA0E;
}
#calendar .event_course,
.minicalendar .event_course,
.block_calendar_month .event_course {
  border-color:#F96 !important;
  background-color:#F96;
}
#calendar .event_group,
.minicalendar .event_group,
.block_calendar_month .event_group {
  border-color:#FBBB23 !important;
  background-color:#FBBB23;
}
#calendar .event_user,
.minicalendar .event_user,
.block_calendar_month .event_user {
  border-color:#A1BECB !important;
  background-color:#A1BECB;
}
#calendar .duration_global,
.minicalendar .duration_global {
  border-top-color:#2EBA0E !important;
  border-bottom-color:#2EBA0E !important;
}
#calendar .duration_course,
.minicalendar .duration_course {
  border-top-color:#F96 !important;
  border-bottom-color:#F96 !important;
}
#calendar .duration_group,
.minicalendar .duration_group {
  border-top-color:#FBBB23 !important;
  border-bottom-color:#FBBB23 !important;
}
#calendar .duration_user,
.minicalendar .duration_user {
  border-top-color:#A1BECB !important;
  border-bottom-color:#A1BECB !important;
}
#calendar .weekend,
.minicalendar .weekend {
  color:#F00;
}
#calendar .today,
.minicalendar .today {
  border-color:#DDD !important;
}
.cal_popup_fg {
  background-color:#FFF;
}
.cal_popup_bg {
  border-color:#000;
  background-color:#FFF;
}
#calendar .maincalendar .filters table,
#calendar .sidecalendar .filters table,
.block_calendar_month .filters table {
  background-color:transparent;
}
.minicalendar .weekdays {
  color:#999;
}

/***
 *** Course
 ***/

.headingblock {
/*  border-color:#D0D0D0;
*/  color:#444;
}
.headingblock .outline {
/*  border-color:#D0D0D0;
*/}

#course-view .section .content,
#course-view .section .side {
  border-top-color:#D0D0D0;
}
#course-view .current .left {
  background:#6fb5ce;
}
#course-view .current .left a {
  color:#EEE;
}
#course-view .section.hidden *,
#course-view .section.hidden .content,
#course-view .section.hidden .side {
  border-color:#EEE;
  color:#AAA;
}
#course-view .section .weekdates {
  color:#AAA;
}
.categoryboxcontent, .courseboxcontent {
/*	background-image:url(./pix/fundo_caixa.jpg);
	background-position:left top;
	background-repeat:no-repeat;*/
}

.coursebox{
/*	background-image:url(./pix/fundo_caixa.jpg);
	background-position:left top;
	background-repeat:no-repeat;
*/	border:2px solid #CCCCCC;
}
#course-user .section {
  border-color:#AAA;
}
#course-user #content,
#user-view #content,
#user-edit #content,
.admin #content,
.course #content,
#files-index #content {
  background-color:#FFF;
}
#user-edit #content .generalbox,
#user-view .userinfobox tr {
  background-color:#FFF;
}
#site-index #content,
#course-view #content {
  background-color:#FFF;
}
.blockconfigtable {
  background-color:#FFF;
  border-right-color:#CBCBCB;
}
#course-user .logtable .r1 {
  background-color:#EEE;
}

/***
 *** Doc
 ***/

/***
 *** Grades
 ***/

body#grade-index .grades {
  border-color:#D0D0D0;
}

/***
 *** Login
 ***/

.loginbox {
border:none;
}
.loginbox .content {
/*  border-color:#FFF;
*/}

.loginbox .header  {
	color : #cc4240;
}
.loginbox .loginpanel {
	border:none;
}
.loginbox .signuppanel {
	border:none;
}

.loginbox, .loginbox.twocolumns .loginpanel, .loginbox .subcontent {
	border:none;
}

/***
 *** Message
 ***/

table.message_search_results td {
  border-color:#DDD;
}
.message.other .author {
  color:#2eba0e;
}
.message.me .author {
  color:#999;
}
.message .time {
  color:#999;
}
.message .content {;
}

/***
 *** User
 ***/

.userpicture {
  background:#EEE;
}
.userinfobox {
  border-color:#DDD;
  background-color:#F7F7F7;
}
.groupinfobox {
  border-color:#DDD;
  background-color:#FCFCFC;
}
#user-view #content {
  border-color:#D0D0D0;
}
#user-view .userinfobox {
  border-color:#D0D0D0;
}
#user-edit #content {
  border-color:#D0D0D0;
}
#user-edit .generalbox {
  border-color:#D0D0D0;
}
#mod-forum-user #content {
  background-color:#FFF;
  border-color:#D0D0D0;
}
#mod-forum-user .user-content {
  border-color:#D0D0D0;
  border-top-color:#FFF;
  background-color:#FFF;
}
body#course-user #content {
  border-color:#D0D0D0;
}
body#course-user .section {
  border-color:#D0D0D0;
  border-top-color:#FFF;
  background-color:#FFF;
}
body#course-user .graph {
  border-color:#D0D0D0;
  border-top-color:#FFF;
  background-color:#FFF;
}
body#course-user .paging,
body#course-user .logtable {
  border-color:#D0D0D0;
  background-color:#FFF;
}

/***
 *** Modules:Assignment
 ***/

.assignmentsubmission {;
}
.assignmentnew .assignmentfeedback{
  background-color:#8AC0DE;
}   
  
.assignmentold .assignmentfeedback{
  background-color:#BBB;
}
.assignmentheading {
  background-color:#BBB;
}

/***
 *** Modules:Chat
 ***/

#mod-chat-gui_header_js-jsupdate .text {
  color:#000;
}
#mod-chat-gui_header_js-jsupdate .event,
#mod-chat-gui_header_js-jsupdate .title {
  color:#888;
}


/***
 *** Modules:Choice
 ***/

/***
 *** Modules:Forum
 ***/

.forumheaderlist,
.forumpost {
  border-color:#D0D0D0;
  background-color:#FFF;
}
.forumheaderlist .header {
  background:url('pix/menu_shade.png') top left repeat-x;
  border-color:#D0D0D0;
}
.forumpost .content {
  background:#FFF;
}
.forumpost .left {
  background:#EEE;
}
.forumpost .topic {
  border-color:#D0D0D0;
  background-color:#FFF;
}
.forumpost .starter {
  background:#FFF url('pix/menu_shade.png') top left repeat-x;
}
.forumheaderlist td {
  border-color:#FFF;
}
.sideblock .post .head {
  color:#555;
}
.forumthread .unread {
/*  background:#FFD991; */
background : #d3ebf3;
}
#mod-forum-discuss .forumpost {
  background:none;
}
#mod-forum-discuss .forumpost.unread .content {
/*  border-color:#FFD991; */
	border-color : #d3ebf3;
}
#mod-forum-discuss .forumthread .unread {;
}
#mod-forum-index .unread {;
}

/***
 *** Modules:Glossary
 ***/

.entryboxheader {
  border-color:#BBB;
}
.entrybox {
  border-color:#BBB;
  background-color:#FFF;
}
.glossarypost {
  border-color:#DDD;
  background-color:#FFF;
}
.glossarypost .entryheader,
.glossarypost .entryapproval,
.glossarypost .picture,
.glossarypost .entryattachment,
.glossarypost .left {
  background-color:#F0F0F0;
}
.glossarycomment {
  border-color:#DDD;
}
.glossarycomment .entryheader,
.glossarycomment .picture,
.glossarycomment .left {
  background-color:#F0F0F0;
}
#mod-glossary-report .generalbox .teacher {
  background:#F0F0F0;
}
.categoryheader {
  background:url('pix/menu_shade.png') top left repeat-x;
/*  border-color:#D0D0D0;
*/}
.glossaryformatheader {
  background-color:#8AC0DE;
}
.glossarydisplay {
  border-bottom-color:#F9FAFA;
}

/***
 *** Modules:Journal
 ***/

#mod-journal-view .feedbackbox .left,
#mod-journal-view .feedbackbox .entryheader {
  background-color:#8AC0DE;
}
/***
 *** Modules:Label
 ***/

/***
 *** Modules:Lesson
 ***/

/***
 *** Modules:Quiz
 ***/

body#mod-quiz-report table#itemanalysis td,
body#mod-quiz-report table#attempts td {
  border-color:#D0D0D0;
}
body#mod-quiz-report table#attempts .r1 {
  background-color:#EEE;
}
#mod-quiz-edit .generalbox .generalboxcontent .generalboxcontent {
  border-color:#D0D0D0;
}

/***
 *** Modules:Resource
 ***/

/***
 *** Modules:Scorm
 ***/

/***
 *** Modules:Survey
 ***/

/***
 *** Modules:Wiki
 ***/

.mod-wiki .generalbox,
.mod-wiki .generalboxcontent {
  border-top-color:#F9FAFA;
}
.mod-wiki #intro {
  border-top-color:#DDD;
}
.mod-wiki .view,
.mod-wiki .info {
  background-color:#FFF;
}

/***
 *** Modules:Workshop
 ***/

.workshoppostpicture {
  background-color:#CBCBCB;
}
.workshopassessmentheading {
  background-color:#8AC0DE;
}
/***** NTEIH_azul/styles_color.css end *****/

