

/* @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;
}


.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 */



.dialog .error {
	width: 165px;
	float: left;
	height: 20px;
}


.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 .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;
}




.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;
}


.dialog .okField {
	background: url(/images/icons/checkmark.gif) no-repeat;
	height: 18px;
	width: 20px;
	margin-left: 10px;		
}




/* @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 */




#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;
}


#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;
}




#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);
}

.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;
	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;
}

.eventsColumn {
	width: 80px;
}

.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;
}


#historytable .activateResendBtn{
	background-color: #f47030;
	border-right: 1px solid #f47030;
	cursor:pointer !important;
}


/* @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: 0;
    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 */