.ActionsMenuIcon
{
	margin-left:5px;
	margin-right:5px;
}


.OfficeMenu{
    cursor:hand;
    background-color:#f7fbff;
	background-image:url(/images/officemenu/menu.bg.gif);
    filter:progid:DXImageTransform.Microsoft.Shadow(color='#777777', Direction=135, Strength=3); 
    border:1px solid #666666;
	padding:1,0,1,0;
    position:absolute;
    z-index:1000;
    display:none;
    text-align:left;
}

.icon{
	width:16px;
	height:16px;
	vertical-align:middle;
	border:0px;
}
.iconInLink
{
	width:16px;
	height:16px;
	vertical-align:middle;
	border:0px;
	margin-right:2px;
}

.OfficeMenu .linkItem
{
	behavior:url(/client/behavours/divlink.htc);
	margin:0,1,0,1;
	padding:3,21,3,3;
	color:#444444;
	white-space:nowrap;	
	text-decoration:none;
}
.OfficeMenu .linkItemHover{
    color:#175191;
	background-color:#a9c2d8;
	border:#175191 1px solid;
	margin:0,1,0,1;
	padding:2,20,2,2;
	white-space:nowrap;
}
.OfficeMenu .separator
{
	background-color:#A6A6A6;padding-top:1px;margin:1,0,1,30;
}

.minimenu
{
	display:none;
	height:200px;
    cursor:hand;
    background-color:#fafafa;
	border:1px solid #666666;
	padding:4;
    position:absolute;
    overflow-y:auto;
    z-index:1000;
    text-align:left;
    white-space:nowrap;
    filter:progid:DXImageTransform.Microsoft.Shadow(color='#777777', Direction=135, Strength=3); 
}
.minimenu a
{
	padding:2px;
	width:100%;
}

.ActionsMenuMoveModule
{
	background-color:#BBBBBB;
	margin:1px;
	
}
.ActionsMenuMoveModule td
{
	background-color:white;
	padding:1px;
	margin:0px;
	font-weight:0px;
}
.ActionsMenuMoveModule .ReservedArea{
	background-color:#DDDDDD;
	margin-bottom:1px;
}
	

.ActionsMenuMoveModule .CurrentPaneLocation
{
	background-color:#a9cae3;
	width:100%;
	height:100%;
	margin-bottom:1px;
	border:solid 1px #3399CC;
}
.MoveModuleTable{
	width:130!important;
	height:70;
	padding:0px;
	margin:0px;
}
.MoveModuleTipBar
{
	color:#444444;
	margin-bottom:3px;	
	font-size:7pt;
}




.CanvasBlockImg
{
	position:absolute;
	left:0px;
	top:0px;
	width:expression(document.body.clientWidth);
	height:expression(document.body.clientHeight);
}

.SubResults{
	margin-top:3px;
	margin-bottom:10px;
	width:100%;
}






.micropopup{
	overflow:hidden;
	position:absolute;
	letter-spacing:-0.5pt;
}
.micropopupShadow{
	background-color:#444444;
	position:absolute;
	overflow:hidden;
	letter-spacing:-0.5pt;
}
.micropopupContainer{
	background-color:white;
	border:solid 1px #888888;
	position:absolute;
	overflow:hidden;
	letter-spacing:-0.5pt;
}
.micropopupTitleBar{
	background:url('/images/common/icon_tab.gif');
	color:#666666;
	cursor:hand;
	vertical-align:middle;
	font-weight:bold;
	height:23px;
	letter-spacing:-0.5pt;
}
.micropopupTitle{
	padding:4px;
	cursor:move;
	letter-spacing:-0.5pt;
}
.micropopupClose{
	cursor:hand;
	width:16px;
	height:20px;
	font-weight:bold;
	letter-spacing:-0.5pt;
}
.micropopupContent{
	position:absolute;
	overflow:auto;
	padding:3px;
	letter-spacing:-0.5pt;
}