

/* Style sheet just for static tables */

/*

Info...

RGB(254,218,196); medium orange 
RGB(253,188,149); medium dark orange
RGB(255,236,224); v light orange 


*/


.tablestatic
{
	padding:0;
	margin:0
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:auto;
	border-top:3px solid RGB(253,188,149);
	border-bottom:3px solid RGB(253,188,149);
	border-left:1px solid RGB(253,188,149);
	border-right:1px solid RGB(253,188,149);
	letter-spacing:1px;
}

.tablestatic th
{
	background-color:RGB(253,188,149);
	padding:5px;
	margin:0;
	text-align:center;
}

.tablestatic td
{
	padding:0;
	margin:0;
	text-align:center;
	padding-left:5px;
	padding-right:5px;
}

.tablestatic .evenrow
{
	background-color:RGB(255,236,224);

}

.tablestatic .oddrow
{

}