/*
 * Styler.co.nz main CSS styles
 *
 * DO NOT put colors or images or border-styles in this file --
 * all that stuff goes into decor.css
 *
 */



/* Layout
-------------------------------------------- */

body {
  font-family: arial, sans-serif;
  font-size: 8pt;
  line-height: 17px;
  width: 970px;
}

#page-register-register-start {
  font-size: 9pt;
}

#container {
  width: 970px;
}

#header {
  float: left; display: inline;
  width: 970px;
  height: 80px;
  margin-bottom: 5px;
}

.sidebar {
  width: 165px;
  line-height: normal;
}

table.main {
  margin: 0px;
}
table.main td {
  padding: 0px;
  padding-right: 10px;
  width: 33%;
}
table.main td img { display: block; }
table.main td .rollover img { margin-bottom: 10px; }
#page-index .main td { padding: 0px; }

#page-index .main a {
  display: block;
  height: 79px;
  padding-left: 20px;
  padding: 35px 20px 30px 10px;
  line-height: 18px;
  font-size: 9pt;
}
#page-index .main a .action {
  font-size: 11pt;
  line-height: 22pt;
  font-weight: bold;
  display: block;
  text-align: right;
}

#content {
  float: left;
  width: 605px;
}

#content.no-sidebar-left {
  width: 654px;
  padding-left: 30px;
}

#content .header {
  font-size: 90%;
  width: 608px;
  height: 23px;
  line-height: 22px;
  margin-bottom: 15px;
}
#content.no-sidebar-left .header {
  width: 785px;
  margin-left: -30px;
}
#content .header .form-step, #content .header h2, #content .header h3, #content .header h4 {
  display: inline;
  float: left;
  margin: 0;
  margin-left: 15px;
  padding: 0;
}

.content-header {
  height: 27px;
  padding-top: 3px;
}

#content .breadcrumbs {
  margin-top: -12px;
  _margin-top: -22px;
  margin-bottom: 15px;
  width: 595px;
  font-weight: bold;
  padding: 2px 5px 2px 5px;
  height: 19px;
  line-height: 19px;
}

.banner-image {
  margin-top: -12px;
  _margin-top: -22px;
}

#profile-vote {
  display: block;
  clear: both;
  width: 411px;
  padding-left: 115px;
  padding-right: 60px;
  height: 22px;
  font-weight: bold;
  line-height: 22px;
  margin-bottom: 20px;
}

#profile-vote .radio {
  margin-right: 35px;
}
#profile-vote .likert {
  position: relative;
  _top: -12px;
  display: inline;
}
#profile-vote .submit {
  position: relative;
  _top: -4px;
  font-weight: bold;
  display: inline;
  margin: 0;
}

#footer {
  font-size: 8pt;
  float: left;
  width: 970px;
  height: 20px;
  margin-top: 5px;
  border-width: 1px;
  padding-top: 3px;
  text-align: center;
}
#footer span {
  padding-left: 17px;
  padding-right: 17px;
}



/* Search box
-------------------------------------------- */

#search-box {
  position: absolute;
  left: 730px;
  top: 47px;
  _position: relative;
  _top: -45px;
  _width: 200px;
  _left: 929px;
  _margin-left: -199px;
  _float: left;
}
#search-box input.text {
  display: inline;
  width: 100px;
  font-size: 8pt;
  height: 15px;
  line-height: 15px;
  padding: 1px;
}
#search-box input.submit {
  font-size: 8pt;
  font-weight: bold;
  line-height: 15px;
  height: 20px;
  display: inline;
  width: auto;
  padding: 0;
  margin: 0;
}


/* Sidebar tabs
-------------------------------------------- */

