body {
  background: #ddd;
  margin: 0px;
}

p {
  font-size: 11px;
  color: #555;
}

a {
  color: #CF0C0C;
}

#wrapper {
  width: 800px;
  margin: 0px auto 0px auto;
  position: relative;
}

#header {
  background: #ddd url(/images/header.gif) no-repeat top left;
  height: 78px;
  margin-bottom: 10px;
}

#footer {
  margin-top: 10px;
  margin-bottom: 20px;
  background: #ddd url(/images/footer.gif) no-repeat 0px -62px;
  height: 62px;
  padding-left: 20px;
  line-height: 62px;
  font-size: 11px;
  color: #999;
}

#wrapper .over-footer {
  background-position: 0px 0px;
}

#logo {
  overflow: hidden;
  height: 75px;
}

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

#logo div.maintext, #logo div.subtext {
  float: left;
}

#logo div.maintext {
  font-family: "Museo";
  font-weight: normal;
  font-size: 30px;
  letter-spacing: -1px;
  line-height: 30px;
  color: #000;
  margin: 22px 15px 0px 25px;
}

#logo div.subtext {
  margin: 28px 0px 0px 0px;
  padding-left: 10px;
  font-family: "Delicious";
  font-style: italic;
  font-size: 18px;
  letter-spacing: -1px;
  line-height: 18px;
  color: #777;
  border-left: 1px solid #ddd;
}

#content {
  background: #fff url(/images/body-bg.gif) no-repeat top left;
  padding: 0px 20px 0px 20px;
}

#content_bottom {
  background: #fff url(/images/body-bottom-bg.gif) no-repeat top left;
  height: 9px;
}

#footprints {
  height: 38px;
  margin-bottom: 10px;
  line-height: 38px;
  overflow: hidden;
}

#login_box {
/*  position: absolute;
  top: 5px;
  right: 10px;*/
  float: right;
  font-size: 10px;
}

#content a {
  color: #CF0C0C;
}

/*#content a:hover {
  background-color: #CF0C0C;
  color: #fff;
}*/

#logo #main_nav {
  float: right;
}

#logo #main_nav ul {
  overflow: hidden;
}

#logo #main_nav ul li {
  line-height: 70px;
  list-style-type: none;
  float: left;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: -0.5px;
  padding: 2px 15px 2px 15px;
/*  text-transform: uppercase;*/
}

/*FRONTPAGE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/

.remark {
  font-size: 22px;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: -0.5px;
  font-family:Georgia,"Times New Roman",Times,serif;
  color: #CF0C0C;
  margin: 10px 0px 20px 0px;
}

h4 {
  color: #000;
  margin-top: 5px;
  margin-bottom: 15px;
}

ul.list {
  font-size: 11px;
  color: #555;
}

ul.list li {
  margin-bottom: 10px;
}

p.bigger {
  font-size: 13px;
}

#wrapper p.list-title {
  color: #bbb;
  text-transform: uppercase;
  font-size: 10px;
  margin-bottom: 5px;
}

#wrapper label {
  color: #555;
  font-weight: normal;
  font-size: 11px;
}

.login {
  background-color: #f6f6f6;
  padding: 20px;
}

.login div.label-wrap {
  text-align: right;
}

.login p {
  margin-bottom: 0px;
}

#nav {
  float: left;
}

#nav ul {
  overflow: hidden;
  margin: 0px;
}

#nav ul li {
  list-style-type: none;
  float: left;
  font-size: 13px;
  font-weight: bold;
  margin-right: 15px;
}

#nav ul li a {
  padding-left: 20px;
  color: #999;
  text-decoration: none;
}

#nav ul li.on a {
  color: #000;
}

#nav ul li.on a:hover {
  color: #000;
}

#nav ul li a:hover {
/*  color: #000;*/
  color: #999;
}

#nav ul li a.stats {
  background: transparent url(/images/chart_line_off.png) no-repeat top left;
}

#nav ul li.on a.stats {
  background: transparent url(/images/chart_line.png) no-repeat top left;
}

#nav ul li a.backups {
  background: transparent url(/images/database_refresh_off.png) no-repeat top left;
}

#nav ul li.on a.backups {
  background: transparent url(/images/database_refresh.png) no-repeat top left;
}

#nav ul li a.account {
  background: transparent url(/images/drive_user_off.png) no-repeat top left;
}

#nav ul li.on a.account {
  background: transparent url(/images/drive_user.png) no-repeat top left;
}

ul.backups {
  font-size: 11px;
  color: #555;
  margin: 0px;
}

