﻿
dl {
	padding-bottom: 10px;
}

dt {
	margin-top: 10px;
	font-weight: bold;
}

dd {
	padding-left: 10px;
}

div.box {
	margin: 20px 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border-bottom: 1px solid #666;
	width: 400px;
	text-align: center;
}  

div.boxtopNotice 
{
    padding: 3px 3px 3px 3px;
    color: #FFF;
    background-color: #c50000;
	border-bottom: 1px solid #666;
} 

div.boxbodyNotice {
	padding: 10px;
	border-right: 1px solid #666;
	border-left: 1px solid #CCC;
	background-color: #F1F1F1;
	text-align: center;
}

div.boxtop {
	background: url(../images/backgrounds/hdr_type1_R.png) no-repeat right top;
	border-bottom: 1px solid #666;
} 

div.boxtop h3 {
	display: block;
	padding-left: 5px;
	height: 20px;
	background:url(../images/backgrounds/hdr_type1_L.png) no-repeat left top;
	color: #333;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
}

div.boxtop h3 > span {
    outline: none !important;
}

div.boxbody {
	padding-top: 5px;
	padding-bottom: 10px;
	border-right: 1px solid #666;
	border-left: 1px solid #CCC;
	background-color: #F1F1F1;
	text-align: left;
}

div.documentation div.boxbody {
	padding-bottom: 0px;
}

div.boxbody p {
	margin-bottom: 8px;
}

div.boxfoot {
	border-top: 1px solid #999;
	border-right: 1px solid #666;
	border-left: 1px solid #CCC;
	height: 20px;
	background:url(../images/backgrounds/bg_secure.png) no-repeat left bottom;
}

div.boxfoot p {
	padding: 0px 0px 0px 25px;
	margin: 0px;
	color: #666;
	font-size: 85%;
	line-height: 22px;
	text-align: left;
}

/* simple form box */
   
.simpleForm {
	margin: 0 10px;
	padding-top: 10px;
}

.simpleForm div.inputBlock, .simpleForm div.action {
    position: relative;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

.simpleForm div.action{
    height: 40px;
    margin-bottom: 0px;
}

.simpleForm div.inputBlock input {
    width: 162px;
}

.simpleForm div.messages {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
	font-size: 92%;
}

.simpleForm div.aligned > p {
    text-align: center;
}
.simpleForm p a {
    font-size: 92%;
}

.simpleForm div.messages p a {
    font-size: inherit;
}

.simpleForm label {
    display: inline-block;
    position: relative;
    top: 0px;
    left: 0px;
    width: 140px;
    text-align: right;
    padding-right: 5px;
}

.simpleForm #btnChgPwd, .simpleForm #btnCancel, .simpleForm #btnPwdReset {
    position: absolute;
	top: 0px;
	left: 150px;
}
.simpleForm #btnCancel {
	left: 268px;
}

div#answerPanel > p {
    margin-top: 0px;
    padding-top: 0px;
}

div#pwdRecovery .simpleForm #btnPwdReset {
    left: 69px;
}

div#pwdRecovery .simpleForm #btnCancel {
    left: 187px;
}

div#pwdRecovery .simpleForm input[type=text] {
    width: 162px;
}

.simpleForm textarea {
	border: 1px solid #cccccc;
	width: 200px;
}

.contact .simpleForm textarea {
	height: 125px;
}

.simpleForm select {
	width: 200px;
}

.simpleForm span#lblContactError {
    position: relative;
    top: -6px;
    margin-left: 50px;
}

div#pwdRecovery .simpleForm label {
    width: 60px;
    text-align: left;
    padding-right: 5px;
}

/* error box */

.errors #fullPane {
	background:url(../images/backgrounds/bg_diag.gif) repeat;
}
   
div.errors div.error .boxbody {
	background: #F1F1F1 url(../images/icons/icon_24_error.gif) no-repeat 10px 20px;
} 

div.errors div.error .boxbody p.error {
	padding: 10px 60px 20px 45px;
	border-bottom: 1px solid #CCC;
	text-align: center;
}

div.errors div.error .boxbody .action {
	padding: 10px 0;		 
	font-size: 92%;
	text-align: center;
 }
 
div.error .boxbody .action .piped {
	margin: 0px auto;
	width: 200px;
}

div.error .boxbody .action ul.pipedSingle {
	width: 80px;
}

div.errors div.error .boxfoot {
	background-position: -24px bottom; /*hide the secure icon */
}  

p#errContainer > span,
p#errContainer > span:focus,
p#errContainer > span:active {
    outline: none !important;
    display: inline-block;
    margin: 0px auto;
}

#errContainer,
#errContainer:focus,
#errContainer:active {
    outline: 0 !important;
    width: 80%;
    margin: 0px auto;
}

#boxDlg, #confBoxDlg {
    -moz-box-shadow: 3px 3px 6px #C1B29B; -webkit-box-shadow: 3px 3px 6px #C1B29B; box-shadow: 3px 3px 6px #C1B29B;
}

#selfRegConfirm {
    width: 410px;
    margin-top: 40px;
}

#selfRegConfirm div.boxbody p {
	margin-bottom: 0px;
}

#confBoxDlg div.action, #confBoxDlg div.messages p, #selfRegConfirm div.messages p {
    text-align: center;
    font-size: 12px;
}


