/*

	Default stylesheet for DNN Actions MenuLink template

*/

/* item in Top NORMAL state */

.actionTopItem
{
	background-color: Transparent;
}

.actionTopItem #item
{
	font-family: tahoma, helvetica;
	font-size: 11px;
	color: black;
}

/* item in Top ACTIVE state */

.actionTopItemActive
{
	background-color: Transparent;
	cursor: default;
}

.actionTopItemActive #item
{
	font-family: tahoma, helvetica;
	font-size: 11px;
	color: white;
}

/* item in Top EXPANDED state */

.actionTopItemExpanded
{
	background-color: Transparent;
	cursor: default;
}

.actionTopItemExpanded #item
{
	font-family: tahoma, helvetica;
	font-size: 11px;
	color: white;
}

/* item in Top SELECTED state */

.actionTopItemSelected
{
	background-color: Transparent;
	cursor: default;
}

.actionTopItemSelected #item
{
	font-family: tahoma, helvetica;
	font-size: 11px;
	color: black;
}

/* DISABLED item */

.actionTopItemDisabled
{
	background-color: Transparent;
}

.actionTopItemDisabled #item
{
	font-family: tahoma, helvetica;
	font-size: 11px;
	color: gray;
}


/* top level surrounding html */

.actionTopLevel 
{
}

/* top level items container */

.actionTopLevelContainer 
{
}

/* item in NORMAL state */

.actionItem
{
	background-color: #D6D3CE;
}

.actionItem #item
{
	font-family: tahoma, helvetica;
	font-size: 11px;
	color: black;
}

/* item in ACTIVE state */

.actionItemActive
{
	background-color: gray;
	cursor: default;
}

.actionItemActive #item
{
	font-family: tahoma, helvetica;
	font-size: 11px;
	color: white;
}

/* item in EXPANDED state */

.actionItemExpanded
{
	background-color: silver;
	cursor: default;
}

.actionItemExpanded #item
{
	font-family: tahoma, helvetica;
	font-size: 11px;
	color: white;
}

/* item in SELECTED state */

.actionItemSelected
{
	background-color: silver;
	cursor: default;
}

.actionItemSelected #item
{
	font-family: tahoma, helvetica;
	font-size: 11px;
	color: black;
}

/* DISABLED item */

.actionItemDisabled
{
	background-color: #D6D3CE;
}

.actionItemDisabled #item
{
	font-family: tahoma, helvetica;
	font-size: 11px;
	color: gray;
}

/* separator */

.actionItemSeparator
{
	background-color: #A5A6A5;
}

/* popup surrounding html*/

.actionPopup 
{
}

/* popup items container */

.actionPopupContainer
{
}

.actionPopupContainer #border
{
	background-color: gray;
}