.ThemeVistaTreeLevel0,.ThemeVistaTreeLevel1
{
	cursor: default;
	background-color: white;
	white-space: nowrap;
	border:		0;
	padding:	0;
}

.ThemeVistaTreeLevel1
{
	display: none;
}

.ThemeVistaTable
{
	cursor: default;
	color:		inherit;
	background-color:	inherit;
	font-family:	Verdana, Arial, sans-serif;
	font-size:	12px;
	white-space: nowrap;
	border-collapse:	separate;
	border:		0;
	padding:	0;
}

.ThemeVistaRow,.ThemeVistaRowHover,.ThemeVistaRowActive,.ThemeVistaRowSelected
{
	background-color: inherit;
	white-space:	nowrap;
	border:		0;
	padding:	0;
}

.ThemeVistaFolderSpacer,.ThemeVistaItemSpacer,
.ThemeVistaFolderLeft,.ThemeVistaItemLeft,
.ThemeVistaFolderText,.ThemeVistaItemText,
.ThemeVistaFolderRight,.ThemeVistaItemRight
{
	background-color: inherit;
	white-space:	nowrap;
	border:		0;
	padding:	0;
}

/* it would be better that child selector > would work, but IE
	doesn't support it :( */

.ThemeVistaFolderText a,
.ThemeVistaItemText a
{
	text-decoration:	none;
	border:			0;
	display:		block;
	padding:		2px;
	background-color:	inherit;
}

.ThemeVistaRowHover .ThemeVistaItemText a,
.ThemeVistaRowHover .ThemeVistaFolderText a
{
	color:			#000000;
	text-decoration:	underline;
	border:			1px solid #B8D6FB;
	padding:		1px;
	background-color:	#EBF3FC;
}

.ThemeVistaRowActive .ThemeVistaItemText a,
.ThemeVistaRowActive .ThemeVistaFolderText a,
.ThemeVistaRowSelected .ThemeVistaItemText a,
.ThemeVistaRowSelected .ThemeVistaFolderText a
{
	color:			#000000;
	background-color:	#C2DCFC;
	text-decoration:	none;
	border:			1px solid #769ECE;
	padding:		1px;
}

/* in strict mode of XHTML, this is a fix for image connections */

.ThemeVistaFolderSpacer img,
.ThemeVistaItemSpacer img,
.ThemeVistaFolderLeft img,
.ThemeVistaItemLeft img,
.ThemeVistaFolderRight img,
.ThemeVistaItemRight img
{
	vertical-align:	bottom;
}

/* no need to modify these two since they are generic. */
/* they are used to coordinate the folder open/closing animation */

.JSCookTreeFolderClosed
{
}

.JSCookTreeFolderOpen
{
}

#JSCookTreeFolderClosed .JSCookTreeFolderOpen
{
	display:	none;
}

#JSCookTreeFolderOpen .JSCookTreeFolderClosed
{
	display:	none;
}
