body {
  font-family: Calibri, Helvetica, Arial, sans-serif;
  padding: 0;
  margin: 0;
  background :#666;
  color: #fff;
}

/***********************************************************/
/***********************************************************/
/***********************************************************/

h1            { font-size: 48px; font-weight: bold; color: #fff; }
h2            { font-size: 20px; padding: 15px 0 10px 0; }
h3            { font-size: 16px; padding: 0 0 10px 0; }
h4            { font-size: 14px; padding: 0 0 5px 0; }
h5            { font-size: 12px; padding: 0 0 5px 0; }

h1 .mini { font-size: 15px; }
h1, #blurb { margin-top: 16px;}

ul {
  list-style-type: disc;
	list-style-position: outside;
  padding-left: 20px;
}

p {
  margin-bottom: 10px;
  line-height: 20px;
}

li {
  padding: 3px;
}

a, a:visited{
  color: #A8C018;
}

a:hover{
  color: #B0B0B0;
}

/***********************************************************/
/***********************************************************/
/***********************************************************/

.content-area {
  background: #fff;
  color: #333;
  min-height: 500px;
  padding-bottom: 50px;
}

.flash {
  margin-top: 10px;
}

.subnav {
  text-align: right;
  padding-top: 15px;
}

#header {
  height: 80px;
  width: 100%;
  margin: 0;
  color: #fff;
  background: #2b445a;
  font-family: monospace;
  font-weight: bold;
  border-top: 1px solid #A8C018;
  border-bottom: 1px solid #A8C018;
}

#navigation {
  margin-bottom: 25px;
  padding-top: 5px;
  font-size: 80%;
}

#blurb{
  font-size: 115%;
  font-family: monospace;
}

#footer{
  color: #aaa;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.income-statement-table-footer {
  margin-top: 20px;
}

.small {
  font-size: 75%;
}

.unfocused {
	color: #ccc4c2;
}

.verbose {
  text-align: justify;
  margin-bottom: 10px;
}

.screencast-container {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd  
}

.screencast-link-container {
  margin-left: 37px;
  font-style: italic;
}

.home-link-container {
  text-align: left;
}

/***********************************************************/
/***********************************************************/
/***********************************************************/

#account-nav {
  width: 100%;
  height: 20px;
  padding-top: 5px;
  margin:0px;
  background: #666;
  text-align: right;
  font-size: 80%;
}

#account-nav a {
  text-decoration: underline;
}

.bottom-border {
  border-bottom: 2px dashed #666;
  margin-bottom: 5px;
}

.item_attribute_separator {
  padding-top: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 2px dashed #666;
}

/***********************************************************/
/***********************************************************/
/***********************************************************/

.quote-box {
  padding: 35px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 30px;
}

.quote-box h2 {
  padding: 0;
  margin-bottom: 10px;
  font-size: 80px;
  letter-spacing: -3px;
}

.quote-box p, .quote-box ul {
  margin-left: 40px;
  font-size: 18px;
}

/***********************************************************/
/***********************************************************/
/***********************************************************/

.horizontal-list {
  margin: 0;
  padding: 0;
  cursor: default;
  list-style-type: none;
  display: inline;
}

.horizontal-list li {
  display: inline;
  margin-right: 10px;
}

.horizontal-list a {
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
}

.item-attribute-list li {
  margin-right: 20px;
  font-size: 120%;
}

/***********************************************************/
/***********************************************************/
/***********************************************************/

.financials-table {
  font-family: Consolas, Monaco, serif;
  width: 450px;
}

.item-table thead tr {
  font-weight: bold;
  height: 25px;
}

.financials-table .name {
  width: 75%;
  font-size: 80%;
  font-weight: bold;
}

.financials-table td, .item-table td {
  padding: 5px;
}

.financials-table .total td {
  font-weight: bold;
  border-top: 1px solid #aaa;
}

/***********************************************************/
/***********************************************************/
/***********************************************************/
.item-table {
  width: 500px;
}

table .form-row {
  display: none;
}

/***********************************************************/
/***********************************************************/
/***********************************************************/

.errorExplanation {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #df8f8f;
  padding: 10px;
  background: #ffcece /*url('../images/icons/cross_circle.png') */;
  color: #665252;
}

/***********************************************************/
/***********************************************************/
/* Invalid - but gets us rounded corners in some browsers */
.notification {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.item_attribute_separator .close {
  color:#990000;
  font-size:9px;
  padding-right: 15px;
  float: right;
}