@charset "utf-8";
/* CSS Document */

.tableformatter table
{
	border: 2px solid #5a3806;
	border-top: 1px solid #5a3806;
	border-bottom: 1px solid #5a3806;
	margin: 0px 10px;
}

.tableformatter th
{
	text-align: center;
	font-size: 14px;
	font-style: italic;
	line-height: 24px;
	background-color: #C0B983;
	color: #5a3806;
	border-top: 1px solid #5a3806;
	border-bottom: 1px solid #5a3806;
}

.tableformatter th input, textarea, select
{		
	padding: 1px 1px;
}

.tableformatter input, textarea, select
{
	padding: 1px 1px;
}

.tableformatter th a:hover
{
	color: #dadada;
}

.tableformatter td
{
	
}

.meridian .oddth
{
	
}

.meridian .eventh
{
}

.meridian .oddrow_oddcol
{
	background: #edebd9;
}

.meridian .oddrow_evencol{
	background: #edebd9;
}

.meridian .evenrow_oddcol
{
	background: #DBD7B9;	
}

.meridian .evenrow_evencol
{
	background: #DBD7B9;
}



