﻿
/* 
	MASTER PAGE LAYOUT
	dMSPALL = master frame
	dMSPMSH = master header panel
	dMSPBDY = master body container
*/
#dMSPALL
{
	margin: 0px auto 0px auto;
	text-align: left;
	width: 1000px;
}
#dMSPMSH
{
	position: relative;
	margin: 0px;
	width: 1000px;
}
#dMSPBDY
{
    background-color:inherit;
    max-width: 1000px;
}
/* 
	MASTER HEADER LAYOUT
	dMSPLGO = master header logo
	xMSHLGO = master header logo image
	dMSPUSR = master header user info
	xTOPACT = master header menu
*/
#dMSPMLG
{
	float: left;
	margin: 15px;
	background-repeat: no-repeat;
}
#dMSPUSR
{
	padding: 5px 15px 15px 15px;
	height: 15px;
	float: right;
	text-align: right;
	direction: rtl;
}
#dMSPUSR .dxeBase
{
	font-size: 9px;
}
#dMSPACT
{
	height: 15px;
	clear: right;
	padding-right: 10px;
	padding-bottom: 5px;
	float: right;
	direction: rtl
}
#dMSPACT .dxmMenuItem
{
	font-size: 10px;
	font-weight: bold; 
	padding: 0px 5px 0px 5px !important;
}
/* 
	MESSAGE LAYOUT
	xMSGSEC = message section
*/
.xTIPPOP,
.xMSGPOP
{ 
    white-space:nowrap;
}
/* 	HEADER CONTEXT LAYOUT
	xHDCCTX = header context content
	xHDCSTD = header context navbar
	xHDCACT = header context action menu
    xHDCTXT = header context text
*/
.xHDCCTX { width: 985px; }
.xHDCNAV { width: 1000px; }
.xHDCACT .dxmMenu
{
	padding: 1px 0px 1px 10px !important;
	float: left;
}
.xHDCACT .dxmMenuItem
{
	padding: 0px 5px 0px 5px !important;
}
/* 	MASTER LOADING
	xMSPDIM = loading overlay
	xMSPDMI = loading overlay image
*/
#dMSPDIM
{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:20;
	overflow:hidden;
}
.xMSPDMI
{
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	position:relative;
    width:100%;
	height:100%;
	overflow:hidden;
}
.xMSPLDM
{
	position:absolute;
	top:250px;
	left:45%;
}
