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

/***** hu_ci_161/fw_layout.css start *****/

/*--------------------------------------------------------*/
/* LAYOUT SECTION */
/*--------------------------------------------------------*/

/* Core */
html
{
  font-size: 13px;
}
body {
    margin: 5px;
  font-size: 100%;
}


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.headermain {
    padding-left: 10px;
}

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

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

/***
 *** Header
 ***/

#header-home, #header{
  border-width:1px;
  border-style:solid;
  background-position: top left;
  background-repeat: no-repeat;
  
}

/* ::TR:: */
#header-home{
  height: 99px;
}

/* ::TR:: */
#header {
  height: 99px;
}

.headermain {
 border-width: 0px;
}

/** ::TR:: */
.headermenu {
  float: right;
  text-align: left;
  height: 100px; 
}

/* ::TR:: */
.headertitle {
  float: left; 
  display: block; 
  position: absolute; 
  left: 10px; 
  width: 40%;
}

.navbar {
  margin-right: 0px;
  width: 100%; 
  padding:0px;
  height: 25px;
  border-width:1px;
  border-style:solid;
}

.breadcrumb {
 padding-top: 3px;
 padding-left: 3px;
 padding-right: 3px;
 }
 
.navbar .navbutton {
  padding-top: 2px;
  padding: 0px;
  padding-right: 3px;
  margin-top: 1px;
 }
.navbar
{
  background-color: red;
} 
.navbutton
{
  padding: 50px; 
  padding-bottom: 3px;
}

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

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

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

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


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

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


/***
 *** Blocks
 ***/
 
.sideblock .header h2{
  border-width: 0px;
  padding: 0px;
}

.hide-show
{
	padding: 0px;
	margin: 0px;
}

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

/***
 *** Calendar
 ***/
 
#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;
}
td.courseboxcontent h2.main
{
    background-color: white;
    border: 0px;
    border-bottom: 1px solid gray;
}
table.calendarmonth tr td  {
  border-style: solid;
  border-width: 1px;
}


/***
 *** Course
 ***/
 
.headingblock {
  border-width:1px;
  border-style:solid;
  padding:5px;
}
.hulogo
{
    float: right;
    padding: 5px;
    padding-left: 1em;
    padding-bottom: 0px;
}
h2.headingblock
{
	padding-top: 2px;
	padding-bottom: 2px;
}
.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;
}
span.accesshide
{
	border: 5px solid white;
	color: red;
}


span.hu_welcome_header
{
        font-weight: bold;
        font-size: 110%;
}

div.hu_table
{
        width: 100%;
}
div.hu_table_element_left
{
        width: 50%;
        float: left;
}
div.hu_table_element_right
{
        width: 50%;
        float: right;
}
.logininfo {
  display:inline;
}

td.content h2
{
	font-size: 150%;
	font-weight: bold;
}

/***** hu_ci_161/fw_layout.css end *****/

/***** hu_ci_161/fw_color.css start *****/

/*--------------------------------------------------------*/
/* COLOR SECTION */
/*--------------------------------------------------------*/
/* Core */

body {
  background-color: white;
}

a:link {
    color: #0033CC;
}

a:visited {
    color:#0033CC;
}

a:hover {
    color: #990000;
}

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

dimmed_text,
.dimmed_text a {
  color:#AAAAAA;
}

h1 {
   border-color:#FFFFFF;
}

h1.headermain {
/* Ueberschrift vom Kursnamen im Header */
    color: white; /* ::TR:: */
}

h2 {
    font-weight: normal;
    border-color:#FFFFFF;
}

h3 {  
    border-color:#FFFFFF;
}

h4 {
    border-color:#FFFFFF;
}


th {
    background-color:#E3DFD4;
}

th.header,
td.header,
div.header {
  background-color: #96ADD9; /* ::TR:: */
  background-color: #2A538E;
  color: white;
}

.header a:link{
/* Links in einer Headerleiste einer Tabelle. z.B. in der Nutzeruebersicht. Normale Anzeige*/
  color: silver; /* ::TR:: */
}

.header a:visited {
/* Links in einer Headerleiste einer Tabelle. z.B. in der Nutzeruebersicht. Gesehener Link */
  color: silver; /* ::TR:: */
}

.header a:hover {
/* Links in einer Headerleiste einer Tabelle. z.B. in der Nutzeruebersicht. Link, wenn man mit der Maus druebergeht.*/
    color: #990000;  /* ::TR:: */
    color: yellow;  /* ::TR:: */
}

