﻿body {
    padding-top: 0px;
    padding-bottom: 0px;
}

#inner {
  width: 50%;
  margin: 0 auto;
}

input[type="text"],
select,
textarea,
input[type="password"] {
    /*max-width: 280px;*/
    width: 120px;
    font-family: Arial,Helvetica;
}
/*Start*/
.Weblink:link, .Weblink:visited {
    color: #165267;
    padding: 1px 1px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    /*display: inline-block;*/
    /*border-style: ridge;*/
    /*border-width: thin;*/
    text-decoration: underline;
}

.Weblink:hover, .Weblink:active {
    background-color: #05a5a5;
    color: white;
}

.removeBorder {
    border-style:none;
}
/*End*/

input[type="file"] {
    max-width: 500px;
    width: 120px;
    font-family: Arial,Helvetica;
}

input[type="radio"] {
    width: 25px;
}

label, select {
    color: #165267;
    font-family: Arial,Helvetica;
    font-size: 10pt;
}

h1, h2, h3, h4, a, tr, span {
    color: #165267;
    font-family: Arial,Helvetica;
}

tr {
    font-size: 10pt;
}

span {
    font-size: 10pt;
}

a {
    font-size: 10pt;
}

select {
    font-size: 10pt;
    font-family: Arial,Helvetica;
}

smalltd {
    font-size: 8pt;
    font-family: Arial,Helvetica;
}

.LblMessage {
    color: #165267;
    font-size: medium;
    font-weight: bold;
    font-family: Arial,Helvetica;
}

.errorMessage {
    color: red;
    font-size: medium;
    font-weight: bold;
    font-family: Arial,Helvetica;
}

.errorMessageSmall {
    color: red;
    font-size: small;
    font-weight: bold;
    font-family: Arial,Helvetica;
}

.warningMessage {
    color: orange;
}

.hide {
    visibility: hidden;
}

.completeMessage {
    color: green;
    font-size: medium;
    font-weight: bold;
    font-family: Arial,Helvetica;
}


.smallHeader {
    color: orange !important;
    font-family: Arial,Helvetica !important;
    font-size: 10pt !important;
    display: inline-block !important;
}

@media print {
    @page {
        size: landscape;
    }

    .no-print, .no-print * {
        display: none !important;
    }
}

@media screen {
    .printOnly {
        display: none;
    }
}

.menu {
    margin: 2px 0 0 0px;
}

div.menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 10;
}

    div.menu ul li a, div.menu ul li a:visited {
        background-color: #05a5a5;
        border: 1px solid #778899;
        border-bottom-width: 0px;
        color: white;
        font-weight: bold;
        display: block;
        /*line-height: 1.35em;*/
        margin: 0;
        padding: 4px 10px;
        text-decoration: none;
        white-space: nowrap;
        /*height: 18px;*/
        font-size: 10pt;
    }

        div.menu ul li a:hover {
            background-color: #666666;
            color: White;
            text-decoration: none;
        }

        div.menu ul li a:active {
            background-color: #465c71;
            color: White;
            text-decoration: none;
        }

        div.menu ul li a.selected {
            background-color: #165267;
            border: 1px solid #778899;
            border-bottom-width: 0px;
            color: White;
            font-weight: bold;
            display: block;
            line-height: 1.35em;
            padding: 4px 10px;
            text-decoration: none;
            white-space: nowrap;
            height: 20px;
        }

.FloatRight {
    float: right;
}

.FloatCenter {
    text-align: center;
}

.FloatLeft {
    float: left;
}

.LVAlternateRowBackColour {
    background-color: #EFEFEF;
}

.LVHeaderRowBackColour {
    background-color: #E5E5FE;
}

.TA {
    scrollbar-base-color: #E5E5FE;
    overflow-y: scroll;
    overflow-x: hidden;
}

.footer {
    display: block;
    position: fixed;
    bottom: 10px;
    right: 10px;
}

.required:after {
    content: "*";
    color: red;
    vertical-align: top;
    padding-left: 3px;
}

a:hover {
    font-weight: bold;
}


h2 {
    margin: 8px 0px 8px 0px;
    font-size: 16pt !important;
}

.LblNote {
    color: green;
    font-size: smaller;
    font-family: Arial,Helvetica;
}

.LblText {
    color: #165267;
    font-size: small;
    font-family: Arial,Helvetica;
}

.button {
    background-color: #05a5a5; /* Green */
    border: none;
    color: white;
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;   
    cursor: pointer;
    border-radius:5px;
}

.TotalFooterRowStyle {
    float: right;
    /* background-color: #E5E5FE;*/
    font-weight: bold;
}

.noBorder {
    border-width:0px;
    border-style:none;
}