﻿/*TABLE SECTION*/
.WF_Table
{
	padding-top:10px;
	padding-bottom:5px;
	margin-bottom:-4px;
	font-family:Tahoma;
	width:334px;
	
	clear:left;
}
.WF_Table_Caption
{
	color:#FFFFFF;
	height:25px;
	font-size: 14px	;
}
.WF_TR
{
	clear:both;
	background-color:#191919;
	display: table-row;
}
.WF_TR_Alt
{
	clear:both;	
	background-color:#111111;	
	padding-left:0px;
	padding-top:3px;
	padding-bottom:2px;
}
.WF_TD_Col_1,
.WF_TD_Col_2
{
	color:#808080;
	background-color:inherit;
	font-size: 11px;
	line-height:16px;
	padding-right:3px;
	padding-left:3px;
}
.WF_TD_Col_1,
.WF_TD_Col_2, 
.WF_TR_Alt
{
	height: auto !important;  /* per i browser moderni */  
   	height: 19px;            /* per IE5.x e IE6 */  
   	min-height: 19px;        /* per i browser moderni */  


}
.WF_TD_Col_1,
.WF_TD_Col_2, 
.WF_TR
{
	height: auto !important;  /* per i browser moderni */  
   	height: 19px;            /* per IE5.x e IE6 */  
   	min-height: 19px;        /* per i browser moderni */  
}

.WF_TD_Col_1
{
	width:130px;
	float:left;
	display:inline;
}

.WF_TD_Col_2
{
	padding-left:3px;
	float:left;
	display:inline;

        width: 192px;
}
