/* begin global styles */
	/* common to most LexisNexis products 20060525 */
html,body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0; /* needed for opera */
}

h1,h2,h3,h4,h5,h6,p,li,caption,td,th,dt,dd,legend,label {
	/* for form control helper text */ /*form span {		*/
	color: #333333;
	font-size: 8pt;
	font-family: Verdana;
	line-height: 1.3em;
}

pre,code {
	font-family: "Courier New", Courier, monospace;
	font-size: 70%;
}

/* overrides for ie need important, these are in separate file */
td *,li *,p *,pre *,form span *,form label * {
	font-size: 100%;
}

a {
	font-size: inherit;
}

a img {
	border: none;
}

select,input,textarea {
	/*  background-color not specified due to inconsistencies with browsers */
	font: normal 70% verdana, arial, helvetica, sans-serif;
}

optgroup {
	font-family: Verdana, Arial, Helvetica, Arial, sans-serif;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

br {
	clear: left;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul li {
	padding: 0;
	margin: 0;
	margin-right: 10px;
}

.hide {
	display: none;
}

/* increase accesibilty with hidden location information for non visual users */
.scrhidden {
	text-indent: -9999px;
	float: left; /* necessary for floated parent elements */
	overflow: hidden; /*AFH: I think this was inadvertantly left out */
	width: 0;
	height: 0;
}

.show {
	display: block;
}

.showinline {
	display: inline;
}

.cssdebug {
	background-color: red !important;
}

.warning {
	color: #333333;
	background-color: inherit;
}

.errorwarning {
	color: #333333;
	background-color: inherit;
	margin-top: -11px;
}

.hr {
	border-bottom: 1px solid #ccc;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
	position: relative;
}

/* end global styles */ /* begin forms styles */ /* line separation */
form div {
	clear: both;
	margin-bottom: .2em; /* Opera 9 Win does not honor this */
}

/* temporary */
hr {
	clear: both;
}

/* labels and example text */
form label {
	float: left;
	/* varies per product */
	width: 20em;
	padding-right: 2em;
}

form
 
p
   /* example text that appears above or below an input */
{
margin
:
 
0;
}
/* inputs and textareas */
input.sml,textarea.sml {
	width: 10em;
}

input.med,textarea.med {
	width: 15.5em;
}

input.lrg,textarea { /* note that this is the default for textarea */
	width: 30em;
}

input.xlrg,textarea.xlrg {
	width: 40em;
}

textarea {
	height: 5.2em;
	overflow-y: auto;
}

input.cb,input.rb {
	height: 13px;
	width: 13px;
	vertical-align: bottom;
}

/* wrappers for multiple elements */
div.ctrlgrp {
	clear: right;
	float: left;
}

div.ctrlgrp label {
	float: none;
	white-space: nowrap;
	vertical-align: middle;
}

/* inputs */
form .buttons {
	text-align: right;
}

form .buttons input /*,
form .buttons a */ {
	margin: .2em .2em .2em 0;
}

/* checkboxes and radio buttons */
ul.column li {
	display: block;
}

form li label,form li input {
	float: none;
	vertical-align: middle;
	/* lines up the inputs and checkboxes cross browser */
}

div.ctrlgrp label.line {
	width: auto;
	float: none;
	padding: 0 .2em;
}

/* end forms styles */ /* begin buttons styles */
	/* additional button styles in ltie7.css */
.buttons {
	margin-left: 10px;
	margin-right: 10px;
	border-top: 1px dashed #ccc;
	text-align: right;
	padding: 20px 0;
}

.button {
	color: #ffffff !important;
	background-color: #255890 !important;
	background-image: url(/start/images/GradButPri.gif);
	background-repeat: repeat-x;
	border: 1px solid #336699;
	font: bold 70% Verdana, Arial, Helvetica, sans-serif;
	background-position: right 0;
	padding: 1px 4px 4px 4px;
	margin-right: 20px;
	text-decoration: none;
	cursor: pointer;
	margin: none;
	outline: none !important;
	overflow: visible;
	width: auto;
}
.signInPodButton {
	color: #fff !important;
	background-color: #c03 !important;
	background-image: url(/start/images/GradBut.gif);
	background-repeat: repeat-x;
	border: 1px solid #c03;
	font: bold 70% Verdana, Arial, Helvetica, sans-serif;
	background-position: right 0;
	padding: 1px 4px 4px 4px;
	margin-right: 50x;
	text-decoration: none;
	cursor: pointer;
	margin: none;
	outline: none !important;
	overflow: visible;
	width: auto;
}
.tertiary {
	color: #333333 !important;
	background-color: #B7B7B7 !important;
	background-image: url(/start/images/GradButSec.gif);
	background-repeat: repeat-x;
	border: 1px solid #999999;
	font: bold 70% Verdana, Arial, Helvetica, sans-serif;
	background-position: right 0;
	padding: 1px 4px 4px 4px;
	margin-right: 20px;
	text-decoration: none;
	cursor: pointer;
	margin: none;
	outline: none !important;
	overflow: visible;
	width: auto;
}
.disabled {
	color: #BBBBBB !important;
	background-color: #E2E2E2 !important;
	background-image: url(/start/images/GradButDis.gif);
	background-repeat: repeat-x;
	border: 1px solid #CCCCCC;
	font: bold 70% Verdana, Arial, Helvetica, sans-serif;
	background-position: right 0;
	padding: 1px 4px 4px 4px;
	margin-right: 20px;
	text-decoration: none;
	cursor: pointer;
	margin: none;
	outline: none !important;
	overflow: visible;
	width: auto;
}
.submitted {
	cursor: wait !important;
}

a.button {
	position: relative;
	top: -6px;
}

input.button,input.button .secondary,input.button .disabled {
	padding: 0 4px 3px 4px;
	/*outline: none;*/
	vertical-align: bottom;
	position: relative;
}

input.button .buttonsml {
	padding: 1px !important;
	margin-left: 3px;
	margin-top: -2px !important;
}

/* Khaki Button */
.khaki {
	background-image: url(/start/images/GradButKhaki.gif);
}

/* @end */ /* @group Shared */
body {
	background-color: #fff;
}

a:link {
	text-decoration: none;
	color: #004B91;
	font: verdana 11px;
}

a:hover {
	color: #CC0033;
}

a:visited {
	text-decoration: none;
	color: #CC0033;
}

/* for LexNex logo */
h1 {
	padding-left: 0;
	margin-left: 0;
	margin-top: 0;
	float: left;
}

h2 {
	font-weight: bolder;
	font-size: 95%;
	padding: 7px 9px;
	/*margin: 0 1px 0 0;	*/
	margin: 0;
}

h4 {
	font-weight: bold;
	color: #903;
	margin: 2px 0;
	padding: 0;
	padding-bottom: 2px;
}

form label {
	margin-left: 5px;
}

label.line {
	color: #000 !important;
	margin-left: 0 !important;
	font-weight: normal !important;
}

label [class=line] {
	padding-bottom: 3px !important;
}

/* should be added to the forms IE css external */
input.cb {
	margin-bottom: 3px;
	margin-left: 6px;
}

input [class=cb] {
	margin-left: 3px;
	margin-bottom: 1px;
}

div.buttons {
	margin-bottom: 10px;
	padding: 0;
	padding-left: 130px;
	border: none;
}

#divHeader {
	clear: both;
	/*padding-top: 6px; remove white bar */
	margin-bottom: 15px;
	border-top: 1px solid #d7b5c2;
}

/* styles below may go away with latest Visual Design */
#divHeader ul {
	clear: right;
	float: right;
	margin-bottom: 0;
}

