/* login box (Novartis for now) */

.genericLoginBox {
	padding: 25px 42px 42px;	
}
.genericLoginBox .boxBody {
	background: #339bb0;
	padding: 10px 12px 13px;
}
.genericLoginBox .boxBody .leadText {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
}
.genericLoginBox .boxBody .loginText {
	font-weight: bold;
	margin-bottom: 2px;
}
.genericLoginBox .boxBody .signin {
	float: left;
	line-height: 14px;
}
.genericLoginBox .boxBody .forgot {
	float: left;
	font-size: 10px;
	margin-left: 336px;
}
.genericLoginBox .boxBody .forgotText {
	color: #fff !important;
	line-height: 14px;
}
.genericLoginBox .boxBody .field {
	float: left;
	height: 20px;
	margin-right: 5px;
	width: 226px;
}

/* @end */


/* @group Login/Signup Boxes */

#loginBox {
	font-size: 11px;
	margin-top: 0;
	float: right;
	height: 30px;
	padding-top: 7px;
	text-align:  right;
}

#loginBox .inputField { float: left; padding-top: 6px; margin-left: 12px; }
#loginBox input { font-size: 11px; border: 1px solid #999; height: 14px;  width: 125px; margin-left: 5px;}
#loginBox #loginButton { float: left; margin-top: 6px; margin-left: 6px; #margin-top: 7px; }
#emailMeMyPassword { float: left; color: #000; text-align: left; margin-left: 6px;}

.emailPassword a { color: #000; text-decoration: underline; }
.emailPassword a:hover { text-decoration: none; }

.notLoggedIn .wide { float: right; width: 228px; padding-right: 6px; #width: 226px; }
.notLoggedIn .narrow { float: right; width: 105px;}

/* @end */

/* @group RegisterDialog */

#registerDialog #dialogBackground
{
	position: absolute;
	z-index: 110;
	top: 0;
	opacity: .3;
	background-color: #000;
}
.msie #registerDialog #dialogBackground {
	filter:alpha(opacity=30);
}

#registerDialog .dialog {
	background: -moz-radial-gradient(center, ellipse cover,  rgba(68,68,68,1) 0%, rgba(17,17,17,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0%,rgba(68,68,68,1)), color-stop(100%,rgba(17,17,17,1))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(68,68,68,1) 0%,rgba(17,17,17,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  rgba(68,68,68,1) 0%,rgba(17,17,17,1) 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  rgba(68,68,68,1) 0%,rgba(17,17,17,1) 100%); /* IE10+ */
	background: radial-gradient(center, ellipse cover,  rgba(68,68,68,1) 0%,rgba(17,17,17,1) 100%); /* W3C */
	background-color: #222; /* Old browsers */
	color: white;
	position: absolute;
	z-index: 111;
	padding: 25px 25px 15px 25px;
	font-size: 12px;
	border-radius: 10px;
	box-shadow: 0 6px 30px 2px #000;
	width: 570px;
}

.dialog .error
{
	width: 165px;
	float: left;
	height: 20px;
}

/* japanese needs to be wider to accommodate the error messages */
.JA #registerDialog .dialog
{
	width: 555px;
}

.JA #registerDialog .dialog .error
{
	width: 140px;
}

#registerDialog .backButton {
	cursor: pointer;
	float: left;
	height: 19px;
	width: 20px;
	background-image: url(/images/icons/back_dialog.gif);
}

#registerDialog .closeButton {
	cursor: pointer;
	float: right;
	height: 19px;
	width: 19px;
	background-image: url(/images/icons/close_dialog.gif);
}
#optInAgreeToTerms { width: 12px; margin-left: 0; float: left; margin-right: 10px }

#registerDialog .checkBoxUp
{
	margin-top: 7px;
	margin-right: 8px;
}

#registerDialog .checkBoxDown
{
	margin-top: 7px;
	margin-right: 8px;
}

#registerDialog #checkBoxContainer {
	width: 16px;
	height: 16px;
	padding:2px 1px 0 2px;
	margin-top: 2px;
	float: left;
}
.msie #registerDialog #checkBoxContainer {
	padding: 0;
	width: 18px;
	height: 18px;
	margin-top: 0;
}

#registerDialog .highlight {
	background-color: #f47030;
}
#joinQuantia
{
	display: block;
	margin: 0 auto 10px;
}

.dialog .details {
	margin-left: 25px;
}

.dialog .details a { color: #00aadd !important; }
.dialog .row { margin-top: 8px; }
.dialog .label { float: left; width: 170px; padding: 5px 10px 0 0; text-align: right; }
.dialog .wideLabel { text-align:center; margin:25px 45px; }
.dialog .centerLabel{ text-align:center;  margin:20px 0 10px; display:block; clear: both; }
.dialog .centerLabelp3{ text-align:center; margin:20px 129px 10px 129px;display:inline-block; }
.dialog .wideLabelShort {text-align:center;margin:15px 85px 5px ;}
.dialog .bottomLabel{text-align:center; margin:30px 45px 100px 45px;}
.dialog .centerValue{
	overflow: hidden;
	float: left;
	position: relative;
	margin: 10px 0 0 50px;
}

.JA .dialog .centerValue {
	margin-left: 7px;
}

.JA.msie9 .dialog .centerValue,
.JA.msie10 .dialog .centerValue
{
	margin-left: 20px;
}

.dialog #registrationUsersPassword1 {
	float: left;
	margin-right: 5px;
}
.dialog #forgotPasswordPage{
	text-align: center;
}
.dialog #successPage{
	height: 400px;
}
.dialog #successPage .centerLabel { margin-top: 190px; font-weight: bold; }
.dupRegistrationH1{
	color:#FFF !important;
	font-weight: bold !important;
	font-family: Arial,Helvetica,'Hiragino Kaku Gothic Pro',Meiryo,'MS PGothic',sans-serif !important;
}
.dupRegistrationH2{
	font-weight:normal !important;
}
.dialog .wideLabel a { color: #F47030; text-decoration: none;cursor:pointer; }
.dialog .wideLabel a:hover { cursor:pointer; text-decoration: underline; }

.dialog .value
{
	overflow: hidden;
	float: left;
	width: 222px;
	position: relative;
}

#registerDialog .dialog .termsContainer .value
{
	overflow: visible;
	float: left;
	width: 220px;
	position: relative;
	left: -2px;
	top: 2px;
}

#registerDialog .dialog input
{
	border: 2px solid #fff;
	width: 212px;
	height: 14px;
	padding: 3px;
	font-size: 12px;
	_width: 220px;
	_height: 24px;
}

#registerDialog .dialog .hasFocus
{
	border-color: #f47030;
}

#registerDialog .dialog select
{
	border: 2px solid #fff;
	width: 222px;
	height: 24px;
	font-size: 12px;
	display: block;
	outline: none;
}
 
.dialog .okField {
	background: url(/images/icons/checkmark.gif) no-repeat;
	height: 18px;
	width: 20px;
	margin-left: 10px;		
}


#registerBackground {
    display: none;
}


