/*---------------------------------------------------------------------------*/
/* TABLE definitions                                                         */
/*---------------------------------------------------------------------------*/
#fwl_table {
	padding:1;
}

.table_column_highlight {
	background-image: url( ../../pics/structure/tables/table_column_back_hi.gif?rand=20250808071405);
}

.table_column_highlight_tall {
	background-image: url( ../../pics/structure/tables/table_column_back_hi_tall.gif?rand=20250808071405);
}

.table_column_head {
	background-image: url( ../../pics/structure/tables/table_column_back.gif?rand=20250808071405);
}

.table_column_head_tall {
	background-image: url( ../../pics/structure/tables/table_column_back_tall.gif?rand=20250808071405);
}

.table_column_head_chart {
    background-image: url( ../../pics/structure/tables/table.th.background.gif?rand=20250808071405);
}

.table_column_head_chart_bottom {
    background-image: url( ../../pics/structure/tables/table.th.background.gif?rand=20250808071405);
    border-bottom: 2px solid #cccccc;
}

table.interimList {
	_width: auto;
	width: 100% !important;
	border-collapse: collapse;
	margin-bottom: 10px;
	clear: both;
	min-width: 700px;
}

table.interimList th,
table.interimList td {
	text-align: left;
}

table.interimList td {
	padding-right: 5px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

table.interimList th:hover {
	background-image: url( ../../pics/structure/tables/table.navbar.hover.gif?rand=20250808071405);
}

.column {
	color: #10294D;
	font-weight: normal;
	font-size: 11px;
	height: 20px !important;
	background-repeat: repeat-x;
}

th.column a {
	color: #000000 !important;
}

a.column {color: #10294D;}
a.column:hover {color: #0066CC;}


a:hover .column {
	color: #0066CC;
}

.column a:hover {
	color: #0066CC;
}

.table_hover {
	background-color: #99ccff !important;
}

table.floatLeft {
	float:left;
}

table.floatRight {
	float:right;
}

td.leftAlignText {
	padding-left: 10px;
	font-size: 12px;
}

td.rightAlignText {
	padding-right: 10px;
	font-size: 12px;
}

.popupBody table[cellpadding="15"]{
	padding : 15px;
}