#divHeader p {
	clear: right;
	float: right;
	margin: 0;
	padding: 0;
}

#divHeader li {
	float: left;
	text-align: right;
	margin: 4px 0;
	padding: 0 4px;
	border-left: 1px solid #ccc;
}

#divHeader li.first {
	border: none;
}

/* end possible deprecated styles */
#divHeader form {
	margin: 0;
	padding: 1px 0 3px 1px;
	text-align: right;
	/*background-color: #903;*/
	background: #903 url(/start/images/UIDRedBarSlice.gif) repeat-x top
		right;
	height: 20px;
}

#divHeader .button {
	top: 0 !important;
	margin-right: 10px;
	background-image: url(/start/images/UIDGoGradient.gif);
	background-color: #d0ccb4 !important;
	color: #666 !important;
}

#divSignInPod {
	width: 320px;
	background-color: #fff;
	border: 1px solid #ccc;
	float: none;
	margin-bottom: 10px;
	padding-top: 0 !important;
	padding-left: 0 !important;
	text-align: left;
}

#divExtraCust {
	width: 320px;
	background: url(/start/images/CustomIDBackground.gif);
	background-repeat: repeat-x;
	border: 1px solid #ccc;
	float: none;
	margin-bottom: 10px;
	padding-top: 0 !important;
	padding-left: 0 !important;
	text-align: center;
}

#divSignInPod #loginFormBean p {
	text-align: left !important;
}

