﻿.loadingDisable
{
}
.boundingBox
{
    border: 1px solid #CCCCCC;
    padding: 10px;
}
.formLabel
{
    float: left;
    width: 35%;
    text-align: right;
    margin: 0 .5em 0 0;
}
.formLabel label
{
    clear: left;
    float: right;
    cursor: pointer;
    margin-right: .5em;
    text-align: right;
}
.boldText
{
    font-weight: bold;
}
.errorHighlight
{
    background-color: mistyrose;
}
.sectionHeader
{
    width: 100%;
    border-bottom: 1px solid #000;
    font-weight: bold;
    font-size: 110%;
    margin-top: 12px;
    margin-bottom: 10px;
}
.infoTextSideLink
{
    margin-top: -20px;
    float: right;
    font-size: 90%;
    font-weight: normal;
}
.ui-button .ui-button-text
{
    line-height: inherit;
    display: inherit;
}

.a:link
{
    color: #24578E;
}

.pagerPageText
{
    font-weight: bold;
}

.LoginContainer
{
    width: 800px;
    margin: 0 auto;
    float: left;
}
.LoginFields
{
    width: 300px;
    margin: 0 0 0 30px auto;
    float: left;
}
.ErrorContainer
{
    width: 500px;
    float: right;
    text-align: left;
}

.GuardianFields
{
    width: 400px;
    margin: 0 auto;
}
.formLabel
{
    font-weight: bold;
}
.PaymentLabel
{
    float: left;
}
.PaymentAmount
{
    width: 380px;
    float: right;
}
.PaymentOptions
{
    margin-top: -0.3em;
    float: right;
}
.Continue
{
    float: right;
}
.popupWindow {border: solid 1px black; padding: 10px; background-color: #FFFFCC; width: 300px; text-align:center; z-index:1 }


a:link.ui-button, a:visited.ui-button
{
    color: White;
}

a:hover.ui-button
{
    color: Black;
}

.ui-jqgrid-title
{
    font-size:1.25em;
}

.ui-jqgrid .ui-jqgrid-title
{
    margin: 5px 0 5px 5px !important;
}

.ui-jqgrid
{
    margin-bottom: 15px !important;
}

.CaptionTD span 
{
    display: block;
    text-align: right;
}

.DataTD input, .DataTD select
{
    width: 90%;
}

.nicJQFormLabelShort span
{
    display: inline;
}