/* Background Images */
html {
  background-image: url(/skin/bg.png);
  background-repeat: repeat-x;
  background-color: #FFF;
}

body {
  _background-image: url(/skin/bg.png);
  _background-repeat: repeat-x;
  _background-color: #FFF;
}

#doc, #doc2, #doc3, #customdoc {
  margin-top:2em;
}

#bd {
  float: left;
  padding: 0px;
  margin: 0px;
}

#yui-main .yui-b {
  margin-right: 0;
}

#printable {
  padding-left: 20px;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  white-space: nowrap;
}
#printable a {
  color: #333333;
  text-decoration: none;
}

#printable a:hover {
  color: #FF0000;
}

#text_size {
  padding-left: 20px;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;

}
#text_size a {
  color: #333333;
  text-decoration: none;
}

#text_size a:hover {
  color: #FF0000;  
}

#search {
  padding-left: 20px;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;

}
#search a {
  color: #333333;
  text-decoration: none;
  
}

#search a:hover {
  color: #FF0000;  
}

#ft {
  clear: both;
}

#contentAreaSearchResultsNav {
  padding-top: 13px;
  text-align: center;
}

/* Reset Password form */

#reset_password_form label {
  display: block;
  width: 200px;
  float: left;
  clear: left;
  font-weight: bold;
  padding-bottom: 6px;
}

#reset_password_form input {
  float: left;
}

#reset_password_form #reset_password_submit {
  clear: left;
  margin-left: 200px;
}

