body {
  margin: 0px 0px 20px 0px;
  padding: 0px;
  background: #FFFFFF;
  font-family: Verdana, Arial, sans-serif;
  text-align: center;
}

p, ul, table, input {
  font-size: 14px;
}

a {
  color: #0070af;
}

a:hover {
  background: #0070af;
  color: #FFFFFF;
  text-decoration: none;
}

.clear {
  clear: both;
}

#wrapper {
  width: 940px;
  margin: 0px auto;
  text-align: left;
}

/* Header */

#header {
  padding: 20px 0px;
}

#header #logo {
  float: left;
  width: 200px;
}

#header #options {
  float: right;
}

#header #options p {
  margin: 0px 0px;
}

/* Navigation */

#navigation {
  background: url(/images/admin/navigation-bg.gif) top left repeat-x;
  margin-bottom: 20px;
}

#navigation ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#navigation ul li {
  float: left;
}

#navigation ul li a {
  display: block;
  line-height: 35px;
  color: #FFFFFF;
  text-decoration: none;
  padding: 0px 15px;
  background: url(/images/admin/navigation-divider.gif) top right no-repeat;
}

#navigation ul li a:hover {
  text-decoration: underline;
}

/* Yielded Content */

#yielded_content {
  
}

#yielded_content table {
  width: 100%;
  border-spacing: 0px;
}

#yielded_content table thead th {
  font-size: 13px;
  border-bottom: 2px solid #CCCCCC;
  text-align: left;
  color: #666666;
}

#yielded_content table tbody td {
  padding: 5px 0px;
}

#yielded_content #page_title {
  margin-bottom: 20px;
}

#yielded_content h1 {
  font-size: 30px;
  font-family: Arial;
  font-weight: normal;
  color: #666666;
  margin: 0px;
  padding: 0px;
}

#yielded_content h2 {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  color: #666666;
}

#yielded_content h2 a {
  font-size: 16px;
}








.row {
  clear: both;
}

.row .label {
  text-align :right;
  float: left;
  margin-right: 10px;
  width: 200px;
}

.row .element {
  float: left;
  width: 400px;
}

.row p {
  line-height: 21px;
}

#flash_positive, #flash_negative {
  margin-bottom: 20px;
}

#flash_positive {
  background: #7cb17e;
}

#flash_positive p, #flash_negative p {
  text-align: center;
  margin: 0px;
  padding: 0px;
  line-height: 30px;
  color: #FFFFFF;
}

#flash_negative {
  background: #d61616;
}

.field_with_errors input {
  border: 2px solid #d61616;
}
