


html {
	-ms-overflow-style: scrollbar;
	overflow-y: scroll;
}

body {
	font-family: Roboto,"Helvetica Neue LT W01_41488878", Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*position:relative;	 don't do this, bug in IE in menu*/
	background-color: #f3f3f3;
}

a {
	color: #006580;
}

span, div {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.ErrorMessage /* styles error message */ {
	color: Red;
}

a /* no undertline for a link in hole project*/ {
	text-decoration: none;
}

/*styling for header*/
.header {
	background-color: #ffffff;
	/*background-image : url(../../Images/bandback.gif);
	background-repeat : repeat-x;*/
	width: 100%;
	height: auto;
	text-align: left;
}

	.header .menu /*sets a black line just under the menu*/ {
		border-bottom: 1px black solid;
		width: 100%;
	}


.treeviewNode /*styles the helptreeview nodes, also menuHover & menuSelected style treeview*/ {
	width: auto;
	background-color: Transparent;
	font-family: Roboto,"Helvetica Neue LT W01_41488878", Arial, Helvetica, sans-serif;
	color: #016580;
	font-size: 13px;
}

.multiSelectTreeviewNode {
	width: auto;
	background-color: Transparent;
	font-family: Roboto,"Helvetica Neue LT W01_41488878", Arial, Helvetica, sans-serif;
	color: #016580;
	font-size: 13px;
	cursor: pointer;
}


.Link {
	width: 120px;
	background-color: Transparent;
	color: #b0001a;
	font-family: Roboto,"Helvetica Neue LT W01_41488878", Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
}


	.Link:hover {
		width: 120px;
		background-color: Transparent;
		color: #ee746a;
		font-family: Roboto,"Helvetica Neue LT W01_41488878", Arial, Helvetica, sans-serif;
		font-size: 13px;
		text-decoration: none;
		cursor: hand;
	}




/*styles for asp.net menu used in header*/
.staticMenuStyle {
	width: 120px;
	background-color: Transparent;
	color: #4A4F54;
	font-family: Roboto,"Helvetica Neue LT W01_41488878", Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	/*padding:0 1% 0 1%;*/
}

/*styles the menu flap*/
.dynamicMenuStyle {
	/*width:200px;*/ /*remove to have dynamic size*/
	background-color: white;
	text-align: left;
	z-index: 1; /* firefox bug*/

	padding: 2px 5px 2px 5px;
	font-family: Roboto,"Helvetica Neue LT W01_41488878", Arial, Helvetica, sans-serif;
	color: #4A4F54;
	font-size: 16px;
	border-right: 1px black solid;
	border-bottom: 1px black solid;
	border-left: 1px black solid;
	border-top: 1px black solid; /*sets the top border white, shows a discontinuity in black borderline just under menu ( class .header .menu)*/
}
/*styles the menu item*/
.dynamicMenuItemStyle {
	padding: 2px 5px 2px 5px;
	color: #4A4F54; /*in firefox must be specified, in IE this is inherited from dynamicmenustyle */
	font-size: 16px; /*in firefox must be specified, in IE this is inherited from dynamicmenustyle */
}

.staticMenuItemStyle {
	width: 120px;
	color: #4A4F54; /*in firefox must be specified, in IE this is inherited from staticmenustyle bug*/
	text-align: center;
}

.menuHover {
	/*font-weight:bold;*/
	color: #d22630;
}

.menuSelected {
	/*font-weight:bold;*/
	/*text-decoration:underline;*/
	/*color:#ee746a;	*/
}

.logoutLink /*styles link*/ {
	width: 20%;
	background-color: Transparent;
	color: #4A4F54;
	font-family: Roboto,"Helvetica Neue LT W01_41488878", Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	width: auto;
	margin-right: 1%;
}

	.logoutLink:hover {
		width: 20%;
		background-color: Transparent;
		color: #ee746a;
		font-family: Roboto,"Helvetica Neue LT W01_41488878", Arial, Helvetica, sans-serif;
		font-size: 13px;
		text-decoration: none;
		width: auto;
		margin-right: 1%;
	}


/* end of asp;net 2.0 menu styling*/


.breadcrumb /* styling for breadcrumb*/ {
	text-align: left;
	color: #006580;
	background: #f3f3f3;
	/*font-size: 15px;*/
	padding: 10px 2px 10px 4px; /* space between content and breadcrumbs*/
}


.background {
	background: #f3f3f3;
}


.breadcrumb a {
	color: #006580;
	/*font-size: 15px;*/
	text-decoration: none;
}

	.breadcrumb a:hover {
		color: #d22630;
	}
/* end of styling for breadcrumb*/
/* end of styling for header*/

/*begin styling content*/
.content /* a class for styling the general content*/ {
	/*background-color : #ffffff;/*white*/
	height: auto; /* the height is relative to content in page*/
	left: 0;
	right: 0;
	width: 100%;
	text-align: center; /* centers floatbox in IE*/
	margin-top: 0;
	margin-bottom: 3%; /* space between content and footer*/
	font-family: Roboto,"Helvetica Neue LT W01_41488878", Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*min-height:600px; */
}
/*
in firefox there is less font-size inheritance then in IE,
therefore this class
*/
td {
	font-size: 10pt;
}


.FloatBox /*floatbox has a border and is the child of content class*/ {
	background-color: white;
	width: 98%;
	margin: 1% auto 1% auto; /* centers floatbox in firefox*/
	border: 1px solid #4a4f54;
	height: auto; /* firefox bug, cannot be set to 90%, because contanining element has height:auto;*/
	padding: 0.5;
	padding-bottom: 3px;
	align: center;
}


.fixedbox /*syles the loginbox, catcherro page,...*/ {
	width: 440px;
	border: 2px solid #4a4f54;
	margin-left: auto; /*firefox bug*/
	margin-right: auto; /*firefox bug*/
	margin-top: 3%;
	margin-bottom: 3%;
	background-color: white;
}

.loginBox {
	width: 100%;
	height: 100%;
	background-color: #f1f2f3;
}



/* footer2 styles the link in the footer*/
A.footer2 {
	FONT-WEIGHT: normal;
	FONT-SIZE: 90%;
	COLOR: #666666;
	font-family: Roboto,"Helvetica Neue LT W01_41488878", Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
}


	A.footer2:visited {
		COLOR: #666666;
	}

	A.footer2:hover {
		COLOR: #ff6600;
		TEXT-DECORATION: underline;
	}

/*classes that are set dynamically through javascript function switchVisibility()*/
.invisible {
	position: absolute;
	visibility: hidden;
	z-index: -1;
}

.visible {
	position: relative;
	visibility: visible;
	z-index: 100;
}

/*classes that style for example taskdetail.aspx */
.content .fixedbox2 {
	background-color: white;
	/*width: 700px;*/
	width: 90%;
	margin: 6px 6px 6px 6px;
	border: 2px solid #4a4f54;
}

	.content .fixedbox2 .title2 {
		background-color: #4a4f54;
		color: white;
		font-weight: bold;
		cursor: default;
		width: 100%;
		margin: 0px 0px 0px 0px;
	}

	.content .fixedbox2 .actions2 {
		background-color: #ebecec;
		margin: 0px 0px 0px 0px;
		padding: 5px 5px 5px 5px;
		width: 100%;
	}
/*end of classes that style for example taskdetail.aspx */


/*

.header .menu span
{
	font-size: 11px;
	text-align:center;
	color : #374AD6;
	text-decoration : none;
	margin:1px 1px 1px 1px;
}*/
/*.header .menu a 
{
	font-size: 11px;
	text-align:center;
	color : #374AD6;
	text-decoration : none;
	margin:1px 1px 1px 1px;
    font-weight : bold;
}

.header .menu a:hover{
	color : #FF6600;
}

.header .menu .selected
{
	margin:0px 0px 0px 0px;
	border-right: #4a4f54 1px solid;
	border-top: #4a4f54 1px solid;
	border-left: #4a4f54 1px solid;
	border-bottom: #4a4f54 1px solid;
}

.header .menu .right 
{
	/* right:0; */
/*	position:absolute;
}

.header .menu .flap
{
	border-right: #4a4f54 1px solid;
	border-left: #4a4f54 1px solid;
	border-bottom: #4a4f54 1px solid;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	visibility: hidden;
	position: absolute;
	top: 17px;
	background-color: white;
}
.header .menu .flap a
{
	color:#016580;
	font-weight:normal;
}*/



/* styles the title in the loginbox*/
.fixedbox .title {
	background-color: #b0001a;
	color: white;
	font-weight: bold;
	cursor: default;
}

/*styles the area of the action butttons in the fixedbox (ex:cancel,save,delete)*/
.fixedbox .actions {
	padding: 5px 5px 5px 5px;
	vertical-align: middle;
	height: 30px;
	text-align: right;
	background-color: #ebecec;
}
/*styles the area of the action butttons (ex:cancel,save,delete)*/
.actions {
	padding: 5px 5px 5px 5px;
	vertical-align: middle;
	height: 30px;
	text-align: right;
}

.editbox {
	font-family: Roboto,"Helvetica Neue LT W01_41488878", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	height: auto; /*must be set to auto so that height matches size of letters*/
}

select.editbox {
	width: 206px;
}

input.editbox, textarea.editbox {
	width: 200px;
}

.buttonallactive {
	height: 22px;
	font-family: Roboto,"Helvetica Neue LT W01_41488878", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color: #fed;
}

.buttonallnotactive {
	height: 22px;
	font-family: Roboto,"Helvetica Neue LT W01_41488878", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}



.multiline_editbox_fullwidth {
	font-family: Roboto,"Helvetica Neue LT W01_41488878", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	width: 99%;
	height: 300px;
}

.editbox_fullwidth {
	font-family: Roboto,"Helvetica Neue LT W01_41488878", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	width: 99%;
	text-align: left;
	height: auto; /*must be set to auto so that height matches size of letters*/
}

.editboxRed {
	font-family: Roboto,"Helvetica Neue LT W01_41488878", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	background-color: #FB8679;
	height: auto; /*must be set to auto so that height matches size of letters*/
}

select.editboxRed {
	width: 206px;
}

input.editboxRed, textarea.editboxRed {
	width: 200px;
}

.RequiredInputField {
	font-family: Roboto,"Helvetica Neue LT W01_41488878", Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*height: auto; /*must be set to auto so that height matches size of letters*/
	text-align: left;
	background-color: #FFF2F2;
	height: auto; /*must be set to auto so that height matches size of letters*/
	/*border: solid 1px green;*/
	/*box-shadow: 0 0 3px green;*/
}

select.RequiredInputField {
	width: 206px;
}


input.RequiredInputField, textarea.RequiredInputField {
	width: 200px;
}

.NonRequiredInputField {
	font-family: Roboto,"Helvetica Neue LT W01_41488878", Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*height: auto; /*must be set to auto so that height matches size of letters*/
	text-align: left;
	height: auto; /*must be set to auto so that height matches size of letters*/
	/*border: solid 1px red;*/
}

select.NonRequiredInputField {
	width: 206px;
}


input.NonRequiredInputField, textarea.NonRequiredInputField {
	width: 200px;
}


.RequiredInputFieldGoodConfidence {
	font-family: Roboto,"Helvetica Neue LT W01_41488878", Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*height: auto; /*must be set to auto so that height matches size of letters*/
	text-align: left;
	background-color: #FFF2F2;
	height: auto; /*must be set to auto so that height matches size of letters*/
	border: solid 2px green;
}

select.RequiredInputFieldGoodConfidence {
	width: 206px;
}


input.RequiredInputFieldGoodConfidence, textarea.RequiredInputFieldGoodConfidence {
	width: 200px;
}

.RequiredInputFieldBadConfidence {
	font-family: Roboto,"Helvetica Neue LT W01_41488878", Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*height: auto; /*must be set to auto so that height matches size of letters*/
	text-align: left;
	background-color: #FFF2F2;
	height: auto; /*must be set to auto so that height matches size of letters*/
	border: solid 1px red;
}

select.RequiredInputFieldBadConfidence {
	width: 206px;
}


input.RequiredInputFieldBadConfidence, textarea.RequiredInputFieldBadConfidence {
	width: 200px;
}

.NonRequiredInputFieldGoodConfidence {
	font-family: Roboto,"Helvetica Neue LT W01_41488878", Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*height: auto; /*must be set to auto so that height matches size of letters*/
	text-align: left;
	height: auto; /*must be set to auto so that height matches size of letters*/
	border: solid 2px green;
}

select.NonRequiredInputFieldGoodConfidence {
	width: 206px;
}


input.NonRequiredInputFieldGoodConfidence, textarea.NonRequiredInputFieldGoodConfidence {
	width: 200px;
}

.NonRequiredInputFieldBadConfidence {
	font-family: Roboto,"Helvetica Neue LT W01_41488878", Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*height: auto; /*must be set to auto so that height matches size of letters*/
	text-align: left;
	height: auto; /*must be set to auto so that height matches size of letters*/
	border: solid 1px red;
}

select.NonRequiredInputFieldBadConfidence {
	width: 206px;
}


input.NonRequiredInputFieldBadConfidence, textarea.NonRequiredInputFieldBadConfidence {
	width: 200px;
}


.SelectedInputField {
	font-family: Roboto,"Helvetica Neue LT W01_41488878", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	background-color: #B6FF00;
	height: auto; /*must be set to auto so that height matches size of letters*/
}

select.SelectedInputField {
	width: 206px;
}

input.SelectedInputField, textarea.SelectedInputField {
	width: 200px;
}






.smalleditbox /*styles the textbox*/ {
	font-family: Roboto,"Helvetica Neue LT W01_41488878", Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	height: auto; /*must be set to auto so that height matches size of letters*/
	text-align: left;
}

select.smalleditbox {
	width: 206px;
}

input.smalleditbox, textarea.smalleditbox {
	width: 200px;
	background-color: #f3f3f3;
}

.EditLabel {
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 10pt;
	padding-bottom: 2px;
	text-align: left;
	color: #4a4f54;
	padding-top: 2px;
	width: 190px;
	cursor: default;
	vertical-align: top;
}

/* begin style for dynamic gridview*/
.Table {
	background-color: White;
	border-color: #A6BCD9;
	border-width: 1px;
	border-style: None;
	border-collapse: collapse;
	font-size: 12px;
	width: 100%;
	color: #4A4F54;
}

.ColumnHeader {
	color: #4A4F54;
	background-color: #f3f3f3;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

	.ColumnHeader a {
		/*font-size: 11px;*/
		color: #4A4F54;
		text-decoration: none;
	}

		.ColumnHeader a:hover {
			/*font-size: 11px;*/
			color: #ee746a;
		}


.ColumnItem {
	/*font-size: 12px;*/
	/* color:#016580; */
	text-align: left;
}

	.ColumnItem a /* styles the link in rows of the grid*/ {
		/*font-size: 11px;*/
		text-decoration: none;
		color: #006580;
	}

		.ColumnItem a:hover /* styles the link in rows of the grid when hovered*/ {
			/*font-size: 11px;*/
			text-decoration: underline;
			color: #ee746a;
		}

.ColumnAlternatingItem a /* styles the link in rows of the grid*/ {
	/*font-size: 11px;*/
	text-decoration: none;
	color: #006580;
}


	.ColumnAlternatingItem a:hover /* styles the link in rows of the grid when hovered*/ {
		/*font-size: 11px;*/
		text-decoration: underline;
		color: #ee746a;
	}


.ColumnAlternatingItem {
	/*font-size: 12px;*/
	background-color: #f3f3f3;
	color: #4A4F54;
	text-align: left;
}

.ColumnSelectedItem {
	/*font-size: 11px;*/
	color: #016580;
	text-align: left;
	background-color: #FFE1BF;
}

.ColumnFooter {
	font-size: 11px;
	color: #4a4f54;
	background-color: white;
}

	.ColumnFooter .Pages {
		font-size: 12px;
		font-weight: bold;
		width: 80%;
	}

	.ColumnFooter .Totals {
		font-size: 13px;
		text-align: left;
		color: Black;
	}

.ColumnFooter a {
	font-size: 11px;
	color: #006580;
	text-decoration: none;
	font-weight: normal;
}

		.ColumnFooter a:hover {
			font-size: 11px;
			color: #d22630;
		}
/*end styling dynamic grodview*/

.Footer /* styles the footer*/ {
	width: 100%;
	height: 30px;
	border-top: 1px solid #4a4f54;
	position: relative;
	margin-top: 3%;
}
/* style used for helplink positioning*/
.HelpLinkAlign {
	/*float: right; /* IE bug, solution under here*/
	float: none;
	align: right; /*aligns right in IE*/
	text-align: right; /*aligns right in firefox*/
	display: block;
}

/*style used in OpenActionScreen.aspx (2 02 2007)*/
.reportflap {
	position: absolute;
	top: 110px;
	width: 0px;
	left: -25px;
	font-weight: bold;
}

	.reportflap span {
		text-align: center;
		color: #374AD6;
		text-decoration: none;
		margin: 1px 1px 1px 1px;
	}

	.reportflap a {
		text-align: center;
		color: #374AD6;
		text-decoration: none;
		margin: 1px 1px 1px 1px;
	}

		.reportflap a:hover {
			color: #ee746a;
		}

	.reportflap .selected {
		margin: 0px 0px 0px 0px;
		border-right: #4a4f54 1px solid;
		border-top: #4a4f54 1px solid;
		border-left: #4a4f54 1px solid;
		border-bottom: #4a4f54 1px solid;
	}

	.reportflap .flap {
		border-top: #4a4f54 1px solid;
		border-right: #4a4f54 1px solid;
		border-left: #4a4f54 1px solid;
		border-bottom: #4a4f54 1px solid;
		padding-top: 5px;
		padding-right: 5px;
		padding-left: 5px;
		padding-bottom: 5px;
		visibility: hidden;
		position: absolute;
		background-color: white;
	}

		.reportflap .flap a {
			color: #016580;
			font-weight: normal;
		}
/*end of style use in OpenActionScreen.aspx (2 02 2007)*/


.hide /*classes that are used to hide and show htmlelement (used in filtercontrol)*/ {
	display: none;
}

.show {
	visibility: visible;
}

/*end of classes that are used to hide and show htmlelement (used in filtercontrol)*/


.title /* styles identifieroverview pages title*/ {
	background-color: #4a4f54;
	color: white;
	font-weight: bold;
	cursor: default;
}

.amount /*styles the amount(ex: currency) in a gridview*/ {
	text-align: right;
	white-space: nowrap;
}


/*
.filterList
{
	color:#016580;
}
*/
.dropDownList /* sets the item in a dropdownlist blue*/ {
	color: #016580;
}

.textbox /* sets the item in a dropdownlist blue*/ {
	color: #016580;
	width: 100px;
}

#FilterList /*same as class dropDownList for reasons of compatibility of appearance*/ {
	color: #016580;
}

.gridtitle /* styles the title in a grid*/ {
	font-weight: bold;
	text-align: left;
	padding-left: 5px;
	padding-bottom: 2px;
	color: #4A4F54;
}

.gridFooter /* styles the title in a grid*/ {
	font-weight: bold;
	text-align: left;
	padding-left: 5px;
	padding-bottom: 2px;
	align: left;
}

.EditUserProps {
	padding-top: 10px;
	margin-bottom: 5px;
	/*margin-left: 20px;
	margin-right: 20 px;	*/
}

.editprops {
	text-align: left;
	border-width: 0;
	margin-left: auto;
	margin-right: auto;
}

.propLinks {
	text-align: left;
	border-width: 0;
	margin-left: 2%;
	margin-right: 2%;
}




/* Reuters HTML helppages layout elements section */

.helpfloatbox {
	margin-left: 1%;
}

.welcomecontent {
	text-align: left;
	padding-left: 1%;
	padding-bottom: 3%;
	background-color: White;
}

.htmltitle {
	margin-top: 24.0pt;
	margin-right: 0cm;
	margin-bottom: 0cm;
	margin-left: 0cm;
	margin-bottom: .0001pt;
	line-height: 1pt;
	page-break-after: avoid;
	font-size: 11.0pt;
	color: #374AD6;
}

.htmltext {
	font-size: 9.0pt;
}

	.htmltext a {
		font-size: 9.0pt;
	}

.htmllistitem {
	font-size: 9.0pt;
	margin-bottom: 10px;
}

.help li {
	margin-top: 24.0pt;
	margin-right: 0cm;
	margin-bottom: 0cm;
	margin-left: 0cm;
	line-height: 1pt;
	page-break-after: avoid;
	font-family: Roboto,"Helvetica Neue LT W01_41488878", Arial, Helvetica, sans-serif;
	color: #374AD6;
	font-size: 9.0pt;
	margin-bottom: 10px;
}

.validationMessage {
	font-size: 8.0pt;
	color: Black;
}

	.validationMessage a, .validationMessage a:visited {
		font-size: 8.0pt;
		color: Black;
		text-decoration: underline;
	}

		.validationMessage a:hover, .validationMessage a:active {
			font-size: 8.0pt;
			color: Navy;
			text-decoration: underline;
		}

.miniControl {
	font-family: Roboto,"Helvetica Neue LT W01_41488878", Arial, Helvetica, sans-serif;
	font-size: 6.0pt;
}

.miniText {
	font-family: Roboto,"Helvetica Neue LT W01_41488878", Arial, Helvetica, sans-serif;
	font-size: 6.0pt;
}

.smallText {
	font-family: Roboto,"Helvetica Neue LT W01_41488878", Arial, Helvetica, sans-serif;
	font-size: 8.0pt;
}

.AimLinkButtonListItemIconCell {
}

.AimLinkButtonListItemContentCell {
	font-family: Roboto,"Helvetica Neue LT W01_41488878", Arial, Helvetica, sans-serif;
	color: Black;
	font-size: 9.0pt;
	padding: 3px;
}

	.AimLinkButtonListItemContentCell a, .AimLinkButtonListItemContentCell a:link, .AimLinkButtonListItemContentCell a:visited {
		color: Black;
		text-decoration: underline;
		font-weight: normal;
	}

		.AimLinkButtonListItemContentCell a:hover, .AimLinkButtonListItemContentCell a:active, .AimLinkButtonListItemContentCell a:focus {
			text-decoration: underline;
			font-weight: bold;
		}

.AimButton {
	font-family: Roboto,"Helvetica Neue LT W01_41488878", Arial, Helvetica, sans-serif;
	font-size: 9.0pt;
}

/*--- InfoPanel -----------------------------------------------------------------------------------------------------*/
.InfoPanel {
	font-family: Roboto,"Helvetica Neue LT W01_41488878", Arial, Helvetica, sans-serif;
	font-size: 9.0pt;
	background-color: #FFFFFF;
	border: 1px solid #4a4f54;
	width: 400px;
	height: 200px;
}

	.InfoPanel td {
		font-size: 9.0pt;
	}

	.InfoPanel .ScrollPanel {
		width: 400px;
		height: 175px; /* InfoPanel height - Title height = ScrollPanel height */
	}

	.InfoPanel .Title {
		background-color: #ebecec;
		border-bottom: 1px solid #4a4f54;
		font-family: Roboto,"Helvetica Neue LT W01_41488878", Arial, Helvetica, sans-serif;
		font-size: 10.0pt;
		color: White;
		height: 25px;
	}

		.InfoPanel .Title td {
			font-size: 10.0pt;
		}
/*--- InfoPanel -----------------------------------------------------------------------------------------------------*/

/*--- SelectPanel ---------------------------------------------------------------------------------------------------*/
.SelectPanel {
	font-family: Roboto,"Helvetica Neue LT W01_41488878", Arial, Helvetica, sans-serif;
	font-size: 9.0pt;
	background-color: #FFFFFF;
	border: 1px solid #4a4f54;
	width: 475px;
	height: 300px;
}

	.SelectPanel td {
		font-size: 9.0pt;
	}

	.SelectPanel .ScrollPanel {
		width: 475px;
		height: 275px; /* SelectPanel height - Title height = ScrollPanel height */
	}

	.SelectPanel .Title {
		background-color: #ebecec;
		border-bottom: 1px solid #4a4f54;
		font-family: Roboto,"Helvetica Neue LT W01_41488878", Arial, Helvetica, sans-serif;
		font-size: 10.0pt;
		color: White;
		height: 25px;
	}

		.SelectPanel .Title td {
			font-size: 10.0pt;
		}

	.SelectPanel .Error {
		font-family: Roboto,"Helvetica Neue LT W01_41488878", Arial, Helvetica, sans-serif;
		font-size: 10.0pt;
		color: Red;
		height: 220px;
	}

		.SelectPanel .Error td {
			font-size: 10.0pt;
		}

	.SelectPanel .Loading {
		font-family: Roboto,"Helvetica Neue LT W01_41488878", Arial, Helvetica, sans-serif;
		font-size: 10.0pt;
		height: 220px;
		color: #C4C4C4;
	}

		.SelectPanel .Loading td {
			font-size: 10.0pt;
		}

	.SelectPanel .GridTitle {
		background-color: #f3f3f3;
		font-family: Roboto,"Helvetica Neue LT W01_41488878", Arial, Helvetica, sans-serif;
		font-size: 9.0pt;
		color: Black;
	}

		.SelectPanel .GridTitle td {
			font-size: 9.0pt;
		}

	.SelectPanel .GridItem {
		background-color: white;
		font-family: Roboto,"Helvetica Neue LT W01_41488878", Arial, Helvetica, sans-serif;
		font-size: 9.0pt;
		color: Black;
	}

		.SelectPanel .GridItem td {
			font-size: 9.0pt;
		}

	.SelectPanel .GridAlternateItem {
		background-color: #F7FAF9;
		font-family: Roboto,"Helvetica Neue LT W01_41488878", Arial, Helvetica, sans-serif;
		font-size: 9.0pt;
		color: Black;
	}

		.SelectPanel .GridAlternateItem td {
			font-size: 9.0pt;
		}

	.SelectPanel .HoverItem {
		background-color: #FFE1BF;
		font-family: Roboto,"Helvetica Neue LT W01_41488878", Arial, Helvetica, sans-serif;
		font-size: 9.0pt;
		color: Black;
		cursor: pointer;
	}

		.SelectPanel .HoverItem td {
			font-size: 9.0pt;
		}
/*--- SelectPanel ---------------------------------------------------------------------------------------------------*/

.FooterText {
	font-family: Roboto,"Helvetica Neue LT W01_41488878", Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.HeaderTable {
	margin: 0;
	padding: 0;
	width: 100%;
	/*border-bottom: solid 1px black; */
	width: 100%;
}

#menutable_header_tbody {
	box-shadow: 2px 2px 20px -8px black;
	margin: 0px 2px 0px 0px;
	display: inline-table;
	width: 99.8%;
}

.HeaderRow1 {
	vertical-align: top;
}

.HeaderLogoCell {
	width: auto;
	padding: 10px 10px 10px 10px;
	/*height: 60px;*/
}

.HeaderTopRightCell {
	width: 100%;
}

.HeaderRow2 {
	vertical-align: bottom;
}

.HeaderBottomRightCell {
	width: 100%;
	text-align: left;
}

.HeaderBottomRightTable {
	vertical-align: bottom;
	width: 100%;
}

.HeaderMenuPlaceHolder {
	vertical-align: bottom;
	width: 80%;
}

.HeaderLoginNamePlaceHolder {
	vertical-align: bottom;
	width: 20%;
	padding-right: 2em;
	overflow: hidden;
}

.HeaderLoginName {
	font-family: Roboto,"Helvetica Neue LT W01_41488878", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.fixedbox {
}

/*--- ActionHistoryBox ----------------------------------------------------------------------------------------------*/
.ActionHistoryBox {
	width: 100%;
	border: 1px solid #4a4f54;
	background-color: white;
	font-family: Roboto,"Helvetica Neue LT W01_41488878", Arial, Helvetica, sans-serif;
	font-size: 9.0pt;
}

	.ActionHistoryBox td {
		font-size: 9.0pt;
	}

.ActionHistoryBoxTitle {
	background-color: #ebecec;
	border-bottom: 1px solid #4a4f54;
	color: white;
	font-family: Roboto,"Helvetica Neue LT W01_41488878", Arial, Helvetica, sans-serif;
	font-size: 10.0pt;
	width: 100%;
}

	.ActionHistoryBoxTitle td {
		font-size: 10.0pt;
	}

.ActionHistoryBoxSubTitle {
	vertical-align: middle;
	background-color: #f3f3f3;
	font-family: Roboto,"Helvetica Neue LT W01_41488878", Arial, Helvetica, sans-serif;
	font-size: 9.0pt;
	width: 100%;
}

	.ActionHistoryBoxSubTitle td {
		font-size: 9.0pt;
	}
/*--- ActionHistoryBox ----------------------------------------------------------------------------------------------*/

.UpdateProgress {
	font-family: Roboto,"Helvetica Neue LT W01_41488878", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}




/*--- ObjectSelectBox -----------------------------------------------------------------------------------------------*/
.ObjectSelectBox {
	font-family: Roboto,"Helvetica Neue LT W01_41488878", Arial, Helvetica, sans-serif;
	font-size: 9.0pt;
	padding: 0px;
	margin: 0px;
}

	.ObjectSelectBox td {
		font-size: 9.0pt;
	}

	.ObjectSelectBox .PanelSelect {
		font-family: Roboto,"Helvetica Neue LT W01_41488878", Arial, Helvetica, sans-serif;
		font-size: 9.0pt;
		background-color: #FFFFFF;
		border: 1px solid #4a4f54;
		width: 600px;
		height: 340px;
	}

		.ObjectSelectBox .PanelSelect td {
			font-size: 9.0pt;
		}

		.ObjectSelectBox .PanelSelect .ScrollPanel {
			width: 600px;
			height: 315px; /* DynamicGridSelectPanel height - Title height = ScrollPanel height */
			padding: 4px;
		}

		.ObjectSelectBox .PanelSelect .Title {
			background-color: #ebecec;
			border-bottom: 1px solid #4a4f54;
			font-family: Roboto,"Helvetica Neue LT W01_41488878", Arial, Helvetica, sans-serif;
			font-size: 10.0pt;
			color: White;
			height: 25px;
			width: 600px;
		}

			.ObjectSelectBox .PanelSelect .Title td {
				font-size: 10.0pt;
			}

	.ObjectSelectBox .PanelModal {
		background-image: url(../../Images/darkfade.png);
		background-repeat: repeat;
	}
/*--- ObjectSelectBox -----------------------------------------------------------------------------------------------*/


/*--- LoadingProtector ----------------------------------------------------------------------------------------------*/
.LoadingProtector {
	font-family: Roboto,"Helvetica Neue LT W01_41488878", Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../../Images/darkfade.png);
	background-repeat: repeat;
}

	.LoadingProtector .LoadingTable {
		font-size: 11px;
		border: solid 1px black;
		background-color: white;
	}

	.LoadingProtector .LoadingImageCell {
		font-size: 11px;
		width: 150px;
		height: 81px;
		vertical-align: bottom;
	}

	.LoadingProtector .LoadingTextCell {
		font-size: 11px;
		color: #C4C4C4;
		width: 150px;
		height: 69px;
		text-align: center;
		vertical-align: top;
		padding-top: 10px;
	}

/*--- LoadingProtector ----------------------------------------------------------------------------------------------*/


/*--- AimLabeledControl ---------------------------------------------------------------------------------------------*/

.AimLabeledControl {
	margin: auto;
}

	.AimLabeledControl .LabelCell {
		text-align: left;
		vertical-align: top;
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 2px;
		padding-bottom: 2px;
		width: 190px;
	}

	.AimLabeledControl .Label {
		font-weight: bold;
		font-size: 10pt;
		color: #4a4f54;
		cursor: default;
	}

	.AimLabeledControl .InputControlCell {
		width: 210px;
	}

	.AimLabeledControl .FullWidthInputControlCell {
		width: 99%;
	}

	.AimLabeledControl .InputControl {
		font-family: Roboto,"Helvetica Neue LT W01_41488878", Arial, Helvetica, sans-serif;
		font-size: 12px;
		text-align: left;
		height: auto; /*must be set to auto so that height matches size of letters*/
		width: 200px;
	}

	.AimLabeledControl .FullWidthInputControl {
		font-family: Roboto,"Helvetica Neue LT W01_41488878", Arial, Helvetica, sans-serif;
		font-size: 12px;
		text-align: left;
		height: auto; /*must be set to auto so that height matches size of letters*/
		width: 99%;
	}

	.AimLabeledControl .FullWidthMultiLineInputControl {
		font-family: Roboto,"Helvetica Neue LT W01_41488878", Arial, Helvetica, sans-serif;
		font-size: 12px;
		text-align: left;
		height: 300px;
		width: 99%;
	}

.OneLineText {
	white-space: nowrap;
}

.AimLabeledControl .SelectButtonCell {
}

.AimLabeledControl .SelectButton {
}

.AimLabeledControl .ExtraCell {
}

/*--- AimLabeledControl ---------------------------------------------------------------------------------------------*/


/*--- StylelessAimLabeledControl -------------------------------------------------------------------------------------*/

.StylelessAimLabeledControl {
}

	.StylelessAimLabeledControl .LabelCell {
	}

	.StylelessAimLabeledControl .Label {
	}

	.StylelessAimLabeledControl .InputControlCell {
	}

	.StylelessAimLabeledControl .InputControl {
	}

	.StylelessAimLabeledControl .SelectButtonCell {
	}

	.StylelessAimLabeledControl .SelectButton {
	}

	.StylelessAimLabeledControl .ExtraCell {
	}

/*--- StylelessAimLabeledControl -------------------------------------------------------------------------------------*/


/*--- InvoiceVerification_AimLabeledControl -------------------------------------------------------------------------*/

.InvoiceVerification_AimLabeledControl {
	text-align: left;
}

	.InvoiceVerification_AimLabeledControl .LabelCell {
		text-align: left;
		vertical-align: top;
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 2px;
		padding-bottom: 2px;
		width: 190px;
	}

	.InvoiceVerification_AimLabeledControl .Label {
		font-weight: bold;
		font-size: 10pt;
		text-transform: lowercase;
		color: #4a4f54;
		cursor: default;
	}

	.InvoiceVerification_AimLabeledControl .InputControlCell {
		width: 250px;
	}

	.InvoiceVerification_AimLabeledControl .InputControl {
		font-family: Roboto,"Helvetica Neue LT W01_41488878", Arial, Helvetica, sans-serif;
		font-size: 12px;
		text-align: left;
		height: auto; /*must be set to auto so that height matches size of letters*/
		width: 200px;
	}

	.InvoiceVerification_AimLabeledControl .SelectButtonCell {
	}

	.InvoiceVerification_AimLabeledControl .SelectButton {
	}

	.InvoiceVerification_AimLabeledControl .ExtraCell {
	}


/*--- CustomAimLabeledControl -------------------------------------------------------------------------*/

.InputControlCellTest {
	width: 250px;
}

.CustomAimLabeledControl {
	text-align: left;
	border: solid 1px #777777;
}

	.CustomAimLabeledControl .LabelCell {
		text-align: left;
		vertical-align: top;
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 2px;
		padding-bottom: 2px;
		width: 190px;
	}

	.CustomAimLabeledControl .Label {
		font-weight: bold;
		font-size: 10pt;
		text-transform: lowercase;
		color: #4a4f54;
		cursor: default;
	}

	.CustomAimLabeledControl .InputControlCell {
		width: 250px;
	}

	.CustomAimLabeledControl .InputControl {
		font-family: Roboto,"Helvetica Neue LT W01_41488878", Arial, Helvetica, sans-serif;
		font-size: 12px;
		text-align: left;
		height: auto; /*must be set to auto so that height matches size of letters*/
		width: auto;
	}

	.CustomAimLabeledControl .SelectButtonCell {
	}

	.CustomAimLabeledControl .SelectButton {
	}

	.CustomAimLabeledControl .ExtraCell {
	}

/*--- CustomAimLabeledControl_AimLabeledControl -------------------------------------------------------------------------*/

/*--- ActionProps_AimLabeledControl ---------------------------------------------------------------------------------*/

.ActionProps_AimLabeledControl {
	text-align: left;
}

	.ActionProps_AimLabeledControl .LabelCell {
		text-align: left;
		vertical-align: top;
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 2px;
		padding-bottom: 2px;
		width: 250px;
	}

	.ActionProps_AimLabeledControl .Label {
		font-weight: bold;
		font-size: 10pt;
		text-transform: lowercase;
		color: #4a4f54;
		cursor: default;
	}

	.ActionProps_AimLabeledControl .InputControlCell {
		width: 250px;
	}

	.ActionProps_AimLabeledControl .InputControl {
		font-family: Roboto,"Helvetica Neue LT W01_41488878", Arial, Helvetica, sans-serif;
		font-size: 12px;
		text-align: left;
		height: auto; /*must be set to auto so that height matches size of letters*/
		width: 200px;
	}

	.ActionProps_AimLabeledControl .SelectButtonCell {
	}

	.ActionProps_AimLabeledControl .SelectButton {
	}

	.ActionProps_AimLabeledControl .ExtraCell {
	}

/*--- ActionProps_AimLabeledControl ---------------------------------------------------------------------------------*/

/*--- ActionBar control ---------------------------------------------------------------------------------------------*/

.ActionBarTable {
	/*border: 1px solid #BBBBBB;*/
}

.ActionBarContent {
	/*padding-right: 5px;*/
	/*padding-left: 5px;*/
	font-family: Roboto,"Helvetica Neue LT W01_41488878", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	/*background-image: url(../../Images/ActionBar.jpg);*/
}

	.ActionBarContent a, .ActionBarContent a:visited {
		color: #000000;
		text-decoration: none;
	}

		.ActionBarContent a:hover, .ActionBarContent a:active {
			color: #000000;
			text-decoration: underline;
		}

.ActionBarText {
	font-family: Roboto,"Helvetica Neue LT W01_41488878", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

	.ActionBarText a, .ActionBarText a:visited {
		color: #000000;
		text-decoration: none;
	}

		.ActionBarText a:hover, .ActionBarText a:active {
			color: #000000;
			text-decoration: underline;
		}

.ActionBarButton {
	height: 22px;
	font-family: Roboto,"Helvetica Neue LT W01_41488878", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

/*--- ActionBar control ---------------------------------------------------------------------------------------------*/


/*--- GroupPanel control --------------------------------------------------------------------------------------------*/

.GroupPanelTable {
	border: 1px solid #BBBBBB;
	background-color: #FFFFFF;
}

.GroupPanelPartialTable {
	border-top: 1px solid #BBBBBB;
	border-left: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	border: outset 1px #BBBBBB;
	background-color: #FFFFFF;
}

.GroupPanelTitle {
	padding-left: 5px;
	padding-right: 5px;
	font-family: Roboto,"Helvetica Neue LT W01_41488878", Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*font-weight: bolder;*/
	color: #000000;
	text-decoration: none;
	/*background-image: url(../../Images/GroupPanelSingleHeader.jpg);*/
}

	.GroupPanelTitle a, .GroupPanelTitle a:visited {
		color: #000000;
		text-decoration: none;
	}

		.GroupPanelTitle a:hover, .GroupPanelSubTitle a:active {
			color: #000000;
			text-decoration: underline;
		}

.GroupPanelSubTitle {
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Roboto,"Helvetica Neue LT W01_41488878", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	/*background-image: url(../../Images/GroupPanelDualHeader.jpg);*/
	background-color: #DDDDDD;
	border-top: 1px solid #BBBBBB;
}

	.GroupPanelSubTitle a, .GroupPanelSubTitle a:visited {
		color: #000000;
		text-decoration: none;
	}

		.GroupPanelSubTitle a:hover, .GroupPanelSubTitle a:active {
			color: #000000;
			text-decoration: underline;
		}

.GroupPanelContent {
	padding: 5px;
	font-family: Roboto,"Helvetica Neue LT W01_41488878", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

.GroupPanelSingleLineSplitter {
	height: 1px;
	/*background-image: url(../../Images/GroupPanelSingleHeaderBottom.jpg);*/
	/*border-top: 1px solid #BBBBBB;*/
}

.GroupPanelDualLineSplitter {
	height: 1px;
	/*background-image: url(../../Images/GroupPanelDualHeaderBottom.jpg);*/
	/*border-top: 1px solid #BBBBBB;*/
}


/*--- GroupPanel control --------------------------------------------------------------------------------------------*/

/*--- Balloon control -----------------------------------------------------------------------------------------------*/

.BalloonTable {
}

.BalloonContent {
	background-color: #EEEEE2;
	font-size: 12px;
}

/*--- Balloon control -----------------------------------------------------------------------------------------------*/

/*--- DeleteConfirmation -----------------------------------------------------------------------------------------------*/
.DeleteConfirmation {
	font-family: Roboto,"Helvetica Neue LT W01_41488878", Arial, Helvetica, sans-serif;
	font-size: 9.0pt;
	padding: 0px;
	margin: 0px;
	background-image: url(../../Images/darkfade.png);
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
	width: 100%;
	height: 100%;
}

	.DeleteConfirmation .BoxPanel {
		top: 150px;
		left: 50%;
		margin-left: -250px; /* = width / 2 */
		width: 500px;
		min-height: 80px;
		padding: 0px;
		font-family: Roboto,"Helvetica Neue LT W01_41488878", Arial, Helvetica, sans-serif;
		font-size: 9.0pt;
		background-color: #FFFFFF;
		border: 1px solid #4a4f54;
		position: absolute;
		z-index: 1001;
	}

		.DeleteConfirmation .BoxPanel .TitlePanel {
			background-color: #ebecec;
			border-bottom: 1px solid #4a4f54;
			font-family: Roboto,"Helvetica Neue LT W01_41488878", Arial, Helvetica, sans-serif;
			font-size: 10.0pt;
			color: White;
			height: 25px;
			width: 100%;
			font-weight: bold;
		}

			.DeleteConfirmation .BoxPanel .TitlePanel .Text {
				font-size: 10.0pt;
				padding: 0px 4px 0px 4px;
			}

		.DeleteConfirmation .BoxPanel .ActionPanel {
			font-family: Roboto,"Helvetica Neue LT W01_41488878", Arial, Helvetica, sans-serif;
			font-size: 10.0pt;
			height: 25px;
			width: 100%;
			padding: 0px 8px 0px 8px;
			vertical-align: middle;
		}

		.DeleteConfirmation .BoxPanel .ContentPanel {
			width: 100%;
			min-height: 20px;
			padding: 16px 8px 8px 8px;
			text-align: left;
			vertical-align: top;
		}

			.DeleteConfirmation .BoxPanel .ContentPanel .ReferenceContraintConflictList {
				margin-top: 4px;
				list-style-image: url(../../Images/RelationshipError.png);
			}

				.DeleteConfirmation .BoxPanel .ContentPanel .ReferenceContraintConflictList LI {
					padding-left: 8px;
					margin-left: -24px;
				}

			.DeleteConfirmation .BoxPanel .ContentPanel .CascadeList {
				margin-top: 4px;
				list-style-image: url(../../Images/TableCascade.png);
			}

				.DeleteConfirmation .BoxPanel .ContentPanel .CascadeList LI {
					padding-left: 8px;
					margin-left: -24px;
				}



/*--- DeleteConfirmation -----------------------------------------------------------------------------------------------*/


.MultiViewerButton {
	width: 100px;
	margin-left: 4px;
	background-image: url(../Images/Shiny.gif);
	border: 1px solid Silver;
	cursor: pointer;
}

.MultiViewerSelectedButton {
	width: 100px;
	margin-left: 4px;
	background-image: url(../Images/ShinyInversed.gif);
	border: 1px solid Navy;
	font-weight: bold;
	cursor: pointer;
}

.MultiUploadTitle {
	font-size: 110%;
	font-weight: bold;
}

.MultiUploadContent {
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	background-color: White;
	padding: 8px;
	margin-right: 10px;
}

.MultiUploadButton {
	width: 140px;
	margin-bottom: 4px;
	background-image: url(../Images/Shiny.gif);
	border: 1px solid Silver;
	cursor: pointer;
}

.MultiUploadSelectedButton {
	width: 140px;
	margin-bottom: 4px;
	background-image: url(../Images/ShinyInversed.gif);
	border: 1px solid Navy;
	font-weight: bold;
	cursor: pointer;
}

.chkRememberMe input:checked {
	accent-color: #b0001a;
}

textarea,
input[type="checkbox"]:checked {
	accent-color: #b0001a;
}
/*#MasterPage_ContentPlaceHolder1_chkRememberMe {
	accent-color: #e74c3c;
}
*/
