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

/***** ude/fw_layout.css start *****/

/* Core */


body {
    margin : 0;
	line-height: 1.2em;
}

/**
fuer tastatur */
input:focus, select:focus {
	border: 1px solid #f60;

}
/**
anderes padding*/
h1.main,
h2.main,
h3.main,
h4.main,
h5.main,
h6.main {
  text-align: left;
  padding: 2px 0 2px 5px;
} 



h1, h2, h3, h4 {
  text-align: left;
  padding-left: 5px;
}

h3.main, h3 {
	padding-left: 0;
}

/* kein padding links */
h1.main, h1, h4.main, h4, h5.main, h5, h6.main, h6 {
	padding-left: 0;
}
  
h1, h2, h3 {
	border-width: 0px;
  	border-style: solid; 
}

/*keine border*/
h4 {
  border-bottom-style: solid;
  border-bottom-width:0px; 
}

input {
  
}

/**
keine border
*/
.generalbox {
  border-width:0px; 
  border-style:solid;
  border: none;
}

.sitetopiccontent {
  border-width:1px;
  border-style:solid;
}

/***
 *** Header
 ***/

#header-home {
  /* padding:1em 0.5em; */
  height:70px;
  border-width:0px;
  border-style:solid;
  background: url(pix/header/e_learning.jpg) no-repeat;
  background-position: 230px;
  
}

#header {
  height:70px;
  border-width:0px;
  border-style:solid;
  background: url(pix/header/e_learning.jpg) no-repeat;
  background-position: 230px;
}

.headermain {
 border-width: 0px;
 
}

.headermenu {
  float:right;
  text-align:right;
}

.sideblock .content. .list li {
	margin-bottom: 10px;
}



.navbar {
  /*width: 100%; */
  padding:0px;
  padding-left: 5px;
  height: 25px;
  
  /* keine Border */
  border-top: 0px solid red;
  border-bottom: 0px solid red;
  border-left: none;
  border-right:none;

}

.breadcrumb {
 padding-top: 3px;
 padding-left: 3px;
 }

/* Raquo in die BreadCrumb einsetzen */
.breadcrumb .sep {

}
 
.navbar .navbutton {
  padding-right: 3px;
  /*padding-top: 2px;*/
  /* Muss rechts floaten*/
  
  float: right;
 }


/***
 *** Login
 ***/

TABLE.loginbox {
  margin-top: 40px;
  }

.loginbox .header {
  border-width:1px;
  border-style:solid;
  border-bottom-width: 0px;
}

.loginbox .content {
  border-top-width: 1px;
}

.logininfo {
	float:left;
	padding-right: 1em;
	margin-top: .4em;
}

.logininfo a:link {
	text-decoration: underline;
}

#footer .info {
	text-align: center;
	margin: 10px auto;
	font-size:9px;
}


/***
 *** Footer
 ***/

#footer {
  text-align:center;
  margin-top: 10px;
  margin-bottom: 20px;
}


/***
 *** Blocks
 ***/
 
 /* ueberschriften */
 .sideblock .header h2 {
  border-width: 0px;
  font-size:1em;
 }
 
.sideblock .footer {
  border-top-width:2px;
  border-top-style:solid;
  margin-top: 10px;
  padding-top: 10px;
}

.sideblock .content .post .head .date,
.sideblock .content .post .head .name {
	font-weight: bold;
	font-size: .8em;
}

.sideblock .content .post .head .name {
	margin-bottom: .5em;
}
  

/***
 *** Calendar
 ***/
 
#calendar .today,
.minicalendar .today {
  border:1px solid !important;
} 
 
 /**
 padding raus
 */
 table.minicalendar {
  width: 100%;
  margin:10px auto;
  padding:0px;
  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;
}


/***
 *** Course
 ***/
 /*
 outline aus
 */
.headingblock {
  border-width:0px;
  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;
}
/**
no border
*/

#course-view .section.hidden .content,
#course-view .section.hidden .side {
  border-width: 1px;
  border-style: dashed;
}

/* wochen ansicht padding nach unten */
#course-view .section .label{
	padding-top: .5em;
	padding-bottom: .5em;
}