.commands{
    background-color: white;
}

#layout-table #left-column {
/* Hintergrundfarbe der linken Block-Spalte  */
 background-color: white;
}

.notifysuccess{
    font-weight: bold;
    color: green;
}

.generalbox {
/* Box in der die Beschreibung der Materialen sind. */ 
  background-color:#FFFFFF;
  border-color: silver;
}

.generaltable,
.generaltable td {
  border-color:#EEEEEE;
}

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

.generaltable .header{
    background-color: #2A538E;
    color: white; /* ::TR:: */
}

.navbar {
/* Navigationsleiste */
  background-color: #EEEEEE; /* ::TR:: */
  border-left-color: silver; /* ::TR:: */
  border-right-color: silver; /* ::TR:: */
  border-bottom-color: silver; /* ::TR:: */
}

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

.highlight {
  background-color:#EEEEEE;
}

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



/***
 *** Header
 ***/

#header-home, #header {
/* Hintergrund fuer den Header */
  background-color: #003366;  /* ::TR:: */
  border-color:#003366;  /* ::TR:: */
  border-color:#7C90B5;  /* ::TR:: */
  border-color:#003366;  /* ::TR:: */
  color: white;  /* ::TR:: */
}

.headermenu .logininfo a{
/* login-link oben! */
    color: #999999;
}

h2 div.link a {
/* Link im Mittelblock (Ich will kuenftig keine e-Mails ....) */
    color: #6699FF;
    color: #99CCFF;
}

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

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

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


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

.sideblock {
/* Bloecke */
  border-color:#EEEEEE;
  background-color: #FFFFFF;  /* ::TR:: weisser Hintergrund*/
}

.sideblock .header {
/* Header-Hintergrund der einzelnen Bloecke */
  border-color: #7C90B5;
  border-color: #336699; /* ::TR:: */
  border-color: silver; /* ::TR:: */
  background-color: #96ADD9;
  background-color: #2A538E;
  background-color: #cccccc;
  background-color: #EEEEEE;
  
  color: white; /* ::TR:: */
  color: gray; /* ::TR:: */
  color: #2a538E; /* ::TR:: */
  color: black; /* ::TR:: */
}

.sideblock .content {
/* Inhalt der Bloecke */
  border-color:#EEEEEE;
  border-left-color: silver;
  border-right-color: silver;
  border-bottom-color: silver;
}

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

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

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

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

.sideblock .content .post .head .date,
.sideblock .content .post .head .name {
  color: #000000;
}

/***
 *** CODE_CHANGE_HUB
 *** SemBlock, myMoodle Term based order, [JE] - 4'09
***/

.semswitch{
background-color: #EEEEEE;
color: white;
width: 100%;

border-color: silver; 
border-width: 1px;
border-width-ltr-source: physical;
border-width-rtl-source: physical;

border-style: dotted;
border-style-ltr-source: physical;
border-style-rtl-source: physical;

margin-top: 0pt;
margin-bottom: 9pt;
margin-right: 0pt;
margin-left: 0pt;
padding: 0px;
}

.semswitch .header .title {
background-color: white;
text-align: left;
border-style: none;

margin: 0pt;
padding-top: 0px;
padding-bottom: 0px;
padding-right: 4px;
padding-left: 4px;
}

.semswitch .header .title a:link, semswitch .header .title h2.a:link,
.semswitch .header .title a:visited, .semswitch .header .title h2.a:visited {
color: #AAAAAA;
text-decoration: none;
text-align: left;
}

.semswitch .header .title a:hover, .semswitch .header .title h2.a:hover{
color: #AAAAAA;
text-decoration: underline;
}

.semname{
color: black;
width: 100%;

/* border-color: silver; * silber */
border-color: #2A538E; /* blau */
/* border-width: 1px; * silber */
border-width: 2px;  /* blau */
border-width-ltr-source: physical;
border-width-rtl-source: physical;

/* border-style: solid; * silber */
border-right-style: solid;  /* blau */
border-left-left: none;  /* blau */
border-top-style: none;  /* blau */
border-bottom-style: none;  /* blau */
border-style-ltr-source: physical;
border-style-rtl-source: physical;

margin-top: 12pt;
margin-bottom: 2pt;
margin-right: 0pt;
margin-left: 0pt;
padding: 0px;
}

