/*
    Global styling
*/

ul {
    list-style: none;
}

.bold
{
    font-weight: bold;
}

fieldset {
    display: block;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #587B7C;
    font-size: 14px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 14px;
    margin-bottom: 20px;
}

legend {
    padding: 0.5em;
    font-weight: bold;
}

label {
    width: 100%;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    clear: both
}

label span {
    display: block;
    float: left;
    min-width: 15%;
    font-size: 12px;
    text-align: left;
    padding: 5px 20px 5px 0;
    font-weight: bold;
    color: #587B7C;
}

.LoginForm label {
    width: 100%;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    clear: both
}

.LoginForm label p, .LoginForm input {
    width: 75%;
    display: block;
    float: left;
    font-size: 12px;
    padding: 5px 20px 5px 5px;
    margin-bottom: 5px;
}

/*
    Dialog
*/

.JOOBMobileDialog
{
    margin: 0 auto;
	z-index: 9999;
    width: 400px;
	text-align: center;
	padding: 10px 10px 80px 10px;
    background: #fff url("../images/logo.png") no-repeat -20px 100%;
}


.LoginDialogMessage
{
    margin-top: 10px;
    font-size: 12px;
}

.AlertMessage
{
    text-align: left;
}

.AlertMessageTitle
{
    text-align: left;
}

.AlertMessageDialog
{
}


.JOOBMobileDialog input
{
    width: 320px;
    margin: 0;
}


.JOOBMobileDialog button
{
    margin: 0;
}


.JOOBMobileDialogTransparentOverlay
{
    position: absolute;
    left: 0px;
    top: 0px;
    width:100%;
    height:100%;
    text-align:center;
    z-index: 1000;
    background-color: #808080;
	/* for IE */
    filter: alpha(opacity=85);
    /* CSS3 standard */
    opacity: 0.85;
}


.JOOBMobileDialogCloseButton
{
    position: absolute;
    right: 10px;
    bottom: 20px;
    width: auto;
    overflow: visible;
}


.JOOBMobileDialogCloseButton:hover
{
    cursor: pointer;
}

/*
    Terms and conditions dialog
*/

.TermsAndConditionsCheckBox
{
    margin-bottom: 20px;
}

.TermsAndConditions
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}

.TermsAndConditionsDialog
{
    margin: 0 auto;
	background: #fff;
	z-index: 9999;
	position: absolute;
    width: 800px;
    height: 600px;
    left: 30%;
    top: 20%;
	text-align: left;
	padding: 10px;
    overflow: hidden;
}

.TermsAndConditionsDialog p
{
    margin-top: 10px;
}

.TermsAndConditionsDialog p .condition
{
    margin-right: 5px;
}

