/**************************************
 * THEME NAME: swissmem
 *
 * Files included in this sheet:
 *
 *   swissmem/styles.css
 **************************************/

/***** swissmem/styles.css start *****/

body {
  background:none;
  padding:0;
  margin:0;
}

body, p, th, td, li {
  font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
  font-size:0.95em;
  line-height:1.4;
}

p {
  margin:0 0 1em;
}

#page {
  width:990px;
  margin:0 auto;
}

#content {
  margin-top:15px;
}

/* Header */

h1.headermain {
  position:absolute;
  top:-10000px;
}

#logo {
  float:left;
  padding:10px 0 8px 5px;
}

.headermenu {
  padding:10px 5px 0 0;
}

/* Menu */

#menu {
  list-style:none;
  margin:0;
  padding:214px 0 2px 8px;
}

#menu li {
  font-size:0.75em;
  margin:0;
  padding:0;
}

.breadcrumb li a:link,
.breadcrumb li a:visited,
#menu li a:link,
#menu li a:visited {
  color:#423f3f;
}

.breadcrumb li a:hover,
.breadcrumb li a:active,
#menu li a:hover,
#menu li a:active {
  text-decoration:none;
}

.navbar {
  border-width:0 0 1px 0;
	background: #f2f2ef;
}

.navbar ul {
}

.navbar .breadcrumb {
}

.breadcrumb li {
  font-size:0.85em;
  padding:0;
  margin:0;
}

.navbutton {
}
a:link,
a:visited,
a:link.campus-category,
a:visited.campus-category {
  color:#1562ad;
}

a:hover,
a:active {
  color:#e40044;
}

/* Content */

#layout-table {
  margin-top:0;
}
#layout-table #middle-column {
  padding-left:0;
}

#layout-table #left-column {
  padding-right:10px;
}

.sitetopic,
.categorybox {
  border:none;
}

.sitetopic {
  padding-top:0;
}
.sitetopic h2 {
  margin:0 0 0.75em;
  font-size:1.75em;
  color:#1562ad;
}

.coursebox {
  border-width:0 0 1px 0;
  padding-bottom:10px;
}

.coursebox .info {
  width:40%;
}

.coursebox .summary {
  width:55%;
}

h2.headingblock {
  border-width:0;
  border-bottom: 10px solid #cdcbbe;
  border-left:2px solid #cdcbbe;
  padding: 0 5px 9px 9px;
  font-size:0.95em;
  color: #a8a79f;
  line-height:1em;
}

/* Sideblock */

.sideblock .header {
  border-width:0 0 10px 2px;
  border-color:#cdcbbe;
  border-style:solid;
  color:#a8a79f;
  line-height:1em;
  padding:0 5px 7px 9px;
  font-size:1.05em;
}

.sideblock .content {
  border:none;
  background:none;
}

.sideblock a:link,
.sideblock a:visited {
  color:#1562ad;	
}

/* Forums */

.forumpost {
  border-width:0 0 0 0;
}

.forumpost .left {
  background:none;
}

.forumpost .topic {
  border-bottom: 10px solid #cdcbbe;
  border-left: 2px solid #cdcbbe;
  background:none;
}

.forumpost .content {
  background:#F2F2EF;
  padding:0.5em;
  border-bottom: 1px solid #cdcbbe;
}

.forumheaderlist td.topic.starter {
  background:#f2f2ef;
}
/* User */

.userinfobox {
  border:none;
}

.userinfobox .content {
    background:#F2F2EF;
  border:1px solid #cdcbbe;
  border-bottom-width:2px;
}

/* Table Headers */

.logtable th,
.glossarycategoryheader th,
#calendar .maincalendar .calendarmonth th,
#admin-roles-assign th,
#admin-roles-override th,
.forumheaderlist th,
.mod-assignment th,
#mod-chat-index th,
#mod-forum-index th,
#mod-quiz-index th,
#mod-wiki-index th,
#mod-choice-index th,
#mod-data-index th,
#mod-glossary-index th,
#mod-lesson-index th,
#mod-resource-index th,
#mod-scorm-index th,
#mod-survey-index th {
  background:#f2f2ef;
  border-bottom:1px solid #cdcbbe;
}

legend {
  background:#f2f2ef;
  border:1px solid #cdcbbe;
  padding:0 3px;
}

/* Calendar */

#calendar td.maincalendar,
#calendar td.sidecalendar .sideblock {
  border:none;
}

#calendar td.sidecalendar .sideblock .header {
  border-bottom:10px solid #cdcbbe;
  border-left:2px solid #cdcbbe;
  padding:0 10px 7px 9px;
  font-size:0.95em;
}

#calendar td.sidecalendar .sideblock .filters table {
  background:none;
}
/* Course */

#course-view .weeks .current td.side,
#course-view .topics .current td.side {
  background:#1562ad;
  color:#fff;
}

#course-view #section-0 .content,
#course-view #section-0 .left,
#course-view #section-0 .right {
  border:none;
}

p.helplink {
  margin-top:1em;
}

/* Mods */

/*#mod-forum-search*/
/* Footer */

#footer {
  border-top:2px solid #F2F2EF;
  padding-bottom:10px;
}

/* Un-Fixed */
.message {
  margin:auto;
  width:auto;
}

.fcontainer{
	padding-left: 10px;	
}

.fitemtitle{
	width: 300px;	
}

form.mform .required label {
  color:#000;
}

table.smallfont {
    font-size: 85%;
}

/* modification april 2010    */
.mform fieldset {
 width:600px;
}
#mform1,
#mform2,
#mform3,
#mform4,
#mform5,
#mform6,
#mform7,
#mform8,
#mform9 {
   width:800px;
}

/* ie8 hacks for swissmem bulk user administration (campus admin) */
.mform #users {
    width /*\**/: 880px \9
}

.mform #newfilter {
    width /*\**/: 800px \9
}
/***** swissmem/styles.css end *****/


