/* CSS Document */

*
{
	border: 0;
	margin: 0;
	padding: 0;
}

#new_table_style{padding:0; margin:0; background:#CCC3A2;}
#new_table_style .table_heading{padding:15px 10px 15px 10px; text-align:center; font-size:14px; font-weight:bold; text-decoration:underline; background:#CCC3A2; color:#993333;}
#new_table_style .table_footer {padding:15px 10px 15px 10px; text-align:left; font-size:14px; font-weight:bold; text-decoration:underline; background:#CCC3A2; color:#993333;}

#new_table_style table 
{
	background-color: #baaea3;
	text-align: left;
	border-spacing: 0px;

	
}


#new_table_style table a, table, tbody, tfoot, tr, th, td 
{
   font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
	font-size: 12px;
	color: #55595c;
	
}

#new_table_style table a, table, th
{
 font-weight:normal;  
}
#new_table_style tbody td{
	padding: 5px;
	height: 30px;
}

#new_table_style table caption
{
	border-bottom-color: #b5370e;
	border-right-color: #b5370e;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	text-transform: uppercase;
	font-size: 14px;
	text-align: left;
	font-style: normal;
	color: #b5370e;
	padding:10px;
}

#new_table_style table a
{
	text-decoration: none;
	color: #990000;
	
}

#new_table_style table a:hover, table a:focus
{
text-decoration: underline;
}
#new_table_style table th
{
	font-style: normal;
	font-weight: bold;
	border-bottom: 1px dotted #baaea3;
	border-top: 1px dotted #baaea3;
	}
#new_table_style table th a
{
	color: #333;
	text-align: left;
	padding:5px;
	display: block;
}
#new_table_style table .odd th a,table .odd td a,table .odd td{
	color: #816658;
}

#new_table_style table th a:hover, table th a:focus, tbody tr:hover th
{   
   font-style: normal;   
   font-weight: normal;   
  
}
#new_table_style table .odd th,table .odd td{
	background-color: #aaa096;
		border-bottom: 1px dotted #baaea3;
	border-top: 1px dotted #baaea3;
}

#new_table_style thead th
{
	height: 30px;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	padding: 5px;
	background-color: #816658;
	text-transform: none;
	color: #FFFFFF;
	
}
#new_table_style tfoot{
	border-top: 1px dotted #fff;
	height:30px;
	
}
#new_table_style tfoot th,tfoot td{
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	padding: 5px;
	background-color: #816658;
	text-transform: none;
	color: #baaea3;
}

#new_table_style tbody th
{
	color: #baaea3;
	font-style: normal;
	padding: 5px;

}

#new_table_style td
{
   height: 30px;
   background-color: #baaea3;
   color: #333;
	border-bottom: 1px dotted #baaea3;
	border-top: 1px dotted #baaea3;
	
}

#new_table_style tbody tr.odd
{
	background-color: #baaea3;
	border-bottom: 1px dotted #baaea3;
}

#new_table_style b, strong {font-weight: normal;}
