/* FOTW2008 Table CSS */

.NavTable {
	font-size		: 90%;
	font-weight		: bold;
	}
	
.NavTable table {
	width			: 501px;
	margin-left		: auto;
	margin-right	: auto;
	margin-top		: 10px;
	border-collapse	: collapse;
	empty-cells		: hide;
	}
	
.NavTable td {
	border			: 1px solid #664320;
	width			: 167px;
	padding			: 0px 0 0px 0;
	text-align		: center;
	}
	
.NavTable td.empty {
	border			: none;
	}

.NavTable a:link	{
	display			: block;
	background-color: #ede29a;
	text-decoration	: none !important;
	font-weight		: bold;
	}
	
.NavTable a:visited	{
	display			: block;
	background-color: #ede29a;
	text-decoration	: none !important;
	font-weight		: bold !important;
	}

.NavTable a:hover {
	display			: block;
	background-color: #004400 !important;
	color			: #ffffce !important;
	text-decoration	: none !important;
	}
	
.AOTLTable table {
	width				: 100%;
	font-size			: 90%;
    border				: 1px solid black;
	border-collapse		: collapse;
	caption-side		: top;
	}
	
.AOTLTable td,th {
    border				: 1px solid black;
    padding				: 5px;
    }
    
.AOTLTable th, tr.even td {
    background-color	: #EFE7AD;
    }
    
.AOTLTable th {
    text-align			: center;
    }

.PoetryIndicesTable table {
	width				: 100%;
	font-size			: 90%;
  	border-collapse		: collapse;
	}
	
.PoetryIndicesTable tr td {
    border				: 1px solid black;
	text-align			: center;
	}

.BottomLinksTable table {
	width				: 75%;
	margin-left			: auto;
	margin-right		: auto;
	font-size			: 70%;
    border				: none;
	border-collapse		: collapse;
	}
	
.BottomLinksTable td,th {
	width				: 33%;
    border				: none;
    padding				: 5px;
	vertical-align		: top;
	text-align			: center;
    }
