/* SETUP */
html, body {
  height: 100%;
}

body {
  background-color: white;
  text-align: center;
}

h1 {
  border-bottom: 2px solid #91A2B1;
  color: #0989DB;
  font-family: arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 10px;
  padding-bottom: 5px
}

/* MAIN CONTENT */
.logo {
  width: 260px;
  height: 83px;
  float: left;
}

.login {
  width: 500px;
  height: 58px;
  margin-top: 24px;
  margin-right: 47px;
  text-align: right;
  font-family: arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  color: #5d6d79;
  float: right;
}

ul#loginLinks {
  white-space: nowrap;
}

#loginLinks li {
  display: inline;
  list-style-type: none;
  padding-left: 10px;
}

#loginLinks a {
  text-decoration: none;
}

#loginLinks a:link, #loginLinks a:visited {
  color: #5d6d79;
}

#loginLinks a:hover, #loginLinks a:active {
  color: #91bb03;
}

/* HOME CONTENT */
.homeContent {
  width: 900px;
  margin: auto;
  margin-top: -36px;
  background-image: url(../images/homeBg.jpg);
  background-position: top left;
  background-repeat: no-repeat;
}

.homeContentBtm {
  width: 900px;
  height: 10px;
  margin-top: 0px;
  margin-bottom: 20px;
  background-image: url(../images/homeBgBtm.png);
  background-position: top left;
  background-repeat: no-repeat;
}

.homeIntro {
  text-indent: -9999px;
  height: 20px;
}

#homeJoinBtn {
  text-indent: -9999px;
  width: 133px;
  height: 40px;
  margin-top: 187px;
  margin-left: 48px;
  margin-bottom: 0px;
  z-index: 2;
}

a.homeJoinBtn {
  display: block;
  width: 133px;
  height: 40px;
  outline: none;
  background-image: url(../images/homeJoinBtn.jpg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  z-index: 2;
}

a.homeJoinBtn:hover {
  background-position: 0px -40px;
  z-index: 2;
}

.loginBox {
  width: 272px;
  height: 210px;
  float: right;
  margin-top: 17px;
  margin-right: 43px;
}

.loginTitle {
  text-align: left;
  font-family: arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #4e4e4e;
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 10px;
}

.loginUsername {
  width: 94px;
  height: 22px;
  text-align: left;
  font-family: arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #666666;
  margin-top: 0px;
  margin-left: 20px;
  float: left;
}

.loginPassword {
  width: 94px;
  height: 22px;
  text-align: left;
  font-family: arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #666666;
  margin-top: 0px;
  margin-left: 20px;
  float: left;
}

.loginFields {
  font-family: arial, sans-serif;
  font-size: 12px;
  margin-top: 0px;
  margin-right: 17px;
  margin-bottom: 6px;
  color: #666666;
  padding: 3px;
  width: 133px;
  border: 1px solid #666666;
  background-color: #FFFFFF;
}

.loginRememberHolder {
  font-family: arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  margin-top: 0px;
  margin-left: 91px;
  color: #666666;
}

.loginRemember {
  margin-right: 6px;
}

.loginSubmit {
  margin-top: 4px;
  margin-left: 115px;
}

.loginForgot {
  font-family: arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  margin-top: 8px;
  margin-left: 115px;
  color: #666666;
}

.loginForgot a {
  text-decoration: none;
}

.loginForgot a:link, .loginForgot a:visited {
  color: #666666;
}

.loginForgot a:hover, .loginForgot a:active {
  color: #666666;
  text-decoration: underline;
}

.homeAreaContent {
  margin-top: 74px;
  width: 900px;
  background-image: url(../images/homeBgTile.png);
  background-position: top left;
  background-repeat: repeat-y;
}

.homeLeftColumn {
  margin-left: 52px;
  width: 516px;
  float: left;
}

.homeRightColumn {
  width: 320px;
  float: left;
  text-align: left;
}

.homeSaying {
  font-family: arial, sans-serif;
  font-size: 26px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: -1px;
  color: #0989db;
  width: 516px;
  padding-bottom: 10px;
  float: left;
  text-align: left;
}

.homeSaying a {
  text-decoration: none;
  letter-spacing: -1px;
}

.homeText {
  font-family: arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  padding-right: 50px;
  text-align: left;
}

.homeText p {
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0;
}

.homeText a {
  text-decoration: none;
}

.homeText a:link, .homeText a:visited {
  color: #0989db;
}

.homeText a:hover, .homeText a:active {
  color: #91bb03;
}

.homeNew {
  font-family: arial, sans-serif;
  font-size: 26px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: -1px;
  margin-left: 0px;
  padding-bottom: 10px;
  color: #0989db;
  width: 320px;
  float: left;
}

.homeNew a {
  text-decoration: none;
  letter-spacing: -1px;
}

.homeNew a:link, .homeNew a:visited {
  color: #0989db;
}

.homeNew a:hover, .homeNew a:active {
  color: #91bb03;
}

/* ACCOUNT CONTENT */
.accountContent {
  width: 900px;;
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: url(../images/accountBg.png);
  background-position: top left;
  background-repeat: repeat-y;
}

.subLinksHolder {
  height: 20px;
  margin-top: 3px;
  margin-left: 2px;
  font-family: arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
}

ul#subLinks {
  white-space: nowrap;
}