.registerActive #registerBackground
{
	display: block;
	position: absolute;
	z-index: 110;
	background-color: #000;
	top: 0;
}

.registerActive #innerBody
{
	z-index: 20;
}

#registerDialog h1 {
	font-family: ProximaNova, Arial,Helvetica,MSGothicUI,'Hiragino Kaku Gothic Pro',Meiryo,'MS PGothic',sans-serif, sans-serif;
	font-weight: normal;
	color: #00aadd;
	font-size: 22px;
	text-align: center;
	padding-bottom: 8px;
}

#registerDialog h2 { text-align: center; padding-bottom: 10px; }
#registerDialog .button
{
	background-color: #00aadd;
	color: white;
	font-weight: bold;
	padding: 5px 10px;	
	border-radius: 5px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#registerDialog .credentials
{
	float: left;
	overflow: hidden;
	margin-right: 7px;
	width: 17px;
}

#registerDialog #registrationCredentialsOther {
	overflow: hidden;
	padding: 5px 7px;
	width: 31px;
	_width: 29px;
}

#registerDialog .credentialsBlock
{
	position: relative;
	width: 222px;
}

#credentials {
	position: absolute;
	left: 0;
	z-index: 112;
	width: 162px;
}

#registerDialog .lastOption
{
	margin-right: 0;
}

.msie #registerDialog .formButton {
	display: block !important;
}

#registerDialog .selected
{
	background-color: #00aadd !important;
	color: white;
}

#registerDialog .hover { cursor: pointer; }

#registerDialog .nextButtonRow
{
	position: relative;
	margin-top: 5px;
}

#registerDialog .notch {
	float: left;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-right: 5px solid #f47030;
	margin-top: 9px;
}


#registerDialog .rounded {
	background-color: #f47030;
	float: left;
	color: white;
	border: 1px solid #f47030;
	border-radius: 3px;
	padding: 5px 10px;
	font-size: 10px;
}
#registerDialog .endOfSection { margin-bottom: 20px; }
#nextButton { text-align: center; }
.dialog .termsContainer { padding: 6px 0; }

#registerDialog .dialog .termsContainer input {
	margin: 0; 
	padding: 0; 
	width: 14px; }
/* @end */

.container .errorIcon, .headerField .errorIcon
{
	display: none;
	position: absolute;
	z-index: 111;
	right: 3px;
	top: 6px;
	width: 18px;
	height: 18px;
	background: url(/images/icons/icon_warning_on_red.png) no-repeat;
	border: none;
}

.errorField .errorIcon
{
	display: inline !important;
}

.errorText
{
	color: #820000;
}
.fieldTip
{
	position: absolute;
	left: -500px;
	width: 224px;
	z-index: 120;
}
.fieldTip .top
{ 
	height: 39px;
}
.fieldTip .body
{ 
	width: 215px; 
	font-size: 11px;
}
.fieldTip p
{ 
	margin-bottom: 8px; 
	margin-top: 8px;
}
.fieldTip h3
{ 
	font-size: 13px;
	font-weight: bold; 
	margin-bottom: -3px;
	#margin-top: -2px;
}
.fieldTip .innerBody
{
	margin-top: -39px; 
	float: left; 
	padding: 15px;
	_position: relative;
	margin-bottom: -24px;
}
.fieldTip .bottom
{ 
	height: 17px;
	width: 215px; 
}



#errorMessage { color: #f00; text-align: right; font-size: 12px; }

/* @end */

/* login box (Novartis for now) */

.genericLoginBox {
	padding: 25px 42px 42px;	
}
.genericLoginBox .boxBody {
	background: #339bb0;
	padding: 10px 12px 13px;
}
.genericLoginBox .boxBody .leadText {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
}
.genericLoginBox .boxBody .loginText {
	font-weight: bold;
	margin-bottom: 2px;
}
.genericLoginBox .boxBody .signin {
	float: left;
	line-height: 14px;
}
.genericLoginBox .boxBody .forgot {
	float: left;
	font-size: 10px;
	margin-left: 336px;
}
.genericLoginBox .boxBody .forgotText {
	color: #fff !important;
	line-height: 14px;
}
.genericLoginBox .boxBody .field {
	float: left;
	height: 20px;
	margin-right: 5px;
	width: 226px;
}

/* @end */

/* @group Login/Signup Boxes */

#loginBox {
    font-size: 11px;
    float: right;
    margin-top: 0;
    height: 30px;
    padding-top: 7px;
    text-align:  right;
}