ul.backups li {
  list-style-type: none;
  overflow: hidden;
  height: 50px;
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px dashed #eee;
}

ul.backups li img.chart {
  float: left;
  border: 1px solid #ddd;
}

ul.backups li div.backup-name {
  float: left;
  height: 50px;
  margin-left: 10px;
  overflow: hidden;
  width: 185px;
}

ul.backups li div.backup-name h4 {
  margin: 8px 0px 0px 0px;
  font-size: 16px;
}

ul.backups li div.backup-name h4 a {
  color: #000 !important;
  text-decoration: none;
}

ul.backups li div.backup-name span {
  display: block;
  font-size: 10px;
  color: #999;
  line-height: 10px;
}

ul.backups li div.backup-party {
  float: left;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  width: 135px;
}

ul.backups li div.backup-info {
  float: left;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  width: 135px;
}

ul.backups li div.backup-actions {
  float: left;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  width: 135px;
  margin-top: 10px;
}

div.table-label {
  width: 185px;
  float: right;
  font-size: 9px;
  text-transform: uppercase;
  color: #aaa;
}

div.table-label-small {
  width: 135px;
  float: right;
  font-size: 9px;
  text-transform: uppercase;
  color: #aaa;
}

div.table-label-border {
  border-bottom: 1px solid #ddd;
  padding-right: 5px;
}

h2 {
  margin-top: 15px;
}



a.poke {
  background: transparent url(/images/poke_off.png) no-repeat top center;
  float: left;
  padding-top: 18px;
  text-align: center;
  line-height: 11px;
  width: 30px;
  margin-right: 5px;
  text-decoration: none;
  color: #aaa !important;
}

a.edit-backup {
  background: transparent url(/images/database_edit_off.png) no-repeat top center;
  float: left;
  padding-top: 18px;
  text-align: center;
  line-height: 11px;
  margin-right: 5px;
  width: 30px;
  text-decoration: none;
  color: #aaa !important;
}

a.remove-backup {
  background: transparent url(/images/database_delete_off.png) no-repeat top center;
  float: left;
  padding-top: 18px;
  text-align: center;
  line-height: 11px;
  width: 45px;
  text-decoration: none;
  color: #aaa !important;
}

.backup-actions a.on-poke {
  background: transparent url(/images/poke.png) no-repeat top center;
  color: #CF0C0C !important;
}

.backup-actions a.on-edit {
  background: transparent url(/images/database_edit.png) no-repeat top center;
  color: #CF0C0C !important;
}

.backup-actions a.on-remove {
  background: transparent url(/images/database_delete.png) no-repeat top center;
  color: #CF0C0C !important;
}

.legendLabel {
  padding-left: 5px;
}

#accounts {
  position: absolute;
  top: 25px;
  right: 25px;
  overflow: hidden;
}

#accounts select {
  padding: 2px;
}

#accounts h5 {
  float: left;
  margin: 0px 5px 20px 0px;
  line-height: 25px;
  font-weight: normal;
  font-size: 11px;
  color: #555;
}

#accounts select {
  width: 150px;
  float: left;
}

.title-container {
  overflow: hidden;
  margin: 15px 0px 20px 0px;
}

.title-container h2 {
  font-size: 24px;
  line-height: 26px;
  float: left;
  margin: 0px
}

.title-container h4 {
  float: left;
  margin: 0px 0px 0px 6px;
  font-size: 16px;
  line-height: 26px;
  height: 26px;
}

.title-container a, h2 a {
  text-decoration: none;
}

#activity {
  margin: 0px;
}

#activity li {
  list-style-type: none;
  overflow: hidden;
  padding: 5px;
}

#activity li.error {
  border: 2px solid #B83632;
  margin-bottom: 0px;
}

#activity li.error div.meat {
  width: 290px;
}

#activity li div.icon {
  width: 25px;
  height: 25px;
}

#activity li div.icon, #activity li div.meat, #activity li div.change {
  float: left;
}

#activity li div.meat {
  width: 300px;
}

#activity li div.change, td.entry-choice div.change {
  font-size: 13px;
  font-weight: bold;
  color: #000;
  margin-left: 15px;
}

#activity li div.change div, td.entry-choice div.change div {
  padding-right: 20px;
  width: 50px;
  text-align: right;
}

td.entry-choice div.change {
  margin-left: 0px !important;
}

div.backup-info div {
  padding-right: 22px;
  width: 75px;
  text-align: right;
  font-size: 15px;
  font-weight: bold;
}

