/**************************************
 * THEME NAME: diplomatura-etv
 *
 * Files included in this sheet:
 *
 *   diplomatura-etv/styles_color.css
 **************************************/

/***** diplomatura-etv/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
  tabs
  user

  various modules

*******************************************************************/

/* Menú superior */
div#menusuperior {
	background:transparent url(/images/fondo_menu_sup.gif) scroll repeat-x;
	height:39px;
}
div#menusuperior ul {
	list-style-type:none;
	margin:0;
	padding:15px 0;
}
div#menusuperior ul li {
	display:inline;
	color:#fff;
	background:transparent url(/images/linea_menu.gif) scroll no-repeat right center;
	padding-right:1px;
}
div#menusuperior ul li.activo a {
	color:#fff;
	background-color:#862b4e;
	padding:8px 7px;
}
div#menusuperior ul li.primero a {
	padding-left:20px;
}
div#menusuperior ul li a {
	background:none;
	text-decoration:none;
	color:#524abb;
	padding:0 7px;
}
div#menusuperior ul li.ultimo,
div#menusuperior ul li#inicio {
	background-image:none;
}
div#menusuperior ul li#inicio a {
	color:#862b4e;
	font-weight:bold;
	padding:8px 7px;
}

/***
 ***  Core
 ***/

a:link,
a:visited {
  color:#862b4e;
  text-decoration:underline;
}

a.dimmed:link,
a.dimmed:visited {
  color:#862b4e;
}

a:hover {
  color:#862b4e;
  text-decoration:none;
}

a.autolink:link,
a.autolink:visited {
  color:#000000;
}

a.autolink.glossary:hover {
  cursor: help;
}
.searchform a, .info bold a, .lastpost a, .post, .post .info, .activitydate {
	font-size:1em;
}
.activityhead {
	font-size:1em;
	margin-top:1em;
}
.tabrow0 .here a:link, .tabrow0 .here a:visited, .tabrow0 .here a.nolink {
	font-weight:bold;
}
.tabrow0 div, .tabrow0 ul {
	padding-top:8px;
}

.subject {
	font-size:12px;
}

img.userpicture,
img.grouppicture {
  border-color:#000
}

.block_online_users .listentry img {
  border:#888
}

body {
  background-color:#6962c6;
  color:#1a3963;
  font-family:Arial,Helvetica,sans-serif;
  font-size:0.8em;
  padding:0px;
  margin:0px;
}
select, input, textarea, table, td, th, li {
  font-family:Arial,Helvetica,sans-serif;
  font-size:1em;
}
input, button {
	border:1px solid #857ee7;
	color:#3d3792;
	margin-right:5px;
}
input[type="submit"], button, input[type="button"] {
	background-color:#6962c6;
	color:#fff;
	margin:0;
}
input.hide-show-image {
	border:0;
}
#layout-table #left-column, #layout-table #right-column {
	padding-top:2.8em;
}

h1.main, h2.main, h3.main, h4.main, h5.main, h6.main {
	font-size:1.1em;
	margin-top:0;
	padding-top:1em;
}
#page {
	width:990px;
	margin:0px auto;
}
.heightcontainer .header {
	background: #fac8cb;
}
#header, #header-home {
	width:990px;
	margin:0px auto;
	height:20px;
}
.headermenu {
	padding:10px 25px 0px 0px;
	display:inline;
}
#banner {
	height:97px;
	background:url(pix/banner.jpg) top no-repeat;
	padding-left:34px;
	padding-top:30px;
}
.headermain {
	height:68px;
	display:none;
}
.firstinitial, .lastinitial {
	margin-bottom:0.7em;
}
table.userinfobox td {
	background-color:#e0e3f9;
}
table.userinfobox .userpicture {
	margin-top:10px;
}
.buttons form input {
	margin-left:5px;
}
.generaltable,
body#user-index table#participants, body#tag-manage table#tag-management-list {
	margin-top:15px;
	margin-bottom:15px;
}
body#user-index table#participants th, body#user-index table#participants td {
	text-align:center;
}
.generaltable .header, .generaltable .cell,
.forumheaderlist .header, .forumheaderlist td {
	padding:8px 12px;
	border:1px solid #c0c0c0;
}
.forumheaderlist {
	border:0;
	border-spacing:1px;
}

#content #intro {
	font-weight:bold;
	border:0;
	font-size:1.1em;
	text-align:center;
}

#banner h1.headermain {
	color: #FFFFFF;
}