#loginBox .inputField { float: left; padding-top: 6px; margin-left: 12px; }
#loginBox input { font-size: 11px; border: 1px solid #999; height: 14px;  width: 125px; margin-left: 5px;}
#loginBox #loginButton { float: left; margin-top: 6px; margin-left: 6px; #margin-top: 7px; }
#emailMeMyPassword { float: left; color: #000; text-align: left; margin-left: 6px;}
.emailPassword a { color: #000; text-decoration: underline; }
.emailPassword a:hover { text-decoration: none; }

#loginpwd_container, #loginuser_container {
	display: inline;
	width: 153px;
	#width: 151px;
}

#loginErrorMessage {
	background: #F9E5F0;
	color: #C40067;
	font-size: 10px;
	height: 14px;
	line-height: 10px;
	left: 0;
	top: -21px;
	position: absolute;
	text-align: center;
	width: 347px;
	padding-top: 3px;
}
#loginErrorMessageInner {
	padding-top: 2px;
}

#forgotPasswordWrapper {
	margin-top: 2px;
	padding-left: 184px;
}

#pageHeader .notLoggedIn input {
	-moz-box-shadow: inset 2px 2px 4px #eee;
	-webkit-box-shadow: inset 2px 2px 4px #eee;
	box-shadow: inset 2px 2px 4px #eee;
	border: 1px solid #d6d6d6;
	color: #666;
	display: inline;
	font-size: 11px;
	height: 23px;
	margin: 0;
	padding: 0 6px;
	width: 157px;
	#width: 157px;
	#margin-top: -1px;
	_margin-top: -1px;
}


#pageHeader .notLoggedIn .row1 .signInButton {
	background: #009bc9;
}

#pageHeader .notLoggedIn .wide {
    float: right;
    width: 228px;
    padding-right: 6px; #width: 226px;
}

#pageHeader .notLoggedIn .narrow { float: right; width: 105px;}

#pageHeader .notLoggedIn .errorField input, #pageHeader .notLoggedIn .errorField select {
	border: 1px solid #c40067;
	color: #c40067;
}

.topHeader .notLoggedIn .row1 {
	color: #333;
	height: 17px;
	font-weight: bold;
	float: right;
	margin-bottom: 5px;
	text-align: right;
	width: 750px;
}
.topHeader .notLoggedIn .row2 {
	font-size: 10px;
	float: right;
	padding-top: 21px;
	width: 750px;
}
.topHeader .notLoggedIn .row3 {
	float: right;
	text-decoration: underline;
	text-align: right;
	width: 750px;
}

.notLoggedIn #loginButton {
	float: right;
	margin-left: 5px;
}
#forgotPassword {
	color: #999;
}
#forgotPassword:hover {
	color: #f47030;
	text-decoration: none;
}
.notLoggedIn #loginInputContainer {
	float: right;
	position: relative;
	width: 347px;
}
#pageHeader .notLoggedIn #loginuser {
	margin-right: 5px;
}
.notLoggedIn .row1 .signInButton {
	background: #009bc9;
}



#registerassistant #registrationCredentialsOther {
	overflow: hidden;
	padding: 5px 7px;
	width: 31px;
	_width: 29px;
}

#registerassistant .credentialsBlock
{
	position: relative;
	width: 222px;
}

#registerassistant .selectedCredential {
	color: white !important;
	background-color: #009ac8 !important;
}
#registerassistant .credentials
{
	float: left;
	overflow: hidden;
	margin-right: 20px;
	
}

#registerassistant .error
{
	border: 1px solid #C40067 ;
	background-color: #FEDDEF;
}

#registerassistant .row {
	 margin-top: 10px; 
}

#registerassistant input {
	width:315px;
	padding-left: 10px;
	height: 22px;
}

#registerassistant select {
	padding-left: 8px;
	height: 24px;
}

#registerassistant .listitem{
	margin-bottom: 10px;
	padding-left: 10px;
}
#registerassistant .formButton {
	background-color: white;
	border-radius: 3px;
	box-shadow: inset 1px -2px 3px #999;
	-moz-box-shadow: inset 1px -2px 3px #999;
	-ms-box-shadow: inset 1px -2px 3px #999;
	-webkit-box-shadow: inset 1px -2px 3px #999;
	color: #666;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 15px;
	padding: 5px 10px;
	text-decoration: none;
}

#registerassistant .formButton:hover {
	background-color: #f47030;
	color: white;
	text-decoration: none;
	cursor: pointer;
}
#registerassistant .formButton:focus {
	background-color: #009ac8;
	color: white !important;
	text-decoration: none;
	cursor: pointer;
}
#registerassistant .formButton:active {
	background-color: #009ac8;
	color: white;
	text-decoration: none;
}
.msie #registerassistant .formButton {
	border-width: 0;
	behavior: url(/css/PIE.htc);
}

.msie9 #registerassistant .formButton {
	padding-top: 6px;
	padding-bottom: 4px;
}

.msie9 #registerassistant .buttonContainer,
.msie10 #registerassistant .buttonContainer {
    margin-left: 72px;
}

#registerassistant .label { 
	float: left; 
	width: 100px; 
	padding: 5px 10px 0 0; 
	text-align: right; 
}

#registerassistant .inviteSent {
	top: 0;
	left: 0;
	position: absolute;
	xz-index: 111;
}
#registerassistant .inviteSent #callbackDialogBackground
{
	position: absolute;
	xz-index: 110;
	top: 0;
	opacity: .20;
	background-color: black;
	filter:alpha(opacity=50);
	zoom: 1;
}
#registerassistant .inviteSent #callbackDialogInnerDialog {
	-moz-box-shadow: 0 2px 15px #000;
	-webkit-box-shadow: 0 2px 15px #000;
	box-shadow: 0 2px 15px #000;
	opacity: 1.0;
	filter:alpha(opacity=100);
	background: #fff;
	position: absolute;
	xz-index: 111;
	width:200px;
}

#registerassistant .inviteSent .title { 
	background-color: #333333;
	color:#ffffff;
	font-size: 14px;
	font-weight: normal;
	height: 25px;
	padding: 15px 0 0 10px;
	text-align: center;
}

