/* login ui css, new looks for IRD-849 */
.buttonBackgroundColorLight {
	background-color:#eaf5fe;
}
.buttonBackgroundColor {
	background-color:#e9f4fd;
}
.buttonBorderColor {
	border-color:#a0c0d0;
}
.areaBackgroundLight {
	height:250px;
	width:360px;
	background-color:#f8fcff;
	border:thin solid #e8f2f8;
	border-radius:10px;
}
.tableTitleBackgroundColorLight {
	border-color:#88b7da;
}
.tableTitleBackgroundColor {
	border-color:#6da7d2;
}
.tableTitleBorderColor {
	border-color:#4297d7;
}
.tableHeaderBackgroundColorLight {
	background-color:#f0f8fe;
}
.tableHeaderBackgroundColor {
	background-color:#eaf5fe;
}
.tableHeaderBackgroundColorBoundary {
	background-color:#e1f0fd;
}
.cellSelectedBackgroundColor {
	background-color:#e9f0fc;
}
.cellBorderColorLight {
	border-color:#c5dbec;
}
.cellBorderColor {
	border-color:#98b4c8 !important;
}
.usernametextfield {
	height:32px;
	width:250px;
	font-size:16px;
	border-radius:4px;
	border:thin solid #98b4c8;
	text-indent:8px;
}
.pwtextfield {
	height:32px;
	width:250px;
	font-size:16px;
	border-radius:4px;
	border:thin solid #98b4c8;
	text-indent:8px;
}
.inputFieldMargin {
	margin:15px;
}
a.forgotLink:link {
	font-size:11px;
	color:#09d;
	text-decoration:none;
	text-shadow:1px 1px 1px white;
}
a.forgotLink:hover {
	color:#0ab;
	text-decoration:underline;
}
a.forgotLink:visited {
	color:#09d;
	text-decoration:none;	
}
div.noteClass {
	font-size:.9em;
	border:none;
	padding:5px;
	width:775px;
	margin-bottom:5px;
	color:#555;	
}
.ui-icon {
	display:inline-block;
	background-color:#a8c4d8;
	border-radius:4px;
}