.semname .header .title, .semname .header .title h2{
/* color: black; * silber */
color: white; /* blau */
/* background-color: #EEEEEE; * silber */
background-color: #2A538E; /* blau */
text-align: left;
border-style: none;

margin: 0pt;
/* padding-top: 4px; * silber  */
/* padding-bottom: 4px; * silber */
padding-top: 0px;
padding-bottom: 0px;
padding-right: 4px;
padding-left: 4px;
}

.semblock{
border-color: silver; 
background-color: white;
color: black; 
width: 100%;

margin-top: 0pt;
margin-bottom: 2pt;
margin-left: 0pt;
margin-right: 0pt;
padding-right: 0px;

border-width: 1px;
border-width-ltr-source: physical;
border-width-rtl-source: physical;

border-style: solid;
border-style-ltr-source: physical;
border-style-rtl-source: physical;
}

.semblock .header{
background-color: white;

border-style: none;
text-align: left;
margin: 0pt;
padding-top: 2px;
padding-bottom: 2px;
padding-right: 4px;
padding-left: 4px;
}

.semblock .header .title, .semblock .header .title h2 {
border-style: none; 
margin-top: 5pt;
margin-right: 0pt;
margin-bottom: 5pt;
margin-left: 0pt;
padding: 0px;
}

.semblock .header .hide-show-image
{
float: right;
height: 11px;
width: 11px;
margin-top: 0.25em;
}

.semblock .header .title a:link, .semblock .header .title h2.a:link{
color: #0033cc;
text-decoration: none;
font-size: 1.15em;
text-align: left;
}

.semblock .header .title a:visited, .semblock .header .title h2.a:visited {
color: #0033cc;
text-decoration: none;
font-size: 1.15em;
text-align: left;
}

.semblock .header .title a:hover, .semblock .header .title h2.a:hover{
color: #990000;
text-decoration: underline;
font-size: 1.15em;
}

.semblock .header .title a.dimmed:link, .semblock .header .title a.dimmed:visited,
.semblock .header .title h2 a.dimmed:link, .semblock .header .title h2 a.dimmed:visited{
color: #aaaaaa;
font-size: 1.15em;
}

.semblock .content .coursebox{
border-style: none;
margin-top: 10px;
margin-bottom: 10px;
}

/* accesability */
a.skip-course, .skip-course {
  display:block;
  position: absolute;
  height:1px;
  width:2em; 
  top: -1000em;
  font-size: 0.85em;
}
a.skip-course:focus, a.skip-course:active{
  display: block;
  position: static;
}
.skip-course-to{
  display: block;
  height: 1px;
}

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

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

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

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

table.minicalendar tr.weekdays th {
  background-color:#FEF9F6;
  border-color:#EEEEEE;
  }

table.minicalendar tr td.day {
   border-color:#EEEEEE;
  }
  
table.minicalendar tr td.weekend {
  border-color:#EEEEEE;
  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:#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:#EEEEEE;
  background-color:#FEF9F6;
}


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

.headingblock {
/* Ueberschrift des Mittelblocks */
  border-color:#7C90B5;
  background-color: #7C90B5;
  background-color: #003366; /* ::TR:: */
  border-color: #003366; /* ::TR:: */
  background-color: #003399; /* ::TR:: */
  background-color: #96ADD9; /* ::TR:: */
  background-color: #3366cc;
  background-color: #0066cc;
  background-color: #2A538E;
  border-color: #96ADD9; /* ::TR:: */
  border-color: #2A538E;
  color: white;
}
.categoryboxcontent,
.courseboxcontent {
  border-color: silver; 
  background: #FFFFFF;
  /*
  border-color:#C6BDA8;
  background: #FFFFFF;
  */
}

.categorybox .category {
  border-color: #EEEEEE;
  /*
  border-color: #C6BDA8;
  */


}

#course-view .section.main .content {
  border-color: #EEEEEE;
  border-color: silver; /* ::TR:: */
  background-color: #FFFFFF;
  /*
  border-color: #C6BDA8;
  */
}

#course-view .section.main .side {
  border-color: #EEEEEE;
  border-color: silver; /* ::TR:: */
  background-color: #EEEEEE;
  /*
  border-color: #C6BDA8;
  */
}

#course-view .current .right.side,
#course-view .current .left.side /* vom aktuellen Themenblock, die aeusseren Balken */{
  background-color: #96ADD9;
  background-color: #2A538E;
  color: white;
  border-color: silver; /* ::TR:: */
}

