﻿/* layout */


.visuallyhidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

body {
    background-color: #fff;
    font-size: 10pt;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
    /*background: #fff;
    color: #000;
    font-family: "Arial";
    font-size: 10pt;
    margin: 0;
    padding: 0;*/
}

.page {
    background-color: #fff;
    margin-left: 0px;
    margin-right: 0px;
    /*border: 1px solid #496077;
    margin: 5px auto 0 auto;
    width: 740px;*/
}

.main {
    margin: 5px 3px 3px 3px;
    min-height: 720px;
    padding: 0px 5px;
}

.header {
    background: #4b6c9e;
    margin: 0px;
    padding: 0px;
    position: relative;
    width: 740px;
}

.footer {
    color: #4e5766;
    line-height: normal;
    margin: 0px auto;
    padding: 8px 0px 0px 0px;
    text-align: center;
    width: 740px;
}

p {
    margin: 5px 0px;
}

/* links */

a:link, a:visited { color: #034af3; }

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active { color: #034af3; }

/* headings */

h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-size: 1.6em;
    font-weight: 200;
    text-transform: none;
}

h1 {
    margin-bottom: 10px;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 { font-size: 1.2em; }

h4 { font-size: 1.1em; }

h5, h6 { font-size: 1em; }

/* tables */

table { margin-bottom: 15px }

    table > thead > tr > th,
    table > tbody > tr > th,
    table > tfoot > tr > th,
    table > thead > tr > td,
    table > tbody > tr > td,    
    table > tfoot > tr > td {
        padding: 4px;
    }

.table-center {
    margin-left: auto;
    margin-right: auto;
}

.table th {
    border: 1px solid #dddddd;
    line-height: 20px;
    padding: 8px;
    vertical-align: bottom;
}

.table th {
    font-weight: bold;
    padding: 6px;
}

.table td {
    border: 1px solid #dddddd;
    line-height: 20px;
    padding: 6px;
    text-align: left;
    vertical-align: middle;
}

.labelDisplay {
    font-size: 10pt;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

a.skippy {
    position: absolute;
    top: 200px;
    left: 200px;
    height: 1px;
    width: 1px;
    text-align: left;
    overflow: hidden;
    background-color: yellow;
}

.table .td { text-align: right; }

a.skippy:active, a.skippy:focus, a.skippy:hover {
    top: 0;
    left: 0;
    font-size: 1.2em;
    font-weight: 700;
    color: #fff;
    background-color: #075290;
    height: auto;
    overflow: auto;
    width: 99%;
    padding: 5px;
    z-index: 100;
    text-align: center;
}

/*.table .gridHeader {
    border-right: 0px;
    text-align: left;
    vertical-align: bottom;
}*/

.table .selectPayment { text-align: center; }

.table .lastColumn { text-align: right; }

/* forms */

fieldset {
    border: 1px solid #ccc;
    margin: 1em 0;
    padding: 1em;
}

fieldset p { margin: 2px 12px 10px 10px; }

fieldset.login label, fieldset.register label, fieldset.changePassword label { display: block; }

fieldset label.inline { display: inline; }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}


/* miscellaneous */

div.hideSkiplink {
    background-color: #3a4f63;
    width: 100%;
}

.labelDisplay {
    font-size: 10pt;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.clear { clear: both; }

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.bold { font-weight: bold; }

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.TextBox1 {
    display: block;
    /*width: 100%;*/
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 15px;
}

.TextBox2 {
    /* display: block; */
    /*width: 100%;*/
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 15px;
}

.btnmargin {
    margin-right: 10px; /* Applies 10px margin on all sides */
}