#content {
	padding:0px 10px 10px;
	width:970px;
  	background-color:#fff;
}
div.header {
	background:#e55b63 url(pix/h2.png) top repeat-x;
	padding:5px 5px 0px 5px;
	margin:0px;
	border: none;
}
div.title {
	padding:5px 5px 0px 5px;
	color:#FFFFFF;
}
th.header,
td.header{
  background-color:#fac8cb;
}
.mod-resource .popupnotice {
	margin:0;
	padding:40px;
	width:600px;
}
#mod-resource-view .resourcepdf {
	width:600px;
}

.navbar {
  height:auto;
  background:#fff url(pix/navbar.jpg) top no-repeat;
  padding-left:25px;
  padding-right:25px;
  padding-top:10px;
  padding-bottom:0px;
  border:0px;
}
#login-index #content {
	font-size:1em;
}
.logininfo, #header-home .headermenu font {
	font-size:1em;
}
.logininfo a {
	padding:0 0.3em;
}
.navbar .navbutton {
	margin:20px;
}
.navbar .navbutton div, .navbar .navbutton form {
	display:inline;
	margin:0;
	padding:0;
}
.navbar .navbutton div.forumsearch fieldset {
	margin-top:15px;
	margin-bottom:15px;
}
.forumheaderlist .discussion .lastpost {
	font-size:0.8em;
}
.navigation fieldset button {
	margin-right:10px;
}
#mod-resource-index .cell {
	font-size:0.9em;
}

form select {
	border:1px solid #857ee7;
	color:#3d3792;
	padding-top:1px;
	padding-bottom:1px;
}
.navbar .navbutton form select {
	margin-right:10px;
}
.navbar .navbutton div.logininfo {
	padding-right:2em;
	color:#524abb;
}
.navbar .navbutton div.logininfo a {
	color:#862b4e;
}
.mform {
 	width:100%;
}
.mform fieldset {
 	background-color:#e0e3f9;
}
.mform fieldset.clearfix {
	margin-top:0;
}
.mform div.felement, .mform fieldset.felement {
	margin:0 0 0 5px;
}
.mform div.fitem {
	margin:10px auto;
	width:80%;
}
.mform div.fhtmleditor {
	width:100%;
}
.mform .fdescription.required {
	text-align:center;
}
.mform fieldset .advancedbutton img {
	margin-right:5px;
}
.mform fieldset .advancedbutton  {
	width:96%;
}

.coursesearchbox {
	font-weight:bold;
}
table.formtable tbody th {
  background-color: transparent;
}
.block_search_forums .searchform input, .block_search_forums .searchform button {
	margin-bottom:8px;
}

.highlight {
  background-color:#AAFFAA;
}

.highlight2 {
  color:#AA0000;/* highlight missing terms in forum search */
}

/* Alternate rows even */
.r0 {  
	font-size:12px;
}

/* Alternate rows odd */
.r1 {  
	font-size:12px;
}
.que .r0 {
	background-color:#ddc2e3;
}
.que .r1 {
	background-color:#e3e6f9;
}
.que .prompt {
	font-weight:bold;
}

/* notification messages (can be good or bad) */
.notifyproblem {
  color:#660000;
}
.notifysuccess {
  color:#006600;
}

#admin-auth_config .required {
  background-color:#DDDDDD;
}

.generalbox .generalboxcontent {
  border-color:#C0C0C0;
  background-color:#DDDDDD;
}

.informationbox {
  border-color:#C0C0C0;
}

.feedbackbox {
  border-color: #888888;
}
.feedbackby {
  background-color:#BBBBBB;
}

.noticebox {
  border-color:#C0C0C0;
}

.errorbox {
  color:#ffffff;
  border-color:#660000;
  background-color:#990000;
}

.errorboxcontent {
  background-color:#FFBBBB;
}

.tabledivider {
  border-color:#C0C0C0;
}

.sitetopiccontent {
  border-color:#DDDDDD;
  background-color:#FFFFFF;
  border-color:#C0C0C0;
}

.dimmed_text {
  color:#AAAAAA;
}

.teacheronly {
  color:#990000;
}

.unread {
  background-color: #FFD991;
} 

.censoredtext {
  color:#000000;
  background-color:#000000;
}


/* kept for backward compatibility with some non-standard modules
   which use these classes for various things */
.generaltab, .generaltabinactive {
  background-color:#BBBBBB;
}
.generaltabselected {
  background-color:#DDDDDD;
}
.generaltabinactive {
  color:#CCCCCC;
}

.que .submit {
	margin-left:15%;
}

/***
 *** Header
 ***/
