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

/***** FORMAN/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 {
}

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

input {
  
}

.generalbox {
  border-width:1px; 
  border-style:solid;
}

.sitetopiccontent {
  border-width:1px;
  border-style:solid;
}

/***
 *** Header
 ***/
#logo {
	float:left;
	margin:0;
	padding:0;
	width:300px;
	height:80px;
}

#header-home {
  /* padding:1em 0.5em; */
  height:137px;
  background:#FFF url(bg_logo.jpg);
  border-bottom:solid 1px #a0a0a0;
  
}

#header {
  height:137px;
  background:#FFF url(bg_logo.jpg);
  border-bottom:solid 1px #a0a0a0;
}

.headermenu {
  float:right;
  text-align:right;
  margin-right:20px;
}

.navbar {
  margin-right: 5px;
  width: 100%; 
  padding:0px;
  height: 25px;
}

.breadcrumb {
 padding-top: 3px;
 padding-left: 3px;
 }
 
.navbar .navbutton {
  padding-right: 3px;
  padding-top: 2px;
 }


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

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

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

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


/***
 *** Footer
 ***/

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

#footer table img{
	padding:5px;
}


/***
 *** Blocks
 ***/


.sideblock .footer {
  border-top-width:1px;
  border-top-style:dashed;
}
  

/***
 *** Calendar
 ***/
 
 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.calendarmonth {
  border-collapse:separate;
  border-spacing:1px !important;
}

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


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


/****** ESTILOS CALENDARIO FORMAN ******/

.calendar-controls .current {
	text-transform:uppercase;
}
#calendar .weekend, .minicalendar .weekend {
	color:#505050;
	font-weight:bold;
}
table.minicalendar tr td.weekend{
	color:#505050 !important;
}

.sideblock .content h3.eventskey{
	font-size:1em;
}
#calendar .sidecalendar abbr, .block_calendar_month abbr{
	color:#505050;
}/***** FORMAN/fw_layout.css end *****/

/***** FORMAN/fw_fonts.css start *****/

/* Core */

.clearer {
  font-size:1px;
}

body, td, li {
    font-family: "Trebuchet MS";
    font-size : 13px;
}

body {
    margin : 5px;
}

th {
  font-family: "Trebuchet MS";
  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: "Trebuchet MS";
}

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: "Trebuchet MS";
    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;
}


/***
 *** Header
 ***/
 
.breadcrumb {
    font-family: "Trebuchet MS";
    font-size:.85em;
    font-weight:bold;
}

.logininfo,
#header-home .headermenu font {
     font-size:.8em;
}

 /***
 *** Blocks
 ***/
 
.sideblock .footer {
    font-size:1em;
    text-align: left;
}

/***
 *** Calendar
 ***/
#calendar .maincalendar table.calendarmonth td {
  font-size:.8em;
}

#calendar .maincalendar .calendar-controls .current {
  font-weight: bold;
}

#calendar .sidecalendar .filters {
  font-size:0.75em
  }

table.minicalendar tr.weekdays th {
  font-family: "Trebuchet MS";
  font-size:1em;
  font-weight:normal;
  }

table.minicalendar tr td.day {
  font-size:1.1em;
  }
  
/***
 *** Course
 ***/
  
#course-view .section .left {
  font-weight: bold;
  font-size: 1.2em;
}
  

  
/***** FORMAN/fw_fonts.css end *****/

/***** FORMAN/fw_color.css start *****/

/* Core */

body {
  background:#efefef url(bg_body.gif) repeat-x scroll center top;
  color:#505050;
}

hr {
color : #a0a0a0;
height : 1px;
	
}

a:link {
    color: #505050;
}

a:visited {
    color:#097f43;
}

a:hover {
    color: #707070;
}

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

h1 {
	display:none;
	background-color: #D67D18;
	border-color: #D67D18;
	color: #54569F;
}

h2 {
  background:#15834f url(pix/grad/bg_th.gif) repeat-y 0 0;
  border-right:solid 1px #a0a0a0;
  border-bottom:solid 1px #a0a0a0;
  color:#fff;
}
h3 {
  border-color:0;
}
h4 {
  border-color:#F7E8C7;
}


th {
    background-color:#C8CAFC;
	color:#fff;

}

th.header,
td.header,
div.header {
  background-color: #efefef;
  color:#505050;

}

#layout-table #left-column {
    /* background-color: yellow; */
}

.generalbox {
  border-color:#a0a0a0;
  background-color:#efefef;
}

.generaltable,
.generaltable td {
  border-color:#a0a0a0;
  /* background-color:#FFFFFF; */
}

.generaltable td.cell.c0 {
background-color:#efefef; 
}

.navbar {
}

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

.highlight {
  background-color:#F7E8C7;
}

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



