/**
 * file: sinterklaas.css
 * Default Cascading Style Sheet for Sinternet
 * 
 * Copyright 2006-2008 Floris van der Meijs <netvorkrew@gmail.com>
 *
 * This file is part of Sinternet.
 * Sinternet is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * Sinternet is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with Sinternet; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 */

body {
  background-color: #FFFFCC;
  margin: 0px;
  padding: 0px;
  font-family: sans-serif;
  font-size: medium;
  color: black;
}
h2 {
  text-align: left;
  margin: 12px 12px 3px 12px;
  font-size: medium;
  font-weight: bold;
  border-bottom: 1px solid #FFCC99;
}
p {
  font-size: medium;
  margin: 1px 1px 3px 1px;
}
p.indent {
  text-indent: 48px;
}
div {
  margin: 0 auto;
  padding: 0;
}
div.post {
  margin: 12px 3px 3px 24px;
}
div.clear {
  clear: both;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
}
fieldset br {
  clear: both;
}
a:link, a:visited {
  color: #FF0000;
  text-decoration: underline;
}
a:hover, a:active {
  color: #996600;
  text-decoration: underline;
}
blockquote {
  border: 1px solid #FFCC99;
  background-color: #FFFFCC;
  margin: 3px 36px;
  padding: 1px;
}
img {
  border: 0;
  padding: 0;
}
img.header {
  float: left;
  margin: 0 15px 0 10px;
  height: 86px;
  width: 537px;
}
img.footer {
  float: right;
  margin: 0;
  width: 80px;
  height: 15px;
}

/** form elements **/
label {
  font-size: medium;
}
input[type=submit] {
  padding-left: 12px;
  padding-right: 12px;
}
fieldset {
  /*float: left;*/
  display:inline;
  border: 1px solid red;
  margin: 3px auto 7px 24px;
  padding: 8px 6px;
}
fieldset.table {
  display:block;
  float: none;
  margin: 3px 36px 7px 24px;
}
fieldset label, fieldset input[type=text], fieldset input[type=password], fieldset select {
  width: 180px;
  display: block;
  float: left;
  margin-bottom: 6px;
}
fieldset label {
  text-align: right;
  padding-right: 3px;
}
fieldset label.formdata {
  text-align: left;
  padding-right: 0;
}

.noborder {
  border: none;
}
.noborder legend {
  display: none;
}

table {
  border-collapse: collapse;
  border: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
td,th {
  font-size: medium;
  padding: 2px;
  background-color: #FFFFCC;
  color: black;
  border: 1px solid black;
  text-align: left;
}
th {
  text-align: center;
  font-weight: bold;
  color: black;
  background-color: #FFCC66;
}
table input {
  display: block;
  margin: 0 auto;
}

.hr {
  margin: 8px 12px 8px 12px;
  border-bottom: 1px solid #FFCC99;
}
.em {
  color: red;
}
.hidden {
  display: none;
}

#header {
  background-color: #FF0000;
  border-bottom: 1px solid black;
  height: 86px;
  color: #FFFF00;
  font-weight: bold;
}
#header a {
  color: #FFFF00;
}
#headerText {
  margin: 0;
  padding: 16px;
}
#headerText h1 {
  margin: 0 0 10px 0;
  font-style: italic;
  font-weight: bolder;
  font-size: large;
}
#headerText p {
  margin: 10px 0 0 0;
  text-indent: 15px;
  font-size: medium;
}
#thisUser {
  float: right;
  text-align: right;
  padding: 6px;
  margin: 0px;
  font-size: small;
}
#tabulator {
  background-color: #FFCC66;
  border-bottom: 1px solid black;
  text-align: center;
  padding-top: 11px;
  font-size: small;
}
#tabulator a {
  color: black;
  text-decoration: none;
}
#tabulator a:hover {
  text-decoration: underline;
}
#tabCenter {
  width: 900px;
  text-align: right;
}
#tabCenter ul {
  list-style: none inside none;
  padding: 0;
  margin: 0;
}
#tabCenter ul li {
  display: inline;
  background-color: #FFCC99;
  border: 1px solid black;
  text-align: center;
  padding: 3px 5px 2px 6px;
  margin: 10px 5px 0 0;
  position: relative;
  bottom: 2px;
}
li.selected {
  background-color: #FFFF66 !important;
  border-bottom: 1px solid #FFFF66 !important;
}
#body {
  background-color: #FFFFCC;
  text-align: center;
}
#content {
  padding: 3px;
  width: 900px;
  background-color: #FFFF66;
  border-right: 1px solid red;
  border-left: 1px solid red;
  text-align: justify;
}

