
/**
 * Filter for diverse lister
 */

.filterList							{
									width: 100%;
									background-color: #F0F0F0;
									font-size: 10px;
}

.filterList .select					{
									font-size: 10px;
									width: 128px;
}

.filterEventLevel					{
									font-size: 10px;
									width: 86px;
									float: right;
}


.filterEventLevelCompare			{
									font-size: 10px;
									width: 40px;
}

.filterList .date					{
									font-size: 10px;
									width: 124px;
									cursor: text;
}

.filterList .date2					{
									font-size: 10px;
									width: 80px;
									cursor: text;
}

.filterList .button					{
									width: 80px;
									font-size: 10px;
}

#filterLeft							{
									width: 45px;
									padding-left: 5px;
}

#filterRight						{
									padding-right: 5px;
}


#filterTop							{
									height: 5px;
}


#filterHeader						{
									width: 182px;
									height: 21px;
									margin-left: 10px;
									margin-top: 15px;
									background-image: url("../pics/filterHeader.png");
									background-repeat: no-repeat;
}


#filterContainer					{
									width: 178px;
									margin-left: 11px;
									border-left: 1px solid #484848;
							     	border-right: 1px solid #484848;
}


#filterBottom {
    padding-bottom: 5px;
}

#filterFooter						{
									width: 182px;
									height: 10px;
									margin-left: 10px;
									background-image: url("../pics/filterFooter.png");
									background-repeat: no-repeat;
}


.selectRanking {
	font-size: 10px;
	width: 115px;
}


