/* CSS Document */

/* Blue table */
table.data-table { 
	font-size: 0.8em;
	margin-left: 18px;
    width: 100%;
	}
	
div.enviro_data table tr td,
div.enviro_data table tr th { 
	text-align: left;

	}

table.blue_table {
    padding: 0;
    background-color: #009bd9;
    width: 100%;
}

table.blue_table tr td {
    padding: 10px;
    text-align: center;
    color: #fff;
    vertical-align: top;
}

table.blue_table tr.dark_blue td {
    background-color: #005D9A;
}

.border_right_darker {
    border-right: 1px solid #004471;
}

.border_left_darker {
    border-left: 1px solid #000033;
}

ul.skip {
    display: none;
}

/* Reports tables */
table {
    color: #666;
    border-collapse: collapse;
    margin-bottom: 20px;
}

table th,table td {
    padding: 3px;
}

.current_year {
    font-weight: bold;
}

table thead th {
    border-bottom: 1px solid #7fcdec;
    font-weight: normal;
    vertical-align: bottom;
}

table tbody th {
    font-weight: normal;
    text-align: left;
}

table thead th.first_th {
    text-align: center;
}

table thead th,table tbody td {
    text-align: right;
    
}

.thin_single_line {
    border-bottom: 1px solid #7fcdec;
}

.double_line {
    border-bottom: 2px solid #009bd9;
}

.sub_total td,.sub_total th {
    border-top: 1px solid #7fcdec;
    border-bottom: 1px solid #7fcdec;
}

.total th,.sub_total th {
    font-weight: bold;
}

.total th,.total td {
    border-top: 1px solid #7fcdec;
    border-bottom: 2px solid #009bd9;
}

.text_left {
    text-align: left !important;
}

.text_right {
    text-align: right !important;
}

.bold {
    font-weight: bold;
}

caption {
    text-align: left;
    color: #005d9a;
    font-weight: bold;
    font-size: 1em;
    margin: 0px;
    padding: 0px;
}

tr.no_b_line th,tr.no_b_line td,.no_b_line {
    border-bottom: none !important;
}

/**  SQUARE BORDERS WITHIN THE TABLES **/
.border_t_left {
    border-top: 1px solid #009bd9 !important;
    border-left: 1px solid #009bd9 !important;
}

.border_t {
    border-top: 1px solid #009bd9 !important;
}

.border_t_right {
    border-top: 1px solid #009bd9 !important;
    border-right: 1px solid #009bd9 !important;
}

.border_right {
    border-right: 1px solid #009bd9 !important;
}

.border_b_right {
    border-bottom: 1px solid #009bd9 !important;
    border-right: 1px solid #009bd9 !important;
}

.border_b {
    border-bottom: 1px solid #009bd9 !important;
}

.border_b_left {
    border-bottom: 1px solid #009bd9 !important;
    border-left: 1px solid #009bd9 !important;
}

.border_left {
    border-left: 1px solid #009bd9 !important;
}

.left_margin {
    margin-left: 20px;
}


table tr td,
table tr th {
    border-bottom: 1px solid #017aa7;
}

.no_b_line {
    border: 0;
}

.left_margin_dd {
    margin-left: 20px !important;
}

table.data-table tbody th{ text-align: left;  }

table.data-table tbody th strong { color: #333;}

table.data-table thead th.text_left { font-weight: bold; }

table.data-table tr td,
table.data-table tr th {
	vertical-align: bottom;
}






div.enviro_data table {
    margin: 15px 10px 15px 18px;
    width: 572px;
    font-size: 74%;
    text-align : left;
    color: #86C533;
}

div.enviro_data table thead tr th{
    padding: 0px 5px 6px 5px;
    height: 40px;
    vertical-align: middle;
    border-bottom: 1px solid #86C533;
    border-right: 3px solid #fff;
    background: url(../_images/_sustain_img/bgrnd-table-grad-01.png) top left repeat-x;
}

div.enviro_data table thead tr th.extra_border {
    border-right: 6px solid #fff;
}

div.enviro_data table thead tr th.no_border {
    border-right: none;
}

div.enviro_data table tbody tr td{
    padding: 5px 5px 25px 5px;
    vertical-align: top;
    border-bottom: 1px solid #86C533;
    border-right: 3px solid #fff;
}

div.enviro_data table tbody tr td.progress {
    text-align: center;
    vertical-align: middle;
    }

div.enviro_data table tbody tr td ul{
    margin: 5px 0px 0px 20px;
    padding: 0px;
}

div.enviro_data table tbody tr td ul li{
    margin: 0px;
    padding: 0px 0px 15px 0px;
    line-height: 1.4em;
}

div.env_cont table {
    margin: 5px 10px 15px 18px;
    width: 572px;
    font-size: 69%;
    text-align : left;
    color: #017AA7;
    background: url(../_images/_sustain_img/bgrnd-light-grey-grad.png) top left repeat-x;
}

div.env_cont table thead tr th,
div.env_cont table tbody tr th,
div.env_cont table tbody tr td {
    padding: 5px 5px 5px 5px;
    text-align: right;
}


div.env_cont table thead tr th,
div.env_cont table tbody tr td {
    text-align: right;
}

div.env_cont table tbody tr th {
    text-align: left;
    font-weight: normal;
}

div.env_cont table thead tr th {
    background: none;
    border-bottom: 1px solid #ccc;
    border-right: none;
}

div.env_cont table tbody tr th,
div.env_cont table tbody tr td {
    border-top: 1px solid #ccc;
    border-right: none;
    border-bottom: none;
}

