#header {
  background: #0f0f0f;
  color: #e0e0e0;
  font-family: Arial;
  font-size: 20pt;
  font-weight: bold;
  text-shadow: 1px 1px #444;
  padding: 20px;
  padding-left: 15px;
}
#menu {
  padding: 15px;
  padding-bottom: 0px;
  background: #2f2f2f;
  border-top: 1px solid #3f3f3f;
  height: 30px;
}

#menu a {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 30px;
  background: #4f4f4f;
  color: #999;
  font-size: 12pt;
  font-family: Arial;
  text-decoration: none;
  font-weight: bold;
  outline: none;

}

#menu a.selected {
  color: #fff;
  background: #6f6f6f;
}

#menu a:hover {
  color: #fff;
}

#content-wrap {
  background: #6f6f6f;
  width: 100%;
  height: 100%;
}



#content {
  background: #6f6f6f;
  padding: 15px;
  padding-bottom: 25px;
  padding-left: 0px;
  padding-right: 0px;
}

#graph1 {
  width: 380px;
  height: 320px;
}

.caption {
  font-size: 10pt;
  font-weight: bold;
  color: #4f4f4f;
}


.panel {
  background: #f9f9f9;
  width: 410px;
  height: auto;
  margin-right: 15px;
}

#assumptions.panel {
  width: 500px;
}


.margin {
  margin: 10px;
}


.widepanel {
  width: 580px;
  height: auto;
  background: #f9f9f9;
  margin-right: 15px;
}

.helppanel {
  width: 200px;
  background: #E0FF99;
  border: 4px solid #ccc;
  padding: 10px;
  color: #000;
  font-size: 8pt;
  margin-left: 0px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}




.panelhead {
  background: #cfcfcf;
  padding: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #cccccc;
  font-size: 12pt;
  font-weight: bold;
  color: #000;
  height: 26px;
  line-height: 26px;
}

.panelbody {
  padding: 15px;
}

.panelsection {
  background: #ccc;
  padding: 10px;
}

