#signUpLink {
    font-size: 18px;
}

.loginButton {
    background: #336699;
    color: white;
    font-size: 16px;
    font-weight: bold;
}

.frmStatus {
    color: red
}
/* Modal Dialogs */
#simplemodal-overlay {
    background-color: #004000;
    cursor: wait;
}

.simplemodal-container {
    padding: 10px;
    background-color: #FFFFFF;
    border: 8px solid #04b000;
    text-align: left;
}

.simplemodal-container a.modalCloseImg {
    background: url(images/x.gif) no-repeat;
    width: 25px;
    height: 29px;
    display: inline;
    position: absolute;
    top: -15px;
    right: -18px;
    cursor: pointer;
}

#modalForgotPassword {
    height: 85px;
    width: 340px;
}

#modalPassword {
    height: 135px;
    width: 340px;
}

#modalSignUp {
    height: 210px;
    width: 350px;
}

#modalAccountPendingMessage{
    height: 320px;
    width: 550px;
    font-size: 16px;
}

#modalConfirm {
    height: 75px;
    width: 340px;
}

#modalAgreement{
    height: 400px;
    width: 350px;
}

.termsOfUse {
    background: white;
    width: 340px;
    height: 360px;
    overflow-x: hide;
    overflow-y: auto;
}

.dialogTable {
    table-layout: fixed;
}

.dialogTable tr {
    height: 25px;
}

.dialogTable td {
    font-size: 12px;
    border: 0px;
    margin: 0px;
    padding: 0px
}


/* tooltips */
.jTip {
    cursor:help;
}

a.jTip:link,a.jTip:visited,a.jTip:hover,a.jTip:active{
    text-decoration: none;
    border: medium #000000;
    cursor: help;
    padding: 0 4px;
    background-image: url(images/helpIcon.gif);
    background-repeat: no-repeat;
}

.wordHelp, a.wordHelp {
    border-bottom-style: double;
    border-bottom-width: 4px;
    cursor:help;
}

.helpImage{
    border:0;
}

.helpText{
    font-weight: bold;
}

#tooltip {
    position: absolute;
    z-index: 3000;
    border: 1px solid #111;
    background-color: #eee;
    padding: 5px;
    opacity: 0.85;
}

#tooltip h3, #tooltip div {
	margin: 0;
}

.linkButton {
    text-decoration: underline;
    cursor: pointer;
    color: #0E619E;
}

.required {
    color: red
}

.formError {
    color: red
}

.waiting {
    background: url(images/waitProcess.gif) no-repeat center;
}

.bigHeading {
    font-weight: bold;
    color: #53A60D;
    font-size: 18px;
}

// jquery.textbox
.textbox {
    padding-right:16px;
}

.textboxwrapper {
    position: relative;
    margin: 0;
    padding: 0;
    display: block;
}

.textboxarrow {
    z-index: 1;
    position: absolute;
    display: none;
    cursor: pointer;
    width: 14px;
    height: 14px;
    background: url('images/arrow_down.png') center center;
}

.textboxlist {
    position: absolute;
    display: none;
    background: #FFF;
    border: 1px solid #999;
    height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 9999;
}

.textboxlist ul {
    display: block;
}

.textboxlist li {
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.textboxlist li a {
    cursor: pointer;
    display: block;
    padding: 3px;
    color: black;
    text-decoration: none;
}

.textboxlist li a:hover {
    color: black;
    text-decoration: none;
    background: #EEE;
}

.disabledItem,
.disabledItem span,
.disabledItem div {
    color:#aaa;
    cursor:not-allowed;
}

/* CSS for jquery closable plugin */
.closebox {
    position: absolute;
    right: 2px;
    top: 2px;
    background-image: url(../Common/images/x.gif);
    background-repeat: no-repeat;
    width: 25px;
    height: 29px;
    cursor: pointer;
}

.instructions {
    font-size: 14px;
    color: #0000CC;
}