@CHARSET "UTF-8";

/*
 * Visual styles for CommandsStackControl
 */
 
.ctlCmdStack{	
}

/* menu styles */
.ctlCmdStack .menu{
	border: solid 1px green;
	padding: 4px;
	background-color: white;
	white-space: nowrap;
	text-align: left;
	display: none;
}

.ctlCmdStack .menu .menuItem{
	padding-bottom: 8px;
}

.ctlCmdStack .menu .lastMenuItem{
	padding-bottom: 0px;
}
 
/* default component styles */
.ctlCmdStack .item .text{}

.ctlCmdStack .item{
	margin: 0px; 
	padding: 0px; 
}

.ctlCmdStack .item .button{ 
	display: inline; 
	vertical-align: middle;
	margin-top : 0px;
	margin-bottom: 0px;
	cursor: pointer; 
}

/* component styles when mouse hovers over text, button or menu*/
.ctlCmdStack .itemHover {
	margin: 0px; 
	padding: 0px; 
}

.ctlCmdStack .itemHover .button{ 
	display: inline; 
	vertical-align: middle;
	margin-top : 0px;
	margin-bottom: 0px;
	cursor: pointer;
}

.ctlCmdStack .itemHover .text a{
	color: #87b509;
	text-decoration: underline;
}