.button {
  margin: 0px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 6px;
  padding-right: 6px;
  * padding-left: 2px;
  * padding-right: 2px;
  background: #666;
  border: 1px solid #333;
  color: #fff;
  text-shadow: 1px 1px #333;
  cursor: pointer;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.bsmall {
  font-size: 8pt;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 4px;
  padding-right: 4px;
  * padding-left: 0px;
  * padding-right: 0px;
  background: #666;
}

.bhilite {
  background: #2E69AC;
}

th a {
  text-decoration: none;
  border-bottom: 1px dotted;
  color: #3333ff;
}

.scorenum {
  color: #333;
  font-weight: bold;
  border: 1px solid #999;
  padding: 4px;
  padding-top: 1px;
  padding-bottom: 1px;
  background-color: #fcfcfc;
}

.hiscore {
  background-color: #E0FF99;  
}

.loscore {
  background-color: #FFCC99;  
}






.assumption {
  margin-bottom: 15px;
}

.assumption-body {
  background: #fefefe;
  color: #333;
  font-weight: bold;
  font-size: 8pt;
  border: 1px solid #666;
  padding-top: 4px;
  padding-bottom: 4px;
}

.assumption-body .part {
  font-weight: normal;
  background: #fefefe;
  padding: 6px;
  padding-left: 10px;
  padding-right: 10px;
  border: none;
}

.assumption-body .title {
  font-weight: normal;
  padding: 5px;
  background-color: #666;
  margin-bottom: 4px;
  color: #fff;
  text-shadow: 1px 1px #000;
  border: none;
}


.assumption-title {
  font-weight: normal;
  padding: 5px;
  background-color: #666;
  color: #fff;
  text-shadow: 1px 1px #000;
  border: none;
}


.asp-handle {
  padding-top: 3px;
  cursor: move;
}


.assumption-title img {
  vertical-align: middle;
}

.assumption-title a {
  color: #fff;
  font-weight: bold;
  font-size: 8pt;
  text-decoration: none;
}

.assumption-title a:hover {
  color: #ffff66;
  border-bottom: 1px dashed #ffff66;
}

.assumption-body .title a {
  color: #fff;
  font-weight: bold;
  font-size: 8pt;
  text-decoration: none;
}

.assumption-body .title a:hover {
  color: #ffff66;
  border-bottom: 1px dashed #ffff66;
}


td.icons {
  text-align: right; width: 60px;
}

.icons img {
  border: none;
}

.test {
  border: 1px solid #aaa;
  background: #fefefe;
  margin-bottom: 15px;
  font-size: 8pt;
}

.test-body {
}


.test-title {
  font-weight: bold;
  color: #333;
  padding: 2px;
  padding-left: 5px;
  border-bottom: 1px solid #aaa;
  background-color: #f0f0f0;
  text-shadow: 1px 1px #fff;
}

.testbg {
  border: 2px solid #ccc;
  width: 150px;
  background: #f0f0f0;
}

.testbar {
  background-color: #B1DE65;
  height: 12px;
}



.text {
  margin-left: 0px;
  font-weight: normal;
  padding-bottom: 5px;
}

img {
  vertical-align: middle;
}

.dim {
  color: #666;
}

.status {
  background-color: #FFFFCC;
  padding: 1px;
}

body {
  font-size: 10pt;
  font-family: Arial;
  margin: 0px;
  padding: 0px;
  background: #6f6f6f;
}

/* Tabs */

ul.subsection_tabs {
  list-style:none;
  margin:0 0 0px 0;
  padding:0;
  clear:both;
  border-bottom:1px solid #e0e0e0;
  height:20px;
}

ul.subsection_tabs li.tab {
  float:left;
  margin-right:7px;
  text-align:center;
}

ul.subsection_tabs li.tab a{
  display:block;
  height:20px;
  line-height: 20px;
  padding:0px 6px 0 6px;
  background-color:#fff;
  color:#333;
  width:80px;
  font-size: 8pt;
  text-decoration: none;
  text-shadow: #fff 1px 1px;
  outline: none;
}

ul.subsection_tabs li.tab a:hover{color:#333}

ul.subsection_tabs li.tab a.active{background-color:#e0e0e0}

.tabcontent {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  background-color: #e0e0e0;
}

.error {
  padding: 6px;
  padding-left: 0px;
  background: #FFFFCC;
	font-weight: bold;
	color: red;
}

.message {
  padding: 6px;
  padding-left: 0px;
  background: #CCFFCC;
	font-weight: bold;
	color: #333;
}



form {
  padding: 0;
  margin: 0;
}


.form-label {
    font-size: 10pt;
    color: #666;
}


.form-field {
  margin-bottom: 6px;
}


.form-indent {
  margin-left: 50px;
}


.form-field textarea, .form-field input {
    font-size: 10pt;
    width: 540px;
    border: 1px solid #ccc;
    padding: 4px;
}


.form-indent textarea, .form-indent input {
    font-size: 10pt;
    width: 490px;
    border: 1px solid #ccc;
}

.form-field textarea {
  height: 32px;
}


.form-indent .text {
  font-size: 9pt;
  color: #333;
  margin-bottom: 5px;
  margin-left: -50px;
}


.form-buttons {
  margin-top: 15px;
}


.form-buttons .button {
  font-size: 11pt;
}

.form-buttons a {
  font-size: 10pt;
  color: #333;
}
.form-buttons a:hover {
  font-size: 10pt;
  color: #ff0000;
}

.breadcrumb {
  font-size: 10pt;
  font-weight: bold;
  background-color: #eee;
  padding: 10px;
  padding-left: 10px;
}

.breadcrumb a {
  margin: 0px;
  display: inline-block;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 4px;
  padding-right: 4px;
  background: #999;
  border: 1px solid #666;
  color: #fff;
  cursor: pointer;
  font-weight: normal;
  font-size: 9pt;
  text-shadow: 1px 1px #333;
  text-decoration: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

td.smlabel {
  font-size: 7pt !important;
  color: #666;
  font-weight: bold;
}

td.legend {
  font-size: 8pt !important;
  color: #666;
  font-weight: bold;
}



.partscore {
  font-size: 8pt;
  color: #666;
  font-weight: bold;
  width: 80px;
}

.scores {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
}



/* ratings */
.rating_container {
  clear:both;
  height: 18px;
  padding: 2px;
}

.rating_container a {
  float:left;
  display:block;
  width:18px;
  height:18px;
  border:0;
  background-image:url("../images/ratings.png");
}

.rating_container a.rating_off {
  background-position:0 -18px;
}

.rating_container a.rating_half {
  background-position:0 -0px;
}

.rating_container a.rating_on {
  background-position:0 -36px;
}

.rating_container a.rating_selected {
  background-position:0 -54px;
}

a.link {
  font-size: 8pt;
  color:#3300FF;
  font-weight: normal;
}

a.link:hover {
  color: #669933;
}

a.link:visited {
  color: #3300FF;;
}

td.score {
  font-size: 9pt;
  background: #fff;
  padding: 4px;
  padding-right: 0px;
}

td.score_desc {
  font-size: 8pt;
  background: #e0e0e0;
  padding: 4px;
}


.value {
  margin-bottom: 10px;
  margin-top: 2px;
  padding: 4px;
  background-color: #fcfcfc;
  border: 1px solid #f0f0f0;
}

.status td {
  font-size: 8pt;
  vertical-align: middle;
}

.test-body .text {
  padding: 5px;
  padding-left: 8px;
  background: #fefefe;
  border-bottom: 1px solid #aaa;
  margin-bottom: 2px;
}

.smenu, .smenu a {
  font-size: 10pt;
  color: #f6f6f6;
  font-weight: bold;
  text-decoration: none;
}

.smenu a {
  border-bottom: 1px solid #fff;
}

.cpswrap {
  margin-bottom: 15px;
  padding: 15px;
  padding-bottom: 1px;
  border: 1px solid #999;
  border-top: none;
  background: #e0e0e0;
}

table.interview {
  border: 1px solid #e0e0e0;
  background: #e0e0e0;
}

.interview th {
  background-color: #f0f0f0;
  padding: 5px;
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: left;
  font-size: 9pt;
}

.interview td {
  vertical-align: top;
  background-color: #fefefe;
  padding: 5px;
  font-size: 9pt;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: left;
}

.interview td.smalltext {
  font-size: 8pt;
}

.center {
  margin: 0 auto;
  width: 975px;
}

.assumption-category {
    background-color: #f0f0f0;
    padding: 10px; 
    border: 1px solid #ccc; 
    margin-bottom: 10px;    
}


td.assumption-label {
  font-weight: bold;
}

td.assumption-label img {
  vertical-align: top;
}

.example {
  font-size: 9pt;
  color: #666;
  font-weight: normal; 
}




.assumption-part {
  margin-top: 5px;
  background-color: #fcfcfc;
  border: 1px solid #ccc;
  padding: 5px;
  background: #fefefe;
}

.assumption-part img {
  vertical-align: top;
}


.assumption-part .icon {
  vertical-align: top;
  width: 20px;
}


.assumption-part a {
  text-decoration: none;
  color: #333;
}

.assumption-part a:hover {
  color: #0000ff;
}

.assumption-name {
  border: 1px solid #999;
  font-size: 10px;
  padding: 0px;
  color: #666;
  background: #eee;
  text-transform: capitalize;
  width: 70px;
  display: inline-block;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}



td.part-action {
  width: 40px;
}

/* inplace editing styles */
form.inplaceeditor-form { /* The form */
}

form.inplaceeditor-form input[type="text"] { /* Input box */
  font-size: 10pt;
  width: 380px;
  border: 2px solid #6666ff;
  padding: 4px;
  background: #ffffee;
  margin-right: 5px;
}

form.inplaceeditor-form textarea { /* Textarea, if multiple rows */
  font-size: 10pt;
  width: 470px;
  border: 2px solid #6666ff;
  padding: 4px;
  background: #ffffee;
}

form.inplaceeditor-form input[type="submit"] { /* The submit button */
  margin: 0px;
  padding-top: 3px;
  background: #666;
  border: 1px solid #333;
  color: #fff;
  text-shadow: 1px 1px #333;
  cursor: pointer;
  font-size: 8pt;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 4px;
  padding-right: 4px;
  * padding-left: 0px;
  * padding-right: 0px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

form.inplaceeditor-form a { /* The cancel link */
  margin-left: 5px;
  text-decoration: underline;
  color: #6666ff;
}

tr.current td {
  background-color: #ffffcc;
}

tr.history td {
  background-color: #f0f0f0;
  color: #666;
}