#divSignInPod a.small {
	font-size: 80% !important;
	margin-left: 5px;
}

#divSignInPod h2 {
	padding: 0;
	margin: 0;
	background: url(/start/images/UIDSignInPodBannerSlice.jpg) repeat-x;
}

#divSignInPod label {
	width: 80px;
	color: #666;
	font-weight: bold;
	margin-left: 27px;
	padding-bottom: 10px;
	padding-right: 0;
	padding-top: 4px;
}

#divSignInPod label.line {
	padding-left: 0;
}

#divSignInPod form {
	padding-bottom: 8px;
	margin: 0;
}

#divSignInPod form div {
	margin-top: 0px;
	margin-bottom: 0px;
}

#divSignInPod p {
	text-align: center;
	clear: left;
	margin-left: 4px;
	margin-bottom: 10px;
	line-height: 1;
}

#divSignInPod form p {
	text-align: left;
	line-height: 1.5;
}

#divExtraCust p {
	margin: 0 18px;
	padding: 8px 0;
	/*line-height: 1.5;*/
}

#divExtraCust p.smallTxt {
	border-top: 1px solid #ccc;
}

/* for pipe separators */
span.pipe {
	color: #ccc;
}

#divSignInPod div.noleftlbl {
	padding-left: 107px !important;
	clear: both;
}

#divSignInPod p.terms { /*border-bottom: 1px solid #ccc;*/
	/*padding-bottom: 15px;*/
	padding-top: 8px;
	border-top: 1px solid #ccc;
	margin-left: 0;
	margin-bottom: 0;
	text-align: center;
	/*clear: both;*/
}

#divSignInPod p.blocklinks a {
	float: left;
	clear: left;
	text-align: left;
	width: 150px;
}

#divSignInPod li * {
	font-size: 100% !important;
}

#divSignInPod #divClientExplain {
	margin: -2px 7px 10px auto;
}

#divSignInPod #divClientExplain p {
	margin: 0;
	padding-right: 15px;
	font-size: 60%;
	/* hanging indent */
	padding-left: 1em;
	text-indent: -1.1em;
}

#divSignInPod #ulResearchDesc {
	margin: -1px 0pt 2px 70px;
}

#divSignInPod #ulResearchDesc span {
	color: red;
	margin-left: 5px;
	vertical-align: bottom;
	font-size: 80% !important;
	line-height: 1.5em;
}

#divSignInPod #ulRememberMe {
	margin: -1px 0pt 11px 104px;
}

#divSignInPod #ulRememberMe span {
	margin-left: 10px;
	vertical-align: bottom;
	font-size: 80% !important;
	line-height: 1.5em;
}

#divSignInPod div.captcha {
	background-color: #E7E7E7;
	padding: 10px 0 10px 4px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 12px !important;
}

#divSignInPod div.captcha label {
	padding-top: 0;
	padding-bottom: 5px;
	margin-left: 7px;
	margin-bottom: 0 !important;
}

#divSignInPod div.captcha a {
	float: left;
	margin-left: 7px;
	font-size: 60% !important;
	font-family: Verdana, Arial, Helvetica, Arial, sans-serif;
	padding-top: 2px;
	margin-bottom: 0 !important;
}

#divSignInPod div.captcha p {
	text-align: left !important;
	padding: 0 0 0 86px;
	margin: 0;
	clear: right;
	margin-bottom: 0 !important;
}

#divSignInPod div.captcha .noleftlbl {
	padding-left: 108px !important;
}

#imgSpeakerIcon {
	margin-top: 11px;
}

#divSignInPod #imgSecurityGraphic {
	float: left;
	margin-left: -21px;
}

#divSignInPod #txtSecurityGraphicText {
	margin-top: 8px;
}

#divSignInPod #divSecurityGraphicInput {
	margin-bottom: 0;
}

#divSignInPod .button {
	margin: 0 auto;
}

#divRememberOpts li {
	text-align: center;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 400px;
	display: inline;
}

#divRememberOpts a:link {
	text-decoration: underline;
}

#bdyChangePass .divContentWrapper .divForgotPass label {
	width: auto !important;
	margin-left: 0;
	margin-right: 0;
}

#bdyChangePass .divContentWrapper .divForgotPassQuestion label {
	width: 10.6em;
	margin-left: 0;
	margin-right: 0;
}

#bdyChangePass #forgotPasswordQuestionFormBean label {
	width: 14.8em;
	margin-left: 0;
	margin-right: 0;
}

#bdyChangePass #forgotPasswordChangeFormBean label {
	width: 14.1em;
	margin-left: 0;
	margin-right: 0;
}