.navbar .breadcrumb {
  color: #000000;
  font-weight:normal;
  font-size:12px;
  margin-top:0;
  margin-bottom:10px;
  width:100%;
}
.breadcrumb .sep {
  color: #000000;
  font-weight:normal;
  margin:5px;
}
#content {
	clear:both;
}
.tabrow0 {
	font-size:100%;
}
ul.tabrow1 li a, ul.tabrow1 li a:link, ul.tabrow1 li a:visited {
	color:#862B4E;
}
.first a:link {
	color:#862B4E;
	font-size:12px;
	font-weight: normal;
}
.first a:visited {
	color:#862B4E;
	font-size:12px;
	font-weight: normal;
}
.first a:hover {
	color:#862B4E;
	font-size:12px;
	font-weight: normal;
	text-transform:none;
}
.first .accesshide {
	color:#FFFFFF;
	font-size:12px;
	font-weight: normal;
}
/***
 *** Footer
 ***/
#footer {
	height:80px;
	padding-top:4px;
	margin:0px 5px 0px 5px;
	color:#FFFFFF;
}
#footer a, #footer a:hover{
	font-size: 12px;
}

.homelink a:link,
.homelink a:hover,
.homelink a:visited {
  background-color: none;
  color:#0B7AF6;
  text-decoration:underline;
  font-size:12px;
  border:none;
  display: inline;
}


/***
 *** Admin
 ***/

.admin .informationbox {
  border-color:#BBBBBB;
  background-color:#FFFFFF;
}

body#admin-index .c0 {
  background-color: #FAFAFA;
}

body#admin-blocks table#blocks .r0,
body#admin-blocks table#incompatible .r0 {
  background-color: #f0f0f0;
}

body#admin-blocks table#blocks .r1,
body#admin-blocks table#incompatible .r1 {
  background-color: #fafafa;
}

body#admin-blocks table#incompatible td.c0 {
  color: #ff0000;
}

table.flexible  .r0 {
  background-color: #f0f0f0;
}

table.flexible .r1 {
  background-color: #fafafa;
}

body#admin-lang .generalbox {
  border-color:#C0C0C0;
  background-color:#FFFFFF;
}

#adminsettings {
  background-color: #FFFFFF;
  border-color: #C0C0C0;
  color: #000000;
}

#adminsettings fieldset {
  background-color: #FFFFFF;
  border-color: #C0C0C0;
  color: #000000;
}

#adminsettings .form-shortname {
  color: #888888;
}

.block_admin_tree.sideblock .link.current {
  background-color:#DDDDDD;
  color: #FFFFFF;
}

/***
 *** Blocks
 ***/
.block_activity_modules .sideblock {
	border:1px solid #FF0000;
}

.sideblock .header, .sideblock h2 {
	font-size:1em;
}
.sideblock .header .commands {
	background-color:#fff;
	margin-bottom:4px;
	padding:2px;
}
.sideblock .header .commands a {
	margin:0 5px;
}

.sideblock .content {
  background-color:#e6e8f6;
  border:1px solid #e0d4ed;
  font-size:1em;
}

.sideblock .content hr {
  border-top-color:#999999;
}
.sideblock .content .list li {
	margin-bottom:8px;
}

.sideblock .header .hide-show img.hide-show-image {
  background: url('pix/t/switch_minus.gif') no-repeat bottom;
}

.sideblock.hidden .header .hide-show img.hide-show-image {
  background: url('pix/t/switch_plus.gif') no-repeat bottom;
}

.blockconfigtable {
  background-color:#FFFFFF;
  border-left:1px solid;
  border-right:1px solid;
  border-bottom:1px solid;
  border-color:#AAAAAA;
}


/***
 *** Blogs
 ***/

.blogpost.blogdraft .content {
  background-color:#FFFFFF;
}

.block_blog_tags .official {
  color: #0000FF;
}

.block_blog_tags .personal {
  color: #0066CC;
}


/***
 *** Calendar
 ***/

#calendar .maincalendar,
#calendar .sidecalendar {
  border-color: #DDDDDD;
  background-color:#FFFFFF;
}

#calendar .maincalendar table.calendarmonth th {
  border-color: #000000;
}

table.minicalendar {
  border-color:#C0C0C0;
  background:#FFFFFF;
}

#calendar .maincalendar .eventlist .event {
  border-color:#C0C0C0;
}

#calendar .maincalendar .eventlist .event .topic,
#calendar .maincalendar .eventlist .event .picture,
#calendar .maincalendar .eventlist .event .side {
  background-color:#FFFFFF;
}

#calendar .maincalendar table.calendarmonth ul.events-underway {
  color:#999999;
}

#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:#FF9966 !important;
  background-color:#FF9966;
}

