﻿#supplier_backgroundPopup {
	    z-index:1;
	    position: fixed;

	    display:none;
	    height:100%;
	    width:100%;
	    background:#000000;

	    top:0px;
	    left:0px;
}
	
	div.supplier_loader {
	    background: url("../img/loading.gif") no-repeat scroll 0 0 transparent;
	    height: 32px;
	    width: 32px;
	    display: none;
	    z-index: 9999;
	    top: 40%;
	    left: 50%;
	    position: absolute;
	    margin-left: -10px;
	}
	
	span.supplier_ecs_tooltip {
	    background: none repeat scroll 0 0 #000000;
	    border-radius: 2px 2px 2px 2px;
	    color: #FFFFFF;
	    display: none;
	    font-size: 11px;
	    height: 16px;
	    opacity: 0.7;
	    padding: 4px 3px 2px 5px;	    position: absolute;
	    right: -62px;
	    text-align: center;
	    top: -51px;
	    width: 93px;
	}
	#errmsg
{
color: red;
}
	span.supplier_arrow {
	    border-left: 5px solid transparent;
	    border-right: 5px solid transparent;
	    border-top: 7px solid #000000;
	    display: block;
	    height: 1px;
	    left: 40px;
	    position: relative;
	    top: 3px;
	    width: 1px;
	}	div#supplier_popup_content {
	    margin: 4px 7px;	    /* remove this comment if you want scroll bar
	    overflow-y:scroll;
	    height:200px
	    */
	}
	
	
	/* Menu core Supplier CSS */
	
	
	#supplierMain_backgroundPopup {
	    z-index:1;
	    position: fixed;

	    display:none;
	    height:100%;
	    width:100%;
	    background:#000000;

	    top:0px;
	    left:0px;
}
	
	div.supplierMain_loader {
	    background: url("../img/loading.gif") no-repeat scroll 0 0 transparent;
	    height: 32px;
	    width: 32px;
	    display: none;
	    z-index: 9999;
	    top: 40%;
	    left: 50%;
	    position: absolute;
	    margin-left: -10px;
	}
	
	
	span.supplierMain_ecs_tooltip {
	    background: none repeat scroll 0 0 #000000;
	    border-radius: 2px 2px 2px 2px;
	    color: #FFFFFF;
	    display: none;
	    font-size: 11px;
	    height: 16px;
	    opacity: 0.7;
	    padding: 4px 3px 2px 5px;	    position: absolute;
	    right: -62px;
	    text-align: center;
	    top: -51px;
	    width: 93px;
	}
	#errmsgMain
{
color: red;
}
	span.supplierMain_arrow {
	    border-left: 5px solid transparent;
	    border-right: 5px solid transparent;
	    border-top: 7px solid #000000;
	    display: block;
	    height: 1px;
	    left: 40px;
	    position: relative;
	    top: 3px;
	    width: 1px;
	}	div#supplierMain_popup_content {
	    margin: 4px 7px;	    /* remove this comment if you want scroll bar
	    overflow-y:scroll;
	    height:200px
	    */
	}
