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

/***** habe/fw_layout.css start *****/

/* Core */

body {
    margin: 5px;
}


h1.main,
h2.main,
h3.main,
h4.main,
h5.main,
h6.main {
  text-align: left;
  padding-left: 5px;
} 

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 {
  border-width:1px; 
  border-style:solid;
}
.generalboxcontent {
  text-align:left
}

.sitetopiccontent {
  border-width:1px;
  border-style:solid;
}

/***
 *** Header
 ***/

#header-home {
  /* padding:1em 0.5em; */
  height:70px;
/**  border-width:1px; **/
/**  border-style:solid; **/
  
}

#header {
  height:70px;
  border-width:0px;
  border-style:solid;
}

.headermain {
 border-width: 0px;
}

.headermenu {
  float:right;
  text-align:right;
}

.navbar {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 5px;
  width: 100%; 
  padding:0px;
  height: 25px;
  border-width:0px;
  border-style:solid;
}

.breadcrumb {
 padding-top: 3px;
 padding-left: 3px;
 }
 
.navbar .navbutton {
  padding-right: 3px;
  padding-top: 2px;
 }


/***
 *** Login
 ***/

TABLE.loginbox {
  margin-top: 40px;
  }

.loginbox .header {
  border-width:1px;
  border-style:solid;
  border-bottom-width: 0px;
}

.loginbox .content {
  border-top-width: 1px;
}


/***
 *** Footer
 ***/

#footer {
  text-align:left;
  margin-top: 5px;
}


/***
 *** Blocks
 ***/
 
 .sideblock .header h2 {
  border-width: 0px;
 }
 
.sideblock .footer {
  margin-top: 10px;
  border-top-width:1px;
  border-top-style:dashed;
}
  

/***
 *** Calendar
 ***/
 
#calendar .today,
.minicalendar .today {
  border:0px solid !important;
} 
 

 table.minicalendar {
  width: 100%;
  margin:10px auto;
  padding:2px;
}

table.minicalendar tr.weekdays th {
   border-style: none;
	padding: 3px;
}

table.minicalendar tr td.day {
  border-style: solid;
  border-width: 0px;
}

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: 0px;
}


/***
 *** Course
 ***/
 
.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;
}

/***
 *** HABE estiloak
 ***/

.headermain img {
	padding:10px;
} 

ul.list li {
	padding-top: 3px;
	padding-bottom: 3px;
}
ul.list li img {
	padding-right: 3px;
}

/* Estilo para el pie */

.habe_pie {
	text-align: center;
}

.habe_pie a{
	text-align: center;
}


/** Goiburuko menua **/
div.goiburua {
	left:0px;
	width:100%;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px solid #C5D5DC;
	border-bottom: 1px solid #C5D5DC;
}
div.goiburu_mantxa {
	width:100%;
	padding: 3px;
}
span.goi_menua {
	border: 2px solid #FFFFFF;
	border-left: 4px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	padding: 5px;
}
span.goi_menua a, span.goi_menua a:visited, span.goi_menua a:linked, span.goi_menua a:hover {
	padding: 4px 10px 4px 20px;
	position: relative;
}


/** EGUTEGIA **/
div.calendar-controls {
	padding: 3px;
}
table.calendarmonth tr.weekdays th {
   border-style: none;
	padding: 3px;
	text-align: center;
}
table.calendarmonth tr.weekdays td {
   border-style: none;
	padding: 3px;
	text-align: center;
}

/** INFO pantaila **/
table.info th, table.info td {
	text-align: left;
	vertical-align: top;
	padding: 5px;
}
table.info td {
	text-align: justify;
}

/** PREMATRIKULAK **/
ul.prematrikulak li.arduraduna{
	padding-bottom: 20px;
}
ul.prematrikulak li.arduraduna span.mezuabidali{
	padding-left: 50px;
}
td.egoera0, td.egoera1, td.egoera2, td.egoera3 {
	padding-left: 20px;
	padding-right: 10px;
}
form.prematrikulak input {
	margin-left: 10px;
}

/** HABE. Bloke saltoak **/
.skip-block {
	visibility: hidden;
}

/***** habe/fw_layout.css end *****/

/***** habe/fw_color.css start *****/

/* Core */

body {
/**   background-color: #F7F6F1; **/
}

a:link {
    color: #007DB0;
}

a:visited {
    color:#007DB0;
}

a:hover {
    color: #007DB0;
}

a.dimmed:link,
a.dimmed:visited {
  color:#007DB0;
}

h1 {
  background-color: #C5D5DC;
  border-color: #C5D5DC;
  color: #333333;
}

h2 {
  background-color: #E8EEF1;
  border-color:#C5D5DC;
}
h3 {
  border-color:#C5D5DC;
}
h4 {
  border-color:#C5D5DC;
}


th {
    background-color:#E3DFD4;

}

th.header,
td.header,
div.header {
  background-color: #E8EEF1;

}

#layout-table #left-column {
    /* background-color: yellow; */
}