#registerassistant .oneline {
	text-align:center;
	padding-top:25px;
	background-color:#333;
	padding-bottom:15px;
}

#registerassistant #registerPage{
	background-color:#eee;
}
#registerassistant #personalizedTitle{
	 background-color:#009ac8;
	 color:#ffffff;
	 height:30px;
}
#registerassistant #welcomeUser{
	padding: 5px 0 0 10px;
}
#registerassistant .mainArea{
	 padding:25px 15px 0;
}

#registerassistant .left{
	float:left;
	width:50%;
	border-right:1px solid #ccc;
}
#registerassistant .value{
	float:left;
}
#registerassistant .right{
	float:left;
	width:45%;
	margin-left:30px;
}
#registerassistant .errorDiv{
	 padding-top:20px;
	 padding-left:30px;
	 color:#C40067;
}
#registerassistant .emailsendarea{
	 padding:40px 0 20px 20px; 
}

#registerassistant .sendLabel{
	float:left;
	padding-right: 8px; 
	padding-top: 6px;
}
#registerassistant .tdSendInvite{
	padding: 8px 200px 0 0; 
	margin-right: 40px; 
}
#registerassistant .tdCancel{
	vertical-align: top; 
	padding-top: 11px;
}
#registerassistant .candidatesContainer{
	background-color:white;
	position:absolute;
	border:1px solid #ccc;
	margin-top:25px;
	margin-left:110px;
	max-height:230px;
	overflow-y:auto;
	overflow-x:hidden;
}
#registerassistant .hasFocus
{
	border: 1px dotted #009ac8;
}

#registerassistant #chevron:before {
    background: none repeat scroll 0 0 white;
    content: "";
    height: 45%;
    left: 0;
    position: absolute;
    top: 0;
    transform: skew(0deg, 35deg);
    -webkit-transform: skew(0deg, 35deg);
    -ms-transform: skew(0deg, 35deg);
    width: 51%;
}
#registerassistant #chevron:after {
    background: none repeat scroll 0 0 white;
    content: "";
    height: 45%;
    position: absolute;
    right: 0;
    top: 0;
    transform: skew(0deg, -35deg);
    -webkit-transform: skew(0deg, -35deg);
    -ms-transform: skew(0deg, -35deg);
    width: 50%;
}
#registerassistant #chevron {
    height: 1px;
    margin: 12px 0 0 5px;
    padding: 11px 5px 0;
    position: relative;
    text-align: center;
    width: 10px;
}

#registerassistant #invertchevron:before {
    background: none repeat scroll 0 0 white;
    content: "";
    height: 45%;
    left: 0;
    position: absolute;
    top: 0;
    transform: skew(0deg, -35deg);
    -webkit-transform: skew(0deg, -35deg);
    -ms-transform: skew(0deg, -35deg);
    width: 51%;
}
#registerassistant #invertchevron:after {
   background: none repeat scroll 0 0 white;
    content: "";
    height: 45%;
    position: absolute;
    right: 0;
    top: 0;
    transform: skew(0deg, 35deg);
    -webkit-transform: skew(0deg, 35deg);
    -ms-transform: skew(0deg, 35deg);
    width: 50%;
}
#registerassistant #invertchevron {
    height: 1px;
    margin: 12px 0 0 5px;
    padding: 11px 5px 0;
    position: relative;
    text-align: center;
    width: 10px;
    left: -7px;
}


#registerassistant .waiting #spinner {
	background: url(/images/cursors/spinner.gif) no-repeat;
	height: 31px;
	width: 31px;
	display: block;
	xposition: absolute;
	z-index: 1000;
	top: 3em;
	left: 45%;
}

#registerassistant #spinner
{
	display: none;
	padding-top: 1em;
	height: 1em;
	width: 2em;
	margin-left: auto;
	margin-right: auto;
}

#historytable {
	clear: left;
	width: 972px;
}

#historytable thead {
	background-color: #333;
	color: white;
}

#historytable thead .reverse_sort, #historytable thead .forward_sort {
	background-image: linear-gradient(bottom, #333, #000);
	background-image: -moz-linear-gradient(bottom, #333, #000);
	background-image: -webkit-linear-gradient(bottom, #333, #000);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #333), color-stop(1, #000));
}
.msie #historytable thead .reverse_sort, 
.msie #historytable thead .forward_sort
{
	background: #000 none;
}

#historytable thead .reverse_sort .sortIndicator {
    border: 6px solid #000000;
	border-top-color: #ccc;
	float: left;
	height: 0;
	margin: 13px 0 0 5px;
	padding: 0;
	width: 0;
}
.msie #historytable thead .reverse_sort .sortIndicator
{
    border: 6px solid #000000;
    border-top-color: #ccc;
}

#historytable thead .forward_sort .sortIndicator {
    border: 6px solid #000000;
    border-top-color: #ccc;
	
	float: left;
	height: 0;
	margin: 7px 0 0 5px;
	_margin: -3px 0 0 5px;
	padding: 0;
	width: 0;
}
.msie #historytable thead .forward_sort .sortIndicator
{
    border: 6px solid #000000;
    border-top-color: #ccc;
}

#historytable th {
	cursor: pointer;
	border-left: 1px solid #696969;
	border-right: 1px solid #030303;
	padding-left: 15px;
	text-align: left;
	vertical-align: center;
}

#historytable th.nosort {
	cursor: auto;
}

#historytable .firstCell {
	border-left: none !important;
}

#historytable td {
	border-bottom: 1px solid #ccc;
	line-height: 14px;
	padding: 8px 15px;
	text-align: left;
	vertical-align: top;
}


.tableContent {
	display: block;
	float: left;
	line-height: 30px;
}

.titleColumn {
	width: 110px;
}
.topicsColumn {
	width: 466px;
}
.commentsColumn {
	width: 80px;
	_width: 85px;
}