#bdyChangePass .divContentWrapper .divForgotPassQuestion ul {
	float: left;
	width: 80%;
	list-style: disc !important;
	display: inline;
}

#bdyChangePass .divContentWrapper .divForgotPassQuestion li {
	margin-left: 13px;
}

#bdyChangePass .divContentWrapper div.cancelonly {
	padding-top: 10px;
	overflow: visible;
}
#bdyChangePass .divContentWrapper div.styling {
	margin-top: 40px;
	margin-bottom: 5px;
	overflow: visible;
}
#bdyChangePass .divContentWrapper .subinfotext {
      margin-top: -11px;
      padding-bottom: 0.1px;
}
#divFooter {
	clear: both;
	width: 100%;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 1px solid #ccc;
	margin-top: 0px;
	position: relative;
	z-index: 1;
}

#divFooter #width {
	float: none;
	margin: 0;
	width: 710px;
}

#divFooter a {
	text-decoration: none;
}

#divFooter div {
	float: left;
	margin-left: 10px;
}

#divFooter a#companylogo {
	border-right: 1px solid #CCCCCC;
	display: block;
	float: left;
	height: 36px;
	padding-top:8px;
	padding-right: 5px;
	margin-left: 5px;
}

#divFooter a#relxlogo {
	position: absolute;
	right: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-top: 10px;
}

#divFooter ul,#divFooter p {
	margin: 5px 0 0 0;
	padding: 0;
}

#divFooter #ulFooterNav li {
	border-right: 1px solid #CCCCCC;
	color: #3366CC;
	float: left;
	font-size: 55%;
	margin-right: 0.4em;
	padding-right: 0.5em;
}

#divFooter li.last {
	border-right: 0pt none !important;
	margin-right: 0pt !important;
}

#divFooter p {
	clear: left;
	float: left;
	font-size: 55%;
}

#divClearFooter {
	height: 60px; /*height of the footer plus "padding" */
	clear: both;
}

/* end footer */ /* popup styles */
div.popup {
	position: absolute;
	border: 1px solid #000;
	background-color: #fff;
	/*padding: 5px 10px; */
	padding: 5px auto;
	width: 550px;
	z-index: 100;
	text-align: left;
}

div.noscriptAuthError {
	width: 550px;
	margin-left: auto;
	margin-right: auto;
}

div.noscriptAuthError h2 {
	margin: 0 !important;
	color: #c03;
	background-color: inherit;
}

div.popup h5,div.popup h4,div.noscriptAuthError h4,div.noscriptAuthError h5
	{
	clear: none;
	margin: 2px !important;
	margin-top: 4px;
	padding: 0 2px 0 12px;
}

div.popup h4,div.noscriptAuthError h4 {
	color: #c03;
	border-bottom: 1px solid #ccc;
	font-size: 75%;
	padding-bottom: 2px;
	margin-bottom: 4px;
}

div.popup p,div.noscriptAuthError p {
	margin: 2px !important;
	padding: 0 20px 8px 12px !important;
}

div.popup a,div.noscriptAuthError a {
	text-decoration: underline;
}

div.popup a:visited,div.noscriptAuthError a:visited {
	text-decoration: underline;
}

div.popup div.close,div.popup div.close a,div.popup div.close img {
	width: 13px;
	height: 13px;
	padding: 0;
	margin: 0;
	float: right;
}

div.popup div.close {
	padding: 5px;
}

div.popup .button {
	margin-right: 10px;
	text-decoration: none;
	padding: 1px 4px 4px;
}

div.popup a.button:visited {
	text-decoration: none;
}

div.popup .buttons,div.noscriptBtns {
	border-top: 1px solid #ccc;
	padding-top: 12px;
}

div.noscriptBtns {
	width: 400px;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 4px !important;
}

div.noscriptBtns a {
	text-decoration: none;
	margin-right: 0;
	padding: 1px 4px 4px;
}

/* signin styles */
#bdySignin #divContent {
	min-width: 930px;
	/*min-width: 760px; 800x600 */
	width: 100%;
	position: relative;
	float: left;
	text-align: left;
}

#bdySignin h1 {
	float: none;
	/* hard-coded path to servlet? */
	background: url(/start/images/UIDCurve.gif) no-repeat top right;
	height: 40px; /* match height of bg img above */
	padding-left: 8px;
	padding-top: 8px;
}

#bdySignin h3 {
	color: #8c8662;
	/* Verdana 110% or Arial 120% */
	font-size: 115%;
	font-weight: normal;
	padding-top: 0 !important;
	margin-top: 0 !important;
}

