/* ------------------------------------------------------------------------------------------
[Layout Stylesheet]
Project:				VCBU
Version:				2.0
Developed by:		Ramon Gonzalez <ragonzalezo@venezolano.com>
Date:			      07/31/2008

------------------------------------------------------------------------------------------ */
table#results {
	width: 555px;
	border:#c0c0c0 solid 1px;
	font-size: 12px;
}
table#results thead tr td {
	color: #FFF;
	padding: 3px;
}
table#results thead tr td a {
	color: #FFF;
	text-decoration: none;	
}
table#results tbody tr td a {
	text-decoration:none;
	color:#4D4D4D;
}
table#results tbody tr td {
	background: #E5EBEC;
	color: #000;
	padding: 2px 8px 2px 3px;
}
table#results tbody tr td input {
	border: #c0c0c0 solid 1px;
	width:15px;
}
table#results tbody tr td.action {
	padding: 2px 8px;
}
table#results tfoot tr td, thead tr td {
	background:#5D8D99;
	color:#FFF;
}
table#results tfoot tr td ul {
	display:inline;
	float:left;
}
table#results tfoot tr td ul li {
	display:inline;
	padding: 0 3px 0 3px;
	color:#c0c0c0;
} 
table#results tfoot tr td ul li a {
	text-decoration: none;
	color:#FFF;
}
p {
	font-size: 12px;
	padding: 5px 0 5px 0;
}

