/* line 1, app/assets/stylesheets/backend/archive.scss */
body {
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #657077;
  margin: 10px;
}

/* line 2, app/assets/stylesheets/backend/archive.scss */
img {
  border: none;
}

/* line 3, app/assets/stylesheets/backend/archive.scss */
#tabbed_box_1 {
  margin: 0px auto 0px auto;
  width: 950px;
}

/* line 4, app/assets/stylesheets/backend/archive.scss */
.tabbed_box h4 {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 23px;
  color: #ffffff;
  letter-spacing: -1px;
  margin-bottom: 10px;
}

/* line 5, app/assets/stylesheets/backend/archive.scss */
.tabbed_box h4 a {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 23px;
  color: #ffffff;
  letter-spacing: -1px;
  margin-bottom: 10px;
  text-decoration: none;
}

/* line 6, app/assets/stylesheets/backend/archive.scss */
.tabbed_box h4 img {
  vertical-align: middle;
}

/* line 7, app/assets/stylesheets/backend/archive.scss */
.tabbed_box h3 {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 27px;
  color: #ffffff;
  letter-spacing: -1px;
  margin-bottom: 5px;
  text-align: center;
}

/* line 8, app/assets/stylesheets/backend/archive.scss */
.tabbed_box h5 {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 18px;
  color: #ffffff;
  letter-spacing: -1px;
  margin-bottom: 5px;
  text-align: center;
}

/* line 9, app/assets/stylesheets/backend/archive.scss */
.tabbed_box h5 a {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 18px;
  color: #ffffff;
  letter-spacing: -1px;
  margin-bottom: 5px;
  text-align: center;
  text-decoration: none;
}

/* line 10, app/assets/stylesheets/backend/archive.scss */
.tabbed_box h4 small {
  color: #e3e9ec;
  font-weight: normal;
  font-size: 9px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  text-transform: uppercase;
  position: relative;
  top: -4px;
  left: 6px;
  letter-spacing: 0px;
}

/* line 11, app/assets/stylesheets/backend/archive.scss */
.tabbed_area {
  border: 1px solid #494e52;
  background-color: #636d76;
  padding: 8px;
}

/* line 12, app/assets/stylesheets/backend/archive.scss */
ul.tabs {
  margin: 0px;
  padding: 0px;
  margin-top: 5px;
  margin-bottom: 6px;
}

/* line 13, app/assets/stylesheets/backend/archive.scss */
ul.tabs li {
  list-style: none;
  display: inline;
}

/* line 14, app/assets/stylesheets/backend/archive.scss */
ul.tabs li a {
  background-color: #464c54;
  color: #ffebb5;
  padding: 8px 14px 8px 14px;
  text-decoration: none;
  font-size: 9px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid #464c54;
  background-image: url(/images/tab_off.jpg);
  background-repeat: repeat-x;
  background-position: bottom;
}

/* line 15, app/assets/stylesheets/backend/archive.scss */
ul.tabs li a:hover {
  background-color: #2f343a;
  border-color: #2f343a;
}

/* line 16, app/assets/stylesheets/backend/archive.scss */
ul.tabs li a.active {
  background-color: #ffffff;
  color: #282e32;
  border: 1px solid #464c54;
  border-bottom: 1px solid #ffffff;
  background-image: url(/images/tab_on.jpg);
  background-repeat: repeat-x;
  background-position: top;
}

/* line 17, app/assets/stylesheets/backend/archive.scss */
.content {
  background-color: #ffffff;
  padding: 10px;
  border: 1px solid #464c54;
  font-family: Arial,Helvetica,sans-serif;
  text-align: center;
  background-repeat: repeat-x;
  background-position: bottom;
}

/* line 18, app/assets/stylesheets/backend/archive.scss */
#content_2, #content_3 {
  display: none;
}

/* line 19, app/assets/stylesheets/backend/archive.scss */
.content ul {
  margin: 10px;
  padding: 0px 5px 0px 5px;
}

/* line 20, app/assets/stylesheets/backend/archive.scss */
.content ul li {
  list-style: none;
  border-bottom: 1px solid #d6dde0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 15px;
}

/* line 21, app/assets/stylesheets/backend/archive.scss */
.content ul li:last-child {
  border-bottom: none;
}

/* line 22, app/assets/stylesheets/backend/archive.scss */
.content ul li a {
  text-decoration: none;
  color: #3e4346;
}

/* line 23, app/assets/stylesheets/backend/archive.scss */
.content ul li a small {
  color: #8b959c;
  font-size: 9px;
  text-transform: uppercase;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  position: relative;
  left: 4px;
  top: 0px;
}

/* line 24, app/assets/stylesheets/backend/archive.scss */
.content ul li a:hover {
  color: #a59c83;
}

/* line 25, app/assets/stylesheets/backend/archive.scss */
.content ul li a:hover small {
  color: #baae8e;
}

/* line 26, app/assets/stylesheets/backend/archive.scss */
form input.text-input {
  padding: 6px;
  font-size: 13px;
  background: #fff url(/images/bg-form-field.gif) top left repeat-x;
  border: 1px solid #d5d5d5;
  color: #333;
  width: 35%;
}

/* line 27, app/assets/stylesheets/backend/archive.scss */
.button {
  font-family: Verdana,Arial,sans-serif;
  display: inline-block;
  background: #459300 url(/images/bg-button-green.gif) top left repeat-x !important;
  border: 1px solid #459300 !important;
  padding: 4px 7px 4px 7px !important;
  color: #fff !important;
  font-size: 11px !important;
  cursor: pointer;
}

/* line 28, app/assets/stylesheets/backend/archive.scss */
.button:hover {
  text-decoration: underline;
}

/* line 29, app/assets/stylesheets/backend/archive.scss */
.button:active {
  padding: 5px 7px 3px 7px !important;
}