/* begin 3-column layout */
div#divCustomPod1Wrap {
	width: 50%;
	float: left;
	text-align: left;
}

div#divCustomPod2Wrap {
	width: 49%;
	float: left;
	position: relative;
	z-index: 0;
	text-align: right;
	/*border:1px solid red;*/
}

div#divCustomPod1 {
	margin-left: 20px;
	margin-right: 180px;
	float: right;
}

div#divCustomPod2 {
	margin-left: 190px;
	text-align: left;
}

div#divSignInPod {
	border: 1px solid #ccc;
	width: 321px;
	/*z-index:  20;*/
}

div#divSignInPodWrap {
	margin-right: -160px;
	margin-left: -160px;
	width: 321px;
	float: left;
	position: relative;
	z-index: 1;
}

p.custserv {
	margin: 0 0 20px 0;
	padding: 0 !important;
	text-align: center;
}

#divContainer {
	margin-bottom: -50px;
	min-height: 100%;
	height: auto;
	position: relative;
	text-align: left;
}

/* @end */ /* @group SignOut */
#bdySignout #divContent { /*min-width: 930px;*/
	width: 100%;
	position: relative;
	float: none;
	text-align: center;
}

#bdySignout h1 {
	float: none;
	background: url(/start/images/UIDCurve.gif) no-repeat top right;
	height: 40px; /* match height of bg img above */
	padding-left: 8px;
	padding-top: 8px;
}

body.min h1 {
	float: none;
	background: none !important;
	height: 40px; /* match height of bg img above */
	padding-left: 8px;
	padding-top: 8px;
}

#bdySignout h3 {
	color: #8c8662;
	/* Verdana 110% or Arial 120% */
	font-size: 115%;
	font-weight: normal;
	padding-top: 0 !important;
	margin-top: 0 !important;
}

#bdySignout #divSignInPodWrap {
	margin: 0 auto;
	float: none;
}

#bdySignout #divClientExplain p {
	text-align: left !important;
}

#bdySignout strong {
	font-size: 120% !important;
	color: #c03;
	margin: 0 !important;
	padding: 0 !important;
	padding-top: .7em !important;
}

#bdySignout #divContent p {
	text-align: left;
}

#bdySignout #divContent p.warning {
	text-align: left !important;
}

#bdySignout form#redirectForm p {
	margin-bottom: 10px;
}

/* end */ /* Change Password styles */
#bdyChangePass {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

#bdyChangePass h1 {
	float: none;
	background: url(/start/images/UIDCurve.gif) no-repeat top right;
	height: 40px; /* match height of bg img above */
	padding-left: 8px;
	padding-top: 8px;
}

#bdyChangePass .divContentWrapper {
	width: 720px;
	border: 1px solid #cccccc;
	margin: 0 auto;
}

#bdyChangePass .divContentWrapper .divContentHead {
	height: 28px;
	margin: 0;
	position: relative;
}

#bdyChangePass .divContentWrapper .divContentHead h2 {
	font-family: bold verdana #333333;
	border-bottom: 1px solid #cccccc;
	font-size: 10pt;
	background-color: #F4F4E9;
	padding: 5px 10px 10px;
	margin: 0;
}

#bdyChangePass .divContentWrapper .divContentBody {
	padding: 11px;
	margin: 1px;
}

#bdyChangePass .divContentWrapper .divContentBody p {
	margin-bottom: 11px;
	clear: both;
}


#bdyChangePass .divContentWrapper .divContentBody p.pInner {
	padding: 11px 0px;
	clear: both;
}


#bdyChangePass .divContentWrapper .divContentBodyTitle  h2 { 
	font-family: bold verdana #333333;
	font-size: 10pt;
	padding: 10px 10px 5px;
	margin: 0;
}

#bdyChangePass .divContentWrapper .divContentBody .divContentContactInfo label { 
	font-size: 10pt;
	margin-left: 0px;
	width: 30em;
	margin-top: 0px;
	font-weight: bold;
	color: #666666;

}

#bdyChangePass .divContentWrapper .divContentBody .divContentEmailInfo label { 
	margin-left: 0px;
	width: 22em;
	margin-top: 0px;
	font-weight: bold;
	color: #666666;

}

#bdyChangePass .divContentWrapper .divContentBody .divContentEmailInfo  p { 
	color: #666666;

}

#bdyChangePass .divContentWrapper .divContentBody .divContentTelNumber p { 
		
	color: #666666;

}

#bdyChangePass .divContentWrapper .divContentBody .divContentTelNumber. optionalTelText label { 
	
	font-weight: normal;
    
}

