/**
 *
 * Marydor Website CSS
 * http://www.marydor.com
 * Copyright 2005 Moziks Systems
 * http://www.moziks.info
 *
 * $Date: 2005/09/13 17:59:14 $
 * $Revision: 1.10 $
 *
 */

* {
  font-family: arial, verdana, sans-serif;
  color: #FFF;
}
body {
  background: #000;
  font-size: 0.8em;
  margin: 0;
}
a:hover {
  text-decoration: none;
}
input, select, textarea, button {
  font-size: 0.8em;
  font-family: sans-serif;
  background: #333;
  border: 1px solid #666;
  padding: 0.1em;
}
button {
  border: none;
  text-transform: uppercase;
}
fieldset {
  border: 1px solid #333;
  margin-bottom: 1.5em;
  padding: 0.5em;
}
legend {
  font-weight: 600;
  padding: 0 0.5em;
}
form {
  padding: 0;
  margin: 0;
}
hr {
  border: none;
  border-top: 1px solid #333;
  height: 1px;
  clear: both!important;
}
table {
  width: 100%;
}
table tr {
  background: #111;
}
table th {
  background: transparent;
  text-align: center;
  font-size: 1.1em;
  font-weight: 300;
}
img {
  border: none;
}
acronym {
  cursor: help;
}
label {
	cursor: pointer;
}



#marydor {
  width: 900px;
  margin: 0 auto 0 auto;
}
#top {
  /*background: transparent url(../img/top.jpg) no-repeat left top;*/
  text-align: right;
  height: 75px;
  overflow: hidden;
}
#accessibility * {
  text-decoration: none;
  font-size: 0.7em;
  color: #333;
}
#accessibility a:hover {
  color: #FFF;
}
#title {
  font-size: 1.8em;
  text-align: center;
}
#title a {
  text-decoration: none;
  display: block;
}
#title small {
  color: #333;
}
#menu {
  text-align: center;
  padding: 1em 0 0.2em 0;
  background: url(../img/border-dotted.png) repeat-x bottom;
}
#menu a {
  padding: 0 0.5em 0.15em 0.5em;
  text-decoration: none;
}
#menu a:hover {
  background: #333;
}
#content {
  margin-top: 1em;
}
#content h2 {
  margin-top: 0;
}
#copyright {
  color: #666;
  padding-top: 0.5em;
  margin-top: 2em;
  clear: both;
  font-size: 0.7em;
  text-align: center;
  background: url(../img/border-dotted.png) repeat-x top;
  padding-bottom: 15px;
}
#copyright p {
  margin: 0;
}
#admin-link {
  text-align: center;
}