@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;	
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	color: #E8529A;
	font-size: 12px;
	background-color: #FFFFFF;	/* part 1 of 2 centering hack */
	}



#hor-minimalist-b
{
	font-family: Arial;
	font-size: 12px;
	width: 480px;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-b th
{
	font-size: 14px;
	font-weight: bold;
	color: #E8529A;
	padding: 10px 8px;
	border-bottom: 2px solid #E8529A;
}
#hor-minimalist-b td
{
	border-bottom: 1px solid #ccc;
	color: #E8529A;
	padding: 6px 8px;
}
#hor-minimalist-b tbody tr:hover td
{
	color: #FF0066;
}

/*  ROUNDED CORNER */
#rounded-corner
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	width: 600px;
	text-align: center;
	border-collapse: collapse;
}
#rounded-corner thead th.rounded-company
{
	background-color: #E8529A;
	background-image: url(table-images/left.png);
	background-repeat: no-repeat;
	background-position: left -1px;
}
#rounded-corner thead th.rounded-q4
{
	background-color: #E8529A;
	background-image: url(table-images/right.png);
	background-repeat: no-repeat;
	background-position: right -1px;
}
#rounded-corner th
{
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #E8529A;
}
#rounded-corner td
{
	padding: 8px;
	border-top: 1px solid #fff;
	color: #FFFFFF;
	background-color: #FF99CC;
}
#rounded-corner tfoot td.rounded-foot-left
{
	background: #FF99CC url('table-images/botleft.png') left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-right
{
	background: #FF99CC url('table-images/botright.png') right bottom no-repeat;
}
#rounded-corner tbody tr:hover td
{
	background-color: #FF6699;
}

