/*  Building Energy Codes Resource Center Basic CSS
    Author: Geoffrey Elliott
    Modified: June, 2004
*/

body {
    margin: 0px;
    padding: 0px;
    color: black;
    background-color: white;
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
}

#skipNav {
  position: absolute;
  top: 0;
  left: -1000;
  visibility: hidden;
}

.clear {
    clear: both;
}

.clearLeft {
    clear: left;
}

.clearRight {
    clear: right;
}

a:link {
    color: #048;
}

a:hover {
    color: #02C;
}

.required {
    color: #C00;
}

#banner {
    padding: 0;
    margin: 0;
    border-bottom: 2px solid #048;
}

#banner img {
    display: block;
    border: none;
    padding: 0;
    margin: 0;
}

.buttonText {
    display: none;
}

#toolbar {
    clear: both;
    background-color: #CFCFCF;
    border: 3px solid #048;
    margin-right: 0px;
    font-size: 82%;
}

#toolbar button, #toolbar select, #toolbar input {
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 85%;
}

.energyAppButton {
    border: 1px solid #7FA4C7;
    background-color: #E9EFF5;
    text-transform: uppercase;
    padding-bottom: 1px;
}

.energyAppButton/*Hide from IE4/5*/ {
    /* This is for Safari */
    display: inline;
}

html>body .energyAppButton {
    padding-top: 1px;
}

.buttonArrows {
    font-size: 140%;
    color: #048;
    font-weight: bold;
    font-family: Helvetica;
    line-height: 0.7em;
}

#redArrow {
    float: left;
    padding-left: 2px;
    position: relative;
}

html>body #redArrow {
    position: absolute; /* Makes Opera 7.5 happy */
}

#toolbar label {
  text-transform: uppercase;
}

#toolbar #kbSearch {
    float: left;
}

#searchIndex {
  margin-right: 1em;
}

#tabs li {
    display: inline;
    list-style: none;
}

#features {
    float: right;
}

html>body #features {
    margin-bottom: 20px;
}

.sidebarBlock {
    border: 1px solid #7FA4C7;
    background-color: #EFF3F8;
    width: 190px;
    margin-top: 15px;
    font-size: 75%;
}

.sidebarBlock h2 {
    position: static; /* Necessary to maintain style on All Media Types search results page */
    background-color: #7FA4C7;
    border: none;
    color: white;
    text-transform: uppercase;
    margin: 0px;
    padding: 4px 10px 5px;
    font-size: 89%;
    letter-spacing: 1px;
}

.sidebarBlock li {
    margin-bottom: 10px;
    list-style: none;
}

h1 {
    color: #D60000;
    font-size: 160%;
}

#article_id {
    display: block;
    font-size: 60%;
    color: #999;
    font-weight: normal;
}

h2, h3 {
    color: #444;
}

h2 {
    font-size: 135%;
}

h3 {
    font-size: 110%;
}

#content {
    font-size: 84%;
}

#content th, #content td {
    font-size: 84%;
    voice-family: "\"}\""; /* some browsers have a parsing bug */
                           /* and will ignore the following rules */
    voice-family: inherit;
    font-size: 100%; /* for IE6 */
    font-size: inherit; /* for compliant browsers */
}

.quote, .note {
    border: 1px solid #FFD;
    background-color: #FFD;
    margin: auto 20px 1em;
    padding: 10px 15px;
}

.quote .source {
    font-weight: bold;
    margin-top: 0px;
}



.imageBlockRight, .imageBlockLeft, .imageGroup {
  border: 1px solid #CCC;
  background-color: white;
}

.imageBlockRight, .imageBlockLeft {
    width: 160px;
}

.imageBlockRight img, .imageBlockLeft img, .imageBlock img {
    width: 150px;
    margin: 4px 4px 0px;
}

.imageBlockRight .caption, .imageBlockLeft .caption, .imageBlock .caption {
    width: 150px;
    padding: 0px 5px 6px;
    font-size: 85%;
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-weight: bold;
}

.imageBlockRight {
    float: right;
}

.imageBlockLeft {
  float: left;
  clear: left;
}

.imageGroup {
    width: 340px;
    margin: auto;
}

.imageGroup .imageBlock {
    width: 160px;
    float: left;
}



.searchResult, .externalSearchResult {
    margin: 1em 0;
}

.searchResult a {
    font-weight: bold;
}

.searchResult .description, .externalSearchResult .description {
    margin: 0;
}

#pageCount {
    clear: left;
    text-align: right;
    margin-bottom: 2em;
    font-size: 85%;
    margin-right: 220px;
}

#currentPage {
    color: #999;
}

.reference {
    border-top: 1px solid #CCC;
    margin-top: 2em;
    font-size: 85%;
    color: #666;
    clear: both;
    text-align: right;
}

table {
    border: 1px solid #CCC;
    border-collapse: collapse; /* Safari & IE5/Mac don't support this, but it still looks OK */
}

caption {
    caption-side: bottom;  /* Most browsers don't understand this, so we have to use align="" in the HTML too */
    font-size: 80%;
}

td, th {
    padding: 5px 10px;
    border: 1px solid #CCC;
    border-collapse: collapse; /* Safari & IE5/Mac don't support this, but it still looks OK */
}

th {
    background-color: #F6F6F6;
}

hr {
    clear: both;
    margin: 0px 20px 0px;
    background-color: #777;
    border: none;
    height: 1px;
}

#content hr {
    margin: 1.5em 0;
}

html>body hr {
    margin-top: 25px;
}

#footer {
    margin: 20px;
    margin-top: 0px;
    padding: 8px 2px;
    font-size: 70%;
}

#footer ul {
  margin: 0;
  padding: 0;
}

#footer li {
  display: inline;
  list-style-type: none;
  border-right: 1px solid #999;
  padding-right: 2px;
  padding-left: 7px;
  padding-bottom: 3px;
  line-height: 60%;
}

#footer li.sansBorder {
  border-right: none;
}

#lastmodified {
    margin: 20px;
    margin-top: 0px;
    padding: 8px 2px;
    font-size: 70%;
    padding-left: 0px;
  margin-left: 0px;
}


/* Search Results */

#mediaSpecific {
  background-position: 0px 3px;
  padding-left: 36px;
  background-repeat: no-repeat;
  background-color: transparent;
  position: relative;
  left: -8px;
}

h2#article, h2#image, h2#online_tool, h2#presentation, h2#video {
  padding-top: 3px;
  padding-left: 36px;
  padding-bottom: 11px;
  background-repeat: no-repeat;
  background-color: white;
  position: relative;
  left: -8px;
}

#article, h1.article {
  background-image: url(morfimages/article_icon.gif);
}

#image, h1.image {
  background-image: url(morfimages/image_icon.gif);
}

#online_tool, h1.online_tool {
  background-image: url(morfimages/online_tool_icon.gif);
}

#presentation, h1.presentation {
  background-image: url(morfimages/presentation_icon.gif);
}

#video, h1.video {
  background-image: url(morfimages/video_icon.gif);
}