.tab {
  width: 161px;
  overflow: visible;
  border-width: 2px;
  border-top: none;
  _overflow: hidden;
  margin-bottom: 10px;
  font-size: 8pt;
}
.tab-box {
  border-width: 2px;
}
  .tab * {
    padding: 2px 20px 2px 20px;
  }
  .tab .header {
    _position: relative;
    width: 165px;
    font-weight: bold;
    height: 21px;
    padding-top: 1px;
    padding-right: 0;
    padding-bottom: 0px;
    line-height: 22px;
    letter-spacing: 1px;
    font-size: 9pt;
  }
    .tab .header a, .tab .header a:visited {
      padding: 0;
      text-decoration: none;
      display: block;
      width: 100%;
    }
  .tab a {
    font-weight: bold;
    display: block;
    text-decoration: none;
  }
  .tab a:hover {
    text-decoration: none;
  }
  .tab .menu {
    padding: 0;
    padding-bottom: 10px;
    margin-left: -2px;
  }
    .tab .menu * { padding: 2px 0 2px 20px; }
    .tab .menu a, .tab .menu a:visited { font-weight: bold; }
    .tab .menu a.rollover {
      width: 100%;
      margin-bottom: 5px;
      padding: 0px;
    }
      .tab .menu a.rollover * { padding: 0px; }
      .tab .menu a.rollover img { display: block; }



.sidebar-left {
  float: left;
  margin-right: 15px;
}
  .sidebar-left .tab .header { margin-left: -2px; }
  .sidebar-left .menu-tab .header { padding-left: 15px; }
  .sidebar-left .pic-tab .header { padding-left: 10px; }



.sidebar-right {
  float: right;
}
  .sidebar-right .menu-tab {
    border: none;
    width: 100%;
  }
  .sidebar-right .menu-tab a { font-weight: normal; }
  .sidebar-right .menu-tab .header a { font-weight: bold; }
  .sidebar-right .menu-tab .header {
    padding-left: 30px;
    text-transform: uppercase;
  }
  .sidebar-right .pic-tab .header {
    margin-left: -2px;
    width: 155px;
    padding-left: 10px;
  }



.pic-tab, .pic-tab * { padding: 0; }
.pic-tab a {
  padding: 5px 15px 5px 15px;
  text-align: center;
}



.login-tab input.text, .login-tab input.password {
  font-size: 8pt;
  padding: 2px;
  border-width: 1px;
  width: 115px;
}
.login-tab input.submit {
  font-size: 8pt;
  width: 138px;
  text-align: right;
  margin-top: 0;
}



/* Styler matcher
-------------------------------------------- */

.matcher-form input.text, .matcher-form select {
  display: inline;
  margin-right: 5px;
  margin-left: 5px;
  width: 100px;
}
.matcher-form input.submit { display: inline; }
.matcher input.submit { display: block; }
.matcher-form .group { display: inline; }
.matcher-form .edit { display: inline; }
.matcher-form .edit .group .container {
  display: inline;
}
.matcher-form .edit .group input.text {
  width: 80px;
}
.matcher-form .edit .group .label {
  display: inline;
  float: none;
}

.userpic {
  float: right; display: inline;
  margin-right: 80px;
}
  .userpic .frame {
    margin-bottom: 0px;
    padding-bottom: 40px;
    _max-width: 106px;
    width: 106px;
  }
  .userpic form {
    display: block;
    clear: both;
    text-align: left;
  }
    .userpic form input { margin: 10px 0 0 0; }
    .userpic form input.submit { width: 132px; }

.userpic .thumbnail, .flick .thumbnail { height: 100px; }

.upload-matcher-pic input.submit {
  display: inline;
  margin-left: 20px;
}

.flick {
  float: left; display: inline;
  margin-left: 80px;
  _max-width: 106px;
  width: 106px;
}

.flick a, .userpic .frame .thumbnail {
  display: block;
  border-width: 1px;
  padding: 2px;
}

.flick-button-prev, .flick-button-next {
  width: 50%;
  text-align: center;
  cursor: pointer;
  line-height: 30px;
  font-size: 15pt;
  margin-top: 4px;
}
.flick-button-next { float: right; }
.flick-button-prev { float: left; }

.autoflick a { display: block; }
