﻿@charset "UTF-8";

/* ******************************************** */	
/* table formatting, real tables */	
	
.border_LTB,
.border_LTR,
.border_LTBR
{
    margin-top: 2px;
    width: 100%;
}
    
.border_LTBR TD 
{
	padding: 15px 10px 15px;
    vertical-align: top;
    border-bottom: solid 1px #e1e7eb;
	color: #434a65;
	font: normal 14px/20px 'Calibri W01', Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    }
    
.border_LTBR TD PRE
{
	vertical-align: top;
	margin: 0;
	padding: 0;
    font-family: "Segoe UI", Arial, Helvetica, Sans-Serif;
	}
    
.border_LTBR TD.title_no_border,
.border_LTBR TD.title_tertiarynav
{
	padding: 5px 5px 10px 10px;
	border-bottom: none;
}
	
.border_LTBR .rowcolumnheader TD
{
	color: #86909c;
	font-weight: normal;
	text-transform: uppercase;
	font: 400 14px/20px 'Calibri W01', Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	cursor: default;
}

.border_LTBR .rowcolumnheader TD A, 
.border_LTBR .rowcolumnheader TD A:visited, 
.border_LTBR .rowcolumnheader TD A:link 
{
    text-decoration: none;
    color: #86909c;
    }

.border_LTBR .rowcolumnheader TD A:hover 
{
    text-decoration: none;
    color: #86909c;
}

.rowbright TD,
.rowcolor TD
{
    background-color: transparent;
}

.rowbright TD,
.rowdark TD
{
	color: #434a65;
	/*background-color: #e9f2ec;*/
}

.rowbright:hover,
.rowdark:hover,
.rowcolumnheader td:hover
{
	background-color: #CBE6EF;
}

.cat_selected TD
{
	color: #000000;
}
