/**************************************
 * THEME NAME: apvm
 *
 * Files included in this sheet:
 *
 *   apvm/fw_layout.css
 *   apvm/fw_color.css
 *   apvm/fw_fonts.css
 **************************************/

/***** apvm/fw_layout.css start *****/

/* Core */

body {
/* fundo da pagina */
  margin: 5px;
}

/* h1,2,3,4,5,6, sao tipos de cabecalhos */
h1.main,
h2.main,
h3.main,
h4.main,
h5.main,
h6.main {
  text-align:center;
} 

h1, h2, h3, h4 {
  text-align: left;
  padding-left: 5px;
}
  
h1, h2, h3 {
  border-width: 1px;
  border-style: solid; 
}

h4 {
  border-bottom-style: solid;
  border-bottom-width:1px; 
}

input {
}

.generalbox {
/* contorno de varias tabelas */
  border-width:1px; 
  border-style:solid;
}

.sitetopiccontent {
/* topicos da pag principal */
  border-width:1px;
  border-style:solid;
}

/***
 *** cabecalho da pag.
 ***/

#header-home {
/* pag. principal */
  height:100px;
  width:100%;
  overflow:hidden;
  border:none;
}

#header {
/* restantes pags. */
  height:60px;
  border:none;
}

.headermain {
  border:none;
/*-width: 0px;*/
}

.headermenu {
  display:block;
  position:absolute;
  top:10px;
  right:10px;
  text-align:right;
}

.navbar {
/* barra de navegacao */
  width: 100%; 
  padding:0px;
  height:28px;
  border:none;
}

.breadcrumb {
 padding-top: 3px;
 padding-left: 3px;
 }
 
.navbar .navbutton {
/* butoes que aparecem a direita da barra */
  padding-right: 3px;
  padding-top: 0px;
 }

/***
 *** entrar
 ***/

TABLE.loginbox {
  margin-top: 40px;
  }

.loginbox .header {
  border-width:1px;
  border-style:solid;
  border-bottom-width: 0px;
}

.loginbox .content {
  border-top-width: 1px;
}


/***
 *** rodape
 ***/

#footer {
  text-align:left;
  margin-top: 5px;
}


/***
 *** blocos - colunas laterais da pagina
 ***/
 
.sideblock .header h2 {
  text-align:center;
  border-width: 0px;
 }
 
.sideblock .footer {
  border-top-width:1px;
  border-top-style:dashed;
}
  

/***
 *** calendario
 ***/
 
#calendar .today,
.minicalendar .today {
  border:1px solid !important;
} 
 
 table.minicalendar {
  width: 100%;
  margin:10px auto;
  padding:2px;
  border-width:1px;
  border-style:solid;
  border-collapse:separate;
  border-spacing:1px !important;
}

table.minicalendar tr.weekdays th {
  border-style: none;
}

table.minicalendar tr td.day {
  border-style: solid;
  border-width: 1px;
}

table.minicalendar tr.weekdays th abbr {
  border-style: none;

  }

table.calendarmonth {
  border-collapse:separate;
  border-spacing:1px !important;
}

table.calendarmonth tr td  {
  border-style: solid;
  border-width: 1px;
}


/***
 *** curso - coluna central da pagina
 ***/
 
.headingblock {
  border-width:1px;
  border-style:solid;
  padding:5px;
}


.categorybox .category,
.categorybox .category {
  border-bottom: solid;
  border-width: 1px;
  padding-top: 7px;
}

#course-view .section .left {
  border-right-width: 1px;
  border-right-style: dashed;
}

#course-view .section.hidden .content,
#course-view .section.hidden .side {
  border-width: 1px;
  border-style: dashed;
}
/***** apvm/fw_layout.css end *****/

/***** apvm/fw_color.css start *****/

/* Core */
#page {
  background-color:#EBF8FE;
}
body {
/* fundo da pagina */
  background-color:#EBF8FE;
}

a:link {
	/* hiperligacoes */
	color: #4169E1;
}

a:visited {
	/* hiperlig. visitadas */
	color: #4682B4;
}

a:hover {
	/* hiperlig. ao passar o rato */
	color: #FF6347;
}

a.dimmed:link,
a.dimmed:visited {
/* hiperlig. vedadas a alunos */
  color:#AAAAAA;
}

h1 {
	/* cabecalhos */
	background-color: #99ccff;
	border-color: #99ccff;
	color: Black;
}

h2 {
	/* cabecalhos dos blocos laterais */
	background-color: #99ccff;
	border-color: #99ccff;
	color: Black;
}
h3 {
  border-color: #99ccff;
}
h4 {
  border-color: #99ccff;
}

