.oneline {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}
.clear {
  clear: both;
  float: left;
}
.clear-fix {
  clear: both;
  height: 0 !important;
}
body {
  background: url(img/bg.png) repeat-x center top;
}
.container {
  width: 987px;
  margin: auto;
  position: relative;
}
.container .container-fix {
  width: 100%;
  margin-left: -6px;
  position: relative;
}
header,
#content,
footer {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
}
header {
  height: 311px;
  background: url(img/bg-header.jpg) no-repeat center top;
}
header .logo {
  position: absolute;
  top: 8px;
  left: 8px;
}
header .login-area {
  position: absolute;
  top: 20px;
  right: 2px;
}
header .login-area p,
header .login-area a {
  float: left;
}
header .login-area p {
  color: #DB3E1F;
  line-height: 23px;
}
header .login-area a {
  color: #ffffff;
}
header .login-form,
header .login-link {
  position: absolute;
  top: 22px;
  right: 1px;
}
header .login-form *,
header .login-link * {
  margin-left: 6px;
  float: left;
}
header .login-form .textbox,
header .login-link .textbox {
  height: 21px;
  line-height: 21px;
  width: 137px;
}
header .login-link {
  top: 55px;
}
header .menu {
  left: 238px;
  position: absolute;
  top: 87px;
}
header .menu ul li {
  float: left;
  list-style: none;
  height: 35px;
  background-image: url(img/bg-menu.png);
  background-repeat: no-repeat;
  margin-right: 7px;
}
header .menu ul li.menu-home {
  background-position: 18px 13px;
  width: 70px;
}
header .menu ul li.menu-about_us {
  margin-right: 12px;
  background-position: -59px 13px;
  width: 83px;
}
header .menu ul li.menu-member_directory {
  background-position: -154px 13px;
  width: 140px;
}
header .menu ul li.menu-events {
  background-position: -301px 13px;
  width: 70px;
}
header .menu ul li.menu-news {
  background-position: -378px 13px;
  width: 65px;
}
header .menu ul li.menu-benefits {
  background-position: -450px 13px;
  width: 75px;
}
header .menu ul li.menu-join_us {
  background-position: -532px 13px;
  width: 75px;
}
header .menu ul li.menu-contact_us {
  background-position: -614px 13px;
  width: 99px;
}
header .menu ul li a {
  display: block;
  height: 100%;
}
header .menu ul li a.selected,
header .menu ul li a:hover,
header .menu ul li a:active,
header .menu ul li a:focus {
  background: url(img/bg-menu-hover.png) repeat-x left bottom;
}
header .banner {
  clear: both;
  float: left;
  height: 130px;
  left: -6px;
  overflow: hidden;
  position: absolute;
  top: 126px;
  width: 100%;
}
header #banner-control {
  z-index: 101;
  position: absolute;
  top: 142px;
  left: 13px;
}
header #banner-control span {
  float: left;
  width: 18px;
  height: 18px;
  border: 1px solid #ffffff;
  background-color: #656565;
  margin-right: 9px;
  cursor: pointer;
}
header #banner-control span.cycle-pager-active {
  background-color: #DA3B1E;
}
#content {
  background: url(img/bg-content.png) repeat-x center top #f0eeea;
}
#content .navigation {
  clear: both;
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  width: 800px;
  margin-top: -35px;
  height: 35px;
  line-height: 40px;
  color: #ffffff;
  padding-left: 2px;
  position: relative;
}
#content .navigation * {
  color: #ffffff;
}
#content .navigation span {
  margin: 0 3px;
}
#content .editor-wrapper {
  clear: both;
  float: left;
  width: 947px;
  padding: 20px;
  background-color: #f7f7f7;
  min-height: 460px;
}
footer {
  border-top: 1px solid #e1e1e1;
  min-height: 80px;
  line-height: 50px;
}
footer *,
footer *:hover,
footer *:link,
footer *:visited {
  font-size: 12px;
  color: #9d9d9d;
}
footer .social {
  position: absolute;
  right: 0;
  top: 0;
}
footer .social a {
  float: left;
  margin-left: 12px;
}
.textbox,
.textarea {
  width: 306px;
  height: 26px;
  line-height: 26px;
  padding: 0 5px;
  color: #000000;
  border: 1px solid #D9D9D9;
  float: left;
  font-size: 12px;
}
.textbox.long,
.textarea.long {
  width: 758px;
}
.textbox.short,
.textarea.short {
  width: 82px;
  text-align: center;
}
.textarea {
  line-height: 18px;
  height: 54px;
  resize: none;
  padding: 5px;
}
.button {
  background-color: #DB3E1F;
  color: #ffffff;
  text-align: center;
  padding: 0 15px;
  height: 23px;
  line-height: 23px;
  float: left;
  border: none;
}
button {
  line-height: normal !important;
}
.count-down {
  position: absolute;
  left: 5px;
  top: 5px;
  background: url(img/bg-countdown.png) no-repeat;
  width: 305px;
  height: 74px;
}
.count-down .day,
.count-down .hour {
  top: 24px;
  width: 90px;
  position: absolute;
}
.count-down .day *,
.count-down .hour * {
  float: left;
  margin: 0 4px;
}
.count-down .day {
  left: 108px;
}
.count-down .hour {
  left: 213px;
}
.row {
  clear: both;
  float: left;
  width: 100%;
  margin: 4px 0;
  position: relative;
}
.row * {
  float: left;
}
.row .col {
  width: 50%;
}
.row .label {
  width: 115px;
  line-height: 27px;
}
.pager {
  clear: both;
  float: left;
  width: 100%;
  margin: 8px 0 4px;
}
.pager li {
  float: left;
  list-style: none;
  margin: 0 6px 0 0;
  text-align: center;
  line-height: 26px;
  min-width: 22px;
  padding: 0 2px;
  background-color: #8b8b8b;
}
.pager li.selected,
.pager li:hover,
.pager li:focus {
  background-color: #991110;
}
.pager li a {
  color: #ffffff;
  font-weight: bold;
}
.back,
.back:active,
.back:visited,
.back:hover,
.back:link {
  position: absolute;
  top: -30px;
  right: 0;
  border: 1px solid #fca6a5;
  text-align: center;
  background-color: #9b100d;
  width: 149px;
  height: 23px;
  line-height: 23px;
  color: #ffffff;
}
.close {
  width: 96px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  font-weight: bold;
  color: #ffffff;
  position: absolute;
  right: 5px;
  top: 5px;
  background-color: #650807;
  cursor: pointer;
  font-size: 15px;
}
.close img {
  margin-right: 5px;
}
#refresh {
  margin: 3px 5px;
  cursor: pointer;
}
.button {
  margin-left: 12px;
}
.button#submit {
  color: #075bce;
  border: 1px solid #075bce;
  background-color: #cce2ff;
}
.button#reset {
  color: #595959;
  border: 1px solid #595959;
  background-color: #efefef;
}
.select {
  cursor: pointer;
  line-height: 26px;
  float: left;
}
.select.short .select-input {
  width: 25px;
}
.select.short .select-container {
  width: 55px;
}
.select.short .select-container div {
  width: 25px;
}
.select .select-input {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  background: url(img/arrow2.png) no-repeat 96% center #ffffff;
  width: 159px;
  padding: 0 25px 0 5px;
  height: 26px;
  border: 1px solid #D9D9D9;
}
.select .select-container {
  display: none;
  position: absolute;
  left: 0;
  top: 26px;
  background-color: #ffffff;
  width: 194px;
  z-index: 1;
  border: 1px solid #D9D9D9;
  max-height: 150px;
  overflow-x: hidden;
  overflow-y: auto;
}
.select .select-container div {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  padding: 0 25px 0 5px;
  width: 159px;
}
.select .select-container div:hover,
.select .select-container div:focus {
  background-color: #D9D9D9;
  color: #991111;
}
.select .select-container div.disabled,
.select .select-container div.disabled:hover {
  background-color: #ffffff;
  color: #cccccc;
}
.select.select-fix {
  position: relative;
}
.error {
  border: 1px solid #075bce !important;
}
.error-message {
  color: #075bce;
  font-weight: bold;
}
.button-row {
  text-align: right;
}
.button-row .button {
  float: none;
  display: inline-block;
}
.map * {
  outline: none;
  -moz-outline-style: none;
}
.map *:active,
.map *:focus {
  -moz-outline-style: none;
}
.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px;
}
.ui-timepicker-div dl {
  text-align: left;
}
.ui-timepicker-div dl dt {
  float: left;
  clear: left;
  padding: 0 0 0 5px;
}
.ui-timepicker-div dl dd {
  margin: 0 10px 10px 45%;
}
.ui-timepicker-div td {
  font-size: 90%;
}
.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
.ui-timepicker-rtl {
  direction: rtl;
}
.ui-timepicker-rtl dl {
  text-align: right;
  padding: 0 5px 0 0;
}
.ui-timepicker-rtl dl dt {
  float: right;
  clear: right;
}
.ui-timepicker-rtl dl dd {
  margin: 0 45% 10px 10px;
}