#activity li div.change div.up, div.backup-info div.up, td.entry-choice div.change div.up {
  background: transparent url(/images/up.gif) no-repeat center right;
  color: #3B932B;
}

div.last-entry-change div.up {
  color: #3B932B;
}

#activity li div.change div.down, div.backup-info div.down, td.entry-choice div.change div.down {
  background: transparent url(/images/down.gif) no-repeat center right;
  color: #ff0000;
}

div.last-entry-change div.down {
  color: #ff0000;
}

div.last-entry-change {
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  letter-spacing: -1px;
  font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
}

div.last-entry {
  text-align: center;
  padding: 0px 20px 0px 20px;
  color: #555;
}

div.last-entry h5 {
  padding: 5px;
  color: #555;
  font-size: 11px;
  font-weight: normal;
}

div.last-entry h5 em {
  color: #000;
  font-weight: bold;
  font-size: 13px;
  font-style: normal;
}

#activity li div.time {
  font-size: 9px;
  color: #aaa;
  float: right;
  text-align: right;
}

.notification-box {
  background-color: #f5f5f5;
  border: 1px solid #eee;
  padding: 10px;
  color: #000;
  position: relative;
  overflow: hidden;
}

.notification-box a.close {
  position: absolute;
  top: 5px;
  right:8px;
  font-size: 9px;
  text-decoration: none;
  color: #999 !important;
  padding-right: 2px;
}

.notification-box h4 {
  margin-top: 0px;
}

.notification-box h5 {
  margin-bottom: 5px;
}

.notification-box p {
  margin-bottom: 0px;
}

.notification-box textarea {
  width: 450px;
  height: 120px;
  margin: 0px;
}

input.justtext {
  border:1px solid #BBBBBB;
  padding: 5px;
}

input.justtext:focus {
  border:1px solid #666666; 
}

table.form {
  width: 100%;
  margin: 10px 0px 10px 0px;
}

table.form h4 {
  margin-top: 0px;
}

table.form ul {
  margin-bottom: 0px;
}

table.form .label {
  width: 20%;
}

table.form .meat {
  width: 65%;
}

table.form .edit {
  width: 15%;
  text-align: right;
  padding-right: 10px !important;
}

table.form .edit a {
  font-weight: bold;
}

table.form .label, table.form .meat, table.form .edit {
  vertical-align: top;
  border-bottom: 1px solid #dedede;
  padding: 10px 0px 10px 0px;
}

#send_invitation_to {
  margin-top: 10px;
}

.left-15 {
  margin-left: 15px;
}

.extra-padding-20 {
  padding: 20px;
}

#backup_frequency_requested {
  width: 75px;
  text-align: center;
}

/* Rails errors... */
.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 172px;
  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;
}
/* Rails errors... */

/* Help text */
.inlineHelp {
background-color:#FFF5D5;
border:1px solid #CFA219;
padding:10px;
}

.inlineHelp h5 {
  margin-bottom: 10px;
}

.inlineHelp p {
  margin-bottom: 5px;
}

.important-notice {
  padding: 5px 15px 25px 15px;
}

.important-notice h4, .important-notice img {
  float: left;
}

.important-notice h4 {
  margin-left: 15px;
}

.important-notice h4 span {
  font-size: 11px;
  font-weight: normal;
  display: block;
}

.padleft-10 {
  padding-left: 10px;
}

img.grey {
  border: 1px solid #eee;
}

.remove-user {
  font-size: 9px;
  margin-left: 10px;
  font-style: italic;
}

.account-user p {
  margin-bottom: 5px;
}

.admin-user {
  padding-left: 18px;
  background: transparent url(/images/ADMIN-USER.png) no-repeat top left;
}

.peon-user {
  padding-left: 18px;
  background: transparent url(/images/Working.png) no-repeat top left;
}

#new_backup p {
  margin-bottom: 10px;
}

#spinner {
  display: block;
  font-size: 9px;
  color: #555;
  line-height: 16px;
  overflow: hidden;
}

#spinner img {
 float: left; 
}

.no-graph {
  background: #f5f5f5 url(/images/no-graph.png) no-repeat center center;
}

.create-account {
  float: left;
  font-size: 9px;
  text-align: left;
  padding-left: 5px;
}

pre {
  width: 500px;
  padding-top: 15px;
  overflow-x: scroll;
  background-color: #000;
  color: #fff;
}

.grey-bg {
  background-color: #f5f5f5;
}

.entry-navigation a.previous {
  float: left;
}

.entry-navigation a.next {
  float: right;
}