.list-table {
	border-collapse:collapse;
	margin:0px;
	padding:20px;
	width:100%
}

.list-table > tbody > tr > td {
	border-width:1px;
	border-style:dashed;
	border-color:#cccccc;
}

.list-table thead {
 color: #ffffff;
 background-color: #8FACD4;
 }


.list-table thead td a {
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;
}


.list-table input {
	color: #ffffff;
	font-weight: normal;
	font-size: 10px;
}

.list-table input:hover
{
	text-decoration: underline;
}

.list-table thead td a:hover {
	text-decoration: underline;
}

.list-table td {
	padding:3px;
	padding-left:6px;
}

.list-table input[type="image"] {
	background-color: #8FACD4;
	border:none;
}

select
{
	width:150px;
}


option
{

	width:250px;
}