#course-view .section .resource {
	padding-bottom: 5px;
}

/*ADMINTREE */

.admintree br {
	margin-bottom: 5px;

}

.content .newlink, .content .info {
	text-align:left;
}

/*-------------------------------------
	CLASSES
---------------------------------------*/
.clear {
	clear: both;
}

.smalltext {
	font-size:10px;
}

.copyright {
	background: #ededed;
	margin:0 20px;
	padding: 5px;
}

/*added*/
.forumpost .subject {
	font-weight: bold;
	float: left;
}
.forumpost .author {
	float:left;
	margin-left: .75em;
	font-size: .75em;
}

/*added*/
th[scope="col"] .header .topic{
	padding: 5px 0;
}

th[scope="row"] {
	color: white;
}


tr.even th.header {
	background: #ededed;
}


/*-------------------------------------
	IDS
---------------------------------------*/
#searchform_search {
}
#searchform_button {
	margin-bottom: 1em;
}

/***** ude/fw_layout.css end *****/

/***** ude/fw_color.css start *****/

/* Core */

body {
  background-color: White;
}


a:link {
    color: #304090;
}

a:visited {
    color:#304090;
}

a:hover {
    color: #f60;
}

/*fuer tastatur */
a:focus {
	color: #f60;
}


a.dimmed:link,
a.dimmed:visited {
  color:#AAAAAA;
}

/*keinen hintergrund fuer die h1*/
h1 {
  /*background-color: #C6BDA8;*/
 /* border-color: #333333;*/
  color: #304090;
}

h2 {
  /*background-color: #E3DFD4;*/
  background-color: #304090;
  /*border-color:#C6BDA8;*/
  color: #ffffff; /*Wo ist die Schriftfarbe festgelegt?*/
}

/* Links innerhalb von h2 muessen weiss sein*/
h2 > a:link, h2> a:visited {
	color: white;
}
h2> a:hover {
	color: #ff6600;
}

h3 {
  border-color:#C6BDA8;
}
h4 {
  border-color:#C6BDA8;
}


th {
    background-color:#E3DFD4;

}

th.header,
td.header,
div.header {
  background-color: #304090;

}

/* text ohne tags in den headern muss weiss sein */
div.header {
color: white;
}

#layout-table #left-column {
    /* background-color: yellow; */
}

/**
bg farben anderes
*/
.generalbox {
  border-color:#C6BDA8;
  background-color:#ededed;
}

/**
bg farben anderes
*/
.generaltable,
.generaltable td {
  border-color:#C6BDA8;
  background-color:#ededed; 
}

.generaltable td.cell.c0 {
background-color:#ededed; 
}

.navbar {
  /*background-color:red;*/
  border-color:red;
  height: 25px; 
  /*background: url(pix/grad/bg_bread.jpg) repeat-x;*/
}

.sitetopiccontent {
  border-color:#C6BDA8;
  background-color:#FFFFFF;
}

.highlight {
  background-color:#C6BDA8;
}

.highlight2 {
  color:#C6BDA8; /* highlight missing terms in forum search */
}



/***
 *** Header
 ***/

#header-home, #header {
  background-color: transparent;
  border-color:#C6BDA8;
}

.breadcrumb .sep {
	
}

/***
 *** Login
 ***/


.loginbox .header {
  border-color:#C6BDA8;
}

.loginbox .content {
  border-color:#C6BDA8;
}


/***
 *** Blocks
 ***/
 
.sideblock .header {
  border-color: #C6BDA8;
}

.sideblock {
  border-color:#C6BDA8;
}

.sideblock .content {
  border-color:#C6BDA8;
  background-color:#EDEDED;
}

.sideblock hr {
  color:#C6BDA8;
  /*background-color:#FEF9F6;*/
}

.sideblock .footer {
  border-top-color:white;
}

.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: #C6BDA8;
}

#calendar .maincalendar table.calendarmonth th {
  border-color: #C6BDA8;
}


table.calendarmonth tr td {
   border-color:#C6BDA8;
} 

table.minicalendar {
  border-color:#C6BDA8;
}