#subLinks li {
  display: inline;
  list-style-type: none;
  padding-right: 10px;
}

#subLinks a {
  text-decoration: none;
}

#subLinks a:link, #subLinks a:visited {
  color: #5d6d79;
}

#subLinks a:hover, #subLinks a:active {
  color: #91bb03;
}

.accountLine {
  margin-top: 11px;
  border-top: 2px solid #91A2B1;
  height: 10px;
  width: 100%;
}

.accountBox {
  width: 500px;
  margin-top: 0px;
  margin-left: 40px;
}

.accountLabel {
  width: 155px;
  height: 29px;
  float: left;
  font-family: arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  color: #7f7f7f;
  text-align: right;
  margin-top: 2px;
  margin-right: 18px;
}

.accountFields {
  font-family: arial, sans-serif;
  font-size: 12px;
  margin-top: 0px;
  margin-right: 17px;
  margin-bottom: 13px;
  color: #666666;
  padding: 5px;
  width: 206px;
  border: 1px solid #666666;
  background-color: #FFFFFF;
}

.accountSubmit {
  margin-top: 4px;
  margin-left: 173px;
}

.accountBtm {
  width: 900px;
  height: 40px;
  margin-top: 0px;
  margin-bottom: 20px;
  background-image: url(../images/accountBgBtm.png);
  background-position: top left;
  background-repeat: no-repeat;
}

.accountText {
  font-family: arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  padding-left: 50px;
  padding-right: 50px;
}

.accountText p {
  margin-top: 20;
  margin-bottom: 0px;
  padding: 0;
}

.accountText a {
  text-decoration: none;
}

.accountText a:link, .homeText a:visited {
  color: #0989db;
}

.accountText a:hover, .homeText a:active {
  color: #91bb03;
}

.footer ul {
  float: left;
  white-space: nowrap;
  margin-left: 20px;
}

.footer ul li {
  display: inline;
  list-style-type: none;
  padding-right: 10px;
}

.footer ul li a {
  text-decoration: none;
}

.footer ul li a:link, .footer ul li a:visited {
  color: #FFFFFF;
}

.footer ul li a:hover, .footer ul li a:active {
  color: #FFFFFF;
  text-decoration: underline;
}

.footerCopyright {
  width: 250px;
  text-align: right;
  margin-right: 20px;
  float: right;
}

.error, .notice, .success, .warning {
  margin: -10px 21px 20px;
  padding: 10px;
  border: 2px solid;
  font-size: 10pt;
}

.loginBox .error, .loginBox .notice, .loginBox .success, .loginBox .warning {
  margin: 7px 21px 20px;
  padding: 5px;
}

.error {
  background: #FBE3E4;
  color: #8a1f11;
  border-color: #FBC2C4;
}
.warning {
  background: #FFF6BF;
  color: #514721;
  border-color: #FFD324;
}
.success, .notice {
  background: #E7FFDF;
  color: #264409;
  border-color: #9FDF8B;
}
.errorsVal {
  background: none;
  color: #8a1f11;
  border: #FBC2C4 2px solid;
}
label.errorsVal {
  border:none;
  font-weight:bold;
  padding-left:20px;
}
.corner {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.hide-link {
  float: right;
  width: 10px;
  height: 10px;
  background-color: #FF885F;
  text-decoration: none;
}
table {
  border-collapse: collapse;
  background: #EFF4FB url(../images/teaser.gif) repeat-x;
  border: 1px solid #686868;
  width: 100%;
  font-family: arial, sans-serif;
  font-size: 12px;
  color: #333;
}
td, th {
  padding: 5px;
}
caption {
  padding: 0 0 .5em 0;
  text-align: left;
  font-size: 1.4em;
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
  background: transparent;
}

/* =links
----------------------------------------------- */

table a {
  font-weight: bold; /* color: #0989db; /* blue */
  color: #5d6d79; /* gray */
  text-decoration: none;
}

table a:link {
}

table a:visited {
}

table a:hover {
  color: #91bb03;
}

/* =head =foot
----------------------------------------------- */

th {
  background: #333 url(../images/llsh.gif) repeat-x;
  color: #fff
}

tfoot td {
  text-align: right
}

/* =body
----------------------------------------------- */

tbody th, tbody td {
  border-bottom: dotted 1px #333;
  border-bottom: dotted 1px #333;
}

tbody th {
  white-space: nowrap;
}

tbody th a {
  color: #333;
}

.odd {
}

tbody tr:hover {
  background: #fafafa
}

div.clear {
  line-height: 0;
  clear: both;
}
input.button{
  background: #EFEFEF;
  padding:5px 20px;
  height:55px !important;
}