th {
  background-color: #99ccff;
}

th.header,
td.header,
div.header {
/* cabecalhos blocos laterais e tabelas */
  background-color: #99ccff;
}

#layout-table #left-column {
/* coluna esquerda da pag - desactivado */
}

.generalbox {
/* contorno de varias tabelas */ 
  border-color:#79D7FD;
  background-color:#FFFFFF; 
}

.generaltable,
.generaltable td {
/* mais tabelas e celulas */
  border-color:#79D7FD;
}

.generaltable td.cell.c0 {
  background-color:#FFFFFF;
}

.navbar {
/* barra de navegacao */
  background-color:#EBF8FE;
  border-color:#EBF8FE;
}

/*** navbar a:## criados - RR ***/
.navbar a:link {
	color: Red;
}

a:visited {
	color:#0000FF;
}

a:hover {
	color: #FF0000;
}
/*** fim de alteracao - RR ***/

.sitetopiccontent {
	/* topicos da pag principal */
	background-color: White;
	border-color: #19BAFE;
}
/* assinala respostas correctas em testes - mudei a cor para verde - experiencia!!!  */
.highlight {
/*  background-color:#FFF000; */
  background-color:#aaffaa;
}

.highlight2 {
/* termos em falta em pesquisas no forum */
  color:#C6BDA8;
  background-color:#FFF000;
}

/***
 *** cabecalho pag
 ***/

#header-home, #header {
/*  h.home - pag principal # h - restantes pags */
  background-color:#EBF8FE; 
  border-color:#EBF8FE;
}

.headermain {
  background-color:#EBF8FE;
}

/***
 *** entrar
 ***/

.loginbox .header {
/* cabecalho */
  border-color:#79D7FD;

}

.loginbox .content {
/* conteudo */
  border-color:#79D7FD;
}


/***
 *** blocos
 ***/
 
.sideblock .header {
/* cabecalho */
  border-color:#79D7FD;
}

.sideblock {
/* global */
  border-color:#79D7FD;
}

.sideblock .content {
/* conteudo */
  background-color: #FFFFFF; 
  border-color:#79D7FD;
}

.sideblock hr {
  color:#79D7FD;
}

.sideblock .footer {
/* parte inf. top border em tracejado */
  	border-top-color:#79D7FD;
}

.sideblock .header .hide-show img.hide-show-image {
/* simbolos para esconder e mostrar topicos nas disciplinas */
  background: url('../../pix/t/switch_minus.gif') no-repeat bottom;
}

.sideblock.hidden .header .hide-show img.hide-show-image {
/* simbolos para esconder e mostrar topicos nas disciplinas */
  background: url('../../pix/t/switch_plus.gif') no-repeat bottom;
}

.sideblock .content .post .head .date,
.sideblock .content .post .head .name {
  color: #000000;
  }

/***
 *** calendario
 ***/
 
#calendar .maincalendar,
#calendar .sidecalendar {
  border-color:#79D7FD;
}

#calendar .maincalendar table.calendarmonth th {
  border-color:#79D7FD;
}


table.calendarmonth tr td {
  border-color:#EBF8FE;
} 

table.minicalendar {
  border-color:#79D7FD;
}

table.minicalendar tr.weekdays th {
  border-color:#79D7FD;
  background-color:#B1E7FF;
  }

table.minicalendar tr td.day {
  border-color:#FFFFFF;
  }
  
table.minicalendar tr td.weekend {
  border-color:#FFFFFF;
  color: red;
  }
  
#calendar .today,
.minicalendar .today {
  border-color:#000000 !important;
}
  
/* cores para eventos */
#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;
}

.cal_popup_fg {
  background-color:#FEF9F6;
}

.cal_popup_bg {
  border-color:#C6BDA8;
  background-color:#FEF9F6;
}


/***
 *** curso - coluna central da pag.
 ***/

.headingblock {
  border-color:#79D7FD;
  background-color:#FFFFFF; 
}

.categoryboxcontent,
.courseboxcontent {
  border-color:#79D7FD;
  background-color: #FFFFFF;
}

.categorybox .category,
.categorybox .category {
  border-color:#79D7FD;
}

#course-view .section.main .content {
  border-color:#79D7FD;
  background-color: #FFFFFF;
}

#course-view .section.main .side {

  border-color:#79D7FD;
  background-color: #FFFFFF;
}

#course-view .current .right.side,
#course-view .current .left.side {
  background-color: #19BAFE;
}

