/*
	Athene form styles
*/

table.filter-form
{
	width : 100%;
}

th.filter-form
{
	background-image : url(../images/FilterBackground.png);
	padding : 3px 3px 3px 8px;
	
	font-weight : normal;
	
	color : #26292E;
	
	width : 100%;
	vertical-align : top;
	
	text-align : left;
}

td.filter-form
{	
	width : 100%;
	vertical-align : top;
	padding-bottom : 5px;
}

input.mark-search
{
	color : #5b95e7;
	border : solid 1px #BBCCFF;
	padding : 2px 2px 2px 2px;
	width : 150px;
}

input.filter
{
	width : 198px;
}

select.filter
{
	width : 203px;
}