.eventsColumn {
	width: 80px;
	_width: 85px;
}
.startedColumn {
	width: 100px;
	white-space: nowrap;
}
.lastCommentColumn {
	width: 80px;
	white-space: nowrap;
}
#historytable .lastCommentColumn {
	padding-left: 0;
    text-align: center;
}
#historytable .remindColumn {
	text-align: center;
	width: 60px;
	white-space: nowrap;
}
#historytable .alt{
	background-color:#eee;
}


#registerassistant #historyDiv .inputcheckbox input{
	width: auto;
	cursor:pointer;
}
#registerassistant #historyDiv .inputcheckbox{
	padding: 0 !important;
	text-align: center;
}

#registerassistant .editdialog {
	top: 0;
	left: 0;
	position: absolute;
	xz-index: 111;
}
#registerassistant .editdialog #callbackDialogBackground
{
	position: absolute;
	xz-index: 110;
	top: 0;
	opacity: .20;
	background-color: #000;
	filter:alpha(opacity=50);
	zoom: 1;
}
#registerassistant .editdialog #callbackDialogInnerDialog {
	-moz-box-shadow: 0 2px 15px #000;
	-webkit-box-shadow: 0 2px 15px #000;
	box-shadow: 0 2px 15px #000;
	opacity: 1.0;
	filter:alpha(opacity=100);
	background: #fff;
	position: absolute;
	xz-index: 111;
	width:500px;
}

#registerassistant .editdialog .title { 
	background-color: #333333;
	color:#ffffff;
	font-size: 14px;
	font-weight: bold;
	height: 25px;
	padding: 10px 0 0 10px;
	text-align: left;
}
#historytable .activateResendBtn{
	background-color: #f47030;
	border-right: 1px solid #f47030;
	cursor:pointer !important;
}

#registerassistant .editdialog .tdSendInvite{
	padding: 8px 0 0 20px; 
	margin-right: 40px; 
}
#registerassistant .editdialog .tdCancel{
	padding-top: 11px;
	padding-left:15px;
}
#registerassistant .editdialog #editDialogContent{
	 background-color:#eee;
	 padding:10px;
}
#registerassistant .manageHistory{
	 background-color:#aaa;
	 color: #ffffff;
	 height:30px;
	 width:100%;
}
#registerassistant .manageBtn{
	 float:left;
	 background-color:#009ac8;
	 padding:0 10px;
	 font-weight:bold;
	 font-size:12px;
	 cursor:pointer;
	 line-height:30px;
	 width:80px;
	 margin-left:-10%;
}
#registerassistant .stats{
	float:right;
	color:#000; 
	font-weight:bold;
	font-size:12px;
	padding-right:10px;
	line-height:30px;
}
#registerassistant #buttonContainer2{
	text-align: left;
	padding-left:20px;
}
#registerassistant #closePopup2{
	margin-right:60px;
}
#registerassistant .chevronClass{
	float: right; 
}

#registerassistant .sendReminderButton{
	float: left;
    line-height: 30px;
    padding-left: 10px;
    position: absolute;
}


#registerassistant #historytable .collapse{
	background: url(/images/icons/Button_Collapse.png) no-repeat;
	cursor: pointer;
	height:17px;
	width:17px;
	float:right;
	margin-right:5px;
	margin-top:7px;
	
}
#registerassistant #historytable .expand{
	background: url(/images/icons/Button_Expand.png) no-repeat;
	cursor: pointer;
	height:17px;
	width:17px;
	float:right;
	margin-right:5px;
	margin-top:7px;
}





#referralWelcome .closeButton {
	cursor: pointer;
	float: right;
	height: 19px;
	width: 19px;
	background-image: url(/images/icons/close_dialog.gif);
}
#referralWelcome .dialog {
	background: -moz-radial-gradient(center, ellipse cover,  rgba(68,68,68,1) 0%, rgba(17,17,17,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(68,68,68,1)), color-stop(100%,rgba(17,17,17,1))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(68,68,68,1) 0%,rgba(17,17,17,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  rgba(68,68,68,1) 0%,rgba(17,17,17,1) 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  rgba(68,68,68,1) 0%,rgba(17,17,17,1) 100%); /* IE10+ */
	background: radial-gradient(center, ellipse cover,  rgba(68,68,68,1) 0%,rgba(17,17,17,1) 100%); /* W3C */
	background-color: #222; /* Old browsers */
	color: white;
	position: absolute;
	z-index: 111;
	padding: 25px 25px 15px 25px;
	font-size: 12px;
	border-radius: 10px;
	box-shadow: 0 6px 30px 2px #000;
	width: 570px;
}
#referralWelcome #dialogBackgroundReferralWelcome
{
	position: absolute;
	z-index: 110;
	top: 0;
	opacity: .3;
	background-color: #000;
}
.msie #referralWelcome #dialogBackgroundReferralWelcome {
	filter:alpha(opacity=30);
}

#referralWelcome h1 {
    color: #00aadd;
    font-family: ProximaNova,Arial,Helvetica,"Hiragino Kaku Gothic Pro",Meiryo,"MS PGothic",sans-serif;
    font-size: 22px;
    font-weight: normal;
    padding-bottom: 8px;
    text-align: center;
}
#referralWelcome .orangeArrow{
	border-left: 10px solid #f47030;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    bottom: 31px;
    left: 35%;
    position: absolute !important;
}
#referralWelcome .title{
	margin:auto 140px 20px;
}
#referralWelcome .referrerBlock{
	margin:auto 40px;
}
#referralWelcome .referrerBlock #referrerImage{
	float:left; 
	width:80px;
}
#referralWelcome .referrerBlock #referrerImage img{
	 height: 80px;
	 width: 60px;
}
#referralWelcome .referrerBlock #referrerName{
	font-size:14px;
	font-weight:bold;
}
#referralWelcome .referrerBlock #referrerMemberSince{
	margin-top:8px;
}
#referralWelcome .learnMore{
	margin:20px 40px;
}
#referralWelcome .learnMore span{
	cursor:pointer;
	color:#f47030; 
	padding-left:10px;
}
#referralWelcome .joinRow{
	margin:80px 40px 0;
}
#referralWelcome .joinRow table{
	width: 100%;
}
#referralWelcome .joinRow #login{
	cursor:pointer;
	color:#f47030;
	padding-left:10px;
}
/* @group QSpaces */