.TermsAndConditionsDialogCloseButton
{
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.TermsAndConditionsDialogCloseButton:hover
{
    cursor: pointer;
}

.TermsAndConditionsDialogContent
{
    margin-bottom: 30px;
    height: 555px;
    overflow-y: scroll;
    padding-right: 10px;
}


h1, h2, h3
{
    margin-bottom: 15px;
}


h1.ClearViewPageHeader
{
    margin-top: 0;
    margin-bottom: 3px;
    font-family: Verdana, sans-serif;
    font-size: 25px;
    font-weight: normal;
}

h2.ClearViewPageHeader {
    margin-top: 0;
    margin-bottom: 20px;
    font-family: Verdana, sans-serif;
    font-size: 18px;
    font-weight: normal;
}

h3.ClearViewPageHeader {
    margin-top: 0;
    margin-bottom: 3px;
    font-family: Verdana, sans-serif;
    font-size: 15px;
    font-weight: normal;
}

h3.ClearViewPageHeader.FloatPageHeaderLeft {
    float: left;
}

button {
    background-color: #E13288;
    color: #ffffff;
    font-weight: bold;
    padding: 3px 10px;
    border: none;
}

/*
    Tables
*/

.ClearViewTableInfoMessage {
    float: right;
}

.ClearViewTable {
    width: 100%;
    border: 1px solid #B6C5C5;
    border-spacing: 2px;
    border-collapse: separate;
}

.ClearViewTable thead {
    background: #587B7C !important;
    color: #ffffff;
    font-weight: bold;
    font-size: 13px;
    border: 0 solid #ffffff;
}

.ClearViewTable th {
    padding: 10px;
}

.ClearViewTable tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

.ClearViewTable tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

.ClearViewTable td {
    padding: 10px;
    border: 0 solid #ffffff;
    background: #EDF0F0;
    font-size: 12px;
}

.ClearViewTable td.UnderlinedCell {
    text-decoration: underline;
}

.FixedWidthColumn {
    width: 140px;
}

.AccountDetailsTable {
    margin-bottom: 20px;
}

/*
    Table hover elements
*/
.ClearViewTable .hoverable {
    cursor: pointer;
    text-decoration: underline;
}

.ClearViewTable tr.highlighted td {
    background-color: #E1E1E1;
}

.ClearViewTable td.highlighted {
    background-color: #E1E1E1;
}

.ClearViewTable tfoot {
    margin: 0;
    border: 0 solid #ffffff;
}

/*
    Contact Details
*/

.ContactDetailsHorizontalRule {
    height: 1px;
    border-width: 0;
    background-color: #E1E1E1;
    margin-right: 15px;
}

.ContactDetailsHorizontalRule.TopRule {
    margin-top: 25px;
}

.ContactDetailsHorizontalRule.BottomRule {
    clear: both;
}

.ContactDetailsHeaderText {
    color: #587B7C !important;
    font-weight: bold;
    display: inline;
}

.contact-detail-entry {
    margin: 5px 0;
    width: 100%;
}

.ContactDetailsHeaderImage {
    float: left;
    margin-right: 8px;
    width: 22px;
    height: 20px;
    vertical-align: middle;
}

.ContactDetailsDetailText {
    color: #587B7C !important;
    font-size: 12px;
    margin-bottom: 3px !important;
    display: block;
    float: left;
}

.ContactDetailsDetailText.BoldDetailText {
    clear: both;
    font-weight: bold;
    float: left;
    padding-right: 5px !important;
}

/*
    Helper Classes
*/
.LeftAlign {
    text-align: left;
}

.RightAlign {
    text-align: right;
}

/*
    qTip tooltip styling
*/

.TootTipText {
    margin-bottom: 5px;
    line-height: 1.5em;
}

.TootTipBoldText {
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 1.5em;
}

.clickable:hover {
    cursor: pointer;
}

/*
    Mobile Component theming
*/

.JOOBMobileActivityIndicator {
    display: block;
    width: 300px;
    text-align: center;
    margin: 30px auto;
}

#JOOBMobileRenderersBasicListLoadMore {
    text-align: center;
    margin-top: 15px;
    border-top: 1px solid #CCCCCC;
    padding-top: 10px;
}

#JOOBMobileRenderersBasicListLoadMore:hover {
    cursor: pointer;
    border-top: 2px solid #CCCCCC;
}

.JOOBMobileRenderersBasicList {
    padding: 0;
    margin: 0;
    list-style: none;
}

.JOOBMobileRenderersBasicList li {
    background-repeat: no-repeat;
    background-image: url('../images/listarrow.gif') !important;
}

.JOOBMobileRenderersBasicListItem {
    height: 20px;
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 4px;
    width: auto;
}

.JOOBMobileRenderersBasicListItem:hover {
    cursor: pointer;
    color: black;
    background-position: 10px 0;
}

.JOOBMobileRenderersBasicListItemImage {
    height: 32px;
    width: 32px;
    float: left;
    margin: 0 12px 0 0;
}

.JOOBMobileRenderersBasicListItemText {
    display: block;
    overflow: hidden;

}

/*
    Fund Balances
*/

.joob-disclaimer {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    clear: both;
}

/*
    TransactionHistory
*/

.TransactionListField {
    width: 85px;
    float: left;
    margin: 2px 0 0 0;
}

.TransactionListDateSelectionContainer {
    float: right;
    margin-top: -4px;
}

.TransactionListDateSelection {
    margin: 0 6px 0 0;
    float: left;
    padding-top: 4px;
    font-size: 13px;
}

#updateTransactionsButton {
    float: right;
    margin-top: -4px;
}

#transactionViewChunkNavigationContainer {
    width: 100%;
    height: 10px;
    margin-top: 10px;
}

.ui-datepicker-trigger {
    float: left;
    margin-right: 20px !important;
    margin-top: 6px !important;
    margin-left: 4px !important;
}

.transactionViewPreviousChunkLink {
    float: left;
}

.transactionViewNextChunkLink {
    float: right;
}

/*
    Login view
*/

.LoginButton {
    cursor: pointer;
    float: right;
    padding: 6px;
}

.SelfRegistrationLink {
    cursor: pointer;
    padding: 6px;
    font-size: 10pt;
    text-align: center;
    width: 100%;
    margin-top: 35px;
}

.ForgotPasswordLink {
    cursor: pointer;
    margin-top: 10px;
}

.LoginForm {
    width: 350px;
}

.LoginForm input {
    width: 200px;
    float: right;
}

.LoginForm span {
    width: 90px;
}

