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

.rounded-corner
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
.rounded-corner thead th.rounded-colStart
{
	background: #151515 url('../table-images/left.png') left -1px no-repeat;
}
.rounded-corner thead th.rounded-colEnd
{
	background: #151515 url('../table-images/right.png') right -1px no-repeat;
}
.rounded-corner th
{
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	color: #E48B08;
	background: #151515;
}
.rounded-corner td
{
	padding: 8px;
	background: #333333;
	border-top: 1px solid #fff;
	color: #ffffff;
}
.rounded-corner tfoot td.rounded-foot-left
{
	background: #333333 url('../table-images/botleft.png') left bottom no-repeat;
}
.rounded-corner tfoot td.rounded-foot-right
{
	background: #333333 url('../table-images/botright.png') right bottom no-repeat;
}
.rounded-corner tbody tr:hover td
{
	background: #151515;
}

