/* Cascading Style Sheet Classes used by ezLaborManagerNet Controls only.
To preserve flexibility, these styles should not be applied 
to any page element in the IDE individually.
----------------------------------------------------------------------*/

/* Start ezLaborManagerNet Control classes 
----------------------------------------------------------------------*/
/* ActionButtonsWithBgImage - Used by: single and multi select zoom/lookup */
.ActionButtonsWithBgImage 
{
	background-image: url(/ezLaborManagerNetRedirect/images/buttons/1pix_button.gif);
	font-weight:bold;
	text-align:center;
}

/* ActionButtonsDisabledWithBgImage - Used by: single and multi select zoom/lookup */
.ActionButtonsDisabledWithBgImage 
{
	background-image: url(/ezLaborManagerNetRedirect/images/buttons/1pix_buttonDisabled.gif);
	font-weight:bold;
	text-align:center;
}

/* ActionButtonsTabSelectedRed - Used by: ADPTabControl*/
.ActionButtonsTabSelectedRed
{
	background-image: url(/ezLaborManagerNetRedirect/images/tabs/1pix_tab_selectedRed.gif);
	font-weight:bold;
	font-size: 12px;
}

/* ActionButtonsTabSelectedDisabled - Used by: ADPTabControl*/
.ActionButtonsTabSelectedDisabled
{
	background-image: url(/ezLaborManagerNetRedirect/images/tabs/1pix_tab_selectedDisabled.gif);
	font-weight: bold;
	font-size: 12px;
	color: gray;
}

/* ActionButtonsTabTile - Used by: ADPTabControl*/
.ActionButtonsTabTile 
{
	background-image: url(/ezLaborManagerNetRedirect/images/tabs/tab_1pix_tile.gif);
	font-weight:bold;
	font-size: 12px;
}

/* ActionButtonsTabTileDisabled - Used by: ADPTabControl*/
.ActionButtonsTabTileDisabled
{
	background-image: url(/ezLaborManagerNetRedirect/images/tabs/tab_1pix_tile.gif);
	font-weight: bold;
	font-size: 12px;
	color: White;
}

/* AppButtonTextLink - Used by: single and multi select zoom/lookup */
a.AppButtonTextLink:active,
a.AppButtonTextLink:hover,
a.AppButtonTextLink:link,
a.AppButtonTextLink:visited
{
	text-decoration: none;
	font-weight: bold;
}

/* ADPFieldLabelStyle - Used by: ADPField, zoom/lookup */
.ADPFieldLabelStyle
{
	line-height: 100%; 
	font-size:12px;
	font-weight:bold;
	padding-top: 16px;
	padding-bottom: 6px;
}

/* ADPFieldLabelStyle-NoSpaceAbobve - Used by: ADPField, multiselect zoom/lookup */
.ADPFieldLabelStyle-NoSpaceAbove
{
	line-height: 100%; 
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 6px;
}

/* ADPFieldTextBoxSpacer - Used by: ADPField*/
.ADPFieldTextBoxSpacer
{
	margin-left: 4px;
}

/* ADPSeparator - Used by: ADPSeparator, LocalizationHandlers*/
.ADPSeparator
{
	background-color: #ff0000;
}

/* ADPSeparatorText - Used by: ADPSeparator*/
.ADPSeparatorText
{
	background-image: url("/ezLaborManagerNet/images/bullet_red.gif");
	background-repeat: no-repeat;
	background-position: 1px;
	width: 100%;
	padding-left: 16px;
	font-weight: bold;
	color: #000000;
}

/* ADPRequireFieldImage - Used by: ADPWebControl*/
.ADPRequireFieldImage
{
	margin-right: 4px;
}

/* BackTo - Used by: BackTo and General UI pages - see class definition in General UI Classes. */

/* Breadcrumbs - Used by: ADPBreadcrumbs */
/* Breadcrumbs - Used by: ADPBreadcrumbs */
.Breadcrumbs,
.Breadcrumbs-Label
{
	color: #333333;
}
.Breadcrumbs-Label
{
	font-weight: bold;
}
a.Breadcrumbs:link,
a.Breadcrumbs:visited
{
	color:#0033cc;
}
a.Breadcrumbs:hover
{
	color:#0066ff;
}
a.Breadcrumbs:active
{
	color:#ff0000;
}

/* ADPButton Design time - Used by: ADPAppButton control for IDE display. */
.btnDesignTime  
{
	white-space: nowrap;
	background-position: left top;
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 12px;
	text-decoration:none;
	color: black;
	cursor: pointer;
}

/* ADPButton Link - Used by: ADPAppButton control. */
a.btnLink:active,
a.btnLink:hover,
a.btnLink:link,
a.btnLink:visited
{
	white-space: nowrap;
	background-position: left top;
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 12px;
	text-decoration:none;
	color: black;
	cursor: pointer;
}
/* ADPButton Span for Disabled buttons - Used by: ADPAppButton control.*/
.disabledButton
{
	white-space: nowrap;
	background-position: left top;
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 12px;
	cursor: default;
}
/* ADPButton Spans common declarations - Used by: ADPAppButton control.*/
.btnLtAct, .btnMdAct, .btnRtAct,
.btnLtHvr, .btnMdHvr, .btnRtHvr,
.btnLtDis, .btnMdDis, .btnRtDis,
.btnLtFoc, .btnMdFoc, .btnRtFoc,
.btnLtDep, .btnMdDep, .btnRtDep
{
	height: 19px;
	padding-top: 2px;
	padding-bottom: 3px;
}