#bdyChangePass .divContentWrapper .divNoteText ul {
	float: left;
	list-style: disc !important;
	display: inline;
	
}

#bdyChangePass .divContentWrapper .divNoteText li {
	
	margin-left:1em;
}


#bdyChangePass .divContentWrapper .divContentBodyOTP  label { 
	font-size: 8pt;
	padding: 8px 0px 10px;
	width: 30em;
	margin-left: 0px;
	margin-top: 3px;
	font-weight: bold;
	color: #666666;

}

#bdyChangePass .divContentWrapper .note  label { 
	font-size: 8pt;
	width: 1.5em;
	margin-left: 0px;
	margin-top: 0px;
	font-weight: bold;
	color: #666666;
	 
}

#bdyChangePass .divContentWrapper .note  p { 
	color: #666666;

}

#bdyChangePass .divContentWrapper label {
	margin-left: 0px;
	margin-top: 3px;
	width: 14em;
	font-weight: bold;
	color: #666666;
}

#bdyChangePass #inputDisplayUser {
	font-weight: bold;
	font-size: 70%;
	color: #666666;
	text-transform: uppercase;
}

#bdyChangePass .divContentWrapper div {
	margin-bottom: 10px;
}

#bdyChangePass .divContentWrapper .spanExample {
	font-size: 60%;
}

#bdyChangePass .divContentWrapper .divSubText,#bdyChangePass .divContentWrapper .divSubTextPass
	{
	font-size: 60%;
	margin-top: 0px;
	margin-left: 24px;
	padding-left: 16em;
}

#bdyChangePass .divContentWrapper .divSubTextPass {
	font-size: 100%;
	margin-left: 0;
}

#bdyChangePass .divContentWrapper .divSubText ul {
	float: left;
	margin: 0 0 20px 15px;
	width: 20.5em;
}

#bdyChangePass .divContentWrapper .divSubText ul.wide {
	width: 27em;
}

#bdyChangePass .divContentWrapper .divSubText li {
	font-size: 100%;
	display: list-item;
	color: #666666;
	list-style-image: url(/start/images/ListMarker.gif);
}

#bdyChangePass .divContentWrapper .divSubTextPass li {
	font-size: 70%;
}

.error {
	background: url(/start/images/Error.gif) 0px 6px no-repeat;
	color: #cc0033;
	padding-left: 15px;
	padding-right: 8px;
	padding-bottom: 3px;
	margin-left: 10px !important;
	line-height: 30px;
	clear: both;
	vertical-align: top;
}

.securityQuestionError p {
	background: url(/start/images/Error.gif) 0px 3px no-repeat;
	color: #cc0033;
	padding-left: 25px;
	margin-left: 0px !important;
}

.errorHeading {
	background: url(/start/images/Error.gif) no-repeat 0px 3px;
	padding-left: 15px !important;
	margin-left: 5px !important;
}

.forgotPwdErrorHeading {
	background: url(/start/images/Error.gif) no-repeat 0px 2px;
	padding-left: 20px !important;
	margin-left: 5px !important;
	float: left;
	padding-top: 2px;
	width: 680px;
}

.confirmationMessage {
	padding-left: 0px !important;(from 15px to 0px)
    margin-left: 0px !important;(from 5px to 0px)
	float: left;
	padding-top: 2px;
	width: 680px;
}

.timeOutPageError {
	background: url(/start/images/Error.gif) no-repeat 0px 2px;
	padding-left: 20px !important;
}

#bdyChangePass .error span,#bdyChangePass span.error {
	color: #AC0033;
}

#bdyChangePass #divHelpLink {
	font-family: verdana;
	color: #3366CC;
	font-size: 11px;
	clear: both;
	position: absolute;
	top: 8px;
	right: 10px;
}

#bdyChangePass .divSeperator {
	border-top: 1px solid #cccccc;
	width: 98%;
	margin-left: 3px;
}

#bdyChangePass .buttons {
	border-top: 1px solid #cccccc;
	padding: 5px 0;
}

#bdyChangePass .secondary {
	margin-right: 10px;
}

/* @end */ /* Change Password styles */
#bdySuperWayf {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

#bdySuperWayf h1 {
	float: none;
	background: url(/start/images/UIDCurve.gif) no-repeat top right;
	height: 40px; /* match height of bg img above */
	padding-left: 8px;
	padding-top: 8px;
}

#bdySuperWayf .divContentWrapper {
	width: 720px;
	border: 1px solid #cccccc;
	margin: 0 auto;
}

