

body {
  padding:0px;
  border:0px;
  margin:0px;

  color:white;
  background-color:black;

  font-family: arial, helvetica, sans-serif;
}


div#container {
  position:relative;
  left: 50%;
  margin-left: -400px;
  width: 800px; 
  text-align:center;

  font-size:0.9em;
}


div#footer {
  clear:left;
  position:relative;
  left: 50%;
  margin-left: -400px;
  padding-top: 1em;
  width: 800px;
  text-align:center;

  font-size:0.8em;
}


td {
  background-color:#444444;
  border:1px solid #888888;
  padding:0.1em;
}

th {
  background:url(img/th.png) repeat-x;
  border:1px solid #888888;
  padding:0.1em;
}

table.highlight tr:hover td {
  background-color:#666666;
}

h1
{
  font-size:1.45em;
  font-weight:normal;
  padding-top: 0.5em;
  border-top:2px solid black;
  clear:left;
}

h2
{
  font-size:1.2em;
  font-weight:normal;
  border-bottom:1px solid #888888;
  margin-top:0.5em;
}


#mainIndex {
}


#mainIndex ul {
  padding-left: 0;
  margin-left: 0;
  width: 100%;
}

#mainIndex ul li { 
  display: block; 
  float:left;
  width: 20%;
}

#mainIndex ul li a {
  margin: 0.05em;
  padding: 0.2em 0;
  background:url(img/th.png) repeat-x;
  border:1px solid #888888;
  display: block; 
  font-weight:bold;
  text-decoration:none;
}

#mainIndex ul li a:hover {
}

#mainIndex ul li ul {
  margin: 0;
  padding: 0;
  clear:left;
}

#mainIndex ul li ul li {
  display:block;
  float:none;
  width:100%;
}

#mainIndex ul li ul li a {
  margin: 0.05em;
  padding: 0.2em 0;
  background-image:none;
  background-color:#444444;
  border:1px solid #888888;
  display: block; 
  font-weight:normal;
  text-decoration:none;
}

#mainIndex ul li ul li a:hover {
  background-color:#666666;
}


fieldset {
  position:relative; 
  left:166px; 
  width:466px; 
  text-align:center;
}

legend {
  color:white;
}



a:link {
  color: #ffcf8f;
}

a:visited {
  color: #ffcf8f;
}

a:active {
  color: #ffcf8f;
}

a:hover {
  color: #ffefaf;
}

a.broken {
  color: #ffcf8f;
}


form.toolbar {
  margin:0; 
  padding:0; 
  text-align:center;
  width:100px;
}


form.toolbar input {
  font-size:0.7em; 
  width:80px;
}

.toolbar {
  text-align:center;
}


.toolbar form {
  margin:0; 
  padding:0; 
  text-align:center;
  width:100px;
}


.toolbar input {
  font-size:0.8em; 
  width:80px;
}


.toolbar2 {
  text-align:center;
}

.toolbar2 form {
  display:inline;
  margin:0; 
  padding:0; 
  text-align:center;
}

.toolbar2 input {
  display:inline;
}

table.galleryItem {
  width:100%;
}

table.galleryItem td {
  border:none;
  font-size:0.9em;
  text-align:center;
}

table.galleryItem form {
  display:inline;
}

table.galleryItem input {
  display:inline;
}

.postPreview {
  text-align:left;
  vertical-align:top;
}