table.minicalendar tr.weekdays th {
  background-color:#304090;
  border-color:#C6BDA8;
  }

table.minicalendar tr td.day {
   border-color:#C6BDA8;
  }
  
table.minicalendar tr td.weekend {
  border-color:#C6BDA8;
  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:#C6BDA8;
  background-color:#FEF9F6;
}


/***
 *** Course
 ***/

.headingblock {
  border-color:#C6BDA8;
}

/** andere bg color; */
.categoryboxcontent,
.courseboxcontent {
  border-color:#C6BDA8;
  background: #EDEDED;
}

.coursebox {
background: #ededed;
}
.coursebox .summary, .coursebox .info {
background: none;
}

.categorybox .category,
.categorybox .category {
  border-color: #C6BDA8;
}

/**
no border
bg color
*/
#course-view .section.main .content {
  border-color: #C6BDA8;
  background-color: #EDEDED;
}

#course-view .section.main .side {
  border-color: #C6BDA8;
  background-color: #EDEDED;
}

#course-view .current .right.side{
	background-color: #ededed;
}
#course-view .current .left.side {
  background-color: #9aa1c9;
  color: white;
}

/*
no border
*/
#course-view .section.hidden .content,
#course-view .section.hidden .side {
  border-color:#C6BDA8;
 }




/***
 *** Tabs
 ***/

.tabs .side {
  border-color: #C6BDA8;
}
.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:#C6BDA8;
}

.forumpost .content {
  background: #ededed;
}

.forumpost .left {
  background:#ededed; 
}

.forumpost .topic {
  border-bottom-color: #C6BDA8;
  background: #ededed;
}

.forumpost .starter {
  background:#ededed; 
}

.forumheaderlist .discussion .starter {
  background:#ededed; 
}

.forumheaderlist td {
  border-color: #C6BDA8;
}

.sideblock .post .head {
  color:#FEF9F6;
}

.forumthread .unread {
  background: #FEF9F6;
}
#mod-forum-discuss .forumpost {
  background: none;
}

#mod-forum-discuss .forumpost.unread .content {
  border-color: #C6BDA8; 
} 

#mod-forum-discuss .forumthread .unread {
} 

#mod-forum-index .unread {
}

/**
table th header c0 c1 c2
*/
th[scope=col], th[scope=col] a {
	color: white;
}

th[scope=col] a:hover {
	color:#FF6600;
}

optgroup label {
	text-align: left;
}

/* added */
body#course-user .section {
	background: #ededed;
}

.logtable {
	background: #ededed;
} 

/***** ude/fw_color.css end *****/

/***** ude/fw_fonts.css start *****/

/* Core */
html {
	color: #304090;
	font: 75% Verdana, Helvetica, Arial, sans-serif;
}


.clearer {
  font-size:1px;
}

body, td, li {
    font-size : 1em;
}

th {
  font-size: 11px;
  font-weight: bold;
}

a, a:link, a:visited,a:hover   {
    text-decoration: underline;
}


h1, h2, h3, h4 {
    
}

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-weight: bold;
    font-size: 0.9em;
}


.categorybox .category,
.categorybox .category {
/*  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; */
    font-size: 1.1em;
    font-weight: bold;
}

.generaltable td.cell.c0 {
  font-weight: bold;
}
/***
 *** Header
 ***/
 
.breadcrumb {
    
    font-size:.85em;
    font-weight:bold;
}

.logininfo, .logininfo_footer,
#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:1em;
}

#calendar .maincalendar .calendar-controls .current {
  font-weight: bold;
}

#calendar .sidecalendar .filters {
  font-size:1em
  }

/**
wochentage fett
*/
table.minicalendar tr.weekdays th {
  font-size:.85em;
  font-weight:bold;
  }

table.minicalendar tr td {
  font-size:1em;
  }
  
/***
 *** Course
 ***/
  
#course-view .section .left {
  font-weight: bold;
  font-size: 1.2em;
}

/*Accessibility: resizable icons. */
img.resize {
  width: 1em;
  height: 1em;
}
/***** ude/fw_fonts.css end *****/