#bdySuperWayf .divContentWrapper .divContentHead {
	background: url(/start/images/HeadBG.gif) repeat-x;
	border-bottom: 1px solid #cccccc;
	height: 28px;
	margin: 0;
	position: relative;
}

#bdySuperWayf .divContentWrapper .divContentHead h2 {
	font-size: 84%;
	color: #990033;
	padding: 0px 0px 0px;
	margin: 0;
}

#bdySuperWayf .divContentWrapper .divContentBody {
	/* for form control helper text */ /*form span {		*/
	background: url(/start/images/ContentBG.gif) repeat-x;
	color: #333;
	font-size: 70%;
	font-family: Verdana, Arial, Helvetica, Arial, sans-serif;
	line-height: 1.3em;
	padding: 11px;
	margin: 1px;
}

#bdySuperWayf .divContentWrapper .divContentBody form {
	font-size: 120%;
}

#bdySuperWayf .divContentWrapper .divContentBody p {
	margin-bottom: 11px;
	clear: both;
}

#bdySuperWayf .divContentWrapper .divContentBody p.pInner {
	padding: 11px 35px;
	clear: both;
}

#bdySuperWayf .divContentWrapper label {
	margin-left: 35px;
	margin-top: 3px;
	width: 14em;
	font-weight: bold;
	color: #666666;
}

#bdySuperWayf #inputDisplayUser {
	font-weight: bold;
	font-size: 70%;
	color: #666666;
	text-transform: uppercase;
}

#bdySuperWayf .divContentWrapper div {
	margin-bottom: 10px;
}

#bdySuperWayf .divContentWrapper .spanExample {
	font-size: 60%;
}

#bdySuperWayf .divContentWrapper .divSubText {
	font-size: 60%;
	margin-top: 10px;
	margin-left: 60px;
	padding-left: 16em;
}

#bdySuperWayf .divContentWrapper .divSubText ul {
	float: left;
	margin: 0 0 20px 15px;
	width: 20.5em;
}

#bdySuperWayf .divContentWrapper .divSubText ul.wide {
	width: 27em;
}

#bdySuperWayf .divContentWrapper .divSubText li {
	font-size: 100%;
	display: list-item;
	color: #666666;
	list-style-image: url(/start/images/ListMarker.gif);
}

.signinerror {
	color: #AC0000;
	font: verdana 8pt #333333;
	padding-left: 20px;
	padding-right: 8px;
	padding-bottom: 3px;
	margin-left: 10px !important;
	line-height: 30px;
	clear: both;
	vertical-align: top;
	padding-top: -2px;
}

.captchaVerificationError {
	color: #AC0000;
	font: verdana #333333;
	font-size: 8pt;
	padding-right: 8px;
	padding-bottom: 3px;
	line-height: 10px;
	clear: both;
	vertical-align: top;
}

.forgotpwderror {
	background-color: #FFFFE9;
	border: #999999 1px solid;
	font: verdana 8pt #333333;
	color: #AC0000;
	margin-right: 5px;
	margin-bottom: 10px;
	padding-left: 12px;
	padding-bottom: 3px;
	clear: both;
	vertical-align: top;
	padding-top: 2px;
	float: left;
	width: 680px;
}

.erroralingmnt {
	margin-bottom: 4px;
	margin-top: 0px;
	padding-left: 4px;
}
.erroralingmntfgtId {
	margin-bottom: 4px;
	margin-top: 0px;
	padding-left: 4px;
}

/*fogot password ID page alingment by naveen*/
.erroralingmntCommon {
	margin-bottom: 4px;
	margin-top: 10px;
	padding-left: 4px;
}

/*fogot password ID page alingment by naveen*/
.erroralingmntEnterpin {
	margin-bottom: 4px;
	margin-top: 10px;
	padding-left: 4px;
}

/*fogot password ID page alingment by naveen*/
.erroralingmntupdatecontactphoneId {
	margin-bottom: 4px;
	margin-top: 10px;
	padding-left: 4px;
}

.errorforgotIdEmail {
	padding-left: 4px;
	margin-bottom: 4px;
	margin-top: 10px;
}
.errorforgotIdSecurityGrps {
	padding-left: 3px;
	margin-bottom: 4px;
}
.errorforgotPwdQustn {
	margin-bottom: 4px;
	padding-left: 4px;
	margin-top: 0px;
}
.erroralingmntforgotpass {
	margin-bottom: 5px;
	margin-top: 2px;
	padding-left: 4px;
}

#bdySuperWayf .error span {
	color: #cc0033;
	font-weight: bold;
}
.SecurityAnsAlingmnt {
	padding-top: 0.5px;
}

