table.findStandHeader
	{
		background: url(/images/nv/item_list_header3.gif) no-repeat left top;
		background-color: White;
		height: 30px;
	}

	table.findStandHeaderSort
	{
		background: url(/images/nv/item_list_header3_s.gif) no-repeat left top;
		background-color: White;
		height: 30px;
	}

	td.findStandHeader {
		font-size: 9pt;
		color: White;
		padding: 0px;
		font-weight: bold;
		height: 22px;
	}

	.findStandListHeader
	{
		background: url(/images/nv/item_colapsed.gif) no-repeat left top;
		background-color: White;
		cursor: pointer;
		display: inline;
	}

	.findStandListHeaderSelected
	{
		background: url(/images/nv/item_expanded.gif) no-repeat left top;
		background-color: White;
		cursor: pointer;
		display: inline;
	}
	
	.findStandListHeader .ie6, .findStandListHeaderSelected .ie6
	{
	}
	
	* html .findStandListHeader .ie6 
	{
		background: url(/images/nv/item_colapsed.gif) no-repeat left top;
		background-color: inherit;
	}
	
	* html .findStandListHeaderSelected .ie6 
	{
		background: url(/images/nv/item_expanded.gif) no-repeat left top;
		background-color: inherit;
	}

	.findStandListHeaderTable
	{
		background: inherit;
		border-bottom: dotted 1px Gray;
		padding: 5px 0px 5px 0px;
		width: 620px;
	}

	.findStandListHeaderName, .findStandListHeaderProduct, .findStandListHeaderStand 
	{
		font-family: Tahoma, Sans-Serif;
		font-size: 8pt;
		color: Black;
	}
	
	.findStandListHeaderProduct, .findStandListHeaderStand 
	{
		padding-left: 2px;
	}
	
	.findStandListHeaderName 
	{
		font-weight: bold;
	}

	.findStandListHeaderSelected .findStandListHeaderProduct,
	.findStandListHeaderSelected .findStandListHeaderStand
	{
		visibility: hidden;
	}

	.findStandListHeaderName 
	{
		margin-left: 22px;
	}
	
	.findStandListHeader:hover, .findStandListHeaderSelected:hover
	{
		background-color: #EFF8FF;
	}

	.findStandListContent
	{
		font-family: Tahoma, Sans-Serif;
		font-size: 9pt;
		border-width: 0px 0px 1px 0px;
		border-color: Gray;
		border-style: dotted;
		padding: 0px 0px 0px 0px;
		background-color: White;
		width: 620px;
	}

	.findStandListContentBlue 
	{
		background-color: #EFF8FF;
		font-family: Tahoma, Sans-Serif;
		font-size: 9pt;
		padding-top: 5px;
	}

	.findStandListContentWhite 
	{
		background-color: White;
		font-family: Tahoma, Sans-Serif;
		font-size: 9pt;
		padding-top: 5px;
	}

	.findStandListContentLink
	{
		background: url(/images/nv/listing_arrow.gif) no-repeat 3px 0px;
		background-color: #EFF8FF;
		padding-left: 22px;
		font-family: Tahoma, Sans-Serif;
		font-size: 8pt;
		color: #00B2EB;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
	}

	.findStandListContentLink:hover
	{
		text-decoration: underline;
	}

	.findStandListContentInfo
	{
		font-family: Tahoma, Sans-Serif;
		font-size: 8pt;
		color: Black;
		padding-left: 10px;
		padding-bottom: 5px;
		width: 265px;
		overflow: hidden;
	}
	
	.findStandListContentInfo a 
	{
		font-family: Tahoma, Sans-Serif;
		font-size: 8pt;
		color: Black;
		text-decoration: none;
		font-weight: normal;
	}

	.findStandListContentInfo a:hover
	{
		text-decoration: underline;
	}
	
	.findStandListContentWhite div
	{
		padding-left: 5px;
		padding-bottom: 5px;
		width: 335px;
		overflow: hidden;
		text-align: center;
	}
	
	.findStandListContentProduct 
	{
		font-family: Tahoma, Sans-Serif;
		font-size: 8pt;
		color: Black;
		padding-left: 7px;
	}

	.findStandNoMatch 
	{
		text-align: left;
		padding-top: 20px;
		padding-bottom: 20px;
		font-family: Tahoma, Sans-Serif;
		font-size: 9pt;
	}
	
	.findStandListPaging
	{
		font-family: Verdena, Sans-Serif;
		font-size: 12px;
		color: Black;
	}
	
	.findStandListPaging a 
	{
		font-family: Verdena, Sans-Serif;
		font-size: 12px;
		color: #00B2EB;
		text-decoration: none;
		font-weight: normal;
	}

	.findStandListPaging a:hover
	{
		text-decoration: underline;
	}
.pageheader
{			
	font-family: Arial;
	font-weight: bold;
	font-size: 20px; 
	color: #ffffff;	
	text-indent: 10px;
	height: 35px;
	vertical-align: middle;
	padding: 0px 0px 0px 0px;	
}

.ButtonSmall, .ButtonSmallDisabled
{
	display: block;	
	width: 80px;
	height: 23px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	background: url(/images/nv/button_small.png) no-repeat;
    border-width: 0px;
	padding-top: 4px;
	margin-top:5px;
}

.ButtonSmallDisabled 
{
    cursor: default;
	color: #ffffff;
}

.ButtonSmallDisabled:hover
{		
	color: #ffffff;
	text-decoration: none;
}

.ButtonSmall:hover
{		
	color: #ffffff;
	text-decoration: none;
	background: url(/images/nv/button_small_over.png) no-repeat;
    cursor: pointer;
    cursor: hand;
 }	
a.GreenArrowLink
{
	background: url('../Images/green-arrow.gif') top left no-repeat;
	padding-left:20px;
	font-weight:bold;
	position:relative;
} 
.SmallerPixels a.GreenArrowLink 
{
	display:block;
	margin:5px 0;
	}