/** styles for tables in content below */

table.plegas_content_table
{
	border-collapse: collapse;
}

table.plegas_content_table td
{
	padding: 3px 7px;
	border: 2px #ffffff solid;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}


table.plegas_content_table td div, table.plegas_content_table td ul
{
	margin: 0px;
	padding: 0px;
}

table.plegas_content_table td ul
{
	margin-left: 20px;
}

tr.plegas_table_top
{
	background-color: #9dcde9;
}

tr.plegas_table_top td
{
	color: #015497;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 33px;
}

tr.row1
{
	background-color: #e2e2e2;
}

tr.row2
{	
	background-color: #ededed;
}