@charset "utf-8";
/* CSS Document */


table {
width:100%;
}

tr {
border-bottom:1px dotted #999999;
padding:5px 0;
}
tr.alt {
background-color:#fcfcfc;
}

td{
	background:url(img/drop-tabl-line.gif) repeat-x 0 0 !important;
}
td{
	background:none !important;
}

td{
	color:#333333;
	padding:7px 0 5px 0;
	line-height:19px;
	vertical-align:top;
}

.main-table {
	padding:0;
	margin:0;
	border-collapse:collapse;
}

th {
text-align:left;
}

/* lou added*/

fieldset.searchform {
	padding:10px 10px 10px 10px;
	margin:10px 0 10px 0;
	border-bottom: none;
	
}

fieldset.searchform p {
	margin:4px 0;
}

.radioButton 
{
	width: 20px;
	display: inline;
	margin-right:10px;
}

.radiolist
{
	padding-top: 6px;
	display: inline;
	margin-left: 130px;
	float:left;
	width:350px;
}

.radiolist label {
	display: inline;
	margin-left:0px;
	width:auto;
	float:left;
	
	padding-top:3px;
}

/*fieldset.searchform input {
	display:block;
	width:200px;
}*/

.pagingholder 
{
	margin-bottom: 10px;
}
