﻿/* ##########################################################################
	 Header and Footer Styles
#############################################################################*/
.default-header
{
	background: #ffffff;
	padding-left: 20px;
	padding-top: 20px;
	height: 70px;
}

.org-name
{
	font-size: 31px;
	color: #8e9946;
	font-weight: normal;
	padding-right: 10px;
	padding-left: 20px;
}

.portal-name
{
	font-size: 31px;
	color: #40528e;
}

.powered-by
{
	display: block;
	font-size: 11px;
	color: #666666;
	padding-left: 20px;
}

.default-footer
{
	color: #ffffff;
	text-align: center;
}

/*#############################################################################
 eSuite Master
#############################################################################*/
.fieldSubLabel
{
	color: #999999;
	font-size: 8pt;
	text-transform: uppercase;
}

html
{
	background: #7e7e7e;
}

body
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}

/*Navigation */
.SkipToMain a 
{
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

	.SkipToMain a:focus 
{
	position: static;
	width: auto;
	height: auto;
}
.eSuiteMasterNavigation
{
}

/* Wrapper */
div.eSuiteMasterWrapper
{
	margin-left: auto;
	margin-right: auto;
	min-width: 610px;
	width: 100%;
}

	/* Wrapper Border Images */
	div.eSuiteMasterWrapper div.BorderImage
	{
		border-collapse: collapse;
		border-spacing: 0px;
		width: 100%;
	}
		div.eSuiteMasterWrapper div.BorderImage > div {
			display: flex;
		}

		div.eSuiteMasterWrapper div.BorderImage div.MiddleLeft {
			background: url('../Images/eSuiteShared/bg-shadow2.png') repeat-y left top;
			width: 14px;
			flex-grow:0;
		}

		div.eSuiteMasterWrapper div.BorderImage div.MiddleCenter {
			background: #5d6366;
			flex-grow: 1000;
		}

		div.eSuiteMasterWrapper div.BorderImage div.MiddleRight {
			background: url('../Images/eSuiteShared/bg-shadow2.png') repeat-y right top;
			width: 14px;
			flex-grow: 0;
		}

img.eSuiteMasterWrapperBorderSpacer
{
	/* make sure the side borders won't collapse if the content is too wide */
	width: 14px;
}


/* Header Title Area */
div.eSuiteMasterHeaderMain
{
	/*background: url('../Images/eSuiteShared/HeaderImage.jpg') no-repeat right top #ffffff;
	height: 79px;
	padding: 20px;
	padding-top: 40px;*/
}

	/* default custom header */
	div.eSuiteMasterHeaderMain .org-name
	{
		font-size: 31px;
		color: #8e9946;
		font-weight: normal;
		padding-right: 10px;
	}

	div.eSuiteMasterHeaderMain .portal-name
	{
		font-size: 31px;
		color: #40528e;
	}

	div.eSuiteMasterHeaderMain .powered-by
	{
		display: block;
		font-size: 11px;
		color: #666666;
	}


/* Content Wrapper */
div.eSuiteMasterContentWrapper
{
	padding: 8px 14px;
}

	/* Content Border Images */
	div.eSuiteMasterContentWrapper div.BorderImage
	{
		border-collapse: collapse;
		border-spacing: 0px;
		width: 100%;
		clear: both;
	}
		div.eSuiteMasterContentWrapper div.BorderImage > div {
			display:flex;
		}

		div.eSuiteMasterContentWrapper div.BorderImage div.TopLeft,
		div.eSuiteMasterContentWrapper div.BorderImage div.TopRight,
		div.eSuiteMasterContentWrapper div.BorderImage div.BottomLeft,
		div.eSuiteMasterContentWrapper div.BorderImage div.BottomRight,
		div.eSuiteMasterContentWrapper div.BorderImage div.MiddleLeft,
		div.eSuiteMasterContentWrapper div.BorderImage div.MiddleRight {
			flex-grow:0
		}
		div.eSuiteMasterContentWrapper div.BorderImage div.TopCenter,
		div.eSuiteMasterContentWrapper div.BorderImage div.MiddleCenter,
		div.eSuiteMasterContentWrapper div.BorderImage div.BottomCenter {
			flex-grow:1000
		}

		div.eSuiteMasterContentWrapper div.BorderImage div.TopLeft {
			background-color: #FFFFFF;
			background: url('../Images/eSuiteShared/box-white-top.gif') no-repeat left top;
			height: 8px;
			width: 12px;
			padding: 0px;
		}

		div.eSuiteMasterContentWrapper div.BorderImage div.TopRight {
			background-color: #FFFFFF;
			background: url('../Images/eSuiteShared/box-white-top.gif') no-repeat right top;
			height: 8px;
			width: 12px;
			padding: 0px;
		}

		div.eSuiteMasterContentWrapper div.BorderImage div.BottomLeft {
			background-color: #FFFFFF;
			background: url('../Images/eSuiteShared/box-white-bottom.gif') no-repeat left bottom;
			height: 8px;
			width: 12px;
			padding: 0px;
		}

		div.eSuiteMasterContentWrapper div.BorderImage div.BottomRight {
			background-color: #FFFFFF;
			background: url('../Images/eSuiteShared/box-white-bottom.gif') no-repeat right bottom;
			height: 8px;
			width: 12px;
			padding: 0px;
		}

		div.eSuiteMasterContentWrapper div.BorderImage div.TopCenter,
		div.eSuiteMasterContentWrapper div.BorderImage div.MiddleLeft,
		div.eSuiteMasterContentWrapper div.BorderImage div.MiddleCenter,
		div.eSuiteMasterContentWrapper div.BorderImage div.MiddleRight,
		div.eSuiteMasterContentWrapper div.BorderImage div.BottomCenter {
			background: #FFFFFF;
		}

img.eSuiteMasterContentBorderSpacer
{
	width: 12px;
}
/* END eSuite Master
#############################################################################*/






/*#############################################################################
 General Styles (applies to all pages)
#############################################################################*/

/* Headers */
h1
{
	color: #1c5d91; /* blue */
	font-size: 24px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}

h2 {
	color: #B45E08; /* orange */
	font-size: 18px;
	margin: 12px 0px 12px 0px;
	font-weight: normal;
}

	h2 span.header-description
	{
		font-size: 11px;
		padding-left: 4px;
		color: #333333;
	}

h3
{
	font-size: 14px;
	color: #1c5d91;
	margin: 26px 0px 9px 0px;
	font-weight: normal;
	background-color: Transparent;
}

h4
{
	font-size: 14px;
	color: #1c5d91;
	margin: 6px 0px 9px 0px;
	font-weight: normal;
	background-color: Transparent;
}
/* anchors/links */
a
{
	color: #1c5d91;
	font-weight: bold;
}

	a img
	{
		border: none;
	}

/* links no under line*/
.hrefnounderline
{
	font-weight: bold;
	text-decoration: none;
}

/*Loading Div */
div.loading-box
{
	background-image: url('../Images/loading image.gif');
	background-repeat: no-repeat;
	background-color: White;
	margin: 2px;
	width: 120px;
	height: 25px;
	border: none;
	position: fixed;
	z-index: 100000;
	color: #1c5d91;
	display: block;
}

/* Field Sets */
fieldset
{
	padding: 5px 0px;
	margin: 0px;
}

	fieldset legend
	{
		font-size: 18px;
		font-weight: normal;
		color: #de7e17;
		padding-right: 5px;
	}


/* text boxes */
/*input[type="text"], */
input[type="password"]
{
	width: 200px;
}

input.date[type="text"]
{
	width: 80px;
}

/* submit button */
input.submit-button
{
	background: #40528e;
	border: none;
	padding: 3px 15px;
	color: #ffffff;
	text-transform: uppercase;
	cursor: pointer;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

	input.submit-button[disabled]
	{
		cursor: default;
		background: #7e7e7e;
	}


/* watermark */
.textBoxWatermark
{
	color: #aaaaaa;
	font-size: 12px;
	font-style: italic;
	text-align: center;
}

/*Navigation Bar */

div.Nav
{
	background: #40528e;
	border-top: 2px solid #99bddc;
	min-height: 20px;
}

	div.Nav a
	{
		border-top: 2px solid #99bddc;
		color: #ffffff;
		display: inline-block;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
		margin-top: -2px;
		padding-top: 5px;
		padding-right: 10px;
		padding-bottom: 5px;
		padding-left: 10px;
	}

		div.Nav a:hover,
		div.Nav a.currentPage
		{
			background: #5d6366;
			border-top: 2px solid #8f979b;
		}

/* auto complete panel */
div.autoCompletePanel
{
	background: #FFFFFF;
	height: 100px;
	overflow: auto;
	border-top: 1px outset #000000;
	border-left: 1px outset #000000;
	border-right: 3px outset #afafaf;
	border-bottom: 3px outset #afafaf;
}

div.AutoCompleteList div
{
	border-bottom: 1px solid #afafaf;
}


/* help text */
.helpText
{
	font-size: 12px;
	font-style: italic;
	color: #aaaaaa;
}

.warning
{
	color: #CC0000;
}

.important
{
	font-weight: bold;
}

.required
{
	color: Maroon;
	font-weight: bold;
}

p
{
	font-size: 12px;
}

	p.important,
	span.important
	{
		color: Maroon;
		font-weight: bold;
	}

/* normalized content */
span.normalizedContent
{
}

/* login section */
div.login
{
	margin: 0px auto;
	width: 70%;
}

/* account link section */
div.accountLink
{
	margin-top: 10px;
}

	div.accountLink div.accountLink-title
	{
		font-weight: bold;
	}

	div.accountLink div.accountLink-link a
	{
		font-weight: normal;
	}


/* "welcome, [username]" text */
.welcome-text
{
	display: block;
	color: #ffffff;
	font-size: 16px;
	float: right;
	background-color: #5d6366;
}

.section-divider
{
	border-top: 1px solid #cccccc;
}


/***************/
/* Entry Table */
/***************/
table.table-entry
{
	font-size: 12px;
}

	table.table-entry td
	{
		font-size: 9pt;
		font-weight: bolder;
	}

	table.table-entry th
	{
		font-size: 9pt;
		font-style: normal;
		font-weight: 200;
		text-align: right;
		vertical-align: middle;
	}

	table.table-entry td span.fieldSubLabel
	{
		font-weight: normal;
	}
/* END Entry Table */
/*******************/

/*************************/
/* Data Table with scroll*/
/*************************/
table.table-data-with-scroll
{
	border-collapse: collapse;
	border-spacing: 0px;
	width: 95%;
	font-size: 12px;
	margin-bottom: 40px;
}

	/* header */
	table.table-data-with-scroll th,
	.gridHeader
	{
		border-bottom: 1px solid #afafaf;
		background: #e7f1f9;
		font-weight: normal;
		text-align: left;
		vertical-align: bottom;
	}

		/* header links */
		table.table-data-with-scroll th a
		{
			text-decoration: none;
		}

	/* footer */
	table.table-data-with-scroll td.gridFooter
	{
		background-color: #729fdc;
		border: solid 1px #285ea6;
		color: White;
		font-family: Calibri;
		font-weight: bold;
		text-align: center;
	}

	/* padding inside cells */
	table.table-data-with-scroll td,
	table.table-data-with-scroll th
	{
		text-align: left;
	}

	table.table-data-with-scroll td
	{
		border-bottom: 1px solid #dddddd;
		vertical-align: top;
	}

		/* money, quantities, numbers, etc. */
		table.table-data-with-scroll th.right-align,
		table.table-data-with-scroll th.money,
		table.table-data-with-scroll td.right-align,
		table.table-data-with-scroll td.money,
		table.table-data-with-scroll th.quantity,
		table.table-data-with-scroll td.quantity,
		table.table-data-with-scroll th.number,
		table.table-data-with-scroll td.number,
		table.table-data-with-scroll th.hours,
		table.table-data-with-scroll td.hours,
		table.table-data-with-scroll th.days,
		table.table-data-with-scroll td.days
		{
			text-align: right;
		}

		table.table-data-with-scroll th.images,
		table.table-data-with-scroll td.images
		{
			text-align: center;
		}


		table.table-data-with-scroll td.right-align-no-border
		{
			border: none 0 White;
			text-align: right;
		}

	table.table-data-with-scroll tr.odd td,
	.gridRowAlt
	{
		background: #ededed;
	}

	table.table-data-with-scroll tr.selected td,
	.gridRowSelected
	{
		background: #e7f1f9;
	}

	table.table-data-with-scroll th.right-align-total
	{
		border-bottom: 1px solid #afafaf;
		border-top: 1px solid #afafaf;
		background: #e7f1f9;
		font-weight: normal;
		text-align: right;
	}

	/* expand collapse */
	table.table-data-with-scroll th.ExpandCollapse,
	table.table-data-with-scroll td.ExpandCollapse
	{
		padding: 0px;
	}

	table.table-data-with-scroll tr td div
	{
		overflow: visible;
	}

	table.table-data-with-scroll tr.collapsedNoMaxHeight td div
	{
		max-height: 0px;
		overflow: hidden;
	}

	table.table-data-with-scroll tr.collapsed td div
	{
		max-height: 14px;
		overflow: hidden;
	}

	table.table-data-with-scroll input.ExpandCollapse
	{
		background: transparent;
		border: none;
		color: #1C5D91;
		cursor: pointer;
		float: left;
		font-size: 14px;
		font-weight: 900;
		padding: 0px;
		width: 16px;
	}

	table.table-data-with-scroll tr.ExpandCollapseDetails.collapsed
	{
		display: none;
	}
/* END Data Table-with-scroll */
/******************/

/**************/
/* Data Table */
/**************/
table.table-data
{
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
	font-size: 12px;
	margin-bottom: 40px;
}



	/* header */
	table.table-data th,
	.gridHeader
	{
		border-bottom: 1px solid #afafaf;
		background: #e7f1f9;
		font-weight: normal;
		text-align: left;
		vertical-align: bottom;
	}

		/* header links */
		table.table-data th a
		{
			text-decoration: none;
		}

	/* footer */
	table.table-data td.gridFooter
	{
		background-color: #729fdc;
		border: solid 1px #285ea6;
		color: White;
		font-family: Calibri;
		font-weight: bold;
		text-align: center;
	}

	/* padding inside cells */
	table.table-data td,
	table.table-data th
	{
		text-align: left;
		padding: 4px 10px;
	}

	table.table-data td
	{
		border-bottom: 1px solid #dddddd;
		vertical-align: top;
	}

		/* money, quantities, numbers, etc. */
		table.table-data th.right-align,
		table.table-data th.money,
		table.table-data td.right-align,
		table.table-data td.money,
		table.table-data th.quantity,
		table.table-data td.quantity,
		table.table-data th.number,
		table.table-data td.number,
		table.table-data th.hours,
		table.table-data td.hours,
		table.table-data th.days,
		table.table-data td.days
		{
			text-align: right;
		}

		table.table-data th.images,
		table.table-data td.images
		{
			text-align: center;
		}


		table.table-data td.right-align-no-border
		{
			border: none 0 White;
			text-align: right;
		}

	table.table-data tr.odd td,
	.gridRowAlt
	{
		background: #ededed;
	}

	table.table-data tr.selected td,
	.gridRowSelected
	{
		background: #e7f1f9;
	}

	table.table-data th.right-align-total
	{
		border-bottom: 1px solid #afafaf;
		border-top: 1px solid #afafaf;
		background: #e7f1f9;
		font-weight: normal;
		text-align: right;
	}

	/* expand collapse */
	table.table-data th.ExpandCollapse,
	table.table-data td.ExpandCollapse
	{
		padding: 0px;
	}

	table.table-data tr td div
	{
		overflow: visible;
	}

	table.table-data tr.collapsedNoMaxHeight td div
	{
		max-height: 0px;
		overflow: hidden;
	}

	table.table-data tr.collapsed td div
	{
		max-height: 14px;
		overflow: hidden;
	}

	table.table-data input.ExpandCollapse
	{
		background: transparent;
		border: none;
		color: #1C5D91;
		cursor: pointer;
		float: left;
		font-size: 14px;
		font-weight: 900;
		padding: 0px;
		width: 16px;
	}

	table.table-data tr.ExpandCollapseDetails.collapsed
	{
		display: none;
	}

	table.table-data td.Comments
	{
		font-style: italic;
		color: Gray;
	}
/* END Data Table */
/******************/


/*****************/
/* Display Table */
/*****************/
table.table-display
{
	font-size: 12px;
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 4px 10px;
}

	table.table-display thead th
	{
		background: transparent;
		border-bottom: 1px solid #000000;
		font-weight: bold;
		text-align: left;
		vertical-align: top;
	}

	table.table-display tbody th,
	table.table-display tfoot th
	{
		background: transparent;
		border: none;
		font-size: 12px;
		font-weight: bold;
		vertical-align: top;
		text-align: left;
		padding: 2px;
		padding-right: 5px;
	}

		table.table-display tbody th.cdlicensingsummary
		{
			background: transparent;
			border: none;
			font-size: 12px;
			font-weight: bold;
			vertical-align: top;
			text-align: left;
			padding: 4px;
			padding-right: 15px;
		}

	table.table-display tbody td,
	table.table-display td
	{
		border: none;
		vertical-align: top;
		padding: 4px;
	}

		table.table-display td label
		{
			font-weight: bold;
		}

	table.table-display tfoot td
	{
		border-top: 1px solid black;
		vertical-align: top;
		padding: 4px;
	}


	/* money */
	table.table-display th.right-align,
	table.table-display th.money,
	table.table-display td.right-align,
	table.table-display td.money
	{
		text-align: right;
	}

	/* quantity */
	table.table-display th.quantity,
	table.table-display td.quantity
	{
		text-align: right;
		padding: 0px;
	}

	/* quantity */
	table.table-display th.bids-summary-data,
	table.table-display td.bids-summary-data
	{
		text-align: left;
		padding: 0px;
		width: 65%;
	}

	table.table-display td.summary-label
	{
		font-weight: bold;
		text-decoration: underline;
	}
/* END Display Table */
/*********************/

/*****************/
/* Display Table with scroll*/
/*****************/
div.cdlicensingsummary
{
	margin-left: 15px;
}

table.table-display-with-scroll
{
	font-size: 12px;
	border-collapse: collapse;
	width: 95%;
	border-spacing: 0px;
	padding: 4px 10px;
}

table.table-display thead th
{
	background: transparent;
	border-bottom: 1px solid #000000;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

table.table-display tbody th.cdlicensingsummary
{
	background: transparent;
	border: none;
	font-size: 12px;
	font-weight: bold;
	vertical-align: top;
	text-align: left;
	padding: 4px;
	padding-right: 15px;
}

table.table-display tbody td,
table.table-display td
{
	border: none;
	vertical-align: top;
	padding: 4px;
}

	table.table-display td label
	{
		font-weight: bold;
	}

table.table-display tfoot td
{
	border-top: 1px solid black;
	vertical-align: top;
	padding: 4px;
}


/* money */
table.table-display th.right-align,
table.table-display th.money,
table.table-display td.right-align,
table.table-display td.money
{
	text-align: right;
}

/* quantity */
table.table-display th.quantity,
table.table-display td.quantity
{
	text-align: right;
	padding: 0px;
}

/* quantity */
table.table-display th.bids-summary-data,
table.table-display td.bids-summary-data
{
	text-align: left;
	padding: 0px;
	width: 65%;
}

table.table-display td.summary-label
{
	font-weight: bold;
	text-decoration: underline;
}
/* END Display Table with scroll*/
/*********************/

/*******************/
/* Search Criteria */
/*******************/
fieldset.searchCriteria
{
	border: none;
}

	fieldset.searchCriteria legend
	{
		padding: 12px 0px 12px 0px;
	}

	fieldset.searchCriteria label,
	div.searchCriteria label
	{
		color: #1c5d91;
		display: block;
		font-size: 14px;
		font-weight: normal;
	}

	fieldset.searchCriteria div.searchItem,
	div.searchCriteria div.searchItem
	{
		float: left;
		margin-right: 10px;
	}

	fieldset.searchCriteria div.searchButtons,
	div.searchCriteria div.searchButtons
	{
		float: left;
		white-space: nowrap;
		margin-top: 18px;
	}
/* END Search Criteria */
/***********************/


/***************/
/* Modal Popup */
/***************/
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopup
{
	background-color: #B2CFE6;
	border-width: 3px;
	border-style: solid;
	border-color: Green;
	padding: 3px;
	width: 700px;
}

.popup
{
	background-color: #FFFFFF;
	background-image: none;
}
/* END Modal Popup */
/*******************/

/* Ajax Calendar Control */
/*************************/
div.AjaxCalendarExtender td
{
	padding: 4px;
}

div.AjaxCalendarExtender table
{
	border: 1px solid #646464;
	background-color: #ffffff;
	color: #000000;
}

/* END Ajax Calendar Control */
/*******************/

.navSelected
{
	background: #40528e;
}


/***********************/
/* Summary Information */
/***********************/
div.two-section
{
	position: relative;
}

	div.two-section div.summary-information
	{
		background: #e7f1f9 url('../Images/eSuiteShared/box-blue-bottom.gif') no-repeat left bottom;
		width: 262px;
	}

	/* IE6 and below will ignore this rule */
	div.two-section > div.summary-information
	{
		/* height: 100%; this doesn't work in IE7, so we have to do it using positioning */
		position: absolute; /* the page must have a wrapper set to position relative that contains this */
		top: 0px;
		bottom: 0px;
		left: 0px;
		overflow: auto;
	}

	div.two-section div.summary-information div.summary-information-content
	{
		background: url('../Images/eSuiteShared/box-blue-top.gif') no-repeat left top;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
	}

		div.two-section div.summary-information div.summary-information-content h2
		{
			font-size: 14px;
			color: #1c5d91;
			margin: 26px 0px 9px 0px;
			font-weight: normal;
			background-color: Transparent;
		}

	/* IE6 and below will ignore this rule */
	div.two-section > div.page-main-content
	{
		margin-left: 296px;
	}

	div.two-section div.page-main-content-benefitenrollment-medical
	{
		margin-left: 296px;
		min-width: 600px;
	}
/* END Summary Information */
/***************************/



/*************/
/* asp:Login */
/*************/
input.aspLoginButton
{
	background: #40528e;
	border: none;
	padding: 3px 15px;
	color: #ffffff;
	text-transform: uppercase;
	cursor: pointer;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-right: 6px;
}

td.aspLoginLabel
{
	color: #333333;
	font-size: 10pt;
	font-weight: bolder;
	text-align: right;
	padding-right: 8px;
}
/* END asp:Login */
/*****************/


/****************/
/* Wizard steps */
div.wizard div.wizardSteps div.wizardStep
{
	float: left;
}

	div.wizard div.wizardSteps div.wizardStep a
	{
		background: url('../Images/step_off.png') no-repeat;
		font-size: 14px;
		font-weight: bold;
		width: 50px;
		height: 30px;
		color: #696969; /* gray */
		padding-bottom: 2px;
		cursor: pointer;
		margin-top: 5px;
		display: block;
		text-align: center;
		padding-top: 6px;
		text-decoration: none;
		cursor: pointer;
	}

		div.wizard div.wizardSteps div.wizardStep a[href*="javascript:void(0);"]
		{
			cursor: default;
		}

	div.wizard div.wizardSteps div.wizardStep.StepSelected a
	{
		background: url('../Images/step_on.png') no-repeat;
		color: #000000; /* black */
		font-size: 16px;
		font-weight: bolder;
		width: 65px;
		height: 39px;
		margin-top: 0px;
		padding-top: 10px;
	}

	div.wizard div.wizardSteps div.wizardStep.Info a
	{
		background: url('../Images/step_info.png') no-repeat;
		width: 30px;
		height: 30px;
		font-size: 14px;
		font-weight: bold;
		color: #696969; /* gray */
		padding-bottom: 2px;
		cursor: pointer;
		text-align: center;
		padding-top: 6px;
		margin-top: 5px;
	}

div.wizard div.wizardCurrentStepDescription
{
	clear: both;
	text-align: left;
}
/* END Wizard steps */
/********************/


/* END General Styles
#############################################################################*/


/*#############################################################################
 Menu & BreadCrumb Styles used by HR and RFA
#############################################################################*/

/***************/
/*Menu styles */
/**************/

#nav-main
{
	background: #40528e;
	border-top: 2px solid #99bddc;
	height: 34px;
	margin: 0px;
	padding: 0px;
	z-index: 3;
}

	#nav-main .menu
	{
		list-style: none;
		text-transform: uppercase;
		position: relative;
		margin: 0;
		padding: 0;
		z-index: 3;
	}

		#nav-main .menu li
		{
			float: left;
			position: relative;
			margin-top: -2px;
		}

			#nav-main .menu li a
			{
				border-top: 2px solid #99bddc;
				color: #ffffff;
				font-size: 11px;
				font-weight: bold;
				text-decoration: none;
				display: block;
				line-height: 12px;
				padding-top: 10px;
				padding-right: 20px;
				padding-bottom: 12px;
				padding-left: 20px;
			}

			#nav-main .menu li:hover a,
			#nav-main .menu li.active a
			{
				background: #5d6366;
				border-top: 2px solid #8f979b;
			}

			#nav-main .menu li ul
			{
				position: absolute;
				left: -6px;
				top: 36px;
				width: 171px;
				background: url(../Images/eSuiteShared/bg-dropdown.png) no-repeat left bottom;
				list-style: none;
				margin: 0;
				padding: 13px 25px 25px 12px;
				font-size: 11px;
				text-transform: none;
				display: none;
				z-index: 3;
			}

			#nav-main .menu li:hover ul
			{
				display: block;
			}

			#nav-main .menu li ul li
			{
				float: none;
				width: 130px;
			}

				#nav-main .menu li ul li a
				{
					color: #99BDDC;
					padding: 0 0 3px 0;
					border: none !important;
					font-weight: normal;
					line-height: normal;
					display: block;
					line-height: 14px;
					background: transparent !important;
					padding-left: 11px;
				}

				#nav-main .menu li ul li.active a,
				#nav-main .menu li ul li:hover a
				{
					color: #ffffff;
					background: transparent !important;
				}

/*********************/
/*Breadcrumb styles */
/********************/

#breadcrumb
{
	margin: 0 16px;
	padding: 7px 32px;
	/*background:url(../Images/eSuiteShared/shadow-grey.gif) repeat-x #5d6366;*/
	z-index: 2;
	background-color: #5d6366;
	width: 90%;
}

	#breadcrumb ul.trail
	{
		list-style: none;
		margin: 0;
		padding: 0;
		color: #ffffff;
		float: left;
		font-size: 10px;
		font-weight: bold;
		line-height: 13px;
		vertical-align: middle;
		padding: 5px 0 0;
		background-color: #5d6366;
	}

		#breadcrumb ul.trail li
		{
			float: left;
			background: url(../Images/eSuiteShared/bullet-breadcrumb-blue.gif) no-repeat right 5px;
			padding-right: 13px;
			margin-right: 5px;
			background-color: #5d6366;
		}

			#breadcrumb ul.trail li a
			{
				color: #99bddc;
				text-decoration: none;
				background-color: #5d6366;
			}

				#breadcrumb ul.trail li a:hover
				{
					color: #ffffff;
					background-color: #5d6366;
				}

			#breadcrumb ul.trail li.crumb-last
			{
				background: none;
				background-color: #5d6366;
			}

			#breadcrumb ul.trail li.crumb-home a
			{
				background: url(../Images/eSuiteShared/icon-breadcrumb-home.gif) no-repeat left top;
				padding-left: 21px;
				background-color: #5d6366;
			}

	#breadcrumb .welcome-text
	{
		display: block;
		color: #ffffff;
		font-size: 16px;
		float: right;
		background-color: #5d6366;
	}

.Table-Width
{
	width: 100%;
}
/*#############################################################################
 Benefit Enrollment Settings
#############################################################################*/

body#has-sidebar #wrapper-content .content-wrap-top
{
	height: 14px;
}

	body#has-sidebar #wrapper-content .content-wrap-top .sidebar-box-top
	{
		background: url(../Images/eSuiteShared/box-blue-top.gif) no-repeat 5px bottom;
		height: 14px;
	}

body#has-sidebar .sidebar-box-bottom
{
	background: url(../Images/eSuiteShared/box-blue-bottom.gif) no-repeat 19px top;
	/*height:16px;*/
}

.sidebar-box-top
{
	background: url(../Images/eSuiteShared/box-blue-top.gif) no-repeat 5px bottom;
	height: 14px;
}

.benefit-information h2
{
	color: #de7e17;
}

	.benefit-information h2 span.header-description
	{
		color: #333333;
	}

.body-information h2
{
	color: #de7e17;
}

	.body-information h2 span.header-description
	{
		color: #333333;
	}

/* Columns */
#content-confirmation
{
	float: left;
}

#content-primary
{
	width: 610px;
	float: right;
}

#content-secondary-bg
{
	width: 262px;
	position: absolute;
	height: 9999px;
	z-index: 1;
	left: 35px;
	top: 205px;
}


#content-secondary
{
	position: relative;
	float: left;
	width: 214px;
	z-index: 2;
	background-color: #e7f1f9;
	margin-bottom: 9px;
}

.enrollment h2
{
	margin-bottom: 0;
	margin-top: 1.5em;
	color: #EA8139;
}

.enrollment #content-primary p
{
	margin-top: 0;
	margin-bottom: 1em;
	display: block;
}

.message
{
	padding: 12px 15px;
	background: #eef5fb;
	margin-bottom: 8px;
	width: 500px;
}

	.message span.message-head
	{
		display: block;
	}

.plan-select
{
	margin-top: 2em;
	width: 100%;
	min-width: 600px;
}

	.plan-select td,
	.plan-select th
	{
		padding: 5px 15px 5px 0;
	}

	.plan-select th
	{
		color: #1c5d91;
		font-size: 14px;
		font-weight: normal;
		border-bottom: 1px solid #afafaf;
		text-align: left;
	}

		.plan-select th.money
		{
			color: #1c5d91;
			font-size: 14px;
			font-weight: normal;
			border-bottom: 1px solid #afafaf;
			text-align: right;
		}

	.plan-select td
	{
		border-bottom: 1px solid #dddddd;
		vertical-align: middle;
	}

		.plan-select td.money
		{
			border-bottom: 1px solid #dddddd;
			vertical-align: middle;
			text-align: right;
		}

	.plan-select input,
	.decline-box input
	{
		position: relative;
		top: 2px;
	}

.decline-box
{
	padding: 12px 15px;
	margin-top: 2em;
	background: #eef5fb;
	width: 500px;
}

	.decline-box strong
	{
		font-weight: normal;
		color: #1c5d91;
	}

/* confirm and submit summary */
.submit-box
{
	padding: 12px 15px;
	background: #eef5fb;
	width: 500px;
}

.plan-summary
{
	margin-top: 2em;
	width: 100%;
}

	.plan-summary td,
	.plan-summary th
	{
		padding: 5px 15px 0 0;
		text-align: left;
	}

		.plan-summary th.money,
		.plan-summary td.money
		{
			padding: 5px 15px 0 0;
			text-align: right;
		}

	.plan-summary th
	{
		color: #1c5d91;
		font-size: 14px;
		font-weight: normal;
		border-bottom: 1px solid #afafaf;
	}

	.plan-summary td
	{
		vertical-align: middle;
		font-weight: bold;
	}

.covered
{
	background: #eef5fb;
	margin-left: 15px;
}

	.covered .table-covered th
	{
		color: #000000;
		font-size: 12px;
		font-weight: bold;
		border-bottom: 1px solid #afafaf;
	}

	.covered .table-covered td
	{
		font-weight: normal;
	}
/* confirm and submit summary */

.enrollment #content-primary .decline-box p
{
	margin-bottom: .5em;
}

#content-primary .submit-button
{
	background: #40528e;
	border: none;
	margin-top: 15px;
	padding: 3px 15px;
	color: #ffffff;
	text-transform: uppercase;
	cursor: pointer;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.enrollment .section-divider
{
	width: 530px;
}

/* Status List */

ul.status-list
{
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	border-top: 1px solid #bababa;
}

	ul.status-list li
	{
		vertical-align: middle;
		border-bottom: 1px solid #bababa;
		padding: 1px 0;
		clear: both;
		/*height:16px; */
		padding-top: 1px;
		padding-bottom: 1px;
		position: relative;
	}

		ul.status-list li.completed span.status-container
		{
			padding-left: 21px;
			padding-right: 8px;
			background: url(../Images/eSuiteShared/complete.gif) no-repeat 2px center #948e8e;
			color: #ffffff;
		}

		ul.status-list li.current span.status-container
		{
			background: url(../Images/eSuiteShared/bg-current.gif) no-repeat 2px top;
			color: #ffffff;
			position: relative;
			left: -9px;
			width: 205px;
			padding-left: 30px;
			padding-right: 31px;
			min-height: 16px;
		}

			ul.status-list li.completed span.status-container a,
			ul.status-list li.current span.status-container a
			{
				color: White;
				text-decoration: none;
			}

		ul.status-list li.upcoming span.status-container a
		{
			text-decoration: none;
		}

		ul.status-list li.upcoming span.status-container
		{
			background: url(../Images/eSuiteShared/upcoming.gif) no-repeat 2px center #ffffff;
			padding-left: 21px;
			padding-right: 8px;
			min-height: 16px;
			height: 100%;
		}

		ul.status-list li.static span.status-container
		{
			background: url(../Images/eSuiteShared/static.png) no-repeat 2px center #ffffff;
			padding-left: 21px;
			padding-right: 8px;
		}

		ul.status-list li span
		{
			display: block;
		}

			ul.status-list li span.status-container
			{
				display: block;
				height: 100%;
			}

			ul.status-list li span.category
			{
				clear: both;
				width: 150px;
				float: left;
				margin-top: 2px;
			}

			ul.status-list li span.cost
			{
				width: 50px;
				float: right;
				text-align: right;
				margin-top: 2px;
			}

		ul.status-list li.head
		{
			background: #1c5d91;
			color: #ffffff;
			text-transform: uppercase;
			padding: 0 8px 0 6px;
			font-size: 9px;
			/*line-height:16px; */
			vertical-align: middle;
		}

		ul.status-list li.total
		{
			color: #1c5d91;
			text-transform: uppercase;
			/*line-height:16px;*/
			vertical-align: middle;
			padding: 6px 8px 0 6px;
			border-bottom: none;
			font-weight: bold;
		}

			ul.status-list li.total span.category
			{
				font-size: 9px;
			}


div#benefitmaster.two-section div.summary-information
{
	background: url('../Images/eSuiteShared/box-blue-bottom.gif') no-repeat left bottom;
	width: 262px;
}

/* IE6 and below will ignore this rule */
div#benefitmaster.two-section > div.summary-information
{
	/* height: 100%; this doesn't work in IE7, so we have to do it using positioning */
	/*position: absolute;     the page must have a wrapper set to position relative that contains this */
	top: 0px;
	left: 0px;
	overflow: visible;
	float: left;
	position: relative;
	background-color: #e7f1f9;
}

div#benefitmaster.two-section div.summary-information div.summary-information-content
{
	background: #e7f1f9 url('../Images/eSuiteShared/box-blue-top.gif') no-repeat left top;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	margin-bottom: 9px;
	width: 242px;
}

div#benefitmaster #content-secondary-benefit
{
}

div#benefitmaster ul.status-list li.current span.status-container
{
	background: url(../Images/eSuiteShared/bg-current.gif) no-repeat 2px top;
	color: #ffffff;
	left: -9px;
	width: 205px;
	padding-left: 30px;
	padding-right: 31px;
	min-height: 18px;
	position: relative;
}

	div#benefitmaster ul.status-list li.current span.status-container span.category
	{
		overflow-x: hidden;
		-ms-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

div#benefitmaster ul.status-list li span.status-container
{
	display: block;
	min-height: 16px;
	overflow: auto;
}

table.table-display-bids tr.ExpandCollapseDetails.collapsed
{
	display: none;
}
/* END Data Table-with-scroll */
/******************/

td.RecruitJobOpportunity span.selected
{
	text-decoration: underline;
	font-weight: bold;
}

table.Recruit_JobOpportunities h3
{
	margin-top: 9px;
}

div.Recruit_JobDetails
{
	float: left;
	width: 50%;
	margin: 15px;
	border: 1px solid #dddddd;
	padding: 1%;
}

/*#############################################################################
 End Benefit Enrollment Settings
#############################################################################*/


/*#############################################################################
HR Portal styles
#############################################################################*/
/* Print W2 Forms */
div.viewPDFDisplayContainer
{
	margin-top: 25px;
	margin-left: 15px;
	height: 1100px;
}

div.viewPDFNoDataContainer
{
	margin-top: 25px;
	margin-left: 15px;
	height: 200px;
}

.viewPdf
{
	width: 95%;
	height: 1100px;
}

/*#############################################################################
End of HR Portal styles
#############################################################################*/

/*#############################################################################
 Supplier Styles
#############################################################################*/

/* text box defaults */
div.Supplier_Content input[type="text"]
{
	width: 200px;
}

div.Supplier_Content input.date[type="text"]
{
	width: 80px; /* re-apply the date input width */
}

/* Activate Account */
div.Supplier_ActivateAccount table.table-entry th
{
	width: 100px; /* lines up the different flexible credentials */
}


/* Reset Password */
div.Supplier_ResetPassword table.table-entry th
{
	width: 100px; /* lines up the different flexible credentials */
}


/* Dashboard/Homepage */
div.Supplier_Dashboard span.VendorCompanyName
{
	display: block;
}

div.Supplier_Dashboard td.EMail div
{
	height: 34px;
	overflow: hidden;
	width: 170px;
}

div.Supplier_Dashboard div.page-main-content
{
	min-height: 200px; /* keep the summary info from having a scroll bar */
}

	div.Supplier_Dashboard div.page-main-content div.dashboardItemsDiv h2
	{
		margin-bottom: 0px;
	}

	div.Supplier_Dashboard div.page-main-content div.supplierDashboardTotal
	{
		float: left;
		font-size: 16px;
		width: 150px;
	}

div.Supplier_InvoicesDashboard div.searchCriteria,
div.Supplier_ItemsDashboard div.searchCriteria,
div.Supplier_PaymentsDashboard div.searchCriteria,
div.Supplier_PurchaseOrdersDashboard div.searchCriteria
{
	position: relative;
	top: -18px;
}

div.Supplier_InvoicesDashboard,
div.Supplier_ItemsDashboard,
div.Supplier_PaymentsDashboard,
div.Supplier_PurchaseOrdersDashboard,
div.Supplier_Dashboard div.afterDashboardItemsDiv
{
	padding-top: 4px;
	clear: both;
}


/* Payments */
div.Supplier_Payments fieldset.searchCriteria input.PaymentNumber
{
	width: 150px;
}


/* Payment Details */
div.Supplier_PaymentDetails table.PaymentInfo
{
	float: left;
	margin-right: 50px;
}

div.Supplier_PaymentDetails div.PaymentInvoices
{
	clear: both;
}

	div.Supplier_PaymentDetails div.PaymentInvoices table.table-data
	{
		width: 500px;
	}


/* Invoice Details */
div.Supplier_InvoiceDetails table.InvoiceInfo
{
	float: left;
	margin-right: 50px;
}

div.Supplier_InvoiceDetails table.Description
{
	float: left;
	clear: left;
}

div.Supplier_InvoiceDetails table.PaymentInfo
{
	float: left;
	margin-right: 50px;
}

div.Supplier_InvoiceDetails table.table-data
{
	margin-top: 20px;
}

	div.Supplier_InvoiceDetails table.table-data th.DescriptionColumn
	{
		width: 25%;
	}

	div.Supplier_InvoiceDetails table.table-data th.QuantityColumn
	{
		width: 10%;
	}

	div.Supplier_InvoiceDetails table.table-data th.UnitOfMeasureColumn
	{
		width: 17%;
	}

	div.Supplier_InvoiceDetails table.table-data th.PricePerUnitColumn
	{
		width: 15%;
	}

	div.Supplier_InvoiceDetails table.table-data th.ExtendedPriceColumn
	{
		width: 16%;
	}

	div.Supplier_InvoiceDetails table.table-data th.PONumberColumn
	{
		width: 17%;
	}


/* Purchase Order Details */
div.Supplier_PurchaseOrderDetails table#detailsTable
{
	float: left;
	margin-right: 50px;
}

div.Supplier_PurchaseOrderDetails table.PODescription
{
	float: left;
	clear: left;
}

div.Supplier_PurchaseOrderDetails table#dataTable
{
	clear: both;
}

	div.Supplier_PurchaseOrderDetails table#dataTable th.StatusColumn
	{
		width: 10%;
	}

	div.Supplier_PurchaseOrderDetails table#dataTable th.DescriptionColumn
	{
		width: 25%;
	}

	div.Supplier_PurchaseOrderDetails table#dataTable th.VendorPartNumberColumn
	{
		width: 15%;
	}

	div.Supplier_PurchaseOrderDetails table#dataTable th.QuantityColumn
	{
		width: 8%;
	}

	div.Supplier_PurchaseOrderDetails table#dataTable th.UnitOfMeasureColumn
	{
		width: 8%;
	}

	div.Supplier_PurchaseOrderDetails table#dataTable th.PricePerUnitColumn
	{
		width: 11%;
	}

	div.Supplier_PurchaseOrderDetails table#dataTable th.DiscountAmountColumn
	{
		width: 8%;
	}

	div.Supplier_PurchaseOrderDetails table#dataTable th.ExtendedPriceColumn
	{
		width: 11%;
	}

	div.Supplier_PurchaseOrderDetails table#dataTable th.ConfirmingRequestColumn
	{
		width: 5%;
	}

	div.Supplier_PurchaseOrderDetails table#dataTable table.AdditionalDescription
	{
		float: left;
		margin-right: 8px;
		width: 35%;
	}

	div.Supplier_PurchaseOrderDetails table#dataTable table.ShippingInformation
	{
		width: 60%;
	}


/* Invoices */
div.Supplier_Invoices fieldset.searchCriteria input.InvoiceNumber
{
	width: 150px;
}

div.Supplier_Invoices table#dataTable th.InvoiceNumber
{
	width: 16%;
}

div.Supplier_Invoices table#dataTable th.InvoiceDate
{
	width: 10%;
}

div.Supplier_Invoices table#dataTable th.InvoiceStatus
{
	width: 14%;
}

div.Supplier_Invoices table#dataTable th.InvoiceDescription
{
	width: 20%;
}

div.Supplier_Invoices table#dataTable th.InvoiceAmount
{
	width: 10%;
}

div.Supplier_Invoices table#dataTable th.RemittanceInfo
{
	width: 20%;
}

div.Supplier_Invoices table#dataTable th.Details
{
	width: 10%;
}


/* Purchase Orders */
div.Supplier_PurchaseOrders fieldset.searchCriteria input.PurchaseOrderNumber
{
	width: 150px;
}

div.Supplier_PurchaseOrders table#dataTable th.PONumber
{
	width: 13%;
}

div.Supplier_PurchaseOrders table#dataTable th.Status
{
	width: 7%;
}

div.Supplier_PurchaseOrders table#dataTable th.PODate
{
	width: 9%;
}

div.Supplier_PurchaseOrders table#dataTable th.DeliveryBy
{
	width: 10%;
}

div.Supplier_PurchaseOrders table#dataTable th.ExpirationDate
{
	width: 14%;
}

div.Supplier_PurchaseOrders table#dataTable th.Amount
{
	width: 10%;
}

div.Supplier_PurchaseOrders table#dataTable th.Description
{
	width: 30%;
}

div.Supplier_PurchaseOrders table#dataTable th.Details
{
	width: 10%;
}

div.Supplier_PurchaseOrders table#dataTable th.PrintPO
{
	width: 5%;
}

/* Items */
div.Supplier_Items table.table-data th.Item
{
	width: 23%;
}

div.Supplier_Items table.table-data th.ItemNumber
{
	width: 17%;
}

div.Supplier_Items table.table-data th.LastInvoiceDate
{
	width: 18%;
}

div.Supplier_Items table.table-data th.TotalInvoices
{
	width: 15%;
}

div.Supplier_Items table.table-data th.TotalInvoicesAmount
{
	width: 20%;
}

div.Supplier_Items table.table-data th.Details
{
	width: 7%;
}


/* Item Details */
div.Supplier_ItemDetails div.PurchaseOrders
{
	float: left;
	min-width: 350px;
}

div.Supplier_ItemDetails div.Invoices
{
	float: left;
	padding-right: 5%;
	width: 45%;
	min-width: 350px;
}


/* General Information */
div.Supplier_GeneralInformation table.SupplierInfo
{
	float: left;
	margin-right: 50px;
}

div.Supplier_GeneralInformation div.SupplierContacts
{
	clear: both;
}

div.SupplierContacts th
{
	text-align: left;
}

.vendorContactSeparator
{
	height: 2px;
	background-color: #1C5D91;
}

.supplierChangesIndicator
{
	font-style: italic;
	Color: red;
}

.supplierNoChangesIndicator
{
	Color: black;
}

/* Contact Details */
div.Supplier_ContactDetails table#ContactInfo
{
	float: left;
	margin-right: 50px;
}

/* My Account */
div.Supplier_MyAccount table.table-entry th
{
	width: 120px;
}

input.suppliernonsubmit-button
{
	background: Window;
	color: #40528e;
	border: none;
	padding: 0px;
	margin-left: 3px;
	font-weight: bold;
	text-decoration: underline;
	/*position:absolute;*/
	cursor: pointer;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	overflow: visible;
}
/* END Suppiler Styles
#############################################################################*/

/*#############################################################################
 HR Timesheet Settings
#############################################################################*/

table.time-entry
{
	font-size: 12px;
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 4px 10px;
}

	table.time-entry th
	{
		border-bottom: 1px solid #afafaf;
		background: #e7f1f9;
		font-weight: normal;
		vertical-align: bottom;
		font-size: 9pt;
		font-style: normal;
		text-align: right;
	}

#weekEntry
{
	width: 1000px;
}

td.day span,
.period-total
{
	text-align: right;
	width: 50px;
	float: right;
}

.time-entry tr.header-row,
.time-entry tr.footer-row,
#legend table tr.header,
#history table tr.header
{
	background-color: #285EA6;
	color: #CCA927;
}

#history table
{
	width: 500px;
}

.entry
{
	background-color: #7395BF;
}

.add-new-information
{
	font-size: x-small;
	color: White;
	font-style: italic;
}

.time-entry tr.footer-row
{
	font-weight: bolder;
}

.change-week-in-period
{
	font-size: x-small;
}

.time-entry .line-entry-view-even-row td,
.time-entry .line-entry-view-even-row th
{
	/*border-bottom: solid 1px black; */
	background: #ffffff;
}

.time-entry .line-entry-view-odd-row td,
.time-entry .line-entry-view-odd-row th
{
	background: #ededed;
}

#history table tr,
#history table tr td
{
	border-style: none;
}

	#history table tr.audit-information
	{
		font-weight: bold;
	}

	#history table tr.audit-comment
	{
		font-size: medium;
	}

	.time-entry .line-entry-view-even-row,
	#legend table tr,
	#history table tr.line-entry-view-even-row
	{
		/*background-color: #C8D6E6; */
	}

.day, .day-total, .week-total
{
	text-align: right;
	width: 60px;
	font-weight: bold;
	vertical-align: bottom;
}

input.disabled
{
	background-color: Gray;
}

.day-inactive
{
}

.has-no-comment,
.has-comment,
.has-no-comment-legend,
.has-comment-legend,
input.disabled
{
	width: 50px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


.has-no-comment, .has-no-comment-legend
{
	/*border-bottom: solid 3px #BEBEBE */
}

.has-comment, .has-comment-legend
{
	/*border-bottom: solid 2px #010AFE */
}

.faux-link
{
	background-color: #e7f1f9;
	text-decoration: underline;
	color: Black;
	cursor: pointer;
	font-size: 12px;
	padding-left: 12px;
	margin-left: 5px;
}

.shortcut
{
	display: block;
	font-style: italic;
}

.shortcut-key
{
	font-weight: bolder;
	font-size: larger;
	text-align: center;
}

#legend,
#history
{
	float: right;
	width: 300px;
}

.save-information
{
	float: left;
}

.submit-information
{
	float: right;
	text-align: right;
}

.save-information,
.submit-information
{
	width: 250px;
	font-size: x-small;
}


#legend table,
#history table
{
	border-width: thin;
	border-style: solid;
	border-color: #285EA6;
	border-collapse: collapse;
}

	#legend table tr,
	#history table tr
	{
		font-size: x-small;
	}

	#legend table th,
	#legend table td,
	#history table th,
	#history table td
	{
		padding: 5px 0px 0px 5px;
	}



/*#############################################################################
 END HR Timesheet Settings
#############################################################################*/


/*#############################################################################*/
/* Utilities Styles
#############################################################################*/
/* Login Page Flexible Credentials */
div.UtilitiesFlexibleCredential table.table-entry th.FlexibleCredentialLabel
{
	width: 110px;
}

.utilitiesLoginButton
{
	padding-left: 187px;
}

/* Account Summary Page */
div.accountSummaryBillingContainer
{
	width: 54%;
	float: left;
	padding-right: 1%;
}

	div.accountSummaryBillingContainer fieldset
	{
		height: 150px;
	}

div.accountSummaryBalanceContainer
{
	float: left;
	padding-right: 40px;
}

div.accountSummaryAccountContainer
{
	width: 45%;
	float: left;
}

	div.accountSummaryAccountContainer fieldset
	{
		height: 150px;
	}

/* View Bill Page */
div.viewBillDisplayContainer
{
	margin-top: 25px;
	margin-left: 15px;
	height: 1100px;
}

.viewBillPdf
{
	width: 95%;
	height: 1100px;
}

/* Consumption Page*/
div.consumptionChartTypeFilter
{
	margin-left: 400px;
}

/*Account History Page*/
div.accountHistoryTransactionsContainer
{
	width: 70%;
}

/* eBills Page*/
.eBillEnrollmentStatusContainer
{
	padding-left: 10px;
	padding-top: 10px;
}

div.eBillActionButtonsContainer
{
	margin: 10px;
}

/*Payment Receipt Page */
div.paymentReceiptContainer
{
	margin: 0 15px 15px 20px;
}

/* Make a Payment Page */
.makePaymentRightSideContent
{
	min-height: 150px;
	width: 650px;
}

.makePaymentBalanceSummaryContainer
{
}

.makePaymentContactContainer
{
	float: left;
}

.makePaymentBalanceSummaryContainer table.table-display th.makePaymentBalanceonLastBill
{
	width: 130px;
}

.makePaymentContactContainer table.table-entry th.makePaymentNameLabel
{
	width: 130px;
}

.makePaymentContactContainer table.table-entry td INPUT.makePaymentFirstName
{
	width: 210px;
}

.makePaymentContactContainer table.table-entry td INPUT.makePaymentLastName
{
	width: 210px;
}

.makePaymentContactContainer table.table-entry td INPUT.makePaymentStreetAddress
{
	width: 430px;
}

.makePaymentContactContainer table.table-entry td INPUT.makePaymentCity
{
	width: 210px;
}

.makePaymentContactContainer table.table-entry td SELECT.makePaymentState
{
	width: 130px;
}

.makePaymentContactContainer table.table-entry td INPUT.makePaymentZip
{
	width: 75px;
}

.makePaymentContactContainer table.table-entry td INPUT.makePaymentEmail
{
	width: 225px;
}

.makePaymentContactContainer fieldset
{
	width: 583px;
}

.makePaymentBottomSectionContainer
{
}

.makePaymentPaymentContainer
{
	float: left;
	clear: both;
	padding-right: 14px;
}

	.makePaymentPaymentContainer fieldset
	{
		height: 150px;
	}

	.makePaymentPaymentContainer table.table-entry th.makePaymentCardTypeLabel
	{
		width: 130px;
	}

	.makePaymentPaymentContainer table.table-entry td SELECT.makePaymentCardType
	{
		width: 155px;
	}

	.makePaymentPaymentContainer table.table-entry td INPUT.makePaymentCardNumber
	{
		width: 150px;
	}

	.makePaymentPaymentContainer table.table-entry td SELECT.makePaymentExpirationMonth
	{
		width: 75px;
	}

	.makePaymentPaymentContainer table.table-entry td SELECT.makePaymentExpirationYear
	{
		width: 75px;
	}

	.makePaymentPaymentContainer table.table-entry td INPUT.makePaymentSecurityCode
	{
		width: 60px;
	}

.makePaymentAmountContainer
{
	float: left;
}

.makePaymentCompleteButton
{
	text-align: center;
}

.makePaymentAmountContainer fieldset
{
	height: 200px;
}

.makePaymentAmountContainer table.table-entry th.paymentAmountLabel
{
	width: 150px;
}

.makePaymentAmountContainer table.table-entry td INPUT.paymentAmount
{
	width: 97px;
	text-align: right;
}
/* END Utilities Styles
#############################################################################*/

.feeGridRow
{
	background: #ffffff;
}

.feeGridAltRow
{
	background: #ededed;
}

.feeGridHeader
{
	background-color: Transparent;
	font-weight: bold;
	text-decoration: underline;
}

.feeGridFooter
{
	color: #696969;
	font-weight: bold;
}

.feeGridDelinquency
{
	font-style: italic;
	font-size: small;
	color: Gray;
}

/*#############################################################################
 Recruit Styles
#############################################################################*/

input.recruitnonsubmit-button
{
	background: Window;
	color: #40528e;
	border: none;
	padding: 0px;
	margin-left: 3px;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
	/*position:absolute;*/
	cursor: pointer;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	overflow: visible;
}


/* job opportunities on the home page */
td.RecruitJobOpportunity
{
	cursor: pointer;
}

	td.RecruitJobOpportunity span.selected
	{
		text-decoration: underline;
		font-weight: bold;
	}

table.Recruit_JobOpportunities h3
{
	margin-top: 9px;
}

div.Recruit_JobDetails
{
	float: left;
	width: 50%;
	margin: 15px;
	border: 1px solid #dddddd;
	padding: 1%;
}

div.Recruit_ApplicationBuilder div.page-main-content
{
	min-height: 260px;
}

	div.Recruit_ApplicationBuilder div.page-main-content th
	{
		font-weight: normal;
		text-align: left;
	}

/* application process navigation */
div.Recruit_ApplicationBuilder div.Recruit_Application_Navigation
{
}

	div.Recruit_ApplicationBuilder div.Recruit_Application_Navigation span.sideBarSelected
	{
		background: url('../Images/eSuiteShared/bg-current.gif') no-repeat 2px center;
		color: #ffffff;
		padding-left: 30px;
		display: block;
		width: 236px;
		position: relative;
		left: -8px;
	}

	div.Recruit_ApplicationBuilder div.Recruit_Application_Navigation table.table-nav
	{
		width: 242px;
		table-layout: fixed;
		border-spacing: 0px;
		border-collapse: collapse;
	}

		div.Recruit_ApplicationBuilder div.Recruit_Application_Navigation table.table-nav td
		{
			height: 19px;
			padding: 0px;
		}

/* Personal Information */
div.Recruit_ApplicationBuilder div.PersonalInformationEdit div.PersonalInformationFields div
{
	clear: left;
}

	div.Recruit_ApplicationBuilder div.PersonalInformationEdit div.PersonalInformationFields div div
	{
		float: left;
		clear: none;
		height: 38px;
	}

		div.Recruit_ApplicationBuilder div.PersonalInformationEdit div.PersonalInformationFields div div label
		{
			display: block;
			margin-bottom: 2px;
		}

div.Recruit_ApplicationBuilder div.PersonalInformationEdit div.FirstName,
div.Recruit_ApplicationBuilder div.PersonalInformationEdit div.LastName
{
	width: 158px;
}

div.Recruit_ApplicationBuilder div.PersonalInformationEdit input.FirstName,
div.Recruit_ApplicationBuilder div.PersonalInformationEdit input.LastName
{
	width: 144px;
}

div.Recruit_ApplicationBuilder div.PersonalInformationEdit div.MiddleName
{
	width: 58px;
}

div.Recruit_ApplicationBuilder div.PersonalInformationEdit input.MiddleName
{
	width: 44px;
}

div.Recruit_ApplicationBuilder div.PersonalInformationEdit div.Suffix
{
	width: 58px;
}

div.Recruit_ApplicationBuilder div.PersonalInformationEdit select.Suffix
{
	width: 50px;
}

div.Recruit_ApplicationBuilder div.PersonalInformationEdit div.PrimaryPhone,
div.Recruit_ApplicationBuilder div.PersonalInformationEdit div.SecondaryPhone,
div.Recruit_ApplicationBuilder div.PersonalInformationEdit div.City,
div.Recruit_ApplicationBuilder div.PersonalInformationEdit div.Email,
div.Recruit_ApplicationBuilder div.PersonalInformationEdit div.SSN
{
	width: 216px;
}

div.Recruit_ApplicationBuilder div.PersonalInformationEdit input.PrimaryPhone,
div.Recruit_ApplicationBuilder div.PersonalInformationEdit input.SecondaryPhone,
div.Recruit_ApplicationBuilder div.PersonalInformationEdit input.City,
div.Recruit_ApplicationBuilder div.PersonalInformationEdit input.Email,
div.Recruit_ApplicationBuilder div.PersonalInformationEdit input.SSN
{
	width: 202px;
}

div.Recruit_ApplicationBuilder div.PersonalInformationEdit div.StreetAddress
{
	width: 432px;
}

div.Recruit_ApplicationBuilder div.PersonalInformationEdit input.StreetAddress
{
	width: 418px;
}

div.Recruit_ApplicationBuilder div.PersonalInformationEdit div.State
{
	width: 98px;
}

div.Recruit_ApplicationBuilder div.PersonalInformationEdit select.State
{
	width: 90px;
}

div.Recruit_ApplicationBuilder div.PersonalInformationEdit div.ZipCode
{
	width: 118px;
}

div.Recruit_ApplicationBuilder div.PersonalInformationEdit input.ZipCode
{
	width: 104px;
}

div.Recruit_ApplicationBuilder div.PersonalInformationEdit div.afterFields
{
	clear: both;
}

div.Recruit_ApplicationBuilder div.Recruit_EducationReadWrite select.EducationType,
div.Recruit_ApplicationBuilder div.Recruit_EducationReadWrite select.Major
{
	width: 150px;
}

div.Recruit_ApplicationBuilder div.Recruit_EducationReadWrite input.Institution
{
	width: 180px;
}

div.Recruit_ApplicationBuilder div.Recruit_EducationReadWrite input.GPA
{
	width: 40px;
}

/* confirmation page */
/* make h1 look like h2 */
div.Recruit_ApplicationBuilder_ConfirmationPage div.Recruit_ConfirmationSummary h1
{
	color: #DE7E17; /* orange */
	font-size: 18px;
	margin: 12px 0px 12px 0px;
	font-weight: normal;
}

/* END Recruit
#############################################################################*/



/*#############################################################################
 Request for Action Styles
#############################################################################*/
div.RequestForAction_MasterContent input[type="text"]
{
	width: 200px;
}

div.RequestForAction_MasterContent input.date[type="text"]
{
	width: 80px;
}

div.RequestForAction_MasterContent textarea
{
	width: 300px;
	height: 100px;
}

/* Request List Page (employees) */
div.RequestForAction_RequestList table.table-data input
{
	/* make the cancel button look like a link */
	background: transparent;
	border: none;
	color: #1c5d91;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	margin-top: -1px;
	overflow: visible; /* this lets IE remove padding */
	padding: 0px;
	position: absolute; /* this makes the underline show in firefox */
	text-decoration: underline;
}

/* View Request Page */
div.RequestForAction_ViewRequest div.page-main-content
{
	margin-bottom: 10px; /* fixes a bug in IE7 that sometimes came up for external users */
}

	div.RequestForAction_ViewRequest div.page-main-content table.table-display th
	{
		/* line up the information */
		width: 200px;
	}

/* Request Entry Page */
div.RequestForActionEntry table.table-display th,
div.RequestForActionEntry table.table-entry th
{
	width: 200px;
}

div.RequestForActionEntry input.submit-button
{
	margin-left: 206px;
}

/* User defined fields, used on the entry and view pages */

div.contractorPermitDetailsSection fieldset.UDF ul label
{
	font-weight: bold;
	float: left;
	text-align: left;
	font-size: 9pt;
	font-style: normal;
	padding-top: 3px;
	padding-right: 5px;
	padding-left: 2px;
	clear: left;
	display: block;
}

div.requestPermitRightContainer fieldset.UDF legend
{
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

fieldset.UDF
{
	border: none;
	clear: both;
	padding: 0px;
}

	fieldset.UDF ul
	{
		list-style: none;
		clear: both;
		padding: 0px;
		margin: 0px;
	}

		fieldset.UDF ul li
		{
			margin: 0px;
			margin-top: 4px;
			padding: 0px;
		}

		fieldset.UDF ul label
		{
			float: left;
			text-align: right;
			width: 200px;
			font-size: 9pt;
			font-style: normal;
			font-weight: 200;
			padding-top: 3px;
			padding-right: 5px;
			padding-left: 2px;
			clear: left;
			display: block;
		}

/* END Request for Action Styles
#############################################################################*/

/*#############################################################################*/

/* Permits Styles
#############################################################################*/
.permitsDefaultMarginStyle
{
	margin: 15px;
}

/* Permits Master Page */
div.Nav SPAN.permitsContractorLoginInfo
{
	display: inline-block;
	font-size: 12px;
	margin-bottom: 5px;
}

/* Welcome Page */
.welcomePagePermitSearch
{
	width: 45%;
	width: 465px;
}

.permitLogin
{
	width: 45%;
	float: right;
	margin-right: 3%;
}

.welcomePagePermitSearch table.table-entry th LABEL.permitTypeLabel,
.welcomePagePermitSearch table.table-entry th LABEL.permitNumberLabel,
.welcomePagePermitSearch table.table-entry th LABEL.serviceAddressLabel
{
	color: #333333;
	font-size: 10pt;
	font-weight: bolder;
	text-align: right;
	padding-right: 8px;
}

.welcomePagePermitSearch table.table-entry td SELECT.permitType
{
	width: 182px;
}

.welcomePagePermitSearch table.table-entry td INPUT.permitNumber
{
	width: 178px;
}

.welcomePagePermitSearch table.table-entry td INPUT.serviceAddress,
.welcomePagePermitSearch table.table-entry td .serviceAddress
{
	height: 50px;
	width: 178px;
}


.welcomePagePermitSearch table.table-entry td.searchButton
{
	text-align: right;
}

/*Property Owner Verification Page */
.autoExtenderClass
{
	background-color: White;
	border: solid 1px gray;
	height: 200px;
	margin: 0px 0px 0px 0px;
	overflow: auto;
}

.verificationContinueButton
{
	margin-left: 300px;
}

/*Permits Flexible Credentials */
div.PermitsFlexibleCredential table.table-entry th.FlexibleCredentialLabel
{
	width: 230px;
	padding-right: 10px;
	vertical-align: middle;
}

div.PermitsFlexibleCredential table.table-entry td INPUT.Address,
div.PermitsFlexibleCredential table.table-entry td .Address
{
	height: 65px;
	width: 178px;
}

div.PermitsFlexibleCredential table.table-entry td INPUT.LicenseNumber,
div.PermitsFlexibleCredential table.table-entry td INPUT.FederalTaxId,
div.PermitsFlexibleCredential table.table-entry td INPUT.LotNumber,
div.PermitsFlexibleCredential table.table-entry td INPUT.ContractorLicenseNumber,
div.PermitsFlexibleCredential table.table-entry td INPUT.BusinessName,
div.PermitsFlexibleCredential table.table-entry td INPUT.LastName,
div.PermitsFlexibleCredential table.table-entry td INPUT.LotNumber,
div.PermitsFlexibleCredential table.table-entry td INPUT.ParcelNumber,
div.PermitsFlexibleCredential table.table-entry td INPUT.StartofBusinessDate
{
	width: 178px;
}

div.PermitsFlexibleCredential table.table-entry td SELECT.LicenseType,
div.PermitsFlexibleCredential table.table-entry td SELECT.ContractorLicenseType
{
	width: 182px;
}

div.PermitsFlexibleCredential table.table-entry td SELECT.MoveInMonth,
div.PermitsFlexibleCredential table.table-entry td SELECT.MoveInYear
{
	width: 85px;
}

/* Request Permits Page */
div.requestPermitLeftContainer
{
	float: left;
	width: 48%;
}

	div.requestPermitLeftContainer table.table-entry td SELECT.PermitType
	{
		Width: 254px;
	}


	div.requestPermitLeftContainer table.table-entry td INPUT.ContractorName
	{
		Width: 250px;
	}

	div.requestPermitLeftContainer table.table-entry td TextArea.DescriptionOfWork,
	div.requestPermitLeftContainer table.table-entry td TextArea.LocationDescription,
	div.requestPermitLeftContainer table.table-entry td TextArea.Comments
	{
		width: 250px;
		height: 50px;
	}

	div.requestPermitLeftContainer table.table-entry td.contractorWarning
	{
		padding: 2px 0px 10px 0px;
	}

div.requestPermitRightContainer
{
	float: right;
	width: 48%;
}

div.requestPermitleftContainer table.table-entry td TextArea.WorksiteAddress
{
	width: 250px;
	height: 50px;
}

div.requestPermitRightContainer table.table-entry
{
	table-layout: fixed;
}

	div.requestPermitRightContainer table.table-entry td INPUT.LotNumber,
	div.requestPermitRightContainer table.table-entry td INPUT.CurrentPropertyValue,
	div.requestPermitRightContainer table.table-entry td INPUT.EstimatedImprovementValue,
	div.requestPermitRightContainer table.table-entry td INPUT.ImprovementSquareFt,
	div.requestPermitRightContainer table.table-entry td INPUT.ContactEmail
	{
		width: 250px;
	}

div.requestPermitRightContainer div.requestPermitContinueButton
{
	text-align: center;
}

/*Contractor Permits Page */
div.permitsPerPageContainer
{
	float: right;
	padding-right: 15px;
}

	div.permitsPerPageContainer SELECT.NoofPermits
	{
		Width: 80px;
	}

span.contractorPermitsPermitsFound
{
	margin-left: 25px;
}

/* Billing and Payment */
div.permitsBillingandPaymentContainer table table-display tfoot tr.PermitsTotal
{
	text-align: right;
}

.billingandPaymentMessage
{
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 13px;
}

div.permitsBillingandPaymentContainer table.table-display th.permitNameStyle
{
	width: 400px;
	text-align: left;
}

	div.permitsBillingandPaymentContainer table.table-display th.permitNameStyle SPAN
	{
		font-weight: bold;
		font-size: 12px;
	}

div.permitsBillingandPaymentContainer table.table-display td.permitAmountStyle
{
	width: 80px;
	text-align: right;
}

	div.permitsBillingandPaymentContainer table.table-display td.permitAmountStyle SPAN
	{
		font-weight: bold;
		font-size: 12px;
	}

div.permitsBillingandPaymentPermitFeesContainer table.table-display
{
	padding-top: 0px;
	padding-bottom: 2px;
}

	div.permitsBillingandPaymentPermitFeesContainer table.table-display td.permitFeeDescriptionStyle
	{
		padding-left: 50px;
		width: 200px;
		font-weight: normal;
	}

	div.permitsBillingandPaymentPermitFeesContainer table.table-display td.permitFeeAmountStyle
	{
		width: 80px;
	}

.hiddenText label
{
	display: none;
}

div.permitsBillingandPaymentPermitFeesContainer table.table-display td SPAN.permitAmountCollectedStyle
{
	color: Maroon;
}


/* My account */
div.myAccountContainer table.table-entry td INPUT.UserName,
div.myAccountContainer table.table-entry td INPUT.NewPassword,
div.myAccountContainer table.table-entry td INPUT.ConfirmPassword
{
	width: 175px;
}

div.myAccountContainer table.table-entry td INPUT.Email
{
	width: 200px;
}

/*Contractor Permit Details */

fieldset.contractorPermitDetailsSection table.table-display tbody th,
fieldset.contractorPermitDetailsSection table.table-display tfoot th
{
	background: transparent;
	border: none;
	font-size: 12px;
	font-weight: bold;
	vertical-align: top;
	text-align: left;
	padding: 2px;
	width: 200px;
	padding-right: 5px;
}

.contractorPermitDetailsSection
{
	width: 99%;
	padding-left: 5px;
	padding-top: 10px;
}

fieldset.contractorPermitDetailsSection
{
	padding: 5px 0px;
	padding-bottom: 10px;
	margin: 0px;
}

.contractorPermitLocationSection
{
	width: 99%;
	padding-left: 5px;
	padding-top: 10px;
}

fieldset.contractorPermitLocationSection
{
	padding: 5px 0px;
	padding-bottom: 10px;
	margin: 0px;
}

.licenseDetailsLargeSections {
	width: 99%;
	padding-left: 5px;
	padding-top: 10px;
}

fieldset.licenseDetailsLargeSections {
	padding: 5px 0px;
	padding-bottom: 10px;
	margin: 0px;
}

.contractorPermitDetailsPermitSummary
{
	width: 40%;
	padding-left: 5px;
	padding-top: 10px;
}

.licenseDetailsSmallSections {
	width: 40%;
	padding-left: 5px;
	padding-top: 10px;
}

.contractorPermitDetailsContainer
{
	width: 40%;
	padding-left: 5px;
	padding-top: 10px;
}

div.contractorPermitDetailsRightSide table.table-display td INPUT.PayNowButton
{
	width: 70px;
	padding: 1px;
}

.contractorPermitDetailsPaymentSummary
{
	float: left;
	width: 100%;
}

.licenseDetailsPaymentSummaryFieldset 
{
	float: left;
	width: 100%;
}

.contractorPermitDetailsTabControl
{
	float: left;
	padding-left: 5px;
	width: 98%;
	padding-top: 14px;
}

.contractorPermitDetailsMapContainer
{
	height: 287px;
	width: 440px;
}

.contractorPermitDetailsRightSide
{
	float: right;
	width: 58%;
	margin-top: 10px;
}

.LocationSummaryDisplayColumnStyle
{
	padding-right: 20px;
}

div.contractorPermitDetailsContainer table.table-display th.CurrentPropertyValue
{
	width: 160px;
}

div.contractorPermitDetailsContainer table.table-display th.Comments
{
	width: 160px;
}

/* Contractor Permit Details Requested Inspections */

.InspectionExternalCommentTextBox 
{
	width: 100%;
	resize: none;
}

.divNotScheduled
{
	background-color: #EDA6A8;
}

.divCompleted
{
	background-color: #DBEECD;
}

.divPending
{
	background-color: #D3F5FF;
}

.divScheduled
{
	background-color: #FFD9C6;
}

div.inspectionsContainer table.table-data td.InspectionTypeColumn,
div.inspectionsContainer table.table-data th.InspectionTypeColumn
{
	width: 15%;
	text-align: left;
}

div.inspectionsContainer table.table-data td.InspectionStatusColumn,
div.inspectionsContainer table.table-data th.InspectionStatusColumn
{
	width: 10%;
	text-align: left;
}

div.inspectionsContainer table.table-data td.InspectionExternalCommentColumn,
div.inspectionsContainer table.table-data th.InspectionExternalCommentColumn
{
	width: 25%;
	text-align: left;
}

div.inspectionsContainer table.table-data td.InspectorCommentColumn,
div.inspectionsContainer table.table-data th.InspectorCommentColumn {
	width: 25%;
	text-align: left;
}

div.inspectionsContainer table.table-data td.InspectionDateColumn,
div.inspectionsContainer table.table-data th.InspectionDateColumn {
	width: 15%;
	text-align: left;
}

div.inspectionsContainer table.table-data td.PassFailColumn,
div.inspectionsContainer table.table-data th.PassFailColumn
{
	width: 15%;
	text-align: center;
}

div.inspectionsContainer table.table-data td INPUT.ScheduleButton
{
	width: 65px;
	padding: 1px;
	margin: 0px;
}

div.inspectionsContainer table.table-data td INPUT.AppointmentCancelButton
{
	width: 120px;
	padding: 2px;
	margin: 1px;
}

div.inspectionsContainer table.table-data td INPUT.SubmitButton
{
	width: 65px;
}

div.inspectionsContainer table.table-data td INPUT.CancelButton
{
	width: 65px;
}

div.permitConditionContainer table.table-data td.PermitConditionActiveColumn,
div.permitConditionContainer table.table-data th.PermitConditionActiveColumn
{
	width: 15%;
	text-align: center;
}

div.permitConditionContainer table.table-data td.PermitConditionCodeColumn,
div.permitConditionContainer table.table-data th.PermitConditionCodeColumn
{
	width: 20%;
	text-align: left;
}

div.permitConditionContainer table.table-data td.PermitConditionCommentColumn,
div.permitConditionContainer table.table-data th.PermitConditionCommentColumn
{
	width: 35%;
	text-align: left;
}

div.permitConditionContainer table.table-data td.PermitConditionDueDateColumn,
div.permitConditionContainer table.table-data th.PermitConditionDueDateColumn
{
	width: 15%;
	text-align: center;
}

div.permitConditionContainer table.table-data td.PermitConditionDepartmentColumn,
div.permitConditionContainer table.table-data th.PermitConditionDepartmentColumn
{
	width: 15%;
	text-align: center;
}

div.applicationCheckListContainer table.table-data td.ApplicationCheckListCompletedColumn,
div.applicationCheckListContainer table.table-data th.ApplicationCheckListCompletedColumn
{
	width: 15%;
	text-align: center;
}

div.applicationCheckListContainer table.table-data td.ApplicationCheckListSequenceNumberColumn,
div.applicationCheckListContainer table.table-data th.ApplicationCheckListSequenceNumberColumn
{
	width: 15%;
	text-align: center;
}

div.applicationCheckListContainer table.table-data td.ApplicationCheckListActivityColumn,
div.applicationCheckListContainer table.table-data th.ApplicationCheckListActivityColumn
{
	width: 25%;
	text-align: left;
}

div.applicationCheckListContainer table.table-data td.ApplicationCheckListResponsibleDepartmentColumn,
div.applicationCheckListContainer table.table-data th.ApplicationCheckListResponsibleDepartmentColumn
{
	width: 22%;
	text-align: left;
}

div.applicationCheckListContainer table.table-data td.ApplicationCheckListReviewedByColumn,
div.applicationCheckListContainer table.table-data th.ApplicationCheckListReviewedByColumn
{
	width: 23%;
	text-align: left;
}

div.inspectionTasksContainer table.table-data td.InspectionTasksCompletedColumn,
div.inspectionTasksContainer table.table-data th.InspectionTasksCompletedColumn
{
	width: 15%;
	text-align: center;
}

div.inspectionTasksContainer table.table-data td.InspectionTasksFailedPassColumn,
div.inspectionTasksContainer table.table-data th.InspectionTasksFailedPassColumn
{
	width: 15%;
	text-align: center;
}

div.inspectionTasksContainer table.table-data td.InspectionTasksFeeDescriptionColumn,
div.inspectionTasksContainer table.table-data th.InspectionTasksFeeDescriptionColumn
{
	width: 30%;
	text-align: left;
}

div.inspectionTasksContainer table.table-data td.InspectionTasksTaskDescriptionColumn,
div.inspectionTasksContainer table.table-data th.InspectionTasksTaskDescriptionColumn
{
	width: 60%;
	text-align: left;
}

div.inspectionTasksContainer table.table-data td.InspectionDocumentsLinksColumn,
div.inspectionTasksContainer table.table-data th.InspectionDocumentsLinksColumn
{
	width: 10%;
	text-align: center;
}

.breakword
{
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.ci-document-row
{
	height: 150px;
	width: 150px;
	float: left;
	padding-right: 10px;
	text-align: center;
	border-right-width: 15px;
}

.ci-document-button
{
	background: none !important;
	border: none;
	padding: 0 !important;
	font: inherit;
	font-weight: bold;
	color: #1c5d91;
	border-bottom: 1px solid #1c5d91;
	cursor: pointer;
}

.ci-document-collapse-link
{
	float: left;
	width: 100%;
	margin-top: 20px;
}

div.logosNotesContainer table.table-data td.LogosNotesSubjectColumn,
div.logosNotesContainer table.table-data th.LogosNotesSubjectColumn
{
	width: 25%;
	text-align: left;
}

div.logosNotesContainer table.table-data td.LogosNotesNoteColumn,
div.logosNotesContainer table.table-data th.LogosNotesNoteColumn
{
	width: 60%;
	text-align: left;
}

div.logosNotesContainer table.table-data td.LogosNotesDateColumn,
div.logosNotesContainer table.table-data th.LogosNotesDateColumn
{
	width: 15%;
	text-align: left;
}
/* Forgot Password */
div.forgotPassContractorAccountProfile table.table-entry td INPUT.CurrentUserName,
div.forgotPassContractorAccountProfile table.table-entry td INPUT.NewPassword,
div.forgotPassContractorAccountProfile table.table-entry td INPUT.ConfirmPassword,
div.forgotUserContractorAccountProfile table.table-entry td INPUT.Email
{
	width: 178px;
}

div.forgotPassCompanyIdentityVerification div.FlexibleCredentials,
div.forgotUserCompanyIdentityVerification div.FlexibleCredentials
{
	width: 750px;
}

div.forgotPassContractorAccountProfile table.table-entry th,
div.forgotUserContractorAccountProfile table.table-entry th
{
	width: 230px;
	padding-right: 10px;
}

div.forgotPassResetButtonContainer INPUT.ResetButton,
div.forgotUserResetButtonContainer INPUT.ResetButton
{
	margin-left: 266px;
	margin-right: 20px;
}

/* AdvancedSearch */
div.advancedSearchContainer table.table-entry td SELECT.PermitType
{
	width: 205px;
}

div.advancedSearchContainer table.table-entry td INPUT.PermitNumber
{
	width: 200px;
}

div.advancedSearchContainer table.table-entry td INPUT.ServiceAddress,
div.advancedSearchContainer table.table-entry td .ServiceAddress
{
	width: 200px;
	height: 50px;
}

div.advancedSearchPermitCountContainer
{
	padding-left: 5px;
	float: right;
}

	div.advancedSearchPermitCountContainer SELECT.NoofRows
	{
		width: 80px;
	}

span.advancedSearchPermitsFound
{
	margin-left: 25px;
}

/* Permit Details */
span.permitDetailsDescriptionLabel
{
	background: transparent;
	border: none;
	font-size: 12px;
	font-weight: bold;
	vertical-align: top;
	text-align: left;
	padding: 4px;
	padding-right: 15px;
}

span.licenseDetailsDescriptionLabel {
	background: transparent;
	border: none;
	font-size: 12px;
	font-weight: bold;
	vertical-align: top;
	text-align: left;
	padding: 4px;
	padding-right: 15px;
}

div.permitDetailsDescription SPAN
{
	border: none;
	vertical-align: top;
	padding: 4px;
	padding-left: 5px;
	font-size: 12px;
}

.permitDetailsPermitSummary
{
	width: 46%;
	padding-left: 5px;
	padding-top: 10px;
}

.permitDetailsContainer
{
	width: 46%;
	padding-left: 5px;
	padding-top: 10px;
}

.permitDetailsLocationSummary
{
	width: 46%;
	float: right;
	padding-top: 10px;
	padding-right: 25px;
}

.permitDetailsContainer table.table-display th.CurrentPropertyValue
{
	width: 160px;
}

.permitDetailsContainer table.table-display th.Comments
{
	width: 160px;
}

.permitDetailsContainer table.table-display td INPUT.PayNowButton
{
	width: 70px;
	padding: 1px;
}

.permitDetailsMapContainer
{
	width: 46%;
	float: right;
	clear: right;
	padding-top: 20px;
	padding-right: 32px;
}

/* Payment Information */
div.permitPaymentInformationRightSide
{
	float: right;
	width: 50%;
}

div.permitPaymentInformationLeftShifted
{
	float: left;
	width: 50%;
}

div.paymentContactInformationContainer
{
	width: 46%;
	float: left;
	padding-right: 15px;
}

div.paymentCreditCardInfoContainer
{
	width: 46%;
	float: left;
	padding-top: 5px;
	padding-right: 15px;
}


div.permitsPaymentSummaryContainer
{
	padding-bottom: 20px;
}

div.paymentContactInformationContainer table.table-entry td INPUT.CompanyName
{
	width: 252px;
}

div.paymentContactInformationContainer table.table-entry td INPUT.FirstName,
div.paymentContactInformationContainer table.table-entry td INPUT.LastName
{
	width: 121px;
}

div.paymentContactInformationContainer table.table-entry td INPUT.Address
{
	width: 250px;
}

div.paymentContactInformationContainer table.table-entry td INPUT.City
{
	width: 145px;
}

div.paymentContactInformationContainer table.table-entry td INPUT.Zip
{
	width: 43px;
}

div.paymentContactInformationContainer table.table-entry td INPUT.Email
{
	width: 250px;
}

div.paymentCreditCardInfoContainer table.table-entry td SELECT.CardTypes
{
	width: 178px;
}

div.paymentCreditCardInfoContainer table.table-entry td INPUT.CardNumber
{
	width: 174px;
}

div.paymentCreditCardInfoContainer table.table-entry td SELECT.ExpirationDate
{
	width: 117px;
}

div.paymentCreditCardInfoContainer table.table-entry td SELECT.ExpirationYear
{
	width: 60px;
}

div.paymentCreditCardInfoContainer table.table-entry td INPUT.SecurityCode
{
	width: 35px;
}

/* Request Permit Wizard for Resident Access Styles*/
.table-requestpermit-wizard tr
{
	text-align: center;
}

	.table-requestpermit-wizard tr td
	{
		width: 95px;
	}

	.table-requestpermit-wizard tr td
	{
		font-size: 12px;
		font-weight: normal;
		padding-top: 30px;
		color: Gray;
	}

		.table-requestpermit-wizard tr td.StepSelected
		{
			color: black;
			font-size: 12px;
			font-weight: bolder;
		}


			.table-requestpermit-wizard tr td.StepSelected div
			{
				background: url('../Images/step_on.png') no-repeat;
				text-align: center;
				padding-top: 20px;
				background-position: center;
				font-weight: bold;
				height: 35px;
			}

		.table-requestpermit-wizard tr td.Step div
		{
			background: url('../Images/step_off.png') no-repeat;
			text-align: center;
			padding-top: 20px;
			background-position: center;
			font-style: normal;
			height: 35px;
		}

/* Payment Receipt Page */
div.permitsResidentPermitRequestContainer table.table-display tr td INPUT.PrintPermitsButton
{
	width: 100px;
	padding-right: 20px;
}

div.permitsResidentPermitRequestContainer table.table-display tr td INPUT.ViewPermitsButton
{
	width: 120px;
	padding-right: 10px;
}

div.permitsPaymentReceiptRequestSummaryContainer table.table-display th
{
	width: 22%;
}

div.permitsPaymentReceiptRequestSummaryContainer table.table-display td
{
	width: 40%;
}

div.permitsPaymentReceiptPaymentSummaryContainer table.table-display th
{
	width: 172px;
}
/* Create User Page */
div.createUserContratorAccountProfileContainer table.table-entry th.UserName
{
	width: 210px;
	padding-right: 10px;
}

div.createUserContratorAccountProfileContainer table.table-entry td INPUT.UserName,
div.createUserContratorAccountProfileContainer table.table-entry td INPUT.Password,
div.createUserContratorAccountProfileContainer table.table-entry td INPUT.ConfirmPassword,
div.createUserContratorAccountProfileContainer table.table-entry td INPUT.Email
{
	width: 250px;
}

div.createUserCreateAccountButtonContainer INPUT.CreateAccountButton
{
	margin-left: 256px;
	margin-right: 20px;
}
/* END Permits
#############################################################################*/


/*#############################################################################
 Licensing
#############################################################################*/
div.LicensingFlexibleCredential table.table-entry th
{
	width: 110px;
	vertical-align: top;
	padding-top: 4px;
}

input.LicensingLogin
{
	margin-left: 210px;
	width: 80px;
}

table.LicenseFeesButtons
{
	border-collapse: collapse;
	border-spacing: 0px;
	width: 484px;
}
/* END Licensing
#############################################################################*/

table.table-bid-summary
{
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
	font-size: 12px;
	margin-bottom: 40px;
}


/*************************/
/* Data Table bids*/
/*************************/
table.table-display-bids
{
	border-collapse: collapse;
	border-spacing: 0px;
	width: 92%;
	font-size: 10px;
	margin-bottom: 40px;
}

	/* header */
	table.table-display-bids th,
	.gridHeader
	{
		border-bottom: 1px solid #afafaf;
		background: #e7f1f9;
		font-weight: normal;
		text-align: left;
		vertical-align: bottom;
	}

		/* header links */
		table.table-display-bids th a
		{
			text-decoration: none;
		}

	/* footer */
	table.table-display-bids td.gridFooter
	{
		background-color: #729fdc;
		border: solid 1px #285ea6;
		color: White;
		font-family: Calibri;
		font-weight: bold;
		text-align: center;
	}

	/* padding inside cells */
	table.table-display-bids td,
	table.table-display-bids th
	{
		text-align: left;
	}

	table.table-display-bids td
	{
		border-bottom: 1px solid #dddddd;
		vertical-align: top;
		font-family: verdana,tahoma,helvetica;
	}

		/* money, quantities, numbers, etc. */
		table.table-display-bids th.right-align,
		table.table-display-bids th.money,
		table.table-display-bids td.right-align,
		table.table-display-bids td.money,
		table.table-display-bids th.quantity,
		table.table-display-bids td.quantity,
		table.table-display-bids th.number,
		table.table-display-bids td.number,
		table.table-display-bids th.hours,
		table.table-display-bids td.hours,
		table.table-display-bids th.days,
		table.table-display-bids td.days
		{
			text-align: right;
		}

		table.table-display-bids th.images,
		table.table-display-bids td.images
		{
			text-align: center;
		}


		table.table-display-bids td.right-align-no-border
		{
			border: none 0 White;
			text-align: right;
		}

	table.table-display-bids tr.odd td,
	.gridRowAlt
	{
		background: #ededed;
	}

	table.table-display-bids tr.selected td,
	.gridRowSelected
	{
		background: #e7f1f9;
	}

	table.table-display-bids th.right-align-total
	{
		border-bottom: 1px solid #afafaf;
		border-top: 1px solid #afafaf;
		background: #e7f1f9;
		font-weight: normal;
		text-align: right;
	}

	/* expand collapse */
	table.table-display-bids th.ExpandCollapse,
	table.table-display-bids td.ExpandCollapse
	{
		padding: 0px;
	}

	table.table-display-bids tr td div
	{
		overflow: visible;
	}

	table.table-display-bids tr.collapsedNoMaxHeight td div
	{
		max-height: 0px;
		overflow: hidden;
	}

	table.table-display-bids tr.collapsed td div
	{
		max-height: 14px;
		overflow: hidden;
	}

	table.table-display-bids input.ExpandCollapse
	{
		background: transparent;
		border: none;
		color: #1C5D91;
		cursor: pointer;
		float: left;
		font-size: 14px;
		font-weight: 900;
		padding: 0px;
		width: 16px;
	}

	table.table-display-bids tr.ExpandCollapseDetails.collapsed
	{
		display: none;
	}
/* END Data Table-with-scroll */
/******************/

div.inspectionsContainer table.table-data td INPUT.clear
{ /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}

div.inspectionsContainer table.table-data td INPUT.button
{
	background: transparent url('bg_button_a.gif') no-repeat scroll top right;
	color: #444;
	display: block;
	float: left;
	font: normal 12px arial, sans-serif;
	height: 24px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
}

	div.inspectionsContainer table.table-data td INPUT.button span
	{
		background: transparent url('bg_button_span.gif') no-repeat;
		display: block;
		line-height: 14px;
		padding: 5px 0 5px 18px;
	}

	.stopWorkBlockText {
		font-weight: bold;
		color: #ff4000;
	}

	.stopWorkWarningText {
		font-weight: bold;
		color: #eb9316;
	}

.info {
	color:green;
}

.contentBlock {
	margin: 10px 25px 25px 25px;
}

.contentLine {
	padding-bottom:15px;
}

.contentLabel {
	float:left;
	width:135px;
}

/* New Navigation Menu*/
.navigation-container
{
	background: #fff;
	height: 50px;
}

.navigation
{
	list-style: none;
	margin: 0;
	height: 50px;
	padding: 0;
	border-top: 1px solid #d4d4d4;
	background: #fff;
	white-space: nowrap;
}

.navigation li a
{
	display: none;
}

	.navigation li
	{
		float: left;
		margin-left: 22px;
		height: 50px;
		white-space: nowrap;
		padding-right: 10px;
	}

.navigation li.li-hover
{
	background: #e9e9e9;
	cursor: pointer;
}

	.navigation li.currentPage
	{
		height: 47px;
		border-bottom: 3px solid #1c5d91;
	}

.navigation li.first-nav-item 
{
	margin-left: 15px;
}

.navigation li.currentPage table.nav-item
{
	height: 47px;
}

table.nav-item
{
	height: 50px;
}

table.nav-item td 
{
	white-space: nowrap;
}

table.nav-item td.icon
{
	padding-right: 12px;
	padding-left: 6px;
	padding-top: 3px;
	vertical-align: middle;
}

table.nav-item td.header .nav-title 
{
	vertical-align: middle;
	color: #484848;
	font-size: 12px;
	font-family: 'Arial Rounded MT';
}

	table.nav-item td.truncate
	{
		max-width: 135px;
		text-overflow: ellipsis;
		table-layout: fixed;
		overflow: hidden;
		white-space: nowrap;
	}

	/* IE6 Truncate Fix, apply to both*/
	table.nav-item span.truncate
	{
		max-width: 135px;
		width: 130px;
		text-overflow: ellipsis;
		table-layout: fixed;
		overflow: hidden;
		white-space: nowrap;
	}

table.nav-item td.header .nav-subheader 
{
	display: block;
	color: #999;
	font-size: 12px;
}

table.nav-item td.label 
{
	padding-left: 30px;
}

table.nav-item td.label .nav-label {
	font-size: 16px;
	color: #999;
	vertical-align: middle;
}

table.nav-item td.dropdown img
{
	vertical-align: middle;
}

/* DropDown Control */

.dropdown-container
{
	background: #fff;
	border: 1px solid #d4d4d4;
	border-top: none;
	display: none;
}

ul.sub-dropdown
{
	list-style: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	display: table;
}

	ul.sub-dropdown li
	{
		margin: 0;
		border-top: 1px solid #d4d4d4;
		float: left; /* IE white space between LI fix*/
		display: table-cell;
		padding: 0;
	}

ul.sub-dropdown li.li-hover
{
	background: #e9e9e9;
	cursor: pointer;
}

.dropdown-hover
{
	cursor: pointer;
	background: #e9e9e9;
}

.selected-item.dropdown-open
{
	background: #e9e9e9;
	cursor: pointer;
}

.dropdown-footer-container
{
	margin: 0;
	padding: 0;
	border-top: 1px solid #d4d4d4;
}

.dropdown-content 
{
	display: none;
}

/* MFA panel styling*/

#pnlMFAPanelContainer {
	text-align: left;
	padding: 10px;
	background-color: #40528e;
	width: 50%;
	color: white;
}

/* DUO MFA Styling */
#duo_iframe {
	width: 100%;
	min-width: 304px;
	max-width: 620px;
	height: 330px;
	border: none;
}


/* Tables For ADA Complience */
div.right-align-row {
	display: table-row;
	text-align: right;
}

div.table-data {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
	font-size: 12px;
	margin-bottom: 40px;
}

div.table-data span {
	border-bottom: 1px solid #dddddd;
	padding: 4px 10px;
	vertical-align: top;
	display: table-cell;
}

div.table-data span.table-header {
	border-bottom: 1px solid #afafaf;
	background: #e7f1f9;
	font-weight: normal;
	vertical-align: bottom;
	padding: 4px 10px;
}

.nwsTable thead tr td {
	height: 51px;
	padding: 0 0 0 0 !important;
	border-right: none !important;
	border-left: none !important;
	font-family: 'Noto Sans', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: white;
	background: #7C7C7C;
	text-transform: uppercase;
	margin-right: 0px !important;
	margin-left: 0px !important;
	display: table-cell;
	vertical-align: middle;
	overflow-x: hidden;
	overflow-y: hidden;
	text-align: center;
	unicode-bidi: isolate;
}