.TitleFont
{
    font-size: 14pt;
    color: #165ba0;
    font-family: Verdana;
    text-decoration: underline;
}

.ButtonsBig
{ 
    padding-top:2px;
    padding-bottom:2px;
    font-weight: normal;
    color: #165ba0;
    background-color: #b9cde2;	
    border-top: #ffffff 1px solid;
    border-left: #ffffff 1px solid;
    border-bottom: #000000 1px solid;
    border-right: #000000 1px solid;
    cursor: hand;
    margin: 1;
} 
.ButtonsSmall
{ 
    padding-top:2px;
    padding-bottom:2px;
    font-size: x-small;
    color: #165ba0;
    background-color: #b9cde2;	
    border-top: #ffffff 1px solid;
    border-left: #ffffff 1px solid;
    border-bottom: #000000 1px solid;
    border-right: #000000 1px solid;
    cursor: hand;
    margin: 1;
    height: 22px;
    vertical-align: middle;
} 
 .ButtonsNormal
{ 
    padding-top:0px;
    padding-left:0px;
    padding-bottom:0px;
    padding-right:0px;
    font-weight: normal;
    color: black;
    background-color: #b9cde2;	
    border-top: #ffffff 1px solid;
    border-left: #ffffff 1px solid;
    border-bottom: #000000 1px solid;
    border-right: #000000 1px solid;
    cursor: hand;
    margin: 1;
}
tr.methodSubTotal 
{
    background: #ddd;
} 
tr.methodSubTotal td
{
    font-weight: bold;
}
tr.channelSubTotal 
{
    background: #ddd;
} 
tr.channelSubTotal td
{
    font-weight: bold;
}
tr.feeTotal 
{
    background: #ddd;
} 
tr.feeTotal td
{
    font-weight: bold;
}
.required
{
    color: firebrick;
}
.notRequired
{
    color: #66FF00;
}
.panel
{
    border: solid 1px buttonshadow;
    margin-bottom: 10px;
}
.panel th.panelHeader
{
 background: url('/images/bgHeader.jpg') repeat-x left top;
  height: 25px;
  line-height: 25px;
  font-weight: bold;
  width: 100%;
  margin: 0px;
  padding: 0;
}
.panel th
{
    text-align: left;
}
.panel th.panelHeader .panelHeaderText
{
    padding-left: 10px;
}
.panel th.panelHeader .panelHeaderWarning
{
    font-size: 7pt;
    color: firebrick;
}
.panel th.panelHeader ul 
{
    position: absolute;
    top: 3px;
    right: 2px;
    padding:0;
    margin:0;
    color:#fff;
    font-family: arial, helvetica, sans-serif;
    white-space:nowrap;
    list-style-type:none;
}
.panel th.panelHeader ul  li 
{
    display:inline;
    padding-left: 5px;
}
.panel th.panelHeader ul  li a
{
    padding:0.2em 1em;
    text-decoration:none;
    float:left;
}

.panel .chevron {
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    height: 100%;
    text-indent: -999px;
    width: 25px;
}

.panel .down-chevron {
    background-image: url(/Apps/images/down-chevron.png);
}

.panel .up-chevron {
    background-image: url(/Apps/images/up-chevron.png);
}

