* {
  font-family: Verdana, sans-serif;
  margin: 0px;
  padding: 0px;
}
html {
  background: #CCC url(../images/background.jpg) fixed repeat-x top left;
  margin: 0px;
  height: 100%;
  padding: 0px;
}
body {
  background: transparent url(../images/background.png) repeat-y 0px 150px;
  color: #333;
  font-size: 14px; /* set to use em values */
  height: auto;
  margin: 20px auto;
  min-height: 100%;
  padding: 200px 10px 70px 10px;
  width: 800px;
}
form {
  margin: 0px auto;
  width: 600px;
}
form .radio_list label {
  margin-right: 15px;
}
form th {
  white-space: nowrap;
  font-style: italic;
}
form td,
form th {
  border-bottom: 1px solid #EEE;
  border-top: 1px solid #EEE;
  padding: 7px;
  text-align: left;
  vertical-align: top;
}
form tfoot td,
form tfoot th {
  border: none;
  text-align: right;
}
form .radio_list li {
  display: inline;
}
fieldset {
  border: #AAA 1px solid;
  padding: 15px 10px 5px 10px;
}
h2 {
  border-bottom: #EEE 1px solid;
  color: #CCC;
  margin: 0px 0px 10px 0px;
  padding: 0px 10px;
}
a img {
  border: none;
}
input {
  background-color: #FFF;
  max-width: 200px;
}
input[type=text],
input[type=password],
option,
select,
textarea {
  border: #777 1px solid;
  font-size: 0.9em;
  height: 16px;
  margin: 0px 2px 2px 0px;
  padding: 1px 2px;
}
input[type=reset] {
  float: left;
}
input[type=button],
input[type=reset],
input[type=submit] {
  border: #777 1px solid;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  font-size: 0.9em;
  height: 22px;
  margin: 0px 2px 2px 0px;
  min-width: 120px;
  padding: 1px 2px;
}
input:hover,
textarea:hover,
select:hover,
select:focus {
  background-color: #EEE;
}
input:focus,
textarea:focus,
option {
  background-color: #DDD;
}
label {
  display: block;
  float: left;
  font-size: 0.9em;
  width: 120px;
}
label:after {
  content: ':';
}
legend {
  padding: 0px 3px;
}
select {
  height: 20px;
}
textarea {
  height: 100px;
  width: auto;
}
ul,
ul li {
  list-style: none inside none;
}
.error_list {
  color: #C00;
  display: block;
  float: right;
  font-size: 0.9em;
  margin-left: 10px;
  width: 170px;
}
a.external:after {
  content: url(../images/external.png);
  margin: 0px 0px 0px 3px;
}
.flash {
  background: #FFC url(../sf/sf_admin/images/tick.png) no-repeat scroll 10px 4px;
  border: #DDD 1px solid;
  font-size: 0.9em;
  margin: 4px 0px;
  padding: 5px 4px 5px 37px;
}
.form_error {
  background:#FCC url(../sf/sf_admin/images/error.png) no-repeat scroll 10px 4px;
}
body .siteContent {
  margin: 0px 5px !important;
}
.thickboxCloseLink {
  display: block;
  color: #FFF !important;
  float: right;
  font-weight: bold;
  text-decoration: none;
}
.thickboxCloseLink:hover {
  text-decoration: underline;
}
#bottom {
  background: transparent url(../images/footer.png) no-repeat bottom left;
  bottom: 0px;
  font-size: 0.6em;
  height: 34px;
  margin: 0px 0px 0px -10px;
  padding: 25px 30px 0px 30px;
  position: fixed;
  text-align: center;
  width: 760px;
}
#bottom a {
  color: #555;
  margin: 0px 5px;
  text-decoration: none;
}
#bottom a:hover {
  color: #222;
  text-decoration: underline;
}
#indicator_loading {
  display: none;
  margin: 3px;
}
#indicator_loading_progressbar {
  background-color: #EEE;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  border: #777 1px solid;
  display: none;
  left: 50%;
  margin: -7px 0px 0px -64px;
  padding: 5px;
  position: fixed;
  top: 50%;
}
#top {
  background: transparent url(../images/header.png) no-repeat top left;
  height: 96px;
  margin: 0px 0px 0px -10px;
  padding: 50px 30px 0px 30px;
  position: fixed;
  top: 0px;
  width: 760px;
}
#top * {
  color: #777;
  text-decoration: none;
}
#top h1 {
  text-align: center;
}
#menu {
  background: transparent url(../images/menu_background.jpg) repeat-x top left;
  font-weight: bold;
  height: 52px;
  list-style: none inside none;
  margin: 0px 0px 50px 0px;
  padding: 0px 0px 0px 20px;
  position: fixed;
  top: 146px;
  width: 780px;
}
#menu li {
  background: transparent url(../images/menu_inactive.jpg) no-repeat top left;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 0.8em;
  height: 52px;
  list-style: none inside none;
  margin: 0px 20px 0px -10px;
  padding: 0px;
  text-align: center;
  width: 105px;
}
#menu li.active,
#menu li:hover {
  background: transparent url(../images/menu_active.jpg) no-repeat top left;
}

#menu li a {
  color: #777;
  display: block;
  font-weight: bold;
  height: 33px;
  padding: 17px 0px 2px 0px;
  text-decoration: none;
  width: 105px;
}
#menu li a:hover,
#menu li.active a {
  color: #000;
}
#menu li#searchMenuEntry {
  background: transparent url(../images/menu_search.jpg) no-repeat top left;
  float: right;
  height: 52px;
  margin-right: 5px;
  opacity: 0.7;
  overflow: hidden;
  padding: 0px;
  width: 50px;
}
#menu li#searchMenuEntry:hover {
  opacity: 1;
}
#menu li#searchMenuEntry a {
  display: block;
  height: 48px;
  text-indent: 100px;
  width: 44px;
}
#searchFormThickboxModal {
  display: none;
}
#searchForm {
  background: transparent url(../images/searchform.png) no-repeat top left;
  height: 110px;
  margin: 0px;
  padding: 39px 0px 0px 30px;
  width: 295px;
}
#searchForm input {
  background-color: transparent;
  border: none !important;
  margin: 0px;
}
#searchText {
  font-size: 20px;
  height: 22px;
  padding: 0px 7px;
  width: 250px;
}
#searchSubmit {
  cursor: pointer;
  height: 28px !important;
  margin-top: 28px !important;
  width: 118px;
}
#TB_window {
  background-color: transparent !important;
  border: none !important;
}
#TB_caption,
#TB_closeWindow {
  color: #EEE;
  padding-top: 5px !important;
}
#TB_ajaxContent {
  overflow: hidden !important;
}