#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:#FF9966 !important;
  border-bottom-color:#FF9966 !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:#FF0000;
}

#calendar .today,
.minicalendar .today {
  border-color:#000000 !important;
}

.cal_popup_fg {
  background-color:#FFFFFF;
}

.cal_popup_bg {
  border-color:#000000;
  background-color:#FFFFFF;
}
#calendar .maincalendar .filters {
	margin:20px 0 20px;
}

#calendar .maincalendar .filters table,
#calendar .sidecalendar .filters table,
.block_calendar_month .filters table {
  background-color: #FFFFFF;
}
#calendar .maincalendar .bottom .singlebutton {
	margin-bottom:10px;
}
#calendar .maincalendar form {
	margin:15px;
}
#calendar .maincalendar .buttons form {
	margin:0;
}



/***
 *** Course
 ***/

/* course, entry-page, login */

/* course */
.headingblock .outline {
  border-color:#C0C0C0;
  color: #000000
}
h2.headingblock .header .outline {
  color: #000000
}
h2.headingblock {
	font-size:1em;
	color:#d8525e;
	border:0;
}
.categorybox {
	padding:20px;
}
.categorybox .category {
	font-size:1em;
	background-color:#e0d4ed;	
}
.categorybox .image {
	padding-left:10px;
	padding-right:5px;
}
.categorylist {
	border:1px solid #ddd;
	width:100%;
	margin-bottom:20px;
	background-color:#e6e8f6;
}
.categorylist td {
	padding:0.5em 0;
}
td.course {
	padding-left:4em;
}

#course-view .section td {
  border-color:#C0C0C0;
}
#course-view .section .activity {
	margin-bottom:0.7em;
}
#course-view .section .label {
	margin-top:1em;
}

#course-view .section .content {
  background-color: #FFFFFF;
}

#course-view .section .side {
  background-color: #FFFFFF;
}

#course-view .section .left {
}

#course-view .section .right {
}

#course-view .current .side{
  background-color: #FFD991;
}

#course-view .topics {
}

#course-view .weeks {
}

#course-view .section .spacer {
}

#course-view .section .weekdates {
}

.categoryboxcontent,
.coursebox {
  border-color:#C0C0C0;
  background-color: #FFFFFF;
}
body#course-user .section {
  border-color:#AAAAAA;
}

#course-report .plugin,
#course-import .plugin {
  margin-bottom: 20px;
  margin-left:10%;
  margin-right:10%;

  border-bottom: 1px solid #cecece;
  border-top: 1px solid #cecece;
  border-right: 1px solid #cecece;
  border-left: 1px solid #cecece;

  background-color: #fdfdfd;
}


/***
 *** Doc
 ***/

/***
 *** Grades
 ***/

body#grade-index .grades {
  border-color:black;
}

body#grade-index .grades td {
  border-color:#e0e0e0;
}

body#grade-index .grades .r0 {
  background-color: #ffffff;
}

body#grade-index .grades .r1 {
  background-color: #f0f0f0;
}


/***
 *** Login
 ***/

.loginbox,
.loginbox.twocolumns .loginpanel,
.loginbox .subcontent {
  border-color:#C0C0C0;
}

.loginbox .content {
  background-color: #FFFFFF;
}
.loginbox {
	margin-top:0;
}

/***
 *** Message
 ***/

table.message_search_results td {
  border-color:#C0C0C0;
}

.message.other .author {
  color: #8888CC;
}

.message.me .author {
  color: #999999;
}

.message .time {
  color: #999999;
}

.message .content {
}

/***
 *** Logs
 ***/

.logtable .r1 {
  background-color:#FFFFFF;
}


/***
 *** Tabs
 ***/

.tablink a:link,
.tablink a:visited {
  color:#888888;
}

.selected .tablink a:link,
.selected .tablink a:visited {
  color:#000000;
}
.tabs .side,
.tabrow td {
  border-color: #AAAAAA;
}
.tabrow td {
  background:url(pix/tab/left.gif) top left no-repeat;
}
.tabrow td .tablink {
  background:url(pix/tab/right.gif) top right no-repeat;
}
.tabrow td:hover {
  background-image:url(pix/tab/left_hover.gif);
}
.tabrow td:hover .tablink {
  background-image:url(pix/tab/right_hover.gif);
}
.tabrow .last {
  background: transparent url(pix/tab/right_end.gif) top right no-repeat;
}
.tabrow .selected {
  background:url(pix/tab/left_active.gif) top left no-repeat;
}
.tabrow .selected .tablink {
  background:url(pix/tab/right_active.gif) top right no-repeat;
}
.tabrow td.selected:hover {
  background-image:url(pix/tab/left_active_hover.gif);
}
.tabrow td.selected:hover .tablink {
  background-image:url(pix/tab/right_active_hover.gif);
}
.tabs .r0,
.tabs .r1 {
  background-color: #C0C0C0;
}