#course-view .section.hidden .content,
#course-view .section.hidden .side {
  border-color:#19BAFE;
}

/***
 *** Question
 ***/

.que {
	border-color: #DDDddd;
}
.que .r0 {
	background-color: #F5F5F5;
}
.que .r1 {
	background-color: #EEEeee;
}
.calculated .answer,
.numerical .answer,
.shortanswer .answer,
.truefalse .answer {
	background-color: #EEEeee;
}
.calculated .feedback,
.numerical .feedback,
.shortanswer .feedback,
.truefalse .feedback {
  border-color: #DDDddd;
}	
.que.multianswer .incorrect {
  background-color: #ffaaaa;
}
.que.multianswer .partiallycorrect {
background-color: #ffff99;
}
.que.multianswer .correct {
background-color: #aaffaa;
}
/** alteracao RR - classificacao abaixo da pergunta - pinta de verde amarelo ou vermelho, consoante o caso - experimental**/
.grading .incorrect{
background-color:#ffaaaa;
font-weight:bold;
}
.grading .correct {
background-color:#aaffaa;
font-weight:bold;
}
.grading .partiallycorrect {
background-color:#ffff99;
font-weight:bold;
}
/**fim da alteracao RR - experimental**/

/***
 *** Tabs
 ***/

.tabs .side {
  border-color:#79D7FD;
}
.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 span {
  background: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);
}

/***
 *** forum
 ***/

.forumheaderlist,
.forumpost {
  border-color:#79D7FD;
}

.forumpost .content {
  background: #FFFFFF;
}

.forumpost .left {
  background: #FFFFFF;
}

.forumpost .topic {
  border-bottom-color: #79D7FD;
}

.forumpost .starter {
  background: #FFFFFF; 
}

.forumheaderlist .discussion .starter {
  background: #FFFFFF;
}

.forumheaderlist td {
  border-color: #79D7FD;
}

.sideblock .post .head {
  color:#FFFFFF;
}

.forumthread .unread {
  background: #FFFFFF;
}
#mod-forum-discuss .forumpost {
  background: none;
}

#mod-forum-discuss .forumpost.unread .content {
  border-color: #79D7FD;
} 

#mod-forum-discuss .forumthread .unread {
} 

#mod-forum-index .unread {
}
/***** apvm/fw_color.css end *****/

/***** apvm/fw_fonts.css start *****/

/* Core */

.clearer {
  font-size:1px;
}

body, td, li {
	font-family: "Trebuchet MS";
	font-size: 11px;
}

body {
  margin : 5px;
}

th {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
}

/* hiperligacoes */
a:link {
  text-decoration: none;
}
/* hiperlig. visitadas */
a:visited {
  text-decoration: none;
}
/* hiperlig. ao passar o rato */
a:hover {
  text-decoration: none;
}
/* tipos de cabecalhos */
h1, h2, h3, h4 {
	font-family: "Trebuchet MS";
}

h1 {
  font-size:1.2em;
  font-weight: normal;
}

h2 {
/*cabecalhos dos blocos laterais */
  font-size:1.15em;
/*  font-weight:normal; */
}
h3 {
  font-size:1.1em;
}
h4 {
  font-weight:normal; 
}

th.header,
td.header,
div.header,
.headingblock {
	/*cabecalhos dos blocos centrais */
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 0.9em;
}

.categorybox .category,
.categorybox .category {
	font-size: 1.2em;
	font-weight: normal;
}

.generaltable td.cell.c0 {
	font-weight: normal;
}

/***
 *** cabecalho
 ***/
 
.breadcrumb {
	font-family: "Trebuchet MS";
	font-size: .85em;
	font-weight: normal;
}

.logininfo,
#header-home .headermenu font {
  font-size:.8em;
}

/***
 *** blocos
 ***/
 
.sideblock .footer {
  font-size:0.85em;
  text-align: left;
}

/***
 *** calendario
 ***/
#calendar .maincalendar table.calendarmonth td {
  font-size:.8em;
}

#calendar .maincalendar .calendar-controls .current {
	font-weight: normal;
}

#calendar .sidecalendar .filters {
  font-size:0.75em
  }

table.minicalendar tr.weekdays th {
	font-family: "Trebuchet MS";
	font-size: 0.8em;
	font-weight: normal;
}

table.minicalendar tr td {
  font-size:0.8em;
  }
  
/***
 *** curso - coluna central da pag.
 ***/
  
#course-view .section .left {
/*  font-weight: bold; */
  font-size: 1.2em;
}

img.resize {
  width: 1em;
  height: 1em;
}
/***** apvm/fw_fonts.css end *****/

