﻿Body
{
    background-color: #FAFBFD;
    margin-top: 0px;
}

th a
{
    text-decoration: none;
}

th a:hover
{
    text-decoration: underline;
    -moz-text-decoration: none;
}

.BlueBackground
{
    background-color: #CBD5E4;
}

.BlueForeground
{
    color: #003366;
}


.RoundedCorner
{
    -moz-border-radius: 15px;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    border-radius: 15px;
    background-color: #CBD5E4;
}

h1
{
    color: #000066;
}

.hr
{
    border-color: #FFF;
    border-width: 1px;
}

img
{
    border: 0;
}

.uppercase
{
    text-transform: uppercase;
}


.uppercaseText
{
    text-transform: uppercase;
    border-style: solid;
    border-color: White;
    border-width: 1px;
}

.ThinSolidBorder
{
    border-style: solid;
    border-color: #CBD5E4;
    border-width: 1px;
}


.mycheckBig
{
    width: 25px;
    height: 25px;
}

.popupControl
{
    background-color: White;
    visibility: hidden;
}

.PatronHQSearch
{
    -moz-border-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-radius: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    border: 1px solid #9A9595;
    background-color: #CBD5E4;
}
.BookSection
{
    -moz-border-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    border: 1px solid #9A9595;
    background-color: #CBD5E4;
}

.accordianHeader
{
    -moz-border-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-radius: 5px;
    border: 1px solid #9A9595;
    color: white;
    background-color: #F8F3C7;
    padding: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 2px;
    cursor: pointer;
}

.accordianContent
{
    background-color: White;
    padding: 5px;
    margin-top: 5px;
}

.accordianContent2
{
    background-color: White;
    padding: 5px;
    margin-top: -5px;
}

.SignIn:hover
{
    color: Gray;
}

.PatronsLabel
{
    display: inline-block;
    width: 100px;
}
.PatronsLabel1
{
    display: inline-block;
    width: 65px;
}
.PatronsLabel2
{
    display: inline-block;
    width: 135px;
}
.PatronsLabel3
{
    display: inline-block;
    width: 170px;
}
.PatronsLabel4
{
    display: inline-block;
    width: 105px;
}

.PatronsTextBox
{
    margin-bottom: 5px;
    border-style: none;
    height: 18px;
    text-transform: uppercase;
}

.PatronsTextBox2
{
    margin-bottom: 5px;
    border-style: none;
    height: 18px;
}

.FieldTitles
{
    margin-right: 5px;
}

.FieldTitlesLeft
{
    margin-left: 5px;
    margin-right: 5px;
    text-align: left;
}

.FieldTitlesLeft20
{
    margin-left: 20px;
    margin-right: 5px;
    text-align: left;
}

.DemoCheckBoxes
{
    margin-left: 25px;
}

.NandAddCheckBoxes
{
    margin-left: 55px;
}

.MainMenu
{
    padding-top: 6px;
    padding-bottom: 2px;
    background: url(../Images/IE/master_menu.gif) no-repeat;
}

.HelpButton
{
    color: #FAFBFD;
    background-color: Transparent;
    border-style: none;
}

/************************************/
/***   Registration Grid Styles   ***/
/************************************/
.Registration
{
    color: #06041A;
    background-color: #CBD5E4;
    font-family: Times New Roman,Tahoma;
    font-weight: normal;
    text-align: center;
}
.Registration th
{
    border-bottom-style: double;
    border-bottom-width: 1px;
    border-bottom-color: #FFF;
    color: #06041A;
    background-color: #CBD5E4;
    font-family: Times New Roman,Tahoma;
    font-weight: normal;
    text-align: center;
}

.Registration tr
{
    border-style: solid;
    border-width: 1px;
    border-color: White;
}

.Registration td
{
    padding: 4px;
}

.Registration a:link
{
    color: #06041A;
}
.Registration tr:hover
{
    background-color: #F2E8DA;
}

.EmptyGrid tr:hover
{
    background-color: #F2E8DA;
}


.Square_Box
{
    border-radius: 00px;
    -moz-border-radius: 010px;
    -webkit-border-radius: 00px;
    border-style: solid;
    border-width: 1px;
    border-color: Gray;
    background-color: #F8EDAA;
    padding: 5px;
}


.Rounded_Box
{
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: Gray;
    background-color: #F8EDAA;
    padding: 5px;
}
.Rounded_Box:hover
{
}


.Rounded_Box2
{
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    border-color: Gray;
    background-color: #D9E5EC;
    padding: 5px;
}


