/* 
  Those are the main and generic styles for this theme
*/
body {
  background: #000000;
  color: #CCCCCC;
  font: 12px "Lucida Grande", verdana, helvetica, arial, sans-serif;
  margin: 0px;
 
}

.mainframe {
  background: #000000 url("images/mainframe.jpg") no-repeat 50% 0 scroll;
}

.mainmatt {
  background: #000000 url("images/mainmatt.jpg") no-repeat;
}

td {
  	font: 12px "Lucida Grande", verdana, helvetica, arial, sans-serif;
}

p {
	padding-left:20px;
	padding-right:10px;
  	font: 12px "Lucida Grande", verdana, helvetica, arial, sans-serif;
}

ul, li {
	line-height: 20px;
}

a {
  color: #bee49c;
  font-weight: bolder;
  text-decoration: none;
}

a:hover {
  color: #ff0000;
  text-decoration: underline;  
}

input, select, textarea {
  font-size: 100%;
  line-height: 150%;
  border: 1px solid #FFFFFF;
  background #CCCCCC;
  font: 11px "Lucida Grande", verdana, helvetica, arial, sans-serif;
}

.submit {
  background: #DCE6FF;
  font: 11px "Lucida Grande", verdana, helvetica, arial, sans-serif;
  font-weight: bold;
  color: #2f63b3;
  margin: 1px;
  padding: 3px 15px 3px 15px;
  border: solid 1px #2f63b3;
}


/* Headers */
h1, h2, h3, h4, h5, h6 {
  font-family: "Arial", "Trebuchet MS", verdana, helvetica, arial, sans-serif;
}

h1 {
  font-weight: 900;
  font-size: 16px;
  color: #97b4b8;
  padding-top: 3px;
  padding-right: 10px;
  padding-left: 0px;  
  margin-left: 5px;
  margin-right: 25px;  
  padding-bottom: 0px;
  margin-bottom: 3px;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px #97b4b8 dotted;
  width: 92%;
}

h2 {
  font-weight: 900;
  font-size: 12px;
  color: #FFFFFF;
  padding-top: 0px;
  padding-right: 10px;
  margin-left: 10px;
  padding-bottom: 0px;
  text-decoration: none;
  text-transform: uppercase;
}

h3 {
  font-weight: bold;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 14px;
  padding-left: 12px;
}

h4 {
  font-weight: bold;
  text-decoration:none;
  font-style: oblique;
  color: #728d91;
  font-size: 12px;
  padding-left: 15px;
}

h5 {
  font-weight: bolder;
  font-size: 12px;
  font-family: "Arial";
  color: #728d91;
  padding-left: 20px;
  text-decoration: none;
  text-transform: uppercase;
  width: auto;
}

h6 {
  color: #cccccc;
  padding-left: 20px;
  font: 10px "Arial", verdana, helvetica, arial, sans-serif;
}


.fullwidth {
  width: 100%;
}



/* Copyright */
#copyright {
  font: 10px Arial, Helvetica, sans-serif;
  color: #FFFFFF;
}

/* Users pictures */
#pictureframe {
  border: 2px solid #97b4b8;

}

#footer {
  font: 10px #cccccc Arial, Helvetica, sans-serif;
}

#picture {
  padding: 5px;
  border: 1px solid #666666;
  background-color: #000000;
}

