/* ------------------
 styling for the tables 
   ------------------   */



#rounded-corner
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin-top: 5px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
#rounded-corner thead th.rounded-company
{
	background: #dddee2 url('/Servicios/Fiestas/Fiestas.nsf/table-images/leftg.png') left -1px no-repeat;
}
#rounded-corner thead th.rounded-q6
{
	background: #dddee2 url('/Servicios/Fiestas/Fiestas.nsf/table-images/rightg.png') right -1px no-repeat;
}
#rounded-corner th
{
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	color: #039;
	background: #dddee2;
}
#rounded-corner td
{
	padding: 8px;
	background: #f4f4f4;
	border-top: 1px solid #fff;
	color: #669;
}
#rounded-corner tfoot td.rounded-foot-left
{
	background: #f4f4f4 url('/Servicios/Fiestas/Fiestas.nsf/table-images/bot-left.png') left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-right
{
	background: #f4f4f4 url('/Servicios/Fiestas/Fiestas.nsf/table-images/bot-right.png') right bottom no-repeat;
}
#rounded-corner tbody tr:hover td
{
	background: #DDDEE2;
}

}