.passwordPrompt {
	margin: 10px auto;
	width: 550px;
}
.passwordPrompt .block { background-color: #faf2e1; padding: 16px; color: #333; }
.passwordPrompt .innerBlock { background-color: #f2f2f2; padding: 20px; margin: 0 auto; width: 227px; }
.passwordPrompt .title { font-size: 18px; margin-bottom: 8px; }
.passwordPrompt .username { 
	font-size: 14px;
	padding-bottom: 10px; 
	border-bottom: 1px solid #ccc; 
	margin-bottom: 10px;
	font-weight: bold;
}
.passwordPrompt .explanation { 
 	font-weight: bold;
 	font-size: 14px;
 	text-align: center; 
 	border-bottom: 1px solid #ccc; 
 	margin-bottom: 12px;
	padding-bottom: 12px;
}
.passwordPrompt .error { color: #cc0000; font-weight: bold; margin-bottom: 10px; }
.passwordPrompt .passwordBlock { border: 1px solid #8c8c8c; width: 225px; margin-bottom: 10px;}
.passwordPrompt input { border: 0; height: 20px; line-height: 20px; padding-left: 8px; width: 220px; }


/* May 2016.  Hope to migrate to this*/
.pwHidden {
    display:none
}

.pwShown {
    display:block
}

.pwNoOverflow {
    overflow:hidden;
    padding-right:17px;
}

.pwDlg {
    position: fixed; /* Stay in place */
    z-index: 100; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.25); /* Black w/ opacity */
}

.pwDlgInner {
    -moz-box-shadow: 0 0 15px #666;
    -webkit-box-shadow: 0 0 15px #666;
    box-shadow: 0 0 15px #666;
    opacity: 1.0;
    filter:alpha(opacity=100);
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 0px;
    border: 1px solid #888;
    width: 380px;
}

.pwDlg .title {
    height: 35px;
	background-color: #000000;
    color: #ffffff;
	font-weight: normal;
}

.pwDlg .pwDlgCaption {
    line-height: 35px;
	font-size: 18px;
    padding-left: 15px;
	float: left;
}

.pwDlg .pwDlgClose {
    padding-left: 12px;
    padding-top: 9px;
	width: 43px;
    height: 26px;
    background-color: #009ac8;
    cursor: pointer;
    color: #ffffff;
    font-weight: bold;
	float: right;
}

.pwContent {
    padding: 5px 20px 15px;
}

.pwPw, .addcontent #popupPwDlg .pwPw {
    margin-right: 20px;
    width: 230px;
    padding: 4px;
    border: 1px solid #d6d6d6;
}

.pwBtn {
    margin-left: 10px;
}

.pwDlg .oneline {
    padding-top: 15px;
}

.pwDlg .popupPwDlgMsg {
	font-size: 13px;
}

.pwDlg .forgotPassword {
    font-size: 12px;
    padding-bottom: 10px;
    float: left;
}

.pwDlg .error {
	float: left;
	color: #c40067;
	margin-left: 25px;
	font-weight: bold;
}

.pwDlg .buttonContainer { float: left; width: 70px; }


/* @end */.waiting {
	position: relative;
}
#loader_image {
	display: none;
}
.waiting #loader_image {
	display: block;
	position: absolute;
	z-index: 1000;
	top: 20px;
	left: 472px;
}

.errorMsg {
	font-weight: bold;
	padding: 20px 0;
	border-top: 2px solid #eee;
	border-bottom: 2px solid #eee;
	margin: 10px auto 20px auto;
	width: 750px;
}
.keywordCategory { border-top: 1px solid #ccc; }
.keywordCategory .keywordColumn
{
	float: left;
	width: 152px;
	margin-right: 35px;
	margin-bottom: 20px
}

.keywordCategory .keywordItem
{
	margin-bottom: 8px;
	margin-top: 7px;
}

.keywordCategory .keywordItem a
{
	color: #333333;
	font-size: 12px;
	font-weight: normal;
}

.keywordCategory .keywordItem a.selected
{
	border: 1px solid #666666;
}

#keywordList .keywordCategory .selectedKeywordCategory {
	font-weight: bold;
}

#keywordList .keywordCategory .selectedKeywordCategory a {
	font-weight: bold;
}

.removeKeywordButton {
	background: url(data:image/gif;base64,R0lGODlhDAAMALMAAHBwcP///5mZmfz8/O/v73x8fJycnMDAwJGRkd/f3wAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAAMAAwAAAQ4MARyRCniEBmSAWBoJNMXngYFBicLVOGAIENohbQcXvigg5jYrAbKrFogjekESnWWIpKEYsFoJBEAOw==) no-repeat;
	cursor: pointer;
	display: inline-block;
	height: 12px;
	padding-left: 4px;
	padding-right: 12px;
	position: relative;
	top: 1px;
	width: 12px;
}


#drilldownSidebar {
	margin-right: 20px;
	width: 200px;
	float: left;
}

#drilldownCriteria {
	background-color: #eee;
	padding-bottom: 20px;
}

.drilldownSidebarElement {
	padding: 20px 20px 0 20px;
}

.drilldownSidebarElement .smallTitle a {
	text-transform: none;
	font-size: 12px;
	letter-spacing: 0;
}
.drilldownSidebarElement .smallTitle a:hover { text-decoration: underline; }

