@charset "utf-8";
/* CSS Document */
/* Jquery Context - Menu */
.b-m-noicon { width:26px; height: 16px; display:none; float:left;}
.b-m-mpanel {
	/*background: #F0F0F0 url(images/http-xtrim-oz24-net-proof-v8-2-templates-cdm-dynamic-images-menu-bg.gif) left repeat-y;*/
	background-color: #F0F0F0;
	border: 1px solid #718BB7;
	padding: 2px 0;
	position: absolute;
	z-index: 99997;
	left:0px;
	top:0px;
	color: #333;
	font-family:Arial, Helvetica, sans-serif;
}
.b-m-split {
	height: 6px;
	background: url(images/http-xtrim-oz24-net-proof-v8-2-templates-cdm-dynamic-images-m-splitline.gif) center repeat-x;
	font-size: 0px;
	margin: 0 2px;
}
.b-m-item, .b-m-idisable
{
    padding: 4px 2px;
    margin: 0 2px 0 3px;
    cursor: normal;
    line-height:100%;
}
.b-m-idisable{
    color:#808080;
}
.b-m-ibody, .b-m-arrow {
	overflow: hidden;
	text-overflow: ellipsis;
	
}
.b-m-arrow {
	background: url(images/http-xtrim-oz24-net-proof-v8-2-templates-cdm-dynamic-images-m-arrow.gif) right 2px no-repeat;	
}
.b-m-idisable .b-m-arrow
{
    background:none;
}
.b-m-item img, .b-m-ifocus img, .b-m-idisable img {
	margin-right: 8px;
}
.b-m-ifocus {
/*	background: url(images/http-xtrim-oz24-net-proof-v8-2-templates-cdm-dynamic-images-m-item.gif) repeat-x bottom;
*/	border: 1px solid #AACCF6;
	padding: 3px 1px ;
    margin: 0 2px 0 3px;
    cursor: normal;
    line-height:100%;
	cursor:pointer;
}
.b-m-idisable img {
}
.b-m-ifocus {
	color:#333;
/*	visibility:hidden;*/
}

/* customTmpl*/
.customTmpl{
	border: none;
	padding: 0;
	min-width: 154px;
	background-color:transparent;
/*	font-weight:bold;
*/	font-size:12px;
	font-family:Arial,Helvetica,sans-serif;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}
.customTmpl .b-m-noicon { display:block; width:16px; height: 16px; float:left;}
.customTmpl .b-m-item, .customTmpl .b-m-idisable{
/*	background:url(images/http-xtrim-oz24-net-proof-v8-2-templates-cdm-dynamic-images-control-panel-parts-150.png) no-repeat scroll -1380px -91px transparent;
*/	margin: 0;
	background-color: #fff;
	border-top:1px solid #333;
	padding: 5px 10px 5px 5px;
	height:12px
}
.customTmpl .b-m-ifocus{
	border:none;
	background-color: #adf;
	border-top:1px solid #333;
/*	background:url(images/http-xtrim-oz24-net-proof-v8-2-templates-cdm-dynamic-images-control-panel-parts-150.png) no-repeat scroll -1380px -129px transparent;
*/	margin: 0;
	padding: 5px 10px 5px 5px;
	height:12px
}
.customTmpl .b-m-titleClass{
/*	background:url(images/http-xtrim-oz24-net-proof-v8-2-templates-cdm-dynamic-images-control-panel-parts-150.png) no-repeat scroll -1380px -168px transparent;*/
	border-top: 5px solid #333;
	background-color:#fff;
	opacity:0.875;
	height:10px;
	text-align:center;
	padding:7px;
	color: #333;
}
.customTmpl .b-m-footerClass{
/*	background:url(images/http-xtrim-oz24-net-proof-v8-2-templates-cdm-dynamic-images-control-panel-parts-150.png) no-repeat scroll -1380px -222px transparent;*/
	height:0px;
	text-align:center;
	padding:0px;
	border:none;
}
.customTmpl .b-m-titleClass .b-m-noicon { display:none; }