.Rounded_Box3
{
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    border-color: Gray;
    padding-left: 5px;
}

.Rounded_Box_Blue
{
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    border-color: Gray;
    background-color: #CBD5E4;
    padding: 5px;
}
.Rounded_App5B
{
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: Gray;
    background-color: #D9E5EC;
    padding: 5px;
    margin-bottom: 7px;
}
.Rounded_App5
{
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: Gray;
    background-color: #F8EDAA;
    padding: 5px;
    margin-bottom: 7px;
}

.Rounded_App
{
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: Gray;
    background-color: #F8EDAA;
    padding: 5px;
    margin-bottom: 7px;
}

.Rounded_App5:hover
{
    border-color: Black;
    background-color: #F8F3C7;
    background-color: #FFF;
}

.Rounded_App:hover
{
    border-color: Black;
    background-color: #F8F3C7;
}

.Reg_A
{
    background-color: Transparent;
    border-style: none;
    font-size: 18px;
    color: #000;
    text-decoration: none;
    font-family: Times New Roman, Georgia, Tahoma, Arial;
    margin-left: 0px;
    padding: 5px;
}

.Reg_B
{
    background-color: Transparent;
    border-style: none;
    font-size: 15px;
    color: #000;
    text-decoration: none;
    font-family: Times New Roman, Georgia, Tahoma, Arial;
    margin-left: 3px;
    margin-top: 8px;
}

.ReviewRow tr:hover
{
    background-color: Blue;
}



/************************************/
/***   Copies Grid Styles         ***/
/************************************/
.Copies
{
    background-color: Transparent;
    font-family: Times New Roman,Tahoma;
    font-weight: normal;
    text-align: center;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-radius: 10px;
    margin-top: 10px;
}
.Copies th
{
    border-top-style: none;
    border-bottom-style: double;
    border-bottom-width: 1px;
    border-bottom-color: #FFF;
    color: #06041A;
    font-family: Times New Roman,Tahoma;
    font-weight: normal;
    text-align: center;
}

.Copies tr
{
    background-color: Transparent;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: White;
    border-bottom-style: none;
}
.Copies tr:hover
{
    background-color: #F2E8DA;
}
.Copies td
{
    padding: 4px;
}

.Copies a:link, a:visited
{
    color: #06041A;
}

.MC-TH
{
    font-size: 16px;
    text-decoration: underline;
}
.MC-TD
{
    font-size: 14px;
    text-align: center;
}
.MCCB-TD
{
    margin-left: 50px;
}

.AS-TD1
{
    font-size: 14px;
    text-align: left;
    width: 75px;
}
.AS-TD2
{
    font-size: 14px;
    text-align: left;
}
.AS-TH1
{
    font-size: 16px;
    text-align: left;
    text-decoration: underline;
}
.AS-TH2
{
    font-size: 16px;
    text-align: center;
    text-decoration: underline;
}

.parenthesis
{
    font-size: 12px;
    width: 20px;
    padding-left: 1px;
}

.custom-tooltip
{
    font-size: 10px;
}

.ajaxCalendar .ajax__calendar_container
{
    padding: 5px;
    position: absolute;
    cursor: default;
    width: 175px;
    height: 180px;
    font-size: 14px;
    text-align: center;
    font-family: tahoma,verdana,helvetica;
    background-color: white;
    border: 1px solid #646464;
}
.ajaxCalendar .ajax__calendar_container td
{
    padding: 1px;
}
.ajaxCalendar .ajax__calendar_other .ajax__calendar_day, .ajaxCalendar .ajax__calendar_other .ajax__calendar_year
{
    display: none !important;
}
.ajax__calendar_active
{
    color: Red;
}



/**************************************/
/***   Machines Grid Styles         ***/
/****************8*********************/
.Machines
{
    background-color: Transparent;
    font-family: Times New Roman,Tahoma;
    font-weight: normal;
    text-align: center;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-radius: 10px;
    margin-top: 10px;
}
.Machines th
{
    border-top-style: none;
    border-bottom-style: double;
    border-bottom-width: 1px;
    border-bottom-color: #FFF;
    color: #06041A;
    font-family: Times New Roman,Tahoma;
    font-weight: normal;
    text-align: left;
}

.Machines tr
{
    background-color: Transparent;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: White;
    border-bottom-style: none;
    text-align: left;

}
.Machines tr:hover
{
    background-color: #F2E8DA;
}
.Machines td
{
    padding-top: 4px;
    padding-bottom: 4px;
}

.Machines a:link, a:visited
{
    color: #06041A;
}

