.list-table
{
	border-collapse: collapse;
	color: #FFFFFF;
	margin: -3px;
	padding: 0px;
}

.list-cell
{
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 3px;
	color: #FFFFFF;
	height: 100px;
	padding: 0px;
	vertical-align: top;
}

.list-row-odd
{
	background-color: #85AFEB;
}

.list-row-even
{
	background-color: #365583;
}

.list-image
{
	background-position: center center;
	background-repeat: no-repeat;
	height: 100px;
	width: 100px;
}

.list-image-none
{
	display: table-cell;
	height: 100px;
	text-align: center;
	width: 100px;
	vertical-align: middle;
}

.list-content
{
	height: 100px;
	overflow: hidden;
	width: 100%;
}

.list-header
{
	border-collapse: collapse;
	border-style: none;
	border-width: 0px;
	white-space: nowrap;
}

.list-title
{
	vertical-align: top;
	width: 99%;
}

.list-select
{
	font-size: 9px;
	vertical-align: top;
	width: 1%;
}

.list-title a
{
	color: #FFFFFF;
}