/* 	------------------------------------------------------------------------
	Login screens
   	------------------------------------------------------------------------*/
.login #fullPane {
	background:url(../images/backgrounds/bg_diag.gif) repeat;
}

#mainLogin a[disabled] {
    color: #999;
    cursor: default;
}
#mainLogin a[disabled]:hover,
#mainLogin a[disabled]:focus,
#mainLogin a[disabled]:active {
    text-decoration: none;
}

#jsAlert {
	position: relative;
	top: 0px;
	left: 0px;
	padding: 5px 50px;
	border-bottom: 1px solid #490000;
	border-top:1px solid #ff8182;
	background-color: #c50000;
	color: #FFF;
}

#jsAlert a,
#jsAlert a:visited {
	color: yellow;
}

#mktNotice {
    width: 420px;
}

#mainLogin {
	width: 275px;
	margin-top: 72px;
}

#mainLogin .boxtop h3 {
	font-size: 92%;
	padding: 0;
}

#mainLogin .boxbody {
	overflow: hidden;
	height: auto;
	zoom: 1;
}

#mainLogin .simpleForm label {
    position: static;
	width: 100px;
	font-weight: bold;
}

#mainLogin .simpleForm input {
	width: 135px;
}

#mainLogin .simpleForm .niceButton {
	float: right;
	margin-top: 0px;
	width: auto;
}

#mainLogin .action {
    margin-top: 10px;
    padding-right: 5px;
    overflow: hidden;
}

#mainLogin .links {
	clear: both;
	padding: 5px 0;
	border-top: 1px solid #FFF;
	width: 272px;
	text-align: center;
}

#mainLogin .links .piped {
	margin: 0px auto;
	width: 250px;
	font-size: 85%;
}

#mainLogin .links .piped li {
	float: none;
}

#mainLogin .messages {
	/* display: none; controlled by server side code */
}

#mainLogin .messages li {
    text-align: center;
}

#mainLogin .inputs {
    margin-top: 10px;
}

#mainLogin #errMsg {
    font-size: 12px;
    xxxxborder-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top: 6px;
    xoutline: none !important;
}


#selfRegAccount {
    margin-top: 30px;
    width: 730px;
}

#selfRegAccount #regPanelL {
    float: left;
    width: 345px;
}
#selfRegAccount #regPanelR {
    float: right;
    width: 345px;
}

#selfRegAccount .simpleForm label {
    position: static;
    width: 115px;
}

#selfRegAccount .simpleForm textarea {
    width: 194px;
    margin-bottom: 20px;
}

.ie #selfRegAccount .simpleForm textarea {
    width: 148px;
}

#selfRegAccount .simpleForm input {
    width: 196px;
    margin-bottom: 5px;
}

#selfRegAccount .simpleForm div.intl-tel-input {
    margin-bottom: 5px;
}

#selfRegAccount .simpleForm div.intl-tel-input input {
    width: 200px;
}

#selfRegAccount .simpleForm input.niceButton {
    position: static;
    width: 100px;
    margin: 0px;
}

#selfRegAccount .simpleForm #btnSelfReg {
    margin-right: 10px;
}

#selfRegAccount .simpleForm div.action {
    margin: 10px auto 0px auto;
    width: 236px;
    height: auto;
}

#selfRegLegal {
    width: 240px;
    font-size: 85%;
    color: #336699;
    text-align: center;
    margin-left: 65px;
    border-style: solid;
    border-width: 1px;
    padding: 5px;
    padding-bottom: 7px;
    border-top-color: #ABADB3;
    border-left-color: #E2E3EA;
    border-right-color: #DBDFE6;
    border-bottom-color: #CCCCCC;
    background-color: #F4F4F4;
}

.hfive #selfRegLegal {
    clear: both;
    width: 528px;
    margin: 0px auto 4px auto;
    /* outline: none; */
}

.hfive #selfRegLegal.error {
    color: #FF0000;
}

#selfRegLegal > span
{
    font-weight: bold;
}

#legalBox {
	position: relative;
	border: 1px solid #FFF;
	height: 40px;
	overflow: hidden;
}

#legalText {
	position: absolute;
	top: 0;
	left: 0;
	margin: 10px;
	height: 85px;
	width: 250px;
	cursor: pointer;
}

#legalText .legal {
	font-size: 77%;
}

#mainLogin p.legal {
	margin-top: 0px;
}


#helpText ul.listSupportedBrowsers,
#mainLogin ul.listSupportedBrowsers {
    list-style-type: disc;
    list-style-position: inside;
}

#helpText ul.listSupportedBrowsers li,
#mainLogin ul.listSupportedBrowsers li {
    text-align: left;
}

#viewLegal {
	position: relative;
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 85%;
}

#cluetip-inner dl,
.cluetip-inner dl {
	margin: 8px;
	font-size: 85%;
}

#cluetip-inner dd,
.cluetip-inner dd {
	font-size: 100%;
}

.simple dl, .simple p, .simple h3 {
	margin: 20px 10px 0px 20px;
}

.simple dl {
	padding-bottom: 10px;
}

.simple dt {
	margin-top: 10px;
	font-weight: bold;
}

.simple dd {
	padding-left: 10px;
}
