/* Supposedly, we don't need the small list of links at the top */
#util_search {
  height: auto;
}
#util_search ul {
  display: none;
}
.clear {
  clear: both;
}

/* 99 times out of 100, you don't want an ugly border on images inside links */
a img {
  border: 0;
}

/* Proper alignment of checkboxes together with their text inside <label> */
label input[type=checkbox] {
  vertical-align: middle;
}

/*****************************************************************************
 * General styles
 *****************************************************************************/

#xls {
  background: #FFF;
}
#xls td {
  vertical-align: top;
  text-align: left;
}
#xls a.highlight,
#xls a:hover {
  color: #E67600;
}
#xls .subhead {
  font-size: 13px;
  margin-top: 15px;
  border-bottom: 1px solid #DCDCDC;
  padding-bottom: 4px;
}
#xls .subhead.first {
  margin-top: 5px;
}
#xls .zerotop {
  margin-top: 0;
}
#xls .zerobottom {
  margin-bottom: 0;
}
#xls .indent {
  margin-left: 20px;
}
#xls p {
  margin: 5px 0 10px;
}
#xls ul {
  margin: 5px 0 10px 30px;
  padding: 0;
}
#xls li {
  color: #333;
}
#xls ul.spaced li {
  margin: 10px 0;
}
#xls dl {
  margin: 0;
}
#xls dt {
  margin: 10px 0 2px;
  font-weight: bold;
}
#xls dd {
  margin: 0 0 10px 20px;
}
#xls td.label {
  text-align: right;
  padding-right: 10px;
  padding-top: 3px;
}
#xls td.spacer {
  font-size: 1px;
  height: 10px;
}

/*****************************************************************************
 * Sets of tabs
 *****************************************************************************/

#xls .tabRow td {
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  color: #FFF;
  border-left: 1px solid #FFF;
  padding: 3px;
  background: #626262 url('../images/css/tabs/tab_bg_inactive.gif') center center repeat-x;
}
#xls .tabRow .active {
  background: #E67600 url('../images/css/tabs/tab_bg_orange.gif') center center repeat-x;
}
#xls .tabs .first {
  border-left: 0;
}
#xls .tabs h2 {
  font: bold 11px Arial, Helvetica, sans-serif;
  margin: 0;
}
#xls .tabs a {
  display: block;
  color: #FFF;
  text-decoration: none;
}
#xls .tabs a:hover {
  color: #FFF;
}
#xls .pointerRow td {
  font-size: 1px;
  height: 13px;
  border-top: 1px solid #666;
  border-left: 1px solid #FFF;
}
#xls .pointerRow .active {
  background: transparent url('../images/css/tabs/tab_bottom_orangepointer.gif') top center no-repeat;
  border-top: 0;
}

/*****************************************************************************
 * Sidebars
 *****************************************************************************/

#xls .sidebar ul {
  margin: 0;
  padding: 0;
}
#xls .sidebar p {
  margin: 0;
  padding: 2px 0;
}
#xls .sidebar li {
  background: url('../images/css/components/carat-pointer-txt_11px.gif') 0 6px no-repeat;
  padding: 2px 0 2px 12px;
  list-style-type: none;
}
#xls .sidebar .moduleHeader {
  background-position: top left;
  background-repeat: no-repeat;
  font-size: 11px;
  color: #333;
  margin: 0;
  padding: 9px 5px 7px 12px;
}
#xls .sidebar .moduleContents {
  background-position: bottom left;
  background-repeat: no-repeat;
  margin: 0 0 16px;
  padding: 6px 5px 6px 12px;
  color: #666;
}
#xls .sidebar .moduleContents.noHeader {
  padding-top: 1px;
}
#xls .sidebar p.phone {
  padding: 0;
  margin: 5px 0;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
#xls .sidebar p.phone * {
  font-size: 12px;
}
#xls .sidebar.width240 .moduleHeader {
  background: #ECECEC url('../images/css/sidebars/sidebar_topcorners_240.gif') top left no-repeat;
}
#xls .sidebar.width240 .moduleContents {
  background: #FAFAFA url('../images/css/sidebars/sidebar_content_240.gif') bottom left no-repeat;
}
#xls .sidebar.width240 .contentsCap {
  height: 5px;
  background: #FAFAFA url('../images/css/sidebars/sidebar_content_top_240.gif') top left no-repeat;
}

#xls .graybox h2 {
  font-size: 13px;
  color: #E67600;
  padding-left: 10px;
}
#xls .graybox h2 a {
  font-size: 13px;
  color: #E67600;
}
#xls .sidebar.width240 .graybox ul {
  background: #F9F9F9 url('../images/css/sidebars/sidebar_topcorners_240.gif') top left no-repeat;
}
#xls .graybox a {
  font-weight: bold;
  text-decoration: underline;
}
#xls .graybox li {
  padding: 6px 10px;
  border-bottom: 1px solid #FFF;
  background: transparent;
}
#xls .graybox li.last {
  padding-bottom: 8px;
  background: transparent url('../images/css/sidebars/sidebar_bottomcorners_240.gif') bottom left no-repeat;
}

/*****************************************************************************
 * Login form
 *****************************************************************************/

#xlsLogin {
  background: #FAFAFA url('../images/css/sidebars/sidebar_content_240.gif') bottom left no-repeat;
}
#xlsLogin form {
  margin: 0;
  padding: 8px;
}
#xlsLogin .loginField {
  margin: 0 0 5px;
  padding: 0 10px 0 0;
}
#xlsLogin .loginField label {
  display: block;
}
#xlsLogin .loginField input {
  font: normal 11px Arial, Helvetica, sans-serif;
  display: block;
  width: 100%;
  padding: 0;
}
#xlsLogin .button {
  padding-top: 3px;
}
#xlsLogin .button input {
  width: 7.5em;
}
#xls .orangebutton {
  font: bold 11px Arial, Helvetica, sans-serif;
  color: #FFF;
  background: #E67600 url('../images/css/tabs/tab_bg_orange.gif') center center repeat-x;
  border: 1px solid #EEE;
  padding: 2px 10px;
  height: 2em;
}

/*****************************************************************************
 * "Flash" notes
 *****************************************************************************/

#xls .note {
  display: none;
  background: #FFD;
  border: 1px solid #ECECEC;
  padding: 10px;
  margin: 0 0 10px;
}
#xls .note h2 {
  color: #E67600;
  font: bold 11px Arial, Helvetica, sans-serif;
  margin: 0;
}
#xls .note p {
  margin: 0;
}
#xls .note a {
  color: #444;
}
#xls .note .close {
  color: #666;
  cursor: pointer;
  float: right;
  text-align: right;
}
#xls .note .close img {
  margin-left: 3px;
  vertical-align: -1px;
}
