#list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#list ul li {
	margin: 0;
	padding: 0.5em 0 0.5em 0;
	clear: left;
	padding: 10px;
}

/* change font size to normal */
#list a {
	font-weight: normal;
	color: #000000;
}

/* change font size to bold when hoverd, made active or tabbed over */
/* New change on 19 Dec 2011 */
#list a:hover
{
	color: #000;
	font-weight: bold;
}

 #list a:active, #list a:focus 
 {
     text-decoration: none;
     color: #FFF;
     background-color: #000;
     font-weight: bold;
 }

#list img {
	float: left;
	margin: 0.1em 0 0;
	border: none;
}

#list hr {
	border: none;
	height: 1px;
	margin: 10px 0px 10px 0px;
	color: #000000;
	background-color: #000000;
	clear: left;
}

.listitemstable
{
	border: solid 2px red;
	width: 100%;
	background-color: #e1f2ec;
	border: solid 1px #c8e9de;
	margin-bottom: 10px;
}

.listitemstable td
{
	padding: 10px;
}
