pre
{
	background-color: LemonChiffon;
	border: 1px solid gray;
}
thead
{
	background: bisque;
}
.list_table table
{
	margin: 10px 50px;
	border: 1px solid gray;
	border-collapse: collapse;
	border-spacing: 0;
}
div.title
{
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
}
div.link
{
	text-align: center;
	margin-bottom: 20px;
}
div.clear
{
	clear: both;
}
div.exa
{
	background-color: ivory;
	//background: 0; /*for ie*/
	border: 1px solid gray;
	padding: 0 15px;
	margin-bottom: 20px;
}
div.target
{
}
div.target ul
{
	border: 1px solid gray;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: bisque;
}
div.target li
{
	padding-right: 4px;
	cursor: pointer;
}
li.simpleon
{
	color: green;
	font-weight: bold;
}
li.simpleoff
{
	color: red;
	font-weight: bold;
}
li.advon
{
	background-position: right 50%; background-image:url('../images/tick.png'); background-repeat:no-repeat; background-attachment:scroll
}
li.advoff
{
	background-position: right 50%; background-image:url('../images/cross.png'); background-repeat:no-repeat; background-attachment:scroll
}
#targetall
{
	list-style: none;
	background-color: #eee;
}
#targetall li
{
	background-repeat: no-repeat;
	padding-left: 20px;
}
#thSelectColumn div.cmDiv
{
	display: inline;
	background: none;
	border: 0;
}
#thSelectColumn li.main
{
	padding: 0;
	background: none;
	width: 100%;
	text-align: right;
}
#thSelectColumn li.main li
{
	text-align: right;
	direction:rtl
	padding-right: 2px;
}
#thSelectColumn
{
	padding-right: 2px;
	width:30px;
}