﻿
/*====================================================
	- html elements
	- edit attributes below to change <table>, <td>, 
	<th> style etc.
=====================================================*/

table{ border:0px solid #ccc; font-size:85%;}
caption{ margin:10px 0 0 5px; padding:10px; text-align:left; }
th{ color:navy; padding:2px; border:1px solid #ccc; }
td{ padding:2px; border-bottom:1px solid #ccc; border-right:1px solid #ccc; }


/*====================================================
	- filter classes
	- edit classes below to change <input> and <a>
	style
=====================================================*/
a.btn{
	border:1px outset #ccc;
	margin:1px; padding:1px;
	text-decoration:none; color: #666;
	background-color:#CCCCCC;
}



.flt{ 
	background-color:silver; border:1px inset #ccc; 
	margin:0; width:100%;

}
.flt_s{/*gray row to search*/
	background-color:silver; border:1px inset #ccc; 
	margin:0; width:100%;

height:30px;font:normal bold 14pt/22pt arial;color:red;

}


