@charset "utf-8";
/* CSS Document */


div.demoHeader
{
	margin-bottom:24px;
}

div.demoHeader h2
{
	display:inline;
	margin-right:24px;
}

div.demoHeader div.returnLink
{
	display:inline;
}

div.mainDemo
{
	margin:24px 0px 24px 0px;
}

table.CategoryTable
{
	border-collapse:collapse;
}

table.CategoryTable th,
table.CategoryTable td
{
	border:none;
}

table.CategoryTable td
{
	padding: 4px 16px 4px 4px;
}



table.CategoryTable th
{
	text-align:left;
	padding:4px;
	background-image: url(../_Images/Template/extraGradient.jpg);
	background-repeat: repeat-x;
	background-position: left center;
		
}


table.CategoryTable  tr.demoRow:hover td
{
	background-color:#FBFBFB;
}


