body
{
	font-family: verdana;
	font-size: 10pt;
	}


table
{
	font-size: 10pt;
	color: #990000;
	/* border-width: thin; 
	border-style: solid;
	border-color: #990000;*/
	
	
	}

	
	
	th.table_header
	{
		background: #ff6666;
		color: #fff;
		border-bottom-width: thin;
		border-bottom-style: solid; 
		border-bottom-color: #990000;
	}
	
	td
	{
		border-bottom-width: thin;
		border-bottom-style: solid; 
		border-bottom-color: #ff0000;
	}
	
	tr.filter
	{
		background: #ff6666;
	}
	
	table.filter
	{
	font-size: 10pt;
	color: #000;
	border-width: thin; 
	border-style: solid;
	border-color: #990000;
	background:  #990000;
	}
	
	td.filter	
	{ 
		border: solid thin #ffffff;
		background: #ffffff;
	}
	
	td.filter_header	
	{
		color: fff;
		border: solid thin ff6666;
	}

	th.date
	{
		background: #990000;
		color: White;
	}

	th.name
	{
		background: #990000;
		color: White;
		text-transform: capitalize;
	}
	
	input.submit
	{
		color: white;
		background:#ff6666;
		border-top-width: thin;
		border-top-style: solid; 
		border-top-color: #FFCCCC;
		border-left-width: thin;
		border-left-style: solid; 
		border-left-color: #FFCCCC;
		border-right-width: thin;
		border-right-style: solid; 
		border-right-color: #990000;
		border-bottom-width: thin;
		border-bottom-style: solid; 
		border-bottom-color: #990000;
	}

	select{
	text-transform: capitalize;
	color: #990000;
	}

	td.name{text-transform: capitalize}


	A:link, A:visited { 
	text-decoration: none;

	padding: 0.5em;
	color: #fff;
	font-weight: bold;
	font-family: Verdana
	}

	A:hover 
	{
	color: #990000;
	text-decoration: underline;
	}
