﻿html {
  height: 100%;
}

body
{
  background-color: #f3f3f3;
  font-size: smaller;
  margin: 0px;
  padding: 0px;
  font-family: Arial, Sans-Serif;
  color: #003366;
  height: 100%;
}

input, select, option, textarea
{
  font-family: Arial, Sans-Serif;
  font-size: 11px;
  color: #003366;
  margin: 1px 4px 1px 0;
}

img { behavior: url('../images/iepngfix.htc'); }

.hidden
{
  visibility: hidden;
}

#content
{
  width: 750px;
  margin: 0px auto;
  padding: 15px;
  background-color: #F3F3F3;
}

#title
{
  background-color: #222;
  font-size: 20px;
  font-weight: bolder;
  width: 600px;
  margin: 0px auto;
  margin-bottom: 10px;
  letter-spacing: 3px;
}

#title table
{
  width: 100%;
}

#title table tr td
{
  padding: 0 5px;
}

.headerCategory, .headerCategory td, .headerRight, .headerRight td , .headerLanding, .headerLanding td
{
  padding: 2px;
  border: solid 1px #222;
  border-spacing: 0px;
  border-collapse: collapse;
  text-align: left;
  text-indent: 5px;
  empty-cells: show;
}

.headerCategory, .headerRight, .headerLanding
{
  background-color: #fff;
  color: #222;
  /* width: 350px; */
  border: solid 2px #444;
  margin: 10px;
  margin-bottom: 10px;
  empty-cells: show;
  border-collapse: collapse;
  float: left;
  clear: none;
}

.headerCategory {
    width: 730px;
}

.headerRight {
    width: 425px;
}

.headerLanding {
    width: 730px;
}

    .headerCategory .headerHead, .headerRight .headerHead, .headerLanding .headerHead{
        font-weight: bold;
        font-size: 11pt;
        text-align: center;
        color: #fff;
        border: none;
        background: #333;
    }
    
    .headerSubHead {
        font-weight: bold;
        font-size: 9pt;
        text-align: center;
        color: #fff;
        border: none;
        background: #183048;
    }

    .headerCategory .valueCell, .headerRight .valueCell, .headerLanding .valueCell {
        text-align: right;
        padding-right: 5px;
    }

    .headerCategory .headerTotalTD, .headerRight .headerTotalTD, .headerLanding .headerTotalTD
    {
      text-align: right;
        background: #94A22C;
        color: #fff;
    }   
    
    .valueCell span 
    {
      font-size: 9pt;
      padding:2px;
    }
    
    .headerTotalTD span 
    {
      font-size: 9pt;
      padding:4px;
    }
    
    .headerTotalTR, .headerTotalTD
    {
      font-weight: bold;
      }
    
    .headerTotalBlank {
        background: #eee;
        border: none;
    }


.centeredOut
{
  text-align: center;
}

.centeredIn
{
  margin: 0 auto;
  width: 750px;
}

a, a:visited
{
  color: #3232CD;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

.buttonsContainer
{
  padding:0;
  border:0;
  margin: 0px auto;
}

#scenario, #categoriesButtons, #categoryButtons, .buttonContainer
{
  margin: 0px auto;
  z-index: 20000;
}

table #scenario {
    width: 600px;
    border: none;
}

.calculateitemregion
{
  float: right;
  text-align: left;
  width: 300px;
  padding: 0;
  margin: 5px 0 0 20px;
}

.calculateitemregion h6
{
    text-align: center;
    margin-bottom: 7px;
}

.calculateitemregion div
{
  padding: 0 0 4px 0;
}

.calculateitemregion label
{
  padding: 0 0 0 5px;
}

h6.header
{
  width: 100%;
  text-align:center;
}

input, label, select
{
  vertical-align: middle;
}


.calculateitemregion input, .calculateitemregion select
{
}

.x-window-body
{
  background: white !important;
}

.reportview
{
  border: #FFFFFF;
}

.reportview tr th
{
  text-align: center;
  background-color: #003366;
  color: #FFFFFF;
  padding: 2px;
}

.reportview tr td
{
  padding: 2px;
}

.reportview td + td
{
  width: 20%;
}

.upload
{
  font-size:x-small;
  
}

/* CSSButton class START */
a.cssbutton, a.cssbutton:visited
{
  background: transparent url( '../images/cssbutton_a.gif' ) no-repeat scroll top right;
  color: #036;
  display: block;
  float: left;
  font-size: 12px;
  height: 24px;
  margin-right: 6px;
  padding-right: 18px; /* sliding doors padding */
  text-decoration: none;
}

a.cssbutton:hover
{
  background: transparent url( '../images/cssbutton_a_hover.gif' ) no-repeat scroll top right;
}

a.cssbutton div
{
  background: transparent url( '../images/cssbutton_span.gif' ) no-repeat;
  display: block;
  line-height: 14px;
  padding: 5px 0 5px 18px;
  font-weight: bold;
}

a.cssbutton:hover div
{
  background: transparent url( '../images/cssbutton_span_hover.gif' ) no-repeat;
}

a.cssbutton:active
{
  background-position: bottom right;
  color: #036;
  outline: none; /* hide dotted outline in Firefox */
}

a.cssbutton:active div
{
  background-position: bottom left;
  padding: 6px 0 4px 18px; /* push text down 1px */
}
/* CSSButton class END */


/* SITE STYLE */
#page_header {
    border-bottom: 3px solid #333;
    border-top: 3px solid #CC2027;
    border-bottom: 3px solid #94A22C;
    background: #FFCE34;
    color: #000;
    padding: 5px;
    font-size: 16pt;
    text-align: center;
    height: 83px;
}

