﻿/*table {
	width:90%;
	border-top:1px solid #9f0014;
	border-right:1px solid #f4d6ca;
	margin:1em auto;
		border-collapse:collapse;
	}
caption {
	color: #9ba9b4;
	font-size:.94em;
	letter-spacing:.1em;
	padding:0;
	margin:1em 0 0 0;
	margin-bottom:0;
	caption-side:top;
	text-align:center;
	}	

.column1	{
	background:#f9fcfe;
	}
td {
	color:#678197;
	border-bottom: 1px solid #f4d6ca;
	border-left:1px solid #f4d6ca;
	padding:.3em 1em;
	text-align:center;
	}				
th {
	font-weight:normal;
	color: #678197;
	text-align:left;
	border-bottom: 1px solid #f4d6ca;
	border-left:1px solid #f4d6ca;
	padding:.3em 1em;
	}	
thead th {
	background:#9f0014;
	text-align:center;
	color:#fff;
	font-weight:normal;
	}				
tfoot th {
	background:#f4f9fe;
	text-align:center;
	}	
tfoot th strong {
	margin:.5em .5em .5em 0;
	color:#66a3d3;
		}		
tfoot th em {
	color:#f03b58;
	font-weight: bold;
	font-size: 1.1em;
	font-style: normal;
	}	*/
	
ol
{
	margin:0;
	padding: 0 1.5em;
}
 
table
{
	color:#000;
	background:#fff;
	border-collapse:collapse;


	font: .9em "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
}
 
table a
{
	text-decoration:none;
	color:#000;
}

table a:hover
{
	color:#f3001e;
	text-decoration:underline;
}
 
thead
{
 
}
 
thead th
{
	padding:1em 1em .5em;
	color:#1c1c1c;
 	border-bottom:1px solid #e0e0e0;

 	text-align:left;

 	border-left:1px solid #fff;
}
 
thead th a
{
	text-decoration:none;
 	color:#1c1c1c;
}
 
 
thead tr
{
 
}
 
td
{
	padding:.5em 1em;
}
 
 
tbody tr td
{
	border-bottom:1px solid #e1e1e1;
}

tfoot
{
 
}
 
tfoot td
{
 
	padding-bottom:1.5em;
}
 
tfoot tr
{
 
}
 
 

 
 
#middle
{
	
	color:#fff;
}
 
 
tfoot
{
 
}
 
tfoot td
{
	padding-bottom:1.5em;
}
 
tfoot tr
{
 
}
 
 
 tbody tr.odd td
{
	background:transparent url(tr_bg.png) repeat top left;
	border-bottom:1px solid #e1e1e1;
	background-color:#fafafa;
}
 
* html tr.odd td
{
	background:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='tr_bg.png', sizingMethod='scale');
}
 
