body,td,span,strong,input,select { font-family: Arial; font-size: 10px;}

a { color: #cbe28b;}
a:hover { color: #dbf29b;}

.titletbl
{
	margin-top: 5px;
	margin-bottom: 5px;
}

.titletbl_nobottom
{
	margin-top: 5px;
	margin-bottom: 0px;
}

.titletd_bottom
{
	background-color: #505050;
	width: 5px;
	vertical-align: bottom;
	border: none;
	font-size: 1px;
}

.titletd_main_bottom
{
	font-size: 1px;
	background-color: #505050;
	border: none;
}

.titletd
{
	background-color: #505050;
	width: 5px;
	vertical-align: top;
	border: none;
}

.titletd_main
{
	border: none;
	background-color: #505050;
	color: #fff;
	padding:8px;
	padding-bottom: 4px;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	height:18px;
}


.introtext
{
	font-size: 10px;
	padding: 8px;
	background-color: #e0e7d1;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #d2e1b9;
	border-right: 1px solid #d2e1b9;
}



.calc_tbl_header_cell
{
	font-size: 9px;
	font-weight: bold;
	padding: 3px;
	padding-bottom: 2px;
	padding-top: 8px;
	text-align: center;
	vertical-align: top;

	background-color: #dbf29b;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #7d8e67;
	border-right: 1px solid #505050;
}


.bartd
{
	vertical-align:bottom !important;
	height:150px !important;
	background-color:#222 !important;
	border:none !important;
	padding:none !important;
	margin:none !important;
	border-right:1px solid #343 !important;
}

select,input
{
	width: 90%;
	background-color: #dff0ff;
	text-align: right;
	font-size: 10px;
	margin: 3px;
	border-left: 1px solid #607c8e;
	border-top: 1px solid #607c8e;
	border-bottom: 1px solid #e7f5ff;
	border-right: 1px solid #e7f5ff;
	color: #1b80ad;
}

td.oddrow
{
/*
	background-color: #111;
	border: 1px solid #232;
*/
	padding: 1px;
	background-color: #ffd;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
	text-align: right;
}
td.evenrow
{
/*
	background-color: #000;
	border: 1px solid #121;
*/
	padding: 1px;
	background-color: #eef;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
	text-align: right;
}

.frmlbl_big
{
	text-align:right;
	font-weight: bold;
	padding-right: 4px;
	white-space: nowrap;
	background-color:#799f4f;
	border:none;
	border-top: 1px solid #9dce67;
	border-bottom: 1px solid #505050;
	color: #fff;
}


.frmlbl
{
	text-align:right;
	font-weight: bold;
	padding-right: 4px;
	background-color: #dbf29b;
	white-space: nowrap;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #9dce67;
	border-right: 1px solid #505050;
}

table.gentbl
{
	border: 3px solid #444;
}

.gentbl_title
{	
/*	margin-top: 8px; */
/*	font-weight: bold; */
/*	font-size: 13px; */
	font-size: 11px;
	text-align: center;
}

.innertblcontainer
{
	padding: 1px;
	border-bottom: 1px solid #505050;
	background-color: #ffd;
}