.btnLtAct, .btnLtHvr, .btnLtDis, .btnLtFoc, .btnLtDep
{
	width: 27px;
	padding-left: 10px;
	padding-right: 11px;
}
.btnMdAct, .btnMdHvr, .btnMdDis, .btnMdFoc, .btnMdDep
{
	background-repeat: repeat-x;
}
.btnRtAct, .btnRtHvr, .btnRtDis, .btnRtFoc, .btnRtDep
{
	width: 13px;
	padding-left: 4px;
	padding-right: 5px;
}

.btnLtAct
{
	background-image: url(/ezLaborManagerNetRedirect/images/buttons/bLtAct.gif);
}
.btnMdAct
{
	background-image: url(/ezLaborManagerNetRedirect/images/buttons/bMdAct.gif);
}
.btnRtAct
{
	background-image: url(/ezLaborManagerNetRedirect/images/buttons/bRtAct.gif);
}

.btnLtHvr
{
	background-image: url(/ezLaborManagerNetRedirect/images/buttons/bLtHvr.gif);
}
.btnMdHvr
{
	background-image: url(/ezLaborManagerNetRedirect/images/buttons/bMdHvr.gif);
}
.btnRtHvr
{
	background-image: url(/ezLaborManagerNetRedirect/images/buttons/bRtHvr.gif);
}

.btnLtDis
{
	background-image: url(/ezLaborManagerNetRedirect/images/buttons/bLtDis.gif);
}
.btnMdDis
{
	background-image: url(/ezLaborManagerNetRedirect/images/buttons/bMdDis.gif);
	color: #A3A3A3;
}
.btnRtDis
{
	background-image: url(/ezLaborManagerNetRedirect/images/buttons/bRtDis.gif);
}

.btnLtFoc
{
	background-image: url(/ezLaborManagerNetRedirect/images/buttons/bLtFoc.gif);
}
.btnMdFoc
{
	background-image: url(/ezLaborManagerNetRedirect/images/buttons/bMdFoc.gif);
}
.btnRtFoc
{
	background-image: url(/ezLaborManagerNetRedirect/images/buttons/bRtFoc.gif);
}

.btnLtDep
{
	background-image: url(/ezLaborManagerNetRedirect/images/buttons/bLtDep.gif);
}
.btnMdDep
{
	background-image: url(/ezLaborManagerNetRedirect/images/buttons/bMdDep.gif);
}
.btnRtDep
{
	background-image: url(/ezLaborManagerNetRedirect/images/buttons/bRtDep.gif);
}

/* TabButtonDisText - Used by: ADPTabButton*/
.TabButtonDisText
{
	font-weight: bold;
	background-image: url(/ezLaborManagerNetRedirect/images/buttons/TabButtonDisFill.gif);
	color: White;
}

/* TabButtonSelText - Used by: ADPTabButton*/
.TabButtonSelText
{
	font-weight: bold;
	background-image: url(/ezLaborManagerNetRedirect/images/buttons/TabButtonSelFill.gif);
	color: Black;
}

/* TabButtonText - Used by: ADPTabButton*/
.TabButtonText
{
	font-weight: bold;
	background-image: url(/ezLaborManagerNetRedirect/images/buttons/TabButtonFill.gif);
	color: White;
}

/* TabButtonTextLink - Used by: ADPTabButton*/
a.TabButtonTextLink:active,
a.TabButtonTextLink:hover,
a.TabButtonTextLink:link,
a.TabButtonTextLink:visited
{
	text-decoration: none;
	font-weight: bold;
	color: White;
}

/* TabUnselectedLink - Used by: ADPTabControl*/
a.TabUnselectedLink:active,
a.TabUnselectedLink:hover,
a.TabUnselectedLink:link,
a.TabUnselectedLink:visited
{
	text-decoration: none;
	font-weight: bold;
	color: Black;
}

/* End ezLaborManagerNet Control classes 
----------------------------------------------------------------------*/

/* Start Page Header classes 
----------------------------------------------------------------------*/

.Banner
{
	background: #dace9c;
	background-image: url(/ezLaborManagerNetRedirect/images/ADPTitleBlend.jpg);
	background-repeat:repeat-y;
}
.BannerColor
{
	background: #dace9c;
}
.BlackCell
{
	background-color: black;
}
.BlueCell
{
	background:#32528f;
}
.CompanyName
{
	font-size: 18px;
	color: #32528f;
}
.CompanyName2
{
	font-size: 18px;
	padding-bottom: 2px;
	padding-top: 1px;
}
.NameText
{
	font-weight: bold;
	padding-top: 2px;
}
.WelcomeText
{
	padding-top: 2px;
}


/* End Page Header classes 
----------------------------------------------------------------------*/

/* Start Page Footer classes 
----------------------------------------------------------------------*/
a.FooterLink:link,
a.FooterLink:active,
a.FooterLink:hover,
a.FooterLink:visited 
{
	color: White !important;
	background-color: #666666 !important;
	font-size: 12px !important;
	text-decoration: none !important;
	border: none;
}
.FooterLink IMG
{
    border: none;
}
.Copyright
{
   font-style: normal;
   font-size: 10px;
   color: #333333;
}
.FooterBgColor
{
	background-color: #666666;
}
.FooterText
{
	color: White;
	padding-left: 2;
	background-color: #666666;
	font-size: 9px;
}
.Footer-AppInfoRow
{
	color: #666666;
	background-color: white;
	font-size: 9px;
}

/* End Page Footer classes 
----------------------------------------------------------------------*/