.AutoScrollPanel
{
/*	Z-INDEX:999; */ /* JM - 11 Mar 06 Removed because of conflict with Amazon popup ad */
	background-color:#ffffff;
}

.AutoScrollGroupHeader
{
	background-color:#CECECE;
	color:#000080;
	font-family:Tahoma;
	font-size:10pt;
	font-weight:Bold;
	cursor:default;	
/*	cursor:hand;
	cursor:pointer; */
}

.AutoScrollGroupHeaderOpen
{
	background-color:#639CCE;
	color:#ffffff; 
	font-family:Tahoma;
	font-size:10pt;
	font-weight:Bold;
	cursor:default;
/*	cursor:hand;
	cursor:pointer; */
}

.AutoScrollGroupHeaderSelect
{
	background-color:#639CCE;
	color:#ffffff; 
	font-family:Tahoma;
	font-size:10pt;
	font-weight:Bold;
	cursor:default;
/*	cursor:hand;
	cursor:pointer; */
}

.AutoScrollDisabledGroupHeader
{
	background-color:#639CCE;
	color:#dddddd;
	font-family:Tahoma;
	font-size:10pt;
	font-weight:Bold;
	cursor:default;
}

.AutoScrollGroup
{
	border-style:solid;
	border-width:1px;
	border-color:#639CCE;
	background-color:#f5f5f5;
}

.AutoScrollDisabledItem
{
	color:#a9a9a9;
	font-family:Tahoma;
	font-size:8pt;
	margin-top:5px;
	padding-left:5px;
	cursor:default;
}

.AutoScrollItem
{
	color:DarkBlue; 
	font-family:Tahoma;
	font-size:8pt;
	text-decoration:Underline;
	margin-top:5px;
	padding-left:5px;
}

.AutoScrollItemOver
{
	color:Red; 
	font-family:Tahoma;
	font-size:8pt;
	text-decoration:Underline;
	margin-top:5px;
	padding-left:5px;
	cursor:pointer;
	cursor:hand;
}

.AutoScrollItemSelect
{
	color:DarkBlue; 
	font-family:Tahoma;
	font-size:8pt;
	font-weight:Bold;
	margin-top:5px;
	padding-left:5px;
}

.AutoScrollItemTitle
{
	color:Black;
	font-family:Tahoma;
	font-size:8pt;
	font-weight:Bold;
	margin-top:5px;
	padding-left:4px;
}