/***
 *#header-home, #header {
  background-color: #DF9F56;
  border-color:#F7E8C7;
}

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


.loginbox .header {
  border-color:#F7E8C7;
}

.loginbox .content {
  border-color:#F7E8C7;
}


/***
 *** Blocks
 ***/
 
.sideblock .header {
  border-color: #fff;
}

.sideblock {
  border-color:#F7E8C7;
}

.sideblock .content {
  border-right:solid 1px #a0a0a0;
  border-bottom:solid 1px #a0a0a0;
  background-color:#efefef;
}

.sideblock hr {
  color:#F7E8C7;
  /*background-color:#FEF9F6;*/
}

.sideblock .footer {
  border-top-color:#F7E8C7;
}

.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: #000000;
  }

/***
 *** Calendar
***/
 
#calendar .maincalendar,
#calendar .sidecalendar {
  border-color: #F7E8C7;
}

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


table.calendarmonth tr td {
   border-color:#F7E8C7;
} 

table.minicalendar {
  border-color:#efefef;
}

table.minicalendar tr.weekdays th {
  }

table.minicalendar tr td.day {
   border-color:#efefef;
  }
  
table.minicalendar tr td.weekend {
  border-color:#efefef;
  color: red;
  }
  
#calendar .today,
.minicalendar .today {
  border-color:#000000 !important;
}
  
/* colors for calendar events */
#calendar .event_global,
.minicalendar .event_global,
.block_calendar_month .event_global {
  border-color:#b4deca !important;
  background-color:#b4deca;
}

#calendar .event_course,
.minicalendar .event_course,
.block_calendar_month .event_course {
  border-color:#fad9bc !important;
  background-color:#fad9bc;
}

#calendar .event_group,
.minicalendar .event_group,
.block_calendar_month .event_group {
  border-color:#fdfc9e !important;
  background-color:#fdfc9e;
}

#calendar .event_user,
.minicalendar .event_user,
.block_calendar_month .event_user {
  border-color:#c3daec !important;
  background-color:#c3daec;
}

.cal_popup_fg {
  background-color:#FEF9F6;
}

.cal_popup_bg {
  border-color:#F7E8C7;
  background-color:#FEF9F6;
}


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

.headingblock {
  border-right:solid 1px #a0a0a0;
  border-bottom:solid 1px #a0a0a0;
}

.categoryboxcontent,
.courseboxcontent {
  border-color:#F7E8C7;
  background: #FFFFFF;
}

.categorybox .category,
.categorybox .category {
  border-color: #DDDDDD;
}

#course-view .section.main .content {
	border:1px solid #A0A0A0;
}

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

#course-view .current .right.side,
#course-view .current .left.side {
  background-color: #C8CAFC;
}

#course-view .section.hidden .content,
#course-view .section.hidden .side {
  border-color:#F7E8C7;
 }




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

.tabs .side {
  border-color: #F7E8C7;
}
.tabrow td {
  background: url(../../../../../../TURITEC/turi_servidor/pix/tab/left.gif) top left no-repeat;
}
.tabrow td .tablink {
  background: url(../../../../../../TURITEC/turi_servidor/pix/tab/right.gif) top right no-repeat;
}
.tabrow td:hover {
  background-image: url(../../../../../../TURITEC/turi_servidor/pix/tab/left_hover.gif);
}
.tabrow td:hover .tablink {
  background-image: url(../../../../../../TURITEC/turi_servidor/pix/tab/right_hover.gif);
}
.tabrow .last span {
  background: url(../../../../../../TURITEC/turi_servidor/pix/tab/right_end.gif) top right no-repeat;
}
.tabrow .selected {
  background: url(../../../../../../TURITEC/turi_servidor/pix/tab/left_active.gif) top left no-repeat;
}
.tabrow .selected .tablink {
  background: url(../../../../../../TURITEC/turi_servidor/pix/tab/right_active.gif) top right no-repeat;
}
.tabrow td.selected:hover {
  background-image: url(../../../../../../TURITEC/turi_servidor/pix/tab/left_active_hover.gif);
}
.tabrow td.selected:hover .tablink {
  background-image: url(../../../../../../TURITEC/turi_servidor/pix/tab/right_active_hover.gif);
}

/***
 *** Modules: Forum
 ***/

.forumheaderlist,
.forumpost {
  border-color:#DDDDDD;
}

.forumpost .content {
  background: #FEF9F6;
}

.forumpost .left {
  background:#FEF9F6; 
}

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

.forumpost .starter {
  background:#FEF9F6; 
}

.forumheaderlist .discussion .starter {
  background:#FEF9F6; 
}

.forumheaderlist td {
  border-color: #dddddd;
}

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

.forumthread .unread {
  background: #FEF9F6;
}
#mod-forum-discuss .forumpost {
  background: none;
}

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

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

#mod-forum-index .unread {
}

#course-view .section .weekdates {
color:#505050 !important;
}/***** FORMAN/fw_color.css end *****/


