/* dbdFlyOut.actionmenu ************/
/** dbd action menu: */
		/* GLOBAL *******************************************/
		ul.dbdFly{			
			list-style-type:none;			
			position:absolute;
			cursor:pointer;
			top:0;
      		z-index:100; /* monty 11 oct 2010: 1 more than the appointments (zi=99) */
		}
		.dbdMenuBtn{
			font:11px Arial;
			position:absolute;
			z-index:10;
			cursor:pointer;
			top:0;
			height:23px;
			width:100px;			
			border-right:1px solid #fff;
			border-top:0;
			border-left:0;
			border-bottom:0;
			background:transparent;
			font-weight:bold;
      		padding-bottom:2px;
		}
		.ie-dbdMenuBtn{			
			font:11px Arial;
			position:absolute;
			z-index:10;
			cursor:pointer;
			top:0;
			height:23px;
			width:100px;		
			border-right:1px solid #fff;
			border-top:0;
			border-left:0;
			border-bottom:0;
			background:transparent;
			font-weight:bold;
			text-align:center;
			line-height:23px;
		}
		.ie-dbdMenuBtn *{border:0}
		.dbdFly-label table{
			width:100%;
		}
		
		
		.dbdFly-arrow{
			text-align:center;
			cursor:pointer;
		}
		.dbdFly-body{
			
      		vertical-align:top;
			background:white;
			border:1px solid #c3c3c3;
      		border-right:1px solid #d8d8d8;
      		border-bottom:1px solid #b3b3b3;
			/*padding:2px;*/
			width:230px;
		}
		.dbdFly-body table{width:100%}
		.dbdFly-body .flag{
			width:11px;
			text-align:center;
			vertical-align:middle;
		}
		.dbdFly-body .flag img{
			width:11px;
			height:11px;
			vertical-align:middle;
		}
		.dbdFly-body .dbd-cat a{
			display:inline;
			line-height:1em;
		}
		.dbdFly-body .keycode{
			color:#cccccc;
      text-align:right;
      padding-right:6px;
      font-family:Courier New;
		}
		.dbdFly-body a{
			font:11px Arial;
			display:block;			
			margin:2px auto;
			padding:2px;
			text-decoration:none;
		}
		.dbdFly-body a.dbdFly-enabled{
			color:black;
		}
		.dbdFly-body a.dbdFly-disabled, a.dbdFly-disabled:HOVER {
			font-style:italic;
			color:#ccc;
		}
		.dbdFly-body .hover-row, .dbdFly-body .sub-hover-row{
			background:#FEE8B9;
		}
		.dbdFly-body .row{
			background:white;
		}
			.dbdFly-label-string{
				font-family:Arial;
				font-size:11px;
				font-weight:bold;
				padding-left:8px;
				padding-right:8px;
				height:23px;
				line-height:23px;
        white-space:nowrap;
			}
			.dbdFly-arrow{
			width:17px;
			border-right:1px solid rgb(216,216,216);
		}	
			
		.dbdFly-ruler{
			height:1px;
			font-size:1px;
			background:#ccc;
		}
		.dbdFly-spacer{
			height:10px;
		}
/********************************************/
