﻿/* FSACustom for regular HTML tables */
table.FSACustom 
{
	border-width:0px;
	border-style:none;
	background-color:transparent;
	width:650px;
	min-width:650px;
	border-collapse:collapse;
}

table.FSACustom a
{
	color: #9A8953;
}

table.FSACustom thead
{
	text-align:center;
/*	background:	#4E96AA url(Images/toolboxeditor.gif) repeat-x scroll 0 -2099px; */
	background:	#4E96AA url(Images/toolboxeditor.gif) repeat-x scroll 0 -2300px; 
	height:25px;
}

table.FSACustom thead tr
{
	background-color:transparent;
	height:15px;
}

table.FSACustom thead tr th
{
	text-align:center;
	min-width:80px;
	border-color: #DCF2FC #3C7FB1 #8BBDDE;
	border-style:none solid solid;
	border-width:0 1px 1px;
	color:Black;
	font-size:9pt;
	font-weight:normal;
}

table.FSACustom tbody tr.even:hover
{
	background-color:#9eb6e4;
}

table.FSACustom tbody tr.odd:hover
{
	background-color:#9eb6e4;
}

table.FSACustom tbody tr.even
{
	background-color:#3D3D3D;
	border-color:Black;
	border-style:none;
	border-width:0px;
	font-size:9pt;
	padding: 2px 2px 2px 2px;
}

table.FSACustom tbody tr.odd
{
	background-color:#212121;
	border-color:Black;
	border-style:none;
	border-width:0px;
	font-size:10pt;
	padding: 2px 2px 2px 2px;
}

table.FSACustom tbody tr.even td
{
	text-align:center;
	font-size:10pt;
	padding: 2px 2px 2px 2px;
}

table.FSACustom tbody tr.odd td
{
	text-align:center;
	font-size:10pt;
	padding: 2px 2px 2px 2px;
}

table.FSACustom tbody tr.indent
{
	margin-left:15px;
}

ul.sourceselect
{
	list-style-type: none;
	padding:0;
}

ul.sourceselect li
{
	display:inline;
}