#page_header .title_text {
    text-align: center;
}



#page_header .title_image {
    padding: 10px;
    background: #fff;
    border: 1px solid #fff;
    height: 75px;
    float: left;
    margin-right: 10px;
}

#page_content {
    border-top: 3px solid #fff;
    background: #f3f3f3;
    color: #555;
    height: auto !important;
    margin: 0 auto -100px;
}

.center_content {
    margin: auto;
    width: 740px;
}

.clear {
    clear: both;
    line-height: 12pt;
}

#top_nav {
    /* background: url('../images/header_bg.jpg') repeat-x top left; */
    /* background: #F07860; light red NACCRRA*/
    background: #000;
    border-bottom: 2px solid #DC552A;
    padding: 3px 0px;
    padding-top: 5px;
    /*border-bottom: 2px solid #D83018; dark red NACCRRA */
}

#top_nav .button a, #top_nav .home_button a {
    float: left;
    padding: 5px 8px;
    margin-right: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#top_nav .home_button a{
    background: #ddd;
    color: #333;
    border: 1px solid #555;
}

#top_nav .button a{
    background: #fff;
    color: #333;
    border: 1px solid #555;
}

#top_nav .home_button a:hover {
    border: 1px solid #FBB829;
    background: #CC2027;
    color: #fff;
    text-decoration: none;
}

#top_nav .button a:hover {
    border: 1px solid #FFE545;
    background: #CC2027;
    color: #fff;
    text-decoration: none;
}

.root_nav {
    width: 400px;
    text-align: center;
    margin-left: 200px;
    clear: none;
    float: left;
}

.contextual_nav {
    float: left;
    display: inline;
    width: 300px;
}

.status {
    float: left;
    padding-top: 7px;
    clear: none;
    width: 10px;
    display: inline;
}

#help_content {
    border-top: 2px solid #222;
    border-bottom: 2px solid #222;
    background: #303030;
    color: #fff;
    padding: 20px;
    display: none;
}

#about_content {
    border-top: 2px solid #222;
    border-bottom: 2px solid #222;
    background: #303030;
    color: #fff;
    padding: 20px;
    display: none;
}

#home_page_message {
    width: 600px;
    margin: auto;
}

.scenario_message {
    color: #222;
}

.error_message {
    color: Red;
}

.scenario_landing_content {
    background-color: #fff;
    border: 1px solid #ddd;
}

.scenario_title {
    background: #444;
    border: 1px solid #222;
    color: #fff;
    padding: 5px;
    font-weight: bold;
}

.scenario_columns {
    padding: 5px;
}

.scenario_column, .final_scenario_column {
    width: 338px;
    min-height: 200px;
    padding: 15px;
    float: left;
    background: #fff;
    color: #444;
    font-size: 10pt;
    font-weight: normal;
    text-align: left;
}

.scenario_column ul, .final_scenario_column ul {
    padding-left: 5px;
}

.scenario_column {
    border-right: 1px solid #ddd;
}

.scenario_column b , .final_scenario_column b
{
    font-size:11pt;
}

.programTitle {
    font-size: 18pt;
    font-family: Georgia;
    clear: none;
}

.program_actionButton {
    font-size: 12pt;
}

#CategoryPage {
    background: #fff;
    border: 2px solid #ccc;
    padding: 5px;
}
    .header-stuff, #CategoryPage #footer {
        background: #94A22C;
        border: 2px solid #333;
        padding: 5px;     
        color: #FFF;
    }
    
    #CategoryPage .controls {
        background: #eee;
        border: 1px solid #ccc;
        padding: 5px;
    }

#footer {
	margin: 0;
	margin-top: 40px;
	border-top: 5px solid #ddd;
	border-bottom: 2px solid #fff;
	background: #fff;
	font-size: small;
	padding: 15px;
	color: #777;
	height: 100%;
}

/* Control Styles */
.control_set_header2 {
    font-style: italic;
}

.small
{
  font-size:smaller; 
}

/* CCC-specific STYLES */

#ccc_page_header {
    border-top: 3px solid #CC2027;
    border-bottom: 3px solid #94A22C;
    background: #000;
    color: #FFCE34;
    padding: 10px;
    height: 63px;
}

#ccc_page_content {
    border-top: 3px solid #fff;
    background: #eee;
    color: #333;
    padding: 10px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -100px;
    font-size: 9pt;
}

#ccc_content {
    background: transparent;
    color: #333;
    font-family: Verdana,Arial,sans-serif;
    clear: none;
    font-size: 1.2em;
}

#ccc_sidebar {
    background: #fff;
    border: 3px solid #555;
    width: 120px;
    height: 100%;
    padding: 10px;
    float: left;
    clear: none;
    margin-right: 10px;
    margin-bottom: 10px;

}

#ccc_sidebar img {
    width: 100px;
    overflow: hidden;
}

#ccc_login_form {
    background: #fff;
    border: 1px solid #ccc;
    padding: 12px;
    margin: 10px;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    font-size: 10pt;
    width: 400px;
    display:table-cell;
}

table#header {
    border-top: 3px solid #CC2027;
    border-bottom: 3px solid #94A22C;
    background: #FFCE34;
    color: #FFF;
    padding: 10px;
    height: 83px;
    width: 100%;
}

table#header td 
{
  text-align: center;
  font-size:20px;
  font-weight:bold;
}

#catDescriptionPart, #catDescriptionFull 
{
  cursor: pointer;
}

p.clickformore
{
  margin-top:20px;
  color:#FFCE34;
}