/***********************************************
 * color of the thin line surrounding the list *
 **********************************************/
TABLE.listelayout {
	background-color: #000000;
}

/**************************************
 * background color of the list title *
 *************************************/
TH.listelayout {
	background-color: #ebeadb;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	vertical-align: middle;
	border: 1px solid #000000;
}

/********************************
 * background color of the list *
 *******************************/
TD.listelayout {
	background-color: #F1F1F1;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #000000;
}

TD.listelayoutalt {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #000000;
}

A.listelayout {
	text-decoration: none;
}

A.listelayout:link {
	color: #000000;
}

A.listelayout:visited {
	color: #000000;
}

A.listelayout:hover {
	color: #000000;
}

A.listelayoutalt {
	text-decoration: none;
}

A.listelayoutalt:link {
	color: #000000;
}

A.listelayoutalt:visited {
	color: #000000;
}

A.listelayoutalt:hover {
	color: #000000;
}

.firstcollistelayout {
	background-color: #ebeadb;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #000000;
}