.drilldownSidebarMessage {
	font-weight: bold;
	font-size: 14px;
}

.heading {
	font-weight: bold;
}

.divider {
	height: 1px;
	font-size: 0;
	line-height: 0;
	background-color: #ccc;
	margin: 10px 0;
}

.categoryLabel {
	color: #009ac8;
	font-weight: bold;
	margin-top: 10px;
	text-transform: uppercase;
}

.keywordLabel
{
	padding-left: 15px;
}
#drilldownCriteria a {
	color:  #333;
	font-weight: normal;
	margin-left: -15px;
}

#drilldownResultListing {
	float: left;
	opacity: 0;
	filter: alpha(opacity:0);
	width: 750px;
}

#drilldownResultListing .centeredBox { text-align:center; padding-top: 20px; }
#drilldownResultListing .errorBox { padding-top: 20px; }

.startOver a {
	color: #f47030;
}

#currentCriteria {
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 10px;
}

#resultsCount {
	font-weight: bold;
	margin-right: 7px;
}

#dataformTable thead {
	display: none;
}

#dataformTable thead .reverse_sort, #dataformTable thead .forward_sort {
	background-image: linear-gradient(bottom, #333, #000);
	background-image: -moz-linear-gradient(bottom, #333, #000);
	background-image: -webkit-linear-gradient(bottom, #333, #000);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #333), color-stop(1, #000));
}
.msie #dataformTable thead .reverse_sort,
.msie #dataformTable thead .forward_sort
{
	background: #000 none;
}

#dataformTable thead .reverse_sort .sortIndicator {
	border: 6px solid rgba(0,0,0,0);
	border-top: 6px solid #ccc;

	float: left;
	height: 0;
	margin: 16px 0 0 5px;
	padding: 0;
	width: 0;
}
.msie #dataformTable thead .reverse_sort .sortIndicator
{
	border: 6px solid #000;
	border-top: 6px solid #ccc;
}

#dataformTable thead .forward_sort .sortIndicator {
	border: 6px solid rgba(0,0,0,0);
	border-bottom: 6px solid #ccc;

	float: left;
	height: 0;
	margin: 10px 0 0 5px;
	_margin: -3px 0 0 5px;
	padding: 0;
	width: 0;
}
.msie #dataformTable thead .forward_sort .sortIndicator
{
	border: 6px solid #000;
	border-bottom: 6px solid #ccc;
}

#dataformTable th {
	cursor: pointer;
	border-left: 1px solid #696969;
	border-right: 1px solid #030303;
	padding-left: 15px;
	text-align: left;
	vertical-align: center;
}

#dataformTable th.nosort {
	cursor: auto;
}

#dataformTable th.titleColumn
{
	min-width: 190px;
}

#dataformTable .firstCell {
	border-left: none !important;
}

#dataformTable td a {
	color: #333;
}
#dataformTable .isNew
{
	background-color: #f5f7e9;
}


#dataformTable .newMessage {
	color: #9eb326;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: normal;
}
#dataformTable .read td
{
	color: #666;
}
#dataformTable .read td a {
	font-weight: normal;
	color: #666;
}
.tableContent {
	display: block;
	float: left;
	line-height: 40px;
}

#resultsCount {
	font-size: 18px;
	font-weight: bold;
	color: #00B1B7;
	margin-bottom: 8px;
}

.criteriaLabel {
	padding-right: 12px;
}
.criterion { padding-right: 4px; }

#dataformTable .searchItem td
{
	border-bottom: none;
	padding: 10px 20px 10px 0;
	vertical-align: top;
}

#dataformTable .read td a { font-weight: bold; color: #777; }

.searchItem .title {
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #333;
}

.searchItem .authorName {
	font-size: 12px;
	font-weight: bold;
	color: #333;
}
.searchItem .author {
	padding-bottom: 8px;
}
.searchItem .startedTime {
	font-size: 11px;
	color: #999;
}
.searchItem .image {
	position: relative;
	float: left;
	width: 120px;
	border: none;
}

.searchItem .image img { width: 120px; }

.searchItem .image .smallBurst {
	position: absolute;
	top: -3px;
	right: -3px;
	width: 38px;
	height: 38px;
}

.searchItem .details {

}

.newCriteria {
	margin-bottom: 0;
	background-color: #eee;
	padding: 10px;
	padding-bottom: 7px;
	position: relative;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}

.newCriteria a { color: #f47030; }
.newCriteria .newSearch{
	float: left;
	width: 380px;
	position: relative;
	margin-top: 0;
	top: 1px;
}

.newCriteria .newSearch input, .newCriteria .newSearch a {
	margin-right: 10px;
}

.additionalSearchInput {
	-moz-box-shadow: inset 2px 2px 4px #eee;
	-webkit-box-shadow: inset 2px 2px 4px #eee;
	box-shadow: inset 2px 2px 4px #eee;
	border: 1px solid #d6d6d6;
	color: #666;
	font-size: 11px;
	height: 23px;
	margin: 0;
	margin-right: 5px;
	padding: 0 6px;
	width: 165px;
	position: relative;
	top: -2px;
}
.
.newCriteria .newSort{
	float: right;
}

#sortSelect {
	border: 1px solid #D6D6D6;
	-moz-box-shadow: inset 2px 2px 4px #eee;
	-webkit-box-shadow: inset 2px 2px 4px #eee;
	box-shadow: inset 2px 2px 4px #eee;
	color: #666666;
	font-size: 11px;
	padding: 4px;
	position: relative;
	top: -1px;
}

.newCriteria span {
	font-weight: normal;
	padding-right: 5px;
}

.newSearch div { float: left; }

.searchIconOldStyle {
	position: relative;
	top: -2px;
}


.titleColumn {
	width: 500px;
	_width: 510px;
}

