/* ***************************************************************************************************************** */
/* Window Manager CSS */

.WMWindowActive, .WMWindowInactive {
	border: #000000 4px solid;
	width: auto;
	/* The following are REQUIRED */
	position: absolute;
}

.WMWindowInner {
	border: #FFFFFF 1px solid;
	/*
		IF YOU ADD MARGINS OR PADDING:
		ONLY USE PIXEL MARGINS AND PADDING!!!
		Be sure you set WMSettings.AdjustWindowInnerWid to the negative of them added together.
		For example, if you do:
		margin: 4px 2px;
		padding: 2px 8px;
		use -20 for WMSettings.AdjustWindowInnerWid (2px margin on left and right, 8px padding on left and right)
	*/
	/* The following are REQUIRED */
	overflow: hidden;
}

.WMTitleBar {
	background: #000000 url(/images/wm/titlebg.gif) left top repeat-x;
	border-bottom: #FFFFFF 1px solid;
	cursor: move;
	/*
		IF YOU ADD MARGINS OR PADDING:
		ONLY USE PIXEL MARGINS AND PADDING!!!
		Be sure you set WMSettings.AdjustTitleBarWid to the negative of them added together.
		For example, if you do:
		margin: 4px 2px;
		padding: 2px 8px;
		use -20 for WMSettings.AdjustTitleBarWid (2px margin on left and right, 8px padding on left and right)
	*/
	/* The following are REQUIRED */
}

.WMTitleBarTitle {
	background: url(/images/wm/logo.gif) 4px 2px no-repeat;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	padding: 3px 6px 2px 22px;
	white-space: nowrap;
}

.WMTitleBarButton {
	margin-right: 4px;
	padding-top: 2px;
	padding-bottom: 1px;
	float: right;
	cursor: pointer;
}

.WMContent {
	/*background: #F8F4E1 url(/images/wm/grad.gif) 0px 0px repeat-x;*/
	background: #444444;
	/*
		IF YOU ADD MARGINS OR PADDING:
		ONLY USE PIXEL MARGINS AND PADDING!!!
		Be sure you set WMSettings.AdjustContentWid and WMSettings.AdjustContentHei to the negative of them added together.
		For example, if you do:
		margin: 4px 2px;
		padding: 2px 8px;
		use -20 for WMSettings.AdjustContentWid (2px margin on left and right, 8px padding on left and right)
		and use -12 for WMSettings.AdjustContentHei (4px margin on top and bottom, 2px padding on top and bottom)
	*/
	/* The following are REQUIRED */
	overflow: auto;
}

.WMContentInner {
	padding: 12px 10px 10px 10px;
	/* The following are REQUIRED */
}

.WMContentCustom {
	background: #444444;
	/*
		IF YOU ADD MARGINS OR PADDING:
		ONLY USE PIXEL MARGINS AND PADDING!!!
		Be sure you set WMSettings.AdjustContentCustomWid and WMSettings.AdjustContentCustomHei to the negative of them added together.
		For example, if you do:
		margin: 4px 2px;
		padding: 2px 8px;
		use -20 for WMSettings.AdjustContentCustomWid (2px margin on left and right, 8px padding on left and right)
		and use -12 for WMSettings.AdjustContentCustomHei (4px margin on top and bottom, 2px padding on top and bottom)
	*/
	/* The following are REQUIRED */
	overflow: auto;
}

.WMButtons {
	border-top: #FFFFFF 1px solid;
	background: #666666;
	padding: 4px 0 4px 0;
	/* The following are REQUIRED */
	clear: both;
	overflow: hidden;
}

.WMButtonsButton {
	padding: 0 4px;
}

.WMButtonsButton img {
	cursor: pointer;
}


/* ***************************************************************************************************************** */
/* Icons */

.WMIconExclamation {
	background: url(/images/wm/icons/alert.gif) 8px 0px no-repeat;
	padding-left: 56px;
	min-height: 29px;
}

.WMIconSmiley {
	background: url(/images/wm/icons/smiley.gif) 8px 0px no-repeat;
	padding-left: 60px;
	min-height: 38px;
}

.WMIconThumbsUp {
	background: url(/images/wm/icons/thumbsup.gif) 8px 0px no-repeat;
	padding-left: 56px;
	min-height: 39px;
}



/* ***************************************************************************************************************** */
/* DHTML Javascript Tie Ins */

/* Please Wait Floater */
#DHTMLPleaseWait {
	z-index: 10000;
	background: url(/images/pieces/dhtml/loadinganim.gif) top left no-repeat;
	width: 204px;
	height: 130px;
}



/* ***************************************************************************************************************** */
/* DHTML Forms */

/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ */
/* Main Display Regions */

#DFormErrorRegion {
	display: none;
	margin-bottom: 10px;
}

#DFormErrorInner {
	border: #888888 1px solid;
	background-color: #FFFFCC;
	font-weight: bold;
	color: #CC0000;
	padding: 8px;
}

#DFormPreHTMLRegion {
	margin-bottom: 10px;
}

#DFormPreHTMLInner {
}

#DFormFormHTMLRegion {
}

#DFormFormHTMLInner {
}

#DFormPostHTMLRegion {
	margin-top: 10px;
}

#DFormPostHTMLInner {
}


/* ***************************************************************************************************************** */
/* DPopup Classes */

/* Used when using custom inner content */
/*
	DO NOT DO PADDING OR MARGINS HERE! USE THE DPOPUP CONFIG SCRIPT INSTEAD
	THIS NEEDS TO WORK IN A TD AND IN A DIV
*/
.DPopupCustom {
}



/* ***************************************************************************************************************** */
/* Custom Classes */

