
/** Bubble Specific **/

/* Yellow Gradient [sign In] */

li { margin-left: 40px; }

.bubbleYlwGradient {
  background-color: #FFFFFF;
}
.bubbleYlwGradient div {
	overflow: hidden;
}
.bubbleYlwGradientHeight {
	height: 100px;
}
.bubbleYlwGradientWidth {
	width: 298px;
}
.bubbleYlwGradientTLC {
  clear: left; float: left; 
  height: 38px; width: 6px;
  background-image:url(/images/pilot/4.0/bin/38px-gradient-leftcorners.png);
}
.bubbleYlwGradientT {
  float: left; 
	height: 28px;
  background-image:url(/images/pilot/4.0/bin/38px-gradient.png);
  background-repeat: repeat-x;
  padding-top: 10px;  padding-bottom: 0px;
  font-weight: bold; 
}
.bubbleYlwGradientT div { float:left; }
.bubbleYlwGradientTRC {
  float: left; 
  height: 38px; width: 6px;
  background-image:url(/images/pilot/4.0/bin/38px-gradient-rightcorners.png);
}
.bubbleYlwGradientL {
  clear: left; float: left;
  border-left:1px solid #D5D4C7;
  padding-right:5px;
}
.bubbleYlwGradientM { 
  float: left;
}
.bubbleYlwGradientC {
  padding-left: 22px;
}
.bubbleYlwGradientSquish { 
  float:left;
}
.bubbleYlwGradientR {
  float: left;
  padding-left:5px;
  border-right:1px solid #D5D4C7;
}
.bubbleYlwGradientBLC {
  clear: left; float: left; 
  height: 6px; width: 6px;
  background: url(/images/pilot/4.0/bin/6px-solidbottombox.gif);
}
.bubbleYlwGradientB {
  float: left;
  height: 6px;
  background: url(/images/pilot/4.0/bin/6px-solidbottombox.gif) -6px 0px;
}
.bubbleYlwGradientBRC {
  float: left;
  height: 6px; width: 6px;
  background: url(/images/pilot/4.0/bin/6px-solidbottombox.gif) -309px 0px no-repeat;
}


.bubbleSpacer {
  clear: left;
  height: 10px;
}


/*** OTHER ***/

.errorbox {
	display: none;
	min-height: 35px;
	/* min-height hack for IE6 */
	height: auto !important;
	height: 35px;
	border: 1px solid #F2C217;
	background-color: #FFFFDD;
	padding: 5px 5px 5px 50px;
	color: red;
	font-weight: bold;
	background: #FFFFDD url(/images/pilot/4.0/warning-icon-small.gif) no-repeat 6px 50%;
	margin-bottom: 15px;
}

.ulchecks {
	list-style-image: url(/images/checkmark_red.gif);
	margin: 0px;
	padding: 4px;
}

.signinpanel, .regchoosedialog, .forgotLdialog, .forgotPdialog {
	width: 350px;
}
.signinpanel .bd {
	min-height: 250px;
	/* min-height hack for IE6 */
	height: auto !important;
	height: 250px;
	/* Also required for min-height hackits th */
	overflow: visible;
}
.signinpanel .ft {
	padding-bottom:15px;
	color:#666666;
	font-size:11px;
}

.signinpanelsecure input, 
.regChooseDialog input, 
.forgotLdialog input, 
.forgotPdialog input {
	font-size: 14px;
	width: 145px;
}
.signinpanelsecure .forminput, 
.regChooseDialog .forminput, 
.forgotLdialog .forminput, 
.forgotPdialog .forminput {
	margin-top: 4px;
	height: 30px;
}

.signinpanelsecure {
	width: 310px;
	height: 340px;
	border: 0px;
}
.signinpanelsecure .bd {
	height: 205px;
	padding-left:0px; padding-right:0px;
}
.signinpanelsecure .bubblewrapper {
	height: 200px;
}
.signinpanelsecure .privacy {
	padding: 0 0 0 10px;
}

/** since this is an embedded dialog, remove padding **/
.signinpanelsecure .ft {
	padding-left: 0px;
	position: absolute;
	bottom: 0px;
}

.signinpanelsecure .lockicon { 
	position: absolute;
	bottom: 14px;
	right: 4px;
	z-index: 6;
	cursor: pointer;
	visibility: inherit;
	background: transparent url(/images/pilot/4.0/secure-server-lock-icon.gif) no-repeat;
	width: 14px; height: 21px;
}

/** copied from elancecommon.css **/
.displayNone {
	display: none;
}

.button-group button, .button-group .continue {
  font:100 76% verdana;
  text-decoration:none;
  background-color: #E4E4E4;
  color: #333;
  cursor: pointer;
  vertical-align: middle;
  border: 2px solid #797979;
  border-top-color:#FFF;
  border-left-color:#FFF;
  margin:2px;
  padding:2px;
	vertical-align: middle;
}

.button-group .continue, .button-group .continue:hover {
  border-style: none;
  background-color: #FFFFFF;
  padding: 0px;
  height: 29px; width: 91px;
  background: url(/images/pilot/4.0/buttons/continue-button.gif) 0 0 no-repeat;
	cursor: pointer;
}

.button-group .submit, .button-group .submit:hover {
  border-style: none;
  background-color: #FFFFFF;
  padding: 0px;
  height: 29px; width: 79px;
  background: url(/images/pilot/4.0/buttons/submit-button-big.gif) 0 0 no-repeat;
}

.button-group .cancel, .button-group .cancel:hover {
  border-style: none;
  background-color: #FFFFFF;
  padding: 0px;
  height: 29px; width: 76px;
  background: url(/images/pilot/4.0/buttons/cancel-button-big.gif) 0 0 no-repeat;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #414141;
	font-size: 13px;
}

.iconsmall {
	font-size: 11px;
}

.formlabel {
	font-size: 12px;
}

.inputfooter {
	color: #666666;
	font-size: 11px;
}

.signinpanelsecure .ft {
	padding-left: 0px;
	position: absolute;
	bottom: 0px;
}
