/* tables */

table.tloc{
	margin: 0 0 0 0;
	width: 100%;
	border-collapse: collapse;
}

table.tloc td{
	text-align: center;
	border: 1px solid #B5AD6F;
	padding: 2px 2px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

table.tloc th{
	/*  background: #ab967e url(images/table-header.gif) repeat-x left top; */
	background: #D6D2B1 top;
	color: #000080;
	border: 1px solid #B5AD6F;
	font-weight: bold;
	text-align: center;
	padding: 2px 2px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

table.tloc th.title{
  text-align: center;
  border-top: 1px solid #000000;
}

table.tloc tr {
	border-bottom: 1px solid #FFFFFF;
}

table.tloc tr.left {
	border-bottom: 1px solid #FFFFFF;
}

table.tloc td{
/*  background: #d8ceb6; */
  background: #EBE9D9;
}

table.tloc td.left{
	/*  background: #d8ceb6; */
    font-weight: bold;
	background: #D6D2B1;
	text-align: left;
}

table.tloc tr.even td{
  background: #e1d9c3;
}

table.tloc tr:hover td{
/*  background: #f0eada; */
  background: #EDEDED;
}
