/** CSS som skrivs här nedan påverkar alla skal **/

/** General **/

/** Raden högst upp **/ #p-personal {
  background-color: #ededed; /* Grått */
} 

/** Ramen runt innehållstexten  #bodyContent {
  background-image: url('/bilder/klav.gif');
} #content {
  background-color: #ededed; 
} **/

/** Yttersta ramen **/ #column-content {
  background-color: #fffff1; /* gulaktigt */
}

/* bakgrund */
body {
  background-image: url('/bilder/wikibg.jpg');
  background-repeat: repeat-y
}
/** sidomeny-rubriker **/ #p-f\.C3\.B6r_alla, #p-f\.C3\.B6r_medlemmar, #p-tb, #p-search {
  background-color: #ededed;
  border:0;
} 

.pBody { /** sidomenyer innehåll **/
  background-color: #ffffdd; /* blekgul */
  border: 0;
} 

/* wikitable/prettytable class for skinning normal tables */
table.wikitable,
table.prettytable {
    margin: 1em 1em 1em 0;
    background: #f9f9f9;
    border: 1px #aaa solid;
    border-collapse: collapse;
}
 
table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
    border: 1px #aaa solid;
    padding: 0.2em;
}
 
table.wikitable th,
table.prettytable th {
    background: #f2f2f2;
    text-align: left;
}
 
table.wikitable caption,
table.prettytable caption {
    margin-left: inherit;
    margin-right: inherit;
    font-weight: bold;
}
 
table.prettytable code,
table.wikitable code {
    background-color: transparent;
}

/** SimpleCalendar **/ 

table.calendar { 
  margin: 0; 
  padding: 10px; 
} 
table.calendar td { 
  margin: 0; 
  padding: 2px;
  vertical-align: top; 
} 
table.month .heading td {
  padding:2px;
  background-color:#d4d4d4;
  color:#aaa;
  text-align:center;
  font-size:120%; 
} 
table.month .dow td { 
  color:#aaa;
  text-align:center;
  font-size:110%; 
} 
table.month td.today {
  background-color:#ddd; 
} 
table.month td {
  border: none; 
  margin: 0;
  padding: 1pt 1.5pt;
  font-weight: bold;
  font-size: 8pt;
  text-align: right;
  background-color: #eee; 
} #bodyContent table.month a {
  background:none; padding:0 
} 
.day-active {
  color:#006600;
  font-weight:bold 
} 
.day-empty {
  color:#A3C2FF 
}