.generalbox {
  border-color:#C5D5DC;
  background-color:#FFFFFF;
}

.generaltable,
.generaltable td {
  border-color:#C5D5DC;
  /* background-color:#FFFFFF; */
}

.generaltable td.cell.c0 {
background-color:#C5D5DC; 
}

.navbar {
  background-color:#FFFFFF;
  border-color:#C5D5DC;
  /* height: 20px; */
/**  background: url(pix/grad/bg_bread.jpg) repeat-x; **/
}

.sitetopiccontent {
  border-color:#C5D5DC;
  background-color:#FFFFFF;
}

.highlight {
  background-color:#C5D5DC;
}

.highlight2 {
  color:#C5D5DC; /* highlight missing terms in forum search */
}



/***
 *** Header
 ***/

#header-home, #header {
/**   background-color: #E3DFD4; **/
/**   border-color:#C5D5DC; **/

}

/***
 *** Login
 ***/


.loginbox .header {
  border-color:#C5D5DC;
}

.loginbox .content {
  border-color:#C5D5DC;
}


/***
 *** Blocks
 ***/
 
.sideblock .header {
  border-color: #C5D5DC;
}

.sideblock {
  border-color:#C5D5DC;
}

.sideblock .content {
  border-color:#C5D5DC;
  background-color:#F9FBFC;
}

.sideblock hr {
  color:#C5D5DC;
  /*background-color:#FEF9F6;*/
}

.sideblock .footer {
  border-top-color:#C5D5DC;
}

.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;
}

.sideblock .content .post .head .date,
.sideblock .content .post .head .name {
  color: #607078;
  }

/***
 *** Calendar
***/
 
#calendar .maincalendar,
#calendar .sidecalendar {
  border-color: #9FAEB3;
}

#calendar .maincalendar table.calendarmonth th {
  border-color: #9FAEB3;
}


table.calendarmonth tr td {
   border-color:#9FAEB3;
} 

table.minicalendar {
	border: 1px solid #9FAEB3;
	border-right: 3px solid #9FAEB3;
	border-bottom: 3px solid #9FAEB3;
}

table.minicalendar tr.weekdays th {
	color: #F79234;
	background-color: #F9FBFC;
}

table.minicalendar tr td.day {
   border-color:#9FAEB3;
  }
  
table.minicalendar tr td.weekend {
  border-color:#C5D5DC;
  color: #F79234;
  }
  
#calendar .today,
.minicalendar .today {
  border-color:#000000 !important;
  background-color: #F79234;
  color: #FFFFFF;
}
  
/* colors for calendar events */
#calendar a{
	color: #000000;
}

#calendar .event_global,
.minicalendar .event_global,
.block_calendar_month .event_global {
  border-color:#007DB0 !important;
  background-color:#007DB0;
}

#calendar .event_course,
.minicalendar .event_course,
.block_calendar_month .event_course {
  border-color:#C5A22B !important;
  background-color:#C5A22B;
}

#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:#C5D5DC;
  background-color:#FEF9F6;
}


/***
 *** Course
 ***/

.headingblock {
  border-color:#C5D5DC;
}

.categoryboxcontent,
.courseboxcontent {
  border-color:#C5D5DC;
  background: #FFFFFF;
}

.categorybox .category,
.categorybox .category {
  border-color: #C5D5DC;
}

#course-view .section.main .content {
  border-color: #C5D5DC;
  background-color: #FFFFFF;
}

#course-view .section.main .side {
  border-color: #C5D5DC;
  background-color: #FFFFFF;
}

#course-view .current .right.side,
#course-view .current .left.side {
  background-color: #C5D5DC;
}

#course-view .section.hidden .content,
#course-view .section.hidden .side {
  border-color:#C5D5DC;
 }




/***
 *** Tabs
 ***/

.tabs .side {
  border-color: #C5D5DC;
}
.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);
}

/***
 *** Modules: Forum
 ***/

.forumheaderlist,
.forumpost {
  border-color:#C5D5DC;
}

.forumpost .content {
  background: #FEF9F6;
}

.forumpost .left {
  background:#FEF9F6; 
}

.forumpost .topic {
  border-bottom-color: #C5D5DC;
}

.forumpost .starter {
  background:#FEF9F6; 
}

.forumheaderlist .discussion .starter {
  background:#FEF9F6; 
}

.forumheaderlist td {
  border-color: #C5D5DC;
}

.sideblock .post .head {
  color:#FEF9F6;
}

.forumthread .unread {
  background: #FEF9F6;
}
#mod-forum-discuss .forumpost {
  background: none;
}

#mod-forum-discuss .forumpost.unread .content {
  border-color: #C5D5DC; 
} 

#mod-forum-discuss .forumthread .unread {
} 

#mod-forum-index .unread {
}


/***
 *** HABE estiloak
 ***/

hr {
  color:#C5D5DC;
}

h1.headermain {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #607078;
}

/* Estilo para el pie */

