﻿.mybutton {
    display: inline-block;
    border-radius: 6px;
    background-color: darkgray; /* #e72125*/
    border: none;
    color: #000000;
    text-align: center;
    font-size: medium;
    padding: 15px;
    width: auto;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
    font-family: myFontRegular;
}

.center_align {
    text-align: center;
}

.mybutton:hover {
    background-color: darkgray; /* #ac1215*/
}

.mypagetitle {
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
    text-align: left;
    width: auto;
    color: Black;
    font-family: myFontRegular;
}

.myfailuremessage {
    font-size: 1.2em;
    color: Red;
}

.mylogintitle {
    color: #000000;
    font-size: 24px;
    text-decoration: none;
}

.mytabletext {
    font-family: myFontRegular;
    font-size: 1.1em;
    text-align: right;
    width: auto;
    color: Black;
}
/* Frame Only*/
.myTableFrame {
    background-color: #FFFFFF;
    border-color: #e72125;
    border: 0px none;
    padding: 10px 10px 10px 10px;
    border-radius: 6px;
    display: inline-table;
}

a.mylinkbutton:link {
    font-family: myFontRegular;
    font-size: 1.2em;
    color: blue;
    text-decoration: none;
}

a.mylinkbutton:hover:link {
    font-family: myFontRegular;
    color: blue;
    font-size: 1.2em;
    text-decoration: underline;
}

a.mytitlelinkbutton:hover:link {
    font-family: myFontRegular;
    color: blue;
    font-size: 1.6em;
    text-decoration: underline;
}

a.mytitlelinkbutton:link {
    font-family: myFontRegular;
    font-size: 1.6em;
    color: blue;
    text-decoration: none;
}

a.myTopLineLinkButton:link {
    font-family: myFontRegular;
    font-size: 1.5em;
    color: #000000;
    text-decoration: none;
    margin: 15px;
}

a.myTopLineLinkButton:hover:link {
    font-family: myFontRegular;
    color: #000000;
    font-size: 1.5em;
    text-decoration: underline;
    margin: 15px;
}

.mytitlefont {
    font-family: myFontRegular;
    font-size: 14px;
}

/* END Frame Only*/
/*   Grid */
.myGrid {
    width: 100%;
    border: 0px none;
    border-color: #e72125;
    background-color: lightgray; /* #e72125*/
    border-collapse: collapse;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
    font-family: myFontRegular;
    font-size: 14px;
}

    /* CSS to change the GridLines color */
    .myGrid th, .myGrid td {
        border: 1px solid lightgray;
    }

    .myGrid tr:hover {
        background-color: #fcfbaf;
        color: black;
    }

.div_myGrid {
    background-color: lightgray; /* #e72125*/
    border-color: lightgray;
    border: 0px none;
    padding: 4px 4px 4px 4px;
    border-radius: 6px;
}

.myGridButton {
    display: inline-block;
    border-radius: 6px;
    background-color: darkgray; /* #e72125*/
    border: none;
    color: #000000;
    text-align: center;
    font-size: medium;
    padding: 15px;
    width: auto;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
    font-family: inherit;
}

    .myGridButton:disabled {
        display: inline-block;
        border-radius: 6px;
        background-color: grey;
        border: none;
        color: #000000;
        text-align: center;
        font-size: 14px;
        padding: 15px;
        width: auto;
        transition: all 0.5s;
        cursor: pointer;
        margin: 5px;
    }

.myGridAlternatingRowStyle {
    background-color: #faf7da;
    color: Black;
}



/*.myGridEditRowStyle 
{
}
.myGridEmptyDataRowStyle 
{
}
.myGridFooterStyle 
{
}
*/
.myGridHeaderStyle {
    background-color: lightgray; /* #e72125*/
    color: #000000;
    font-weight: bold;
    border-color: #e72125;
}
/*.myGridPagerStyle -- Leave Blank --
{
}*/
.myGridRowStyle {
    background-color: white;
    color: Black;
}
/*.myGridSelectedRowStyle 
{
}
.myGridSortedAscendingCellStyle 
{
}
.myGridSortedDescendingCellStyle 
{
}

*/




.rTableHeading {
    display: table-header-group;
    background-color: #ddd;
}

.rTableHead {
    font-family: arial;
    color: #ffffff;
    display: table-cell;
    padding: 3px 10px;
    border: 1px solid #999999;
}

.rTableHeading {
    display: table-header-group;
    background-color: #ddd;
    font-weight: bold;
}

label {
    font-family: myFontRegular;
}

.myTopLabel {
    font-family: myFontRegular;
    font-size: 1.5em;
    color: #000000;
}

table {
    font-family: myFontRegular;
}

.txtbox {
    border-radius: 8px;
    border-color: lightgray;
    border-width: thin;
    box-shadow: none;
    padding-left: 6px;
    font-family: myFontRegular;
    outline: none;
}

.dropdown {
    border-radius: 8px;
    border-color: lightgray;
    border-width: thin;
    font-size: 16px;
    font-weight: bold;
    padding-left: 6px;
    outline: none;
    font-family: myFontRegular;
}

.myGridLinkButton {
    display: inline-block;
    color: #FFFFFF;
    text-align: center;
    font-size: inherit;
    width: auto;
    transition: all 0.5s;
    cursor: pointer;
    margin: 1px;
    font-family: myFontRegular;
}

.radioClass {
    font-size: 1.2em;
    font-family: myFontRegular;
}

.checkboxClass {
    font-size: 1.2em;
    font-family: myFontRegular;
}

.pageTopHeaderCaption {
    font-size: 36px;
    font-weight: bold;
    font-family: myFontRegular;
    color: #000000;
}

.pageTopHeaderCaptionSmall {
    font-size: 18px;
    font-family: myFontRegular;
    font-weight: bold;
    color: #000000;
}