#bdySuperWayf #divHelpLink {
	position: absolute;
	top: 5px;
	right: 10px;
}

#bdySuperWayf .divSeperator {
	border-top: 1px solid #cccccc;
	width: 90%;
	margin-left: 35px;
}

#bdySuperWayf .buttons {
	border-top: 1px solid #cccccc;
	padding: 5px 0;
}

#bdySuperWayf .secondary {
	margin-right: 10px;
}

#bdySuperWayf .divContentWrapper h4 {
	font-size: 100%;
	font-weight: bold;
	color: #903;
	margin: 2px 0;
	padding: 0;
	padding-bottom: 2px;
}

/* @end */
#bdySignin iframe {
	width: 280px;
	height: 850px !important;
}

#divSignInPod p.forgotlink a {
	float: right;
	text-align: right;
	margin-top: -10px;
	padding-right: 35px;
}

#divSignInPod p.blocklinks {
	float: left;
	clear: left;
	width: 150px;
}

#divSignInPod div.signinbutton {
	float: right;
	padding-top: 30px;
	padding-right: 35px;
}

p.panelheader {
	font-weight: bold;
	color: #666;
	margin: 0;
	text-align: center;
}

#forgotIdCaptcha div.captcha1 {
	background-color: #E7E7E7;
	padding: 10px 0 10px 2px;
	margin-left: 2px;
	margin-right: 12px;
	margin-bottom: 12px !important;
}

#forgotIdCaptcha div.captcha1 label {
	padding-top: 0;
	padding-bottom: 5px;
	margin-left: 7px;
	margin-bottom: 0 !important;
}

#forgotIdCaptcha div.captcha1 a {
	float: left;
	margin-left: 7px;
	font-size: 60% !important;
	font-family: Verdana, Arial, Helvetica, Arial, sans-serif;
	padding-top: 2px;
	margin-bottom: 0 !important;
}

#bdyChangePass .divContentWrapper .divContentBody #forgotIdCaptcha div.captcha1 p {
	text-align: left !important;
	padding: 0 0 0 152px;
	margin: 0;
	clear: right;
	margin-bottom: 0 !important;
}

#forgotIdCaptcha div.captcha1 .noleftlbl {
	padding-left: 90px !important;
}

#forgotIdCaptcha #imgSecurityGraphic {
	margin-left: 65px;	
}

#forgotIdCaptcha #txtSecurityGraphicText {
	margin-top: -2px;
}

#forgotIdCaptcha #divSecurityGraphicInput {
	margin-bottom: 0;
}

.ChangePwdIdPage {
	margin-bottom: 7px;
	padding-left: 4px;
	margin-top: 4px;
}

#divExtraCustLntp {
	width: 320px;
	background: url(/start/images/CustomIDBackground2.gif);
	background-repeat: repeat-x;
	border: 1px solid #ccc;
	float: none;
	margin-bottom: 10px;
	padding-top: 0 !important;
	padding-left: 0 !important;
	text-align: left;
}

#divExtraCustLntpMax {
	width: 320px;
	background: url(/start/images/CustomIDBackground1.gif);
	background-repeat: repeat-x;
	border: 1px solid #ccc;
	float: none;
	margin-bottom: 10px;
	padding-top: 0 !important;
	padding-left: 0 !important;
	text-align: left;
}

#divExtraCustLntpIn {
	width: 320px;
	background: url(/start/images/arrow.png) 2px 12px no-repeat;
	float: none;
	margin-left: 5px;
}

#divExtraCustLntpIn p {
	margin: 0 18px;
	margin-left: 35px;
	padding: 8px 0;
	/*line-height: 1.5;*/
}
/* Overriding default style with Arabic*/
.arabicTxtId {
	font-weight: bold;
	font-size: 70%;
	color: #666666;
	text-transform: uppercase;
	margin-right: 5.1em;
}

.arabicPwdChange {
	font-weight: bold;
	font-size: 70%;
	color: #666666;
	text-transform: uppercase;
	margin-right: 6em;
}
.screenReader {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}
/* Multilingual Signout text seperator */
#divMultiLangSeperator {
	border-right: 1px solid #CCCCCC;
	height: 35px;
	width: 2px;
}

.multiLangCell {
	padding-left: 15px;
	padding-right: 15px;
	vertical-align:text-top;
}

#bdyChangePass #updateContactLink {
	margin-left: 16em;
	font-size: 8pt;
}

#bdyChangePass #inputDisplayEmail {
	font-weight: bold;
	font-size: 70%;
	color: #666666;
	text-transform: none;
}