.habe_pie {
	background-color: #415B67;
	color: #FFFFFF;
}

.habe_pie a, .habe_pie a:linked, .habe_pie a:visited, .habe_pie a:hover{
	color: #FFFFFF;
}

/** Goiburuko menua **/
div.goiburua {
	background-color: #FFFFFF;
	color: #F3F7F8;
}
div.goiburu_mantxa {
	background-color: #E8EEF1;
	color: #F3F7F8;
}
span.goi_menua {
	background-image: url(pix/tab/esquina.gif);
	background-repeat: no-repeat;
	background-position: 4px 24px;
	color: #F3F7F8;
	background-color: #007DB0;
}
span.goi_menua a {
	color: #F3F7F8;
}
span.goi_menua a:visited, span.goi_menua a:linked, span.goi_menua a:hover {
	color: #F3F7F8;
}


/** EGUTEGIA **/
div.calendar-controls {
	background-color: #9FAEB3;
	color: #FFFFFF;
}
div.calendar-controls a, div.calendar-controls a:visited, div.calendar-controls a:linked, div.calendar-controls a:hover{
	color: #FFFFFF;
}
#calendar .today a,
.minicalendar .today a{
  color: #FFFFFF;
}
table.calendarmonth tr.weekdays th {
	color: #F79234;
	background-color: #FFFFFF;
}

/** Ikastaroko unitateak **/
ul.section .unread a {
	color: #F79234;
	background-color: #DFEBC6;
}


/** Prematrikulak **/
ul.prematrikulak li {
	font-weight: bold;
}
ul.prematrikulak li span.mezuabidali, ul.prematrikulak li span.mezuabidali a {
	color: #C5A22B;
}
ul.prematrikulak li table td{
	font-weight: normal;
}
ul.prematrikulak li table td.egoera1 {
	color: #829222;
	font-weight: bold;
}
ul.prematrikulak li table td.egoera2 {
	color: #F79234;
	font-weight: bold;
}
ul.prematrikulak li table td.egoera3 {
	color: #C5A22B;
}
input.egoera1 {
	background-color: #829222;
	color: #FFFFFF;
}
input.egoera2 {
	background-color: #F79234;
	color: #FFFFFF;
}
input.egoera3 {
	background-color: #C5A22B;
	color: #FFFFFF;
}
/***** habe/fw_color.css end *****/

/***** habe/fw_fonts.css start *****/

/* Core */

.clearer {
  font-size:1px;
}

body, td, li {
    font-family: Arial, Helvetica, sans-serif;
    font-size : 13px;
}

body {
    margin : 5px;
}

th {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}


a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1, h2, h3, h4 {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1 {
    font-size:1.2em;
    font-weight: bold;
}

h2 {
    font-size:1.15em;
}
h3 {
    font-size:1.1em;
}
h4 {
    font-weight:bold;
}

th.header,
td.header,
div.header,
.headingblock {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 0.9em;
}


.categorybox .category,
.categorybox .category {
/*  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; */
    font-size: 1.2em;
    font-weight: bold;
}

.generaltable td.cell.c0 {
  font-weight: bold;
}
/***
 *** Header
 ***/
 
.breadcrumb {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:.85em;
    font-weight:bold;
}

.logininfo,
#header-home .headermenu font {
     font-size:.8em;
}

 /***
 *** Blocks
 ***/
 
.sideblock .footer {
    font-size:0.85em;
    text-align: left;
}

/***
 *** Calendar
 ***/
#calendar .maincalendar table.calendarmonth td {
  font-size:.9em;
}

#calendar .maincalendar .calendar-controls .current {
  font-weight: bold;
}

#calendar .sidecalendar .filters {
  font-size:0.85em
  }

table.minicalendar tr.weekdays th {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:0.8em;
	font-weight: bold;
	text-align: center;
}

table.minicalendar tr td {
  font-size:0.8em;
  }
  

/***
 *** Course
 ***/
  
#course-view .section .left {
  font-weight: bold;
  font-size: 1.2em;
}

/*Accessibility: resizable icons. */
img.resize {
  width: 1em;
  height: 1em;
}


/***
 *** HABE estiloak
 ***/

/* Estilo para el pie */

.habe_pie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

.habe_pie a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}


/** Goiburuko menua **/
div.goiburua {
	text-align: right;
}
div.goiburu_mantxa {
	text-align: right;
}
span.goi_menua {
    	font-size: 90%; 
    	font-family:  Verdana;
	font-weight: bold;
}
span.goi_menua a, span.goi_menua a:visited, span.goi_menua a:linked, span.goi_menua a:hover {
	text-decoration: none;
	font-weight: bold;
}

/** EGUTEGIA **/
div.calendar-controls {
	font-size: 12px;
	font-weight: bold;
}
table.calendarmonth tr td div.day {
	text-align: right;
	padding-right: 3px;
}

/** Ikastaroko unitateak **/
ul.section .unread a {
	font-weight: bold;
}
/***** habe/fw_fonts.css end *****/

