/* @override http://localhost:3001/stylesheets/application.css */

/* @import "forms.css"; */

@import url("modalbox.css");
body {
  background: #fff;
  margin: 0;
  padding: 0;
  color: #000;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 12px;
}
img {
    border: 0;
}
div.flash {
  padding: 1em;
  position: absolute;
  left: 100px;
  width: 400px;
  text-align: center;
}
div.flash.notice {
  top: 5px;
  background-color: #090;
  color: #fff;
  border: 1px solid #030;
}
div.flash.warning {
  top: 35px;
  background-color: #900;
  color: #fff;
  border: 1px solid #300;
}
div.flash.message {
  top: 65px;
  background-color: #009;
  color: #fff;
  border: 1px solid #003;
}
.caption {
  font-size: 85%;
}
.clear {
  clear: both;
}
#top {
  background: #fff url(/images/logo.gif) no-repeat;
  height: 150px;
}
#top img {
  float: right;
}
h1 {
  padding: 32px 0 0 32px;
}
h1.transform {
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-style: italic;
  font-weight: normal;
}
li {
  margin-bottom: 1em;
}
#content dl {
  margin: 1em;
  width: 40em;
}
.attributes h2 {
  clear: both;
  border-bottom: 1px solid #999;
}
dl li {
  clear: both;
  list-style: none;
  padding: 0.5em 0;
  width: 100%;
}
dt {
  font-weight: bold;
  width: 40%;
  float: left;
  text-align: right;
}
dd {
	float: left;
	width: 40%;
	margin-left: 15px;
}
.floater h3 {
  font-weight: bold;
  font-size: 115%;
}
.initiallyHidden {
  display: none;
}
.header {
  padding: 0;
  background-color: #2e2e2e;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.header a {
  color: #aff;
}
#user-bar-greeting {
  float: left;
}
#user-bar-action {
  float: right;
  text-align: right;
}
#user-bar-action a {
  text-decoration: none;
  border-bottom: 1px solid #aff;
}
.inner {
  margin:0 auto;
  position:relative;
  width:804px;
}
div#contact {
  width: 90%;
}
.header .inner {
  height: 42px;
}
.header .inner p {
  float: left;
  width: 400px;
  margin-bottom: 1em;
  color: white;
}
.login {
  width: 400px;
  color: #fff;
  background-color: transparent;
}
.main {
  clear: both;
  margin-top: 45px;
}
.center {
  margin: 0 auto;
}
.center img {
  display: block;
  margin: 0 auto;
}
.floater {
  width: 16%;
  float: left;
  margin: 0 2%;
}
.floater p {
  color: #666;
}
a.close {
  text-decoration: none;
  color: #666;
  display: block;
  position: absolute;
  bottom: 0;
  right: 3px;
  padding-right: 13px;
  background: transparent url(/images/x.gif) right 3px no-repeat;
}
#menu {
  width: 100%;
  height: 24px;
  /*background: #9a1b04 url(/images/menu-bottom-left.gif) no-repeat scroll 0 100%;*/
  background-color: #9a1b04;
  font-family: Verdana, Helvetica, Arial, sans-serif;
}
#menu a {
  display: block;
  float: left;
  padding: 0.5em 1em;
  font-size: 85%;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  border-right: 1px solid #761503;
  border-left: 1px solid #ae1f05;
}
#menu a.first {
  border-left: 0 none;
}
#menu a:hover {
  background-color: #761503;
  border-left-color: #661203;
}
#content {
  font-family: Georgia, Palatino, serif;
  clear: both;
  padding: 1em 2em;
  background: #fff url(/images/bg-shadow.gif) repeat-x;
  color: #333;
}
#purLink+#content {
  background: #fff;
}
.right {
  float: right;
  margin: 1em;
}
.left {
  float: left;
  margin: 1em;
}
#purLink img,
#hiFiLink img {
  width: 100%;
}
#footer {
  font-size: 80%;
  text-align: center;
  padding: 13px 0 6px 0;
  color: #fff;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: url(/images/bg-footer.gif) repeat-x;
}
.callToAction {
  margin-bottom: 1em;
  padding: 0.5em;
  font-size: 125%;
  background-color: #ffe640;
  width: 60%;
}
.callToAction a {
  color: #900;
  font-weight: bold;
}
.centeredContent {
  width: 50em;
  margin: 0 auto;
}
#contact.centeredContent {
  width: 65em;
}

/* Buttons ------------------------------------- */

h2 div.floatLeft {
    padding-bottom: 0.5em;
}
a.button img {
    height: 20px;
    margin-top: -3px;
}
a.button {
    text-decoration: none;
    font-size: 10px;
    background-image: url(/images/forms/btn_middle.gif);
    background-repeat: repeat-x;
    display: block;
    float: left;
    vertical-align: top;
    margin-right: 1em;
    padding-top: 3px;
}
a.button span {
    vertical-align: top;
}
a.button:link,
a.button:visited {
    color: #00f;
}
a.button:hover,
a.button:active {
    color: #900;
    background-color: transparent;
}

/* Tables --------------------------------------- */
.tbl {
    table-layout:fixed;
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-right: none;
    margin-bottom: 2em;
}
.tbl.details {
    width: auto;
}
.tbl.details td {
    border: 1px solid #ddd;
}
.tbl td {
    border-bottom: 1px solid #ddd;
    padding: 2px 5px;
    border-left: none;
    font-size: 100%;
}
.tbl th {
    padding: 2px 5px;
    background: #9A1B04;
    border: none;
    color: #fff;
    text-align: left;
    font-size: 85%;
}
.tbl .smaller {
  width: 5em;
}
.tbl th a {
  color: #fff;
  text-decoration: underline;
}
.tbl.clickable tr {
  cursor: pointer;
}
.tbl tr.even td {
  background-color: #f3f3f3;
}
.tbl tr:hover td {
  background-color: #ffeeee;
}
