﻿html
{
    margin: 0 0 0 0;
    overflow-x: hidden;
}
body
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background-color: white;
    font-family: Arial;
    font-size: 10pt;
    height: 100%;
}
.menuFilter
{
    display: block;
    margin-top: 3px;
    margin-bottom: -13px;
    color: black;
}
.displayFilter
{
    display: block;
    margin-top: 3px;
    margin-bottom: 7px;
}
body.dialog {
    margin-bottom: 0;
    margin-right: 0;
    background-color: #eeeeee;
    overflow: scroll;
}
img.imageButton
{
    cursor: pointer;
}
select.smallDropdown
{
    font-size: 8pt;
}
table.pageLayout
{
    height: 100%;
    width: 100%;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
table.displayLayout
{
    height: 100%;
    width: 100%;
}
table.transactionList
{
    width: 98%;
    margin-top: 15px;
    border: solid 1px black;
    font-size: 8pt;
}
table.carRates
{
    font-size: 8pt;
}
div.carRates
{
    font-size: 8pt;
    width: 140px;
    margin-top: 200px;
    margin-left: 5px;
}
div.pageTitle
{
    font-size: 14pt;
    font-weight: bold;
    color: #a5a2a5;
}
div.titleNotes
{
    font-size: 10px;
    margin-bottom: 20px;
    margin-top: 5px;
}
div.titleNotesRedBold
{
    font-size: 10px;
    margin-bottom: 20px;
    margin-top: 5px;
    font-weight:bold;
    color:Red;
}
div.MessageRedBold
{
    font-size: 12px;
    margin-bottom: 20px;
    margin-top: 5px;
    font-weight:bold;
    color:Red;
}
div.dialogTitle
{
    font-size: 12pt;
    font-style: italic;
    font-weight: bold;
    position: relative;
    left: 155px;
    top: -30px;
    height:20px;
    overflow:hidden;
}
div.mainSection
{
    margin-left: 10px;
    padding-right: 10px;
    width: 100%;
    vertical-align: top;
}
div.errorMessage
{
    text-align: center;
    margin-top: 50px;
    font-size: 10pt;
    font-family: Arial;
}
div.recordCount
{
    margin-top: 10px;
    font-size: 10pt;
    font-weight: bold;
}
img.smallCalendar
{
    cursor: pointer;
    margin-bottom: 4px;
}
img.smallCalendar2
{
    cursor: pointer;
    margin-left: 4px;
}
div.inputSection
{
    font-size: 8pt;
    margin-bottom: 20px;
}
div.inputSectionLabel
{
    font-weight: bold;
    font-size: 10pt;
    border-bottom: 1px dashed gray;
    margin-bottom: 10px;
}
div.fieldLabel
{
    width: 100px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 8px;
}
div.lineText 
{
    font-size: 8pt;    
    margin-bottom: 8px;
}
input.radio
{
    vertical-align: middle;
    display: inline-block;
    margin-right: 2px;
}
div.radio
{
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
}
div.reportSelectionLabel
{
    width: 180px;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
}
div.reportSelectionField
{
    display: inline-block;
    vertical-align: middle;
}
.formField
{
    display: block;
    margin-bottom: 5px;
}
div.loading
{
    position: absolute;
    display: none;
    left: 10px;
    top: 10px;
    padding: 5px;
    border: 1px solid black;
    font-weight: bold;
}
.mainMenuDropdownHeader
{
    font-size: 8pt;
    font-weight: bold;
}
.mainMenuDropdown
{
    display: inline-block;
    width: 150px;
    margin-right: 25px;
    font-size: 8pt;
    z-index: 0;
}
.mainMenuDisplay
{
    color: black;
    width: 175px;
    font-weight: bold;
    font-size: 10pt;
    margin: 1px 0 1px 0;
    z-index: 0;
}
div.performanceReport
{
    font-weight: bold;
    font-size: 7pt;
    margin-top: 10px;
}
table
{
    margin: 0 0 0 0;
    font-family: Arial;
    font-size: 10pt;
}
table.countBox
{
    border: 2px solid;
    border-color: black;
    width: 200px;
}
table.userPanel
{
    margin-right: 10px;
    font-size: 10pt;
}
table.report
{
    font-family: Arial;
    font-size: 8pt;
}
th
{
    border-bottom: 1px solid black;
}
td.endCell
{
    border-right: 1px solid;
}
tr.light
{
    background-color: white;
}
tr.dark
{
    background-color: #fff4b3;
}
tr.darkMouseover
{
    background-color: #ffe493;
}
tr.locationDisplay
{
    border-bottom: 1px dashed black;
}
tr.topBarHeader
{
    background-color: #ffdd00;
}
td.location
{
    font-size: 8pt;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: left;
}
td.countBoxCell
{
    background-color: #dcdcdc;
    font-weight: bold;
    font-size: 8pt;
}
td.noteLabel
{
    font-weight: bold;
}
td.topMargin
{
    height: 45px;
}
td.bottomMargin
{
    height: 45px;
}
td.sideBar
{
    width: 145px;
    vertical-align: top;
    background-color: #ffdd00;
}
td.mainDisplay
{
    width: auto;
    vertical-align: top;
}
td.mandatoryFields
{
    vertical-align: top;
    background-color: #ffe493;
    width: 50%;
    border-top: 2px solid black;
    border-left: 2px solid black;
}
td.optionalFields
{
    vertical-align: top;
    background-color: white;
    width: 50%;
    border-top: 2px solid black;
    border-left: 2px solid black;
    border-right: 2px solid black;
}
.borderedTable
{
    border: 2px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}
.borderedCell
{
    border-bottom: 1px solid black;
    border-right: 1px solid black;
}
A:link
{
    color: #000000;
    text-decoration: none;
}
A:visited
{
    color: #000000;
    text-decoration: none;
}
A:hover
{
    color: #000000;
    text-decoration: underline;
}
A.r:link
{
    color: #000000;
    text-decoration: underline;
}
A.r:visited
{
    color: #000000;
    text-decoration: underline;
}
A.r:hover
{
    color: #000000;
    text-decoration: none;
}
A.s:link
{
    color: #0000ff;
    text-decoration: underline;
}
A.s:visited
{
    color: #0000ff;
    text-decoration: underline;
}
A.s:hover
{
    color: #0000ff;
    text-decoration: none;
}

.VertAlign
{
    vertical-align:top;    
}
/*

Commented out to maintain consistency of UI style because 
selects, radios, and checkboxes cannot be styled this way

input.shadowBox
{
    background-image: url("/HIRS_Universal/images/box_shadow.gif");
    background-position: no-repeat;
    background-attachment: fixed;
    display: inline-block;
    border: solid 1px gray;
}
textarea.shadowBox
{
    background-image: url("/HIRS_Universal/images/box_shadow.gif");
    background-position: no-repeat;
    background-attachment: fixed;
    display: inline-block;
    border: solid 1px gray;
}
input.flatButton
{
    border: solid 1px Black;
}
 _______________________   */
 

 
