﻿.WfxTable
{
	text-align:left;
	color:#434343;
	font-size:10pt;
}
.WfxTable table	
{
	margin:0 0 10px 0;
}


.WfxTable th
{
/*border-right:1px solid #dfdfdf;
border-left:1px solid #F8F8F8;*/
	text-align:left;
	font-size:8pt;
	font-weight:bold;
	color:Black;
	padding:10px;
	background:url(wfx_table_tm.gif) repeat-x top left;
border-bottom:1px solid #cccccc;	
}
.WfxTable th.leftcol
{
	border-left:none;
	background:url(wfx_table_tl.gif) no-repeat top left;
}
.WfxTable th.rightcol
{
	border-right:none;
	background:url(wfx_table_tr.gif) no-repeat top right;
}


.WfxTable td 
{
	border-right:1px solid #dfdfdf;
	border-left:1px solid #FFF;
	padding:8px;
	vertical-align:top;
border-bottom:1px solid #cccccc;
}
.WfxTable td.leftcol
{
	border-left:1px solid #b1b1b1;
}
.WfxTable td.rightcol
{
	border-right:1px solid #b1b1b1;
}


.WfxTable tr.altrow
{
	background:#f8f8f8;
}


.WfxTable tr.ftshade td
{
	padding:3px;
	font-size:4px;
	border-right:none;
	border-left:none;
	border-bottom:none;
	background:url(wfx_table_bm.gif) repeat-x bottom left;
}
.WfxTable tr.ftshade td.leftcol
{
	background:url(wfx_table_bl.gif) no-repeat bottom left;
	border-left:none;
}
.WfxTable tr.ftshade td.rightcol
{
	background:url(wfx_table_br.gif) no-repeat bottom right;
	border-right:none;
}

.WfxTable tr.ftwhite td
{
	padding:3px;
	font-size:4px;
	border-right:none;
	border-left:none;
	border-bottom:none;
	background:url(wfx_table_bmw.gif) repeat-x bottom left;
}
.WfxTable tr.ftwhite td.leftcol
{
	background:url(wfx_table_blw.gif) no-repeat bottom left;
	border-left:none;
}
.WfxTable tr.ftwhite td.rightcol
{
	background:url(wfx_table_brw.gif) no-repeat bottom right;
	border-right:none;
}