.ratingsColumn {
	width: 75px;
}
.commentsColumn {
	width: 135px;
	_width: 145px;
	padding: 10px 0 !important;
}
.numberOfComments { font-weight: bold; }
.startedColumn, .relevanceColumn, .commentTimestampColumn { display: none; }

.searchItem .rating .ratingDetail { font-size: 10px; }
.searchItem .norating { background-color: white; }
.searchItem .stars
{
	background: url(/images/icons/spaced_icon_stars.png) no-repeat 0 -20px;
	height: 10px;
	width: 77px;
	_width: 75px;
	overflow: hidden;
}

.searchItem .ratingStars
{
	background: url(/images/icons/stars/player_stars.png) no-repeat 0 0;
	height: 12px;
	width: 0;
	line-height: 1px;
	margin-bottom: 1px;
}

#qSearchResults .isNew .ratingStars {
	background-image: url(/images/icons/stars/rating_new.png);
}


.searchItem .ratingStars1 { width: 15px; }
.searchItem .ratingStars2 { width: 30px; }
.searchItem .ratingStars3 { width: 45px; }
.searchItem .ratingStars4 { width: 60px; }
.searchItem .ratingStars5 { width: 75px; }

.search-result-sub .ratingStars1 { width: 15px; }
.search-result-sub .ratingStars2 { width: 30px; }
.search-result-sub .ratingStars3 { width: 45px; }
.search-result-sub .ratingStars4 { width: 60px; }
.search-result-sub .ratingStars5 { width: 75px; }

.allResults .count { display: none; }

#showMoreButton { margin: 20px 220px;  }
.searchNoTerms { width: auto !important; }
.noTermsTitle {
	color: #009ac8;
	font-size: 26px;
	text-align: center;
	margin-bottom: 30px;
}

.searchArea {
	background-color: #eee;
	padding: 18px 0 10px 375px;
	margin-bottom: 30px;
}


/* @group Search No results page  */

.searchInput {
	display: inline-block;
	position: relative;
}
.searchIcon {
	width: 18px;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	padding-right: 12px;
	padding-top: 8px;
}
.searchIcon img {
	display: inline-block;
	width: 100%;
}
.searchHead {
	color: #00B1B7;
	font-family: "Source Sans Pro";
	font-size: 34px;
	font-weight: normal;
	margin-bottom: 15px;
}
.searchSubHead {
	margin: 0;
}
.searchSubHead {
	color: #898989;
	font-family: "PT Serif";
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 25px;
}
.searchInput input {
	width: 300px;
	height: 35px;
	border: 1px solid #B0B0B0;
	padding-left: 12px;
	box-sizing: border-box;
	font-size: 14px;
	border-radius: 3px;
	font-weight: normal;
	font-family: "Source Sans Pro";
}

.searchInput input::-ms-clear {
	display: none;
}

.searchInput input.hasDefaultColor{ /* in case placeholder is build by js */
	color: #7A919B !important;
	font-weight: lighter;
}
.searchInput input::-webkit-input-placeholder {
	color: #7A919B;
	font-weight: lighter;
}
.searchInput input::-moz-placeholder {
	color: #7A919B;
	font-weight: lighter;
}
.searchInput input:-ms-input-placeholder {
	color: #7A919B;
	font-weight: lighter;
}
.searchInput input:-moz-placeholder {
	color: #7A919B;
	font-weight: lighter;
}
.topicCol {
	width: 208px;
	float: left;
	padding-right: 35px;
}
.topicList {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #2B4755;
	font-family: "Source Sans Pro";
	font-size: 14px;
	margin-bottom: 35px;
}
.topicList li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.topicHead {
	color: #00AEB5;
	font-family: "Source Sans Pro";
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	margin-top: 12px;
	margin-bottom: 18px;
}
.searchContainer {
	width: 970px;
}
#keywordList .listRow {
	clear: both;
}
#keywordList .listRow  ul.topicList {
	line-height: 24px;
}

#keywordList .listRow  ul.topicList li a {
	color: #232323;
	font-weight: normal;
	cursor : pointer;
}

.hrLine {
	margin-top: 30px;
	border: 0;
	border-bottom: 1px solid #CFD8DC;
}
.search-result-sub {
	margin-bottom: 15px;
}
.search-result-sub div{
	display: inline-block;
}
.author div{
	display: inline-block;
}
.infoTitle {
	color: #232323;
	font-size: 18px;
	margin: 0;
	padding: 0;
	font-family: "Source Sans Pro";
	font-weight: 600;
}

.search-result-item {
	margin-bottom: 15px;
}

.result-src, .result-pub-date {
	color: #00B1B7;
	display: inline-block;
}

.search-result-sub span {
	font-family: "Source Sans Pro";
	font-size: 12px;
}

.search-physician-name {
	color: #232323;
	font-weight: 600;
	font-style: normal;
	display: block;
}

.search-result-sub span.search-result-rate {
	color: #00B1B7;
	font-size: 10px;
	display: inline-block;
	margin-left: 8px;
}

.result-pub-date, .search-rate-no {
	color: #B0B0B0;
	display: inline-block;
	font-style: italic;
}

.more-results {
	background-color: #F99B25;
	border: 1px solid #F99B25;
	border-radius: 3px;
	display: inline-block;
	color: #FFFFFF;
	font-family: "Source Sans Pro";
	font-weight: lighter;
	letter-spacing: 1px;
	font-size: 14px;
	padding: 7px 15px;
}
.search-result-sub .ratingStars1 { width: 15px; }
.search-result-sub .ratingStars2 { width: 30px; }
.search-result-sub .ratingStars3 { width: 45px; }
.search-result-sub .ratingStars4 { width: 60px; }
.search-result-sub .ratingStars5 { width: 75px; }

.search-result-sub .ratingStars
{
	background: url(/images/icons/spaced_icon_stars.png) no-repeat 0 0;
	height: 10px;
	margin-left: 8px;
}
#dataformTable{
	padding-top: 20px;
}
/* @end */