#course-view .section.hidden .content,
#course-view .section.hidden .side {
  border-color:#EEEEEE;
  border-color: silver; /* ::TR:: */
 }




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

.tabs .side {
  border-color: #EEEEEE;
  border-color: black;
}
.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: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, /* Tabelle des Forums*/
.forumpost {
  border-color:#EEEEEE;
  border-color: silver; /* ::TR:: */
}


.forumpost .content {
  background: #FFFFFF;
}

.forumpost .left {
  /*
  background:#96ADD9; 
  backgrouny:#FEF9F6; 
  */
}

.forumpost .topic {
  border-bottom-color: #96ADD9;
  border-color: #96ADD9;
  /*
  border-bottom-color: #C6BDA8;
  */
}

.forumpost .starter {
  border-bottom-color: #96ADD9;
  /*
  background:#FEF9F6; 
  */
}

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

.forumheaderlist td /* Gitternetzlinien in der ForumsTabelle */
{
  border-color: #EEEEEE;  
}

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

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

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

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

#mod-forum-index .unread {
}
/***** hu_ci_161/fw_color.css end *****/

/***** hu_ci_161/fw_fonts.css start *****/

/* Core */

.clearer {
  font-size:1px;
}
html
{
    font-size : 12px;
    vertical-align: bottom;
}
body, td, li {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
    margin : 5px;
}

th {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
}

.header h2
{
	font-size: 100%;
}

h2.headingblock
{
	font-size: 120%;
}

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


/* Ueberschriften in der Anzeige (beim Material) und im Course-Block (Aktivität) */
.generalbox .generalboxcontent h1,
.section .activity h1{
    font-size:1.6em;
    font-weight: bold;
}
.generalbox .generalboxcontent h2,
.section .activity h2{
    font-size:1.4em;
    font-weight: bold;
}
.generalbox .generalboxcontent h3,
.section .activity h3{
    font-size:1.2em;
    font-weight: bold;
}
.generalbox .generalboxcontent h4,
.section .activity h4{
    font-size:1em;
    font-weight: bold;
}

th.header,
td.header,
div.header,
.headingblock {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 1.00em;
}


.categorybox .category {
    font-size: 1.0em;
}

.generaltable td.cell.c0 {
  font-weight: bold;
}

/***
 *** Header
 ***/
 
.breadcrumb {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:.85em;
}

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

/* ::TR:: */
h2 div.link a {
/* Link im Mittelblock (Ich will kuenftig keine e-Mails ....) */
    font-style: italic;
    font-size: 0.9em;
}


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

.sideblock .content{
    vertical-align:bottom;
    line-height: 1.6em;
    font-size:0.90em;
}

.sideblock .content .link{
/* Links in den Bloecken*/
    vertical-align:bottom;
    line-height: 1.6em;
    font-size: 0.95em;
}

.sideblock .footer {
    text-align: left;
}

/***
 *** Calendar
 ***/
#calendar .maincalendar table.calendarmonth td, 
#calendar .maincalendar table.calendarmonth .weekdays {
/* Hauptkalender: einzelne Tage (Zahlen) und die Wochentage */
  font-size: 0.9em;
}

#calendar .maincalendar .filters table a{
/* Links zum ausblenden der Termine im Hauptkalender */
  font-size: 1em;
}


#calendar .maincalendar table.calendarmonth .events-new {
/* Neue Termine im Hauptkalender */
  font-weight:normal;
}

#calendar .maincalendar .calendar-controls .current, /*aktueller Monat im grossen Kalender*/
#calendar .today, /*aktueller Tag im grossen Kalender*/
/*.current,*/ /*aktueller Monat im kleinen Kalender (Block)*/
table.minicalendar .today /*aktueller Tag im kleinen Kalender (Block)*/
{ 
  font-weight: bold;
}

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

table.minicalendar tr.weekdays th {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  font-weight: normal;
  }

table.minicalendar tr td {
  font-size: 0.9em;
  }
  
.filters td a {
/* Filter-Links unter dem MiniKalender (Block) */
    font-size: 1.2em;
}

/***
 *** Course
 ***/
  
#course-view .section .left {
/* Anzeige der Nummern in der Themenblock-Anzeige (Mittelteil) */
  font-weight: bold;
  font-size: 1.0em;
}

#course-view .section .activity {
  vertical-align: bottom;
  line-height: 1.8em;
}


/*Accessibility: resizable icons. */
img.resize {
  width: 1em;
  height: 1em;
}
/***** hu_ci_161/fw_fonts.css end *****/