/***
 *** User
 ***/

.userpicture {
  background-color: #FFFFFF;
}

.userinfobox {
  border-color: #DDDDDD;
  background-color: #FFFFFF;
}
.groupinfobox {
  border-color: #DDDDDD;
}

#user-edit .formtable {
  background-color: #FFFFFF;
}

/***
 *** 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:#C0C0C0;
}

.forumpost .content {
  background-color: #FFFFFF;
  padding-right:15px;
}

.forumpost .left {
  background-color:#fff;
}
.mod-forum .indent {
	margin-left:0;
}
.forumpost .commands {
	margin-bottom:10px;
}
.indent .forumthread {
	margin:0.7em 0 1em;
	display:block;
}

.forumpost .topic {
  border-bottom-color: #C0C0C0;
}

.forumpost .starter {
  background-color:#e0e3f9;
}

.forumheaderlist .discussion .starter {
  background-color:#e0e3f9;
}


.sideblock .post .head {
  color:#555555;
}

.forumthread .unread {
  background-color: #FFD991;
}
#mod-forum-discuss .forumpost {
  background-color: transparent;
}

#mod-forum-discuss .forumpost.unread .content {
  border-color: #FFD991;
} 

#mod-forum-discuss .forumthread .unread {
} 

#mod-forum-index .unread {
}

/***
 *** Modules: Glossary
 ***/

.entryboxheader {
  border-color: #BBBBBB;
}

.entrybox {
  border-color: #BBBBBB;
}

.entry {
}

.glossarypost {
  border-color: #DDDDDD;
}

.glossarypost .entryheader,
.glossarypost .entryapproval,
.glossarypost .picture,
.glossarypost .entryattachment,
.glossarypost .left {
  background-color: #F0F0F0;
}

.glossarycomment {
  border-color: #DDDDDD;
}

.glossarycomment .entryheader,
.glossarycomment .picture,
.glossarycomment .left {
  background-color: #F0F0F0;

}

.glossarycategoryheader {
  background-color: #dddddd;
}

.glossaryformatheader {
  background-color: #dddddd;
}


/***
 *** Modules: Journal
 ***/

#mod-journal-view .feedbackbox .left,
#mod-journal-view .feedbackbox .entryheader {
  background-color: #dddddd;
}

/***
 *** Modules: Label
 ***/

/***
 *** Modules: Lesson
 ***/

/***
 *** Modules: Quiz
 ***/

body#mod-quiz-report table#attempts td {
  border-color: #dddddd;
}
body#mod-quiz-report table#attempts .r1 {
  background-color: #FFFFFF;
}


/***
 *** Modules: Resource
 ***/

#mod-resource-view table {
  background-color: #FFFFFF;
}

.ims-nav-dimmed {
  color: #AAAAAA;
  text-decoration: none;
}

.ims-nav-button a:link,
.ims-nav-button a:visited,
.ims-nav-button a:hover {
  color: #000;
  text-decoration: none;
}

.ims-nav-dimmed,
.ims-nav-button a:link,
.ims-nav-button a:visited {
  border-top: 1px solid #cecece;
  border-bottom: 2px solid #4a4a4a;
  border-left: 1px solid #cecece;
  border-right: 2px solid #4a4a4a;
}

.ims-nav-button a:hover {
  border-bottom: 1px solid #cecece;
  border-top: 2px solid #4a4a4a;
  border-right: 1px solid #cecece;
  border-left: 2px solid #4a4a4a;
}


/***
 *** Modules: Scorm
 ***/

/***
 *** Modules: Survey
 ***/

#mod-survey-view .r0 {
  background-color: #FFFFFF;
}
#mod-survey-view .r1 {
  background-color: #DDDDDD;
}


/***
 *** Modules: Wiki
 ***/

/***
 *** Modules: Workshop
 ***/

.workshoppostpicture {
  background-color:#FEE6B9;
}

.workshopassessmentheading {
  background-color:#DDDDDD;
}

.error {
  color:#ff0000;
}

#left-column div.header, #right-column div.header {
	border: none;
	color:#FFFFFF;
}

#message-index #page,
#message-user #page,
#message-history #page,
#mod-glossary-showentry #page,
#help #page,
#course-info #page {
width:auto;
}
/***** diplomatura-etv/styles_color.css end *****/

lang);
   
?>