.addPanel td
{
    border-left: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    padding: 4px;
}
.addPanel td td
{
    border-left: none;
    border-bottom: none;
}
#container
{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
#content
{
    text-align: left;
}
#main
{
    width: 80%;
    margin: 0 auto;
}
.contentPanel td
{
    padding: 4px;
    border-top: solid 1px #d3d3d3;
    border-right: solid 1px #d3d3d3;
    border-collapse: collapse;
}
.contentPanel td table td
{
    border: none;
}
.ajax__calendar table td {
    padding: 0;
}
.label
{
    text-align: right;
}
.data
{
    text-align: left;
}
.prompt, .dataPrompt
{
    line-height: 18px;
    vertical-align: middle;
}
.validLogin
{
    display: block;
    font-size: 14px;
    color: Green;
    margin-bottom: 5px;
    padding-left: 21px;
    height: 19px;
    background-image: url('..//images/success.jpg');
    background-position: left;
    background-repeat: no-repeat;
    line-height: 19px;
}
.invalidLogin
{
    display: block;
    font-size: 14px;
    color: Red;
    margin-bottom: 5px;
    padding-left: 35px;
    height: 30px;
    background-image: url('..//images/error.jpg');
    background-position: left;
    background-repeat: no-repeat;
    line-height: 30px;
}
.errormessage
{
    display: block;
    color: #B22222;
    font-weight: bold;
    font-size: 14px;
}
.warningmessage {
    display: block;
    color: orange;
    font-weight: bold;
    font-size: 14px;
}
.validationSummary h4
{
    font-size: 14px;
}
.validationSummary
{
    display: block;
    color: #B22222;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
}

.validationErrors
{
    display: block;
    font-size: 11px;
    color: Red;
    margin-bottom: 5px;
    padding-left: 35px;
    
    background-image: url('..//images/error.jpg');
    background-position: left top;
    background-repeat: no-repeat;
    
}
.adminError
{
    color: Red;
    font-weight: bold;
    font-size: 14px;
}
.selectedNavItem
{
     background-color: #778899; 
     color: #fff;
}
.subnavigation
{
    margin-bottom: 20px;
}
.feelabel
{
    font-style: italic;
    font-weight: bold;
    color: #035096;
}
#confirmationText
{
    font-size: 10px;
    line-height: 12px;
    padding: 5px;
}
#termsAndConditions
{
    font-size: 10px;
    line-height: 12px;
    height: 150px;
    padding: 5px;
    background-color: #dadada;
    overflow: auto;
}
.caption
{
    font-size: 10px;
    line-height: 12px;
    clear: left;
    display: block;
    text-align: left;
}
.billerProfileGrid
{
    margin: 2px;
    border: solid 2px #fff;
}
.billerProfileGrid th
{
    font-weight: bold;
    line-height: 17px;
    height: 17px;
    background-color: #cccccc;
}
.tButtonColor, a.tButtonColor
{
    padding: 4px;
    margin: 0px 4px;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
.wide-button
{
    width: 60pt;
}
    body
    {
        font-size: 62.5%;
    }
    .modalForm label
    {
        display: block;
    }
    .modalForm input.text
    {
        margin-bottom: 6px;
        width: 95%;
        padding: .4em;
    }
    .modalForm select.text
    {
        margin-bottom: 6px;
        width: 95%;
        padding: .4em;
    }
    .modalForm fieldset
    {
        padding: 0;
        border: 0;
        margin-top: 10px;
    }
    .modalForm h1
    {
        font-size: 1.2em;
        margin: .6em 0;
    }
    .ui-button
    {
        outline: 0;
        margin: 0;
        padding: .4em 1em .5em;
        text-decoration: none; !important;cursor:pointer;position:relative;text-align:center;
     }
    .ui-dialog .ui-state-highlight, .ui-dialog .ui-state-error
    {
        padding: .3em;
    }
.ui-widget-header 
{ 
    border: none!important; 
}
.ui-state-error p
{
    font-size: 14px;
}

div.MenuBox {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}
ul.MainMenu {
    display: inline-block;
    width: 295px;
    vertical-align: top;
    text-align: left;
}
ul.MainMenu,
ul.MainMenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.MainMenu li.MenuGroup {
    background: whitesmoke;
    display: block;
    vertical-align: top;
    margin: 10px;
    width: 280px;
}

ul.MainMenu li.MenuGroup ul {
    padding: 5px 0;
}

ul.MainMenu li.MenuGroup ul li {
    padding: 2px 5px;
}

ul.MainMenu a {
    font-size: 8pt;
    text-decoration: none;
}        

ul.MainMenu li.MenuGroup span {
    background: #CBCBCB;
    color: black;
    display: block;
    font-size: 10pt;
    padding: 3px 0;
    text-align: center;
}

.question-mark {
    cursor: pointer;
    color: red;
    font-weight: bold;
}

.modal-popup {
    cursor: pointer;
    color: #003399;
    font-weight: normal;
    text-decoration: underline;
}

.paper-suppression-font {
    color: red;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
}

.group-bar {
    height: 25px;
    padding: 00px 20px 0px 10px;       
    border: 1px solid #d4d4d4;   
    font-weight: bold;
    width: 100%;  
    background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
    background-repeat: repeat-x; 
    line-height: 25px;
}

.disclaimer {
    font-style:italic;
    color: gray;
    padding-left: 20px;
    padding-top: 5px;
}

.nowrap {
  white-space: nowrap;
}

.tab-panel .tab-panel-body {
    border: 1px black solid;
}

.tab-panel .tabs {
    width: 100%;
}

.tab-panel .tabs .tab {
   border: 1px black dotted;
   padding: 1em;
}

.tab-panel .tabs .tab:hover {
   cursor: pointer;
}

.tab-panel .tabs .tab.active {
    background-color: #f2f9fb;
}

.tab-panel .tab-content {
    padding: 1em;
}

.setup-button {
        min-width: 170px;
    }