.data {
  border: 1px solid #FFCC99;
  background-color: #FFFFCC;
  margin: 3px 48px 7px 24px;
  padding: 0;
}
.dataHeader {
  border-bottom: 1px solid #FFCC99;
  text-align: right;
  background-color: #FFCC66;
  font-size: small;
  margin: 4px;
  padding: 2px;
}
.dataFooter {
  border-top: 1px solid #FFCC99;
  text-align: right;
  background-color: #FFCC66;
  font-size: small;
  margin: 4px;
  padding: 2px;
}

/* rendering the wikified content */
.dataBody {
  margin: 4px;
  padding: 0;
  line-height: 1.2;
}
.dataBody pre {
  padding: 0.5em;
  margin: 0.2em 0.2em 0.2em 1em;
  text-align: left;
  font-family: serif;
  font-size: medium;
  line-height: 1.4;
  font-weight: normal;
  font-style: italic;
}
.dataBody blockquote {
  border: 1px solid #FFCC99;
  border-left: 3px solid #FFCC99;
  padding: 0.5em;
  margin: 0.2em 0.2em 0.2em 1em;
}
.dataBody code {
  padding: 0;
  margin: 0;
  font-family: monospace;
}
.dataBody hr {
  width: 65%;
  height: 1px;
  border: none 0; 
  border-top: 2px dashed #FFCC99;
  margin: 1em;
}
.dataBody  ol, .dataBody ul {

  margin: 0;
  padding: 0 0 0 1.5em;
}
.dataBody  li {

  margin: 0.2em 0;
  padding: 0;
}
.dataBody table {
  border-collapse: collapse;
  border: 2px solid black;
  width: auto;
  padding: 0;
  margin: 0.5em 1em;
}
.dataBody td, .dataBody th {
  padding: 0.2em;
  background-color: #FFFFCC;
  color: black;
  border: 1px solid black;
  text-align: left;
}
.dataBody th {
  text-align: center;
  font-weight: bold;
  color: black;
  background-color: #FFCC66;
}
.dataBody  img{
  margin: 0.5em 1em;
  border: none;
}
.dataBody  p {
  margin: 0.5em 0;
}
.dataBody  a, .dataBody  strong, .dataBody  em, .dataBody  sup, .dataBody  ins, .dataBody  del{
  /* Use defaults */
}
.dataBody  tt {
  font-family: monospace;
}

#rc {
  float: left;
  position: relative;
  left: 910px;
  padding: 3px;
  margin: 3px -100% 3px 0;
  border: 1px solid red;
  background-color: #FFFF66;
  font-weight: bold;
  text-align: center
}
#rc a {
  display: block;
  margin: 5px 0;
  padding: 0;
  border: 1px solid #FFCC99;
  background-color: #FFFFCC;
  color: black;
  font-size: small;
  font-weight: normal;
  text-decoration: none;
}
#rc a:hover {
  border: 1px solid red;
}
.rcHeader, .rcData {
  display: block;
  margin: 0;
  padding: 2px;
}
.rcHeader {
  background-color: #FFCC66;
}

#footer {
  background-color: #FF0000;
  clear: both;
  padding: 6px;
  text-align: center;
  color: #FFFF00;
  font-weight: bold;
}
#footertimer {
  float: left;
  font-weight: normal;
  font-size: small;
}
