table.tbl_simple {
	width: 100%;
}

.tbl_simple tr.subTitle td {
	background-color:#DADEB9;
	padding: 5px;
	font-family: tahoma;
	font-size: 75%;
	border-bottom:1px solid #888888;
	border-right: 1px solid #888888;
}

.tbl_simple tr.subTitle td.main {
	background-color:#DADE90;
}

.tbl_simple tr.title {
	background-color:#187966;
}

.tbl_simple tr.title th {
	font-family: tahoma;
	color: white;
	font-size: 95%;
	padding: 5px;
	margin: 0px;
	font-weight : bolder;
}

table.tbl_simple tr.rowEven td {
	background-color: #f6f6f6;
}

table.tbl_simple tr.rowEven td.main {
        background-color: #FFFFC7;
}

table.tbl_simple tr.rowEven td, table.tbl_simple tr.rowOdd td {
	border-bottom: 1px solid #cccccc;
	padding: 1px 3px;
	font-family: tahoma;
	font-size:75%;
}

table.preview {
	margin: 2px;
	font-family: tahoma;
	font-size:70%;
	width: 96%;
}

table.preview tr.title th {
	background-color:#187966;
	color: white;
	padding: 5px;
	margin: 0px;
	font-weight: bold;
}

table.preview .subTitle th {
	background-color:#DADEB9;
	font-weight: bold;
}


table.tbl_simple_brief {
	margin: 0px 2px 10px 2px;
	font-family: tahoma;
	font-size: 10px;
}

table.tbl_simple_brief .forward {
	color: #666666;
}

table.tbl_simple_brief td {
	padding: 2px;
	vertical-align: top;
}

table.tbl_simple_brief .data td {
	border-top: 1px solid #cccccc;
}

table.tbl_simple_brief th {
	padding: 2px;
	vertical-align: top;
	font-weight: bold;
}


table.tbl_simple_fp {
	cursor: hand;
	margin: 3px 10px 5px 0px;
	float: left;
	font-family: tahoma;
	font-size:70%;
}

table.tbl_simple_fp tr.rowEven td {
	background-color: #f7f7f7;
}

table.tbl_simple_fp td {
	vertical-align: top;
	padding: 2px 2px;
	border-bottom: 1px solid #cfcecf;
}

table.tbl_simple_fp th {
	border-top: 1px solid #9C9A9C;
	border-bottom: 1px solid #cfcecf;
	padding: 2px;
	vertical-align: top;
	font-weight: bold;
	background-color:#EFEFDE;
}

table.graphTable
{
	margin: 3px 10px 5px 0px;
    	font-family: tahoma;
    	font-size:70%;
    	width: 190px;
	float: left;
	border-bottom: 1px solid #cccccc;
}

table.graphTable tr.title th
{
        background-color:#187966;
        color: white;
        padding: 5px;
        margin: 0px;
        font-weight: bold;
}

table.graphTable .subTitle th
{
        background-color:#DADEB9;
        font-weight: bold;
}

table.graphTable tr th
{
	font-weight: normal;
}

table.graphTable tr.rowOdd
{
	background-color:white;
        vertical-align: top;
}

table.graphTable tr.rowEven
{
        vertical-align: top;
        background-color:#f6f6f6;
}

.graphContainer table.graphTable
{
        margin: 4px 2px 10px 2px;
        font-family: tahoma;
        font-size: 10px;
	width:230px;
}

.graphContainer table.graphTable tr.title
{
	display:none;
}

.graphContainer table.graphTable td
{
        padding: 2px;
	vertical-align: top;
}

.graphContainer .value
{
        border-top: 1px solid #cccccc;
}

.graphTable tr th, .graphTable tr td
{
        border-top: 1px solid #cccccc;
}

table.tbl_simple_brief th {
        padding: 2px;
        vertical-align: top;
        font-weight: bold;
}