.LoginForm .JOOBMobileActivityIndicator {
    clear: both;
    margin-left: auto;
    margin-right: auto;
    width: 140px;
    margin-top: 60px;
}

.InitialLoginDisclaimer {
    float: left;
    margin-top: 30px !important;
    clear: both;
}

.userSetupInfo {
    margin: 30px 0;
}

#errorMessage {
    color: red;
    margin: 15px 0;
}

/*
    ClearView Login Form
*/

.ClearViewLoginDiv {
}

.ClearViewLoginOuterDiv {
    width: 551px;
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
}

.ClearViewLoginOuterDiv div:first-child {
    border: none;
}

.ClearViewLoginLeftDiv,
.ClearViewLoginRightDiv {
    width: 275px;
    float: left;
}

.ClearViewLoginRightDiv {
    border-left: 1px solid silver;
}

.ClearViewLoginUserDiv {
    padding: 10px;
}

.LoginFormExistingUserContent {
    margin-top: 20px;
    margin-left: 5px;
    margin-right: 5px;
    padding-bottom: 17px;
    width: 250px;
}

.LoginFormExistingUserContent label span {
    padding-right: 0;
}

/* New User and Existing User header Divs */
.LoginDialogHeading {
    color: #587B7C;
    font-size: 18px;
    border: 2px;
    padding: 5px 0 5px 5px;
    background-color: #efefef;
}

.LoginDialogHeading.LoginScreenHeader {
    margin: 3px 0 5px 0;
    /*float: left;*/
}

.LoginHelpButton {
    float: right;
    padding-right: 10px;
    min-height: 20px;
    min-width: 20px;
    margin-top: 8px;
}

.HelpNewUserLink {
    cursor: pointer;
    width: 20px;
    height: 20px;
    /*float: right;*/
}

.RightAlignedLoginTextBox {
    float: right;
    margin-bottom: 10px;
    font-size: 12px;
    min-width: 150px;
}

.ExistingUserDiv {
    text-align: center;
}

.ClearViewLoginFooter {
    clear: both;
}

/*
    Custom form activity indicator.
*/
.FormActivityIndicator {
    text-align: center;
}

/*
    ReCAPTCHA style.
*/
span#recaptcha_instructions_image {
    width: auto;
}

span#recaptcha_instructions_audio {
    width: auto;
}

div#recaptcha_area {
    margin: 0 auto 10px auto;
}

#captchaMessage {
    margin-top: 6px;
}

/*
    Left menu style.
*/
#sub-nav li.page {
    cursor: pointer;
}

div.recaptchaContainer {
    float: right;
}

DIV.glow-form TABLE.form-table TD.spannedcell {
    text-align: center;
    vertical-align: middle;
}

DIV.glow-form TABLE.form-table label.errorlabel {
    display: block;
}

.LoginFormNewUserDisclaimerText {
    padding-bottom: 10px;
}

.LoginControlsDiv {
    padding-top: 10px;
    clear: both;
}

/*
    MENU
*/

.JOOBMobileMenuControllerParentMenuItem {
    padding: 6px 30px 6px 10px;
    margin-left: 20px;
    font-weight: bold;
    border-bottom: 1px dotted #CCC;
    text-decoration: none;
    display: block;
    color: #7E7E7E;
}

.JOOBMobileMenuControllerParentMenuItem:hover, .JOOBMobileMenuControllerChildMenuItem:hover {
    color: black;
    cursor: pointer;
}

.JOOBMobileMenuControllerSelectedParentMenuItem {
    background: #E73E97;
    color: white;
}

.JOOBMobileMenuControllerChildMenuItem {
    margin-left: 30px;
    text-decoration: none;
    display: block;
    color: #7E7E7E;
    background: url(../images/sub_nav_arrow.gif) 0 8px no-repeat;
    font-weight: normal;
    padding: 6px 15px;
}

.JOOBMobileMenuControllerSelectedChildMenuItem {
    font-weight: bold;
    color: #333;
}

/* Breadcrumbs */
.JOOBMobileBreadCrumbControllerCrumbLink {
    cursor: pointer;
}

/* VeriSign Image */
.verisignTable {
    width: 135px;
    border: 0;
    position: absolute;
    bottom: 15px;
    right: 2px;
}

.verisignTable td {
    width: 135px;
}

.verisignTable td a {
    color: #000000;
    text-decoration: none;
    font: bold 7px verdana, sans-serif;
    letter-spacing: .5px;
    text-align: center;
    margin: 0;
    padding: 0;
}

#content-main.wide {
	width: 703px;
	padding: 25px 0 30px 0;
}

#content-main.wide p {
	margin: 0;
	padding: 0;
}