table.special
{
	width: 100%;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}

table.special tr.header
{
	background:url("/images/backgrounds/tables/th3.png") repeat scroll 0 0 transparent;
	height:27px;
}

table.special tr th
{
	background: none;
	color: #FFF;
	text-align:left;
}

table.special tr td
{
	border-color:#FFFFFF -moz-use-text-color -moz-use-text-color;
	border-right:0 none;
	border-style:solid none none;
	border-width:2px 0 0;
}

table.special tr.odd
{
	background:url("/images/backgrounds/tables/td_light4.png") no-repeat scroll 0 0 transparent;
}
	table.special tr.odd td
	{
		background: none;
	}
	

table.special tr.even 
{
	background:url("/images/backgrounds/tables/td_dark4.png") no-repeat scroll 0 0 transparent;
}
	table.special tr.even td
	{
		background: none;
	}

table.special tr.even td a, table.special tr.even td
{
	color: #FFF;
}

div.relative
{
	position: relative;
}

#content input[type="submit"]
{
	margin: 0px;
	padding: 0px;
}

#showcase #top
{
	height: 168px;
}
#showcase #bottom
{
	background: url("/images/backgrounds/banner_tit.png") no-repeat;
	color:#B7CCF9;
	font-family:arial;
	font-size:11px;
	height:38px;
	padding-top:12px;
	text-align:center;
	width:552px;
}
