body {
  background-color: #2e3436;
  font-family: Verdana, Helvetica, Arial;
  font-size: 14px;
}

a img {
  border: none;
}

a {
  color: #0000FF;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}


h1 {
  margin-top: 0;
}

h2 {
  font-family: Georgia, serif;
}

h2 a {
  color: #000;
  text-decoration: none;
}

h2 a:hover {
  text-decoration: underline;
}

label {
  font-weight: 700;
  font-size: 9pt;
}

.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}

#wrapper {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 800px;
  border: solid 1px #babdb6;
}

#container {
  background-color: #FFF;
  padding: 20px 40px;
}

#flash_notice, #flash_error {
  padding: 5px 8px;
  margin: 10px 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#flash_notice {
  background-color: #CFC;
  border: solid 1px #6C6;
}

#flash_error {
  background-color: #FCC;
  border: solid 1px #C66;
}

#flash_notice pre {
  font-size: 8pt;
}

.fieldWithErrors {
  display: inline;
}

#errorExplanation {
  width: 100%;
  border: 2px solid #cc0000;
  padding: 0px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #eeeeec;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

#errorExplanation h2 {
  text-align: left;
  font-family: Verdana, Helvetica, Arial;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: 0;
  background-color: #cc0000;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin: 0;
  padding: 2px 5px 3px 5px;
}

#errorExplanation ul {
  margin: 2px 24px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: circle;
}

#header {
  background: #729fcf url('/images/header.png') 0 0;
  width: 800px;
  height: 200px;
}

#header p {
  text-align: right;
  color: #eeeeec;
  margin: 0;
  padding: 175px 5px 0 0;
}

#navigation {
  background: #8f5902;
  border-top: 1px solid #214203;
  border-bottom: 5px solid #e9b96e;
}

#navigation ul {
  margin: 0;
  padding: 4px 20px 6px 20px;
}

#navigation li {
  display: inline;
}

#navigation a:link, #navigation a:visited {
  color: #e9b96e;
  text-decoration: none;
  font-weight: 700;
  padding: 0 10px 0 0;
}

#navigation a:hover {
  color: #fff;
}

#users {
  color: #eeeeec;
  float: right;
  margin-top: 10px;
  margin-right: 10px;
  font-size: 8pt;
}

#users a {
  background: #204a87;
  border: 2px solid #729fcf;
  padding: 3px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #fff;
  text-decoration: none;
  font-size: 8pt;
}

#users a:hover {
  background: #a5b9cf;
  color: #000;
}

#footer {
  background: #e9b96e;
  font-size: 8pt;
  text-align: center;
}

#footer p {
  margin: 0;
  padding: 2px 10px;
  border-top: 1px solid #000;
}

a.accountLink {
  color: #fff !important;
  text-decoration: none !important;
  border: none !important;
  background: none !important;
  font-weight: 700 !important;
  margin: 0 !important;
  padding: 0 !important;
}

a:hover.accountLink {
  text-decoration: underline !important;
}

div.computers, form, a.homeLink {
  background: #d3d7cf;
  padding: 10px;
  margin-bottom: 20px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

a.homeLink {
  display: block;
  font-size: 20pt;
  text-decoration: none;
  color: #4e9a06;
  padding-left: 64px;
}

a:hover.homeLink {
  color: #73d216;
}

#myComputers {
  background: #d3d7cf url('/images/tango/48x48/my_computers.png') no-repeat 8px 2px;
}

#addComputer {
  background: #d3d7cf url('/images/tango/48x48/add.png') no-repeat 8px 2px;
}

#wakeHost {
  background: #d3d7cf url('/images/tango/48x48/wake.png') no-repeat 8px 2px;
}

#pingHost {
  background: #d3d7cf url('/images/tango/48x48/ping.png') no-repeat 8px 2px;
}

div.computers h2, form h2 {
  margin-top: 0;
}

span.address {
  font-family: "Courier New", "Courier", monospace;
  font-size: 110%;
}

.tip {
  font-style: italic;
  font-size: 9pt;
}

#toslink {
  font-size: 9pt;
  display: none;
}

#terms {
  border: 1px solid #aaa;
  width: 400px;
  height: 150px;
  overflow: auto;
  font-size: 8pt;
}

#terms h3 {
  margin-top: 3px;
}

#terms ul {
  padding: 0 0 0 2em;
  list-style: square;
}

#terms li {
  padding-top: 0.5em;
}

input, textarea {
  border: 1px solid #555753;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 2px 2px 4px 2px;
}

input.error {
  border: 1px solid #cc0000;
}

label.error {
  color: #cc0000;
  font-size: 9pt;
  font-weight: normal;
}

input[type="submit"], input[type="button"] {
  padding: 3px 7px;;
}

.pingResults {
  font-size: 9pt;
}