@charset "utf-8";
/* CSS Document */

table .wayfind
{
	width:750px;
}

td .grid
{
	padding:0px;
}

td .Label
{
	padding:0px;
	width:0px;
}

td .Content
{
	width:250px;
	padding:10px;
	background: rgb(254,254,254); /* Old browsers */
background: -moz-linear-gradient(left, rgba(254,254,254,1) 0%, rgba(224,224,224,1) 95%, rgba(232,232,232,1) 97%, rgba(226,226,226,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(254,254,254,1)), color-stop(95%,rgba(224,224,224,1)), color-stop(97%,rgba(232,232,232,1)), color-stop(100%,rgba(226,226,226,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(254,254,254,1) 0%,rgba(224,224,224,1) 95%,rgba(232,232,232,1) 97%,rgba(226,226,226,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(254,254,254,1) 0%,rgba(224,224,224,1) 95%,rgba(232,232,232,1) 97%,rgba(226,226,226,1) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(left, rgba(254,254,254,1) 0%,rgba(224,224,224,1) 95%,rgba(232,232,232,1) 97%,rgba(226,226,226,1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e2e2e2',GradientType=1 ); /* IE6-9 */
background: linear-gradient(left, rgba(254,254,254,1) 0%,rgba(224,224,224,1) 95%,rgba(232,232,232,1) 97%,rgba(226,226,226,1) 100%); /* W3C */
}