/* CSS Document */

table {
	border-spacing:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color:#fdf4e1;
	color: #634e34;
	width: 760px;
	float: left;
	position: relative;
	float: right;
	z-index: 1;
}

caption {
	font-weight: bold;
	background: #493213 url(_images/corner.png) no-repeat right top;
	border-bottom:2px solid #d4cab6;
	color: #FFF;
	text-transform:uppercase;
	padding:10px;
}

td, th {
	padding: 6px;
	text-align: center;
}

thead th {
	text-align: center;
	background: #a69d88;
	color: #fff;
	
	text-transform:uppercase;
}

tbody th {
	font-weight: bold;
}

tbody tr {
	background-color:#FFF; 
	text-align:left;
	}
	
tbody tr.odd {
	background: #ebe1cd;
	
}

tbody th a:link, tbody th a:visited {
	color:#7f0303;
	background:url(../_images/layout.png) no-repeat; 
	padding: 3px 0px 0px 18px;
	}
	
tbody th a:hover{
	color:#a69d88;
	}

tbody tr td { 
	height:50px;
	background: #FFF;
	}

tbody tr.odd td{ 
	background: #ebe1cd;
	
	}

table td a:link, table td a:visited {
	color: #7f0303;
	text-decoration: none;
}

table td a:hover {
	color: #493213;
	text-decoration: none ;
}
tbody td a {
	margin: 0 auto;
	height: 15px;
	border-bottom: 0;
	padding:3px 0px 0px 18px;
	font-weight:bold;
	color:#FF8601;
}



tfoot th, tfoot td {
	background-color:#fdf4e1; padding:10px;
	text-align:center; 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:85%; font-style:italic;
	
	border-top:1px solid #fef8ec;
}