﻿.more_actions
{
	background: #D1D9DD;
	font-weight: normal;
	border: 2px solid #BCC6CB;
	margin: 0;
	text-align: left;
	text-transform: none;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	white-space: nowrap;
	z-index: 1000;
}

.disabled_column
{
    white-space: nowrap;
}

.more_actions a, .more_actions a:visited, .more_actions a:hover
{
	color: #555;
	text-decoration: none;
	height: auto;
}

.more_actions a
{
	font-family: arial;
	display: block;
	padding: 0.45em 0.75em 0.40em 0.75em;
	cursor: pointer;	
}

.more_actions a:hover
{
	background: #BCC6CB;
	cursor: pointer;
}