* {
  margin: 0; }

.clearfix {
  display: inline-block; }
  .clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

a {
  color: #fc4455;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }
  a.home {
    float: right;
    padding-top: 5px;
    padding-right: 15px; }
  a.blue {
    text-decoration: underline;
    font-size: 10px;
    color: #3199fc; }

p {
  line-height: 24px; }

.intro p {
  font-size: 24px;
  line-height: 36px !important; }
  .intro p a {
    font-size: 24px !important; }

html, body {
  font-family: helvetica, arial sans-serif;
  font-size: 12px;
  background-color: #9E9A97;
  color: #333;
  margin: 0px;
  padding: 0px;
  height: 100%; }

input[type="submit"] {
  background: #3199fc;
  border: none;
  height: 21px;
  margin-left: 10px;
  font-weight: bold;
  padding: 3px 10px 5px 10px;
  color: #fff; }
input[type="text"].prompt {
  color: #aaa; }

h1 {
  font-size: 34px;
  font-weight: normal;
  padding-top: 10px; }

h2 {
  font-weight: normal;
  font-size: 18px;
  color: #444; }

h3 {
  font-size: 12px;
  font-weight: normal;
  color: #999;
  display: block;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  padding-top: 20px; }

img.logo {
  float: right;
  padding-right: 10px; }

#versions ul li.edit a {
  text-decoration: underline;
  font-size: 10px;
  color: #3199fc; }
#versions td.date {
  width: 150px;
  height: 25px;
  color: #999;
  font-size: 10px; }
#versions td.title {
  width: 550px; }
#versions td.other_files {
  color: #999;
  padding-left: 10px;
  line-height: 18px;
  font-size: 9px; }
#versions .create_new {
  float: right;
  margin-top: -10px; }
#versions .err {
  font-size: 10px;
  float: right;
  display: none;
  padding-right: 15px;
  color: #f00; }

.float-right {
  float: right; }

.float-left {
  float: left; }

.clear-both {
  clear: both; }

#wrapper {
  width: 630px;
  background-color: #FFFFFF;
  margin-top: 0px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -142px; }

#content {
  padding: 25px;
  border-top: 3px solid #F0361F; }
  #content .top {
    height: 80px; }

#footer {
  width: 630px;
  height: 142px;
  margin: 0 auto;
  background-color: #686868;
  color: #fff; }
  #footer .small {
    font-size: 10px; }
  #footer a {
    color: #fff; }

.push {
  width: 630px;
  height: 142px;
  margin: 0 auto; }

#logo {
  float: left;
  padding: 30px 20px 20px 20px; }

#info {
  padding-top: 30px;
  padding-left: 380px; }

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px; }

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table; }

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0; }
  #errorExplanation h2 {
    text-align: left;
    font-weight: bold;
    padding: 5px 5px 5px 15px;
    font-size: 12px;
    margin: -7px;
    background-color: #c00;
    color: #fff; }
  #errorExplanation p {
    color: #333;
    margin-bottom: 0;
    padding: 5px; }
  #errorExplanation ul li {
    font-size: 12px;
    list-style: square; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style-type: none; }
  ul.project_column {
    padding-top: 20px; }

#projects .err {
  font-size: 10px;
  margin-top: 5px;
  display: none;
  color: #f00; }

.project_column li {
  float: left;
  width: 190px;
  list-style-type: none;
  line-height: 21px; }
  .project_column li a {
    font-weight: bold; }

.remember_me {
	margin-top: 10px;
	color: #999999;
}