/*h1
{
	font-size: 1.3em;
}
table
{
	margin: 10px 50px;
	width: 300px;
	border: 1px solid gray;
	border-collapse: collapse;
	border-spacing: 0;
	float: left;
}
thead
{
	background: bisque;
}
tfoot
{
	background: khaki;
	text-align: center;
}
td, th
{
	border: 1px solid gray;
}*/
pre
{
	background-color: LemonChiffon;
	border: 1px solid gray;
}
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
{
	margin: 20px 0 0 50px;
	font-size:10px;
	
}
div.target ul
{
	
	margin: 0;
	padding: 0;border:1px solid #CCCCCC;
/*	list-style-image:url(../30_graficos/img_ver_menu.jpg)*/
	/*border: 1px solid gray; background-color: bisque;*/
}
div.target li
{
	margin:2px;
	padding:2px;
	
	float:left;
	
	/*padding-left: 4px;*/
	cursor: pointer;
}
li.simpleon
{

	font-weight: bold; 
	color:#a60000; text-decoration:underline;
	/*background-image:url(../30_graficos/img_tab_menu1.gif);*/
	text-align:center;
	 height:20px;
}
li.simpleoff
{
	/*background-image:url(../30_graficos/img_tab_menu2.gif);*/
	text-align:center;
	color:#000000; text-decoration:none;
	font-weight: bold; height:20px;
	
}
li.advon
{
	background: url(tick.png) 0 50%;
}
li.advoff
{
	background: url(cross.png) 0 50%;
}
#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: left;
	padding-right: 2px;
}
#thSelectColumn
{
	padding-right: 2px;
	width: 10px;
}
#ulSelectColumn
{
	vertical-align: middle;
}