﻿body
{
    /*background-color: #de6b00;*/
    background-color: #88ABC7;
}

.MainTableTop
{
    width: 762px;
    border: solid 1px #555555;
    border-collapse: collapse;
    background-color: #FFFFFF;
}

.MainTableBottom
{
    width: 762px;
    border-collapse: collapse;
    color: #FFFFFF;
}

.MainTableHeaderTop
{
    background-image: url(../images/MCT_Header.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    height: 100px;
}

.MainTableHeaderBottom
{
    background-image: url(../images/HeaderLogoBottom.gif);
    background-position: left top;
    background-repeat: repeat-x;
    height: 14px;
}

.MainTableFooter
{
    font-family: Verdana;
    text-align: center;
    font-size: 0.7em;
    font-weight: bold;
    font-family: Georgia, Verdana;
    color: #BDB76B;
    color: #CDDBE7;
}

.ReportsTable
{
    border-collapse: collapse;
    border: solid 1px #000000;
    border-collapse: collapse;
}

.SignupTable
{
    width: 200px;
    background-color: #F8F8F8;
    border-collapse: collapse;
}

.ForgotYourPasswordTable
{
    background-color: #F8F8F8;
    border-collapse: collapse;
}

.LoginTable
{
    width: 200px;
    background-color: #F8F8F8;
    border-collapse: collapse;
}

.RegistrationCompleteTable
{
    background-color: #F8F8F8;
    border-collapse: collapse;
}

.PasswordResetCompleteTable
{
    background-color: #F8F8F8;
    border-collapse: collapse;
}

.ErrorTable
{
    background-color: #F8F8F8;
    border-collapse: collapse;
}

.WelcomeSectionTable
{
    width: 100%;
}

.NavigationTable
{
    width: 100%;
    border-collapse: collapse;
}

.DataDisplayTable
{
    width: 100%;
}

.EntryFieldsTable
{
    border: solid 1px #777777;
    background-color: #F8F8F8;
    border-collapse: collapse;
    font-size: 0.8em;
}

.TableTopLeftCorner
{
    width: 4px;
    height: 4px;
    background-image: url(../images/corner_top_left.gif);
    background-position: left top;
    background-repeat: no-repeat;
}

.TableTopCenter
{
    border-top: solid 1px #b3b3b3;
}

.TableTopRightCorner
{
    width: 4px;
    height: 4px;
    background-image: url(../images/corner_top_right.gif);
    background-position: right top;
    background-repeat: no-repeat;
}

.TableLeftCenter
{
    border-left: solid 1px #b3b3b3;
}

.TableRightCenter
{
    border-right: solid 1px #b3b3b3;
}

.TableBottomLeftCorner
{
    width: 4px;
    height: 4px;
    background-image: url(../images/corner_bottom_left.gif);
    background-position: left bottom;
    background-repeat: no-repeat;
}

.TableBottomCenter
{
    border-bottom: solid 1px #b3b3b3;
}

.TableBottomRightCorner
{
    width: 4px;
    height: 4px;
    background-image: url(../images/corner_bottom_right.gif);
    background-position: right bottom;
    background-repeat: no-repeat;
}

.ReportCriteriaTable
{
    width: 100%;
    border-collapse: collapse;
}

.ReportReportTable
{
    width: 100%;
    border-collapse: collapse;
}

.GridHeaderStyle
{
    background-image: url(../images/GridHeaderBackground.gif);
    background-position: left top;
    background-repeat: repeat-x;
}

.MainTableHeaderWrap
{
    border: solid 1px #88ABC7;
}

/*************/
/** Links   **/

a:link
{
    text-decoration: none;
    font-weight: bold;
    color: #4A7AA0;
}
a:visited
{
    text-decoration: none;
    font-weight: bold;
    color: #4A7AA0;
}
a:active
{
    text-decoration: none;
    font-weight: bold;
    color: #FF0000;
}
a:hover
{
    text-decoration: none;
    font-weight: bold;
    color: #d7d19d;
}


.Title
{
    font-family: Times, TimesNewRoman, sans-serif;
    font-size: 1.25em;
    font-weight: bold; /**color: #993333; **/
    color: #A0494F;
}

.TitleMain
{
    font-family: Times, TimesNewRoman, sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    color: #993333;
}

.TitleReports
{
    font-family: Microsoft Sans Serif, Times, TimesNewRoman, sans-serif;
    font-size: 1.25em;
    font-weight: bold;
    color: #49929A;
}

.TitleReportsSmall
{
    font-family: Microsoft Sans Serif, Times, TimesNewRoman, sans-serif;
    font-size: 1.0em;
    font-weight: bold;
    color: #A0494F;
}

.HeaderTitle
{
    font-family: Times, TimesNewRoman, sans-serif;
    font-size: 1.0em;
    font-weight: bold;
    color: #993333;
}

.ReportLegend1
{
    font-size: 0.8em;
    font-weight: bold;
    background-color: #CFCFCF;
    text-align: center;
}

.ReportLegend2
{
    font-size: 0.8em;
    font-weight: bold;
    background-color: #B6D0D6;
    text-align: center;
}

.ReportLegend3
{
    font-size: 0.8em;
    font-weight: bold;
    background-color: #D6B6D0;
    text-align: center;
}

.WelcomeMessage
{
    font-family: Times, TimesNewRoman, sans-serif;
    font-size: 1em;
    font-weight: bold;
    color: #a3973c;
}

.ReportLabel
{
    text-align: right;
}

.Button
{
    background-color: #888888;
    color: #FFFFFF;
    border-color: #5f5f5f;
    border-style: ridge;
    border-width: 1px;
}

.CurrentPageLinkButton
{
    font-weight: bold;
    color: #FF0000;
}

.GridViewGeneral
{
    border: solid 1px #777777;
    border-collapse: collapse;
}

.GridViewLinks
{
    font-weight: normal;
}
.GridViewLinks a:link
{
    text-decoration: none;
    font-weight: bold;
    color: #4a799c;
}
.GridViewLinks a:visited
{
    text-decoration: none;
    font-weight: bold;
    color: #4a799c;
}
.GridViewLinks a:active
{
    text-decoration: none;
    font-weight: bold;
    color: #FF0000;
}
.GridViewLinks a:hover
{
    text-decoration: none;
    font-weight: bold;
    color: #993333;
}

.DataGridHeader
{
    font-size: 0.8em;
    font-weight: bold;
}

.DataGridItem
{
    font-size: 0.8em;
}

.Calendar .ajax__calendar_container
{
    border: 1px solid #646464;
    background-color: #FFF8DC;
    color: red;
}
.Calendar .ajax__calendar_other .ajax__calendar_day, .Calendar .ajax__calendar_other .ajax__calendar_year
{
    color: black;
}
.Calendar .ajax__calendar_hover .ajax__calendar_day, .Calendar .ajax__calendar_hover .ajax__calendar_month, .Calendar .ajax__calendar_hover .ajax__calendar_year
{
    color: black;
}
.Calendar .ajax__calendar_active .ajax__calendar_day, .Calendar .ajax__calendar_active .ajax__calendar_month, .Calendar .ajax__calendar_active .ajax__calendar_year
{
    color: black;
    font-weight: bold;
}

.SmallText
{
    font-size: 0.8em;
}

.VerySmallText
{
    font-size: 0.7em;
    font-weight: bold;
}

.ReportHeader
{
    font-size: 1.2em;
    font-weight: bold;
}

.ReportSubHeader
{
    font-size: 1em;
    font-weight: bold;
}

.ReportBody
{
    font-size: 0.9em;
}

.Ast
{
    font-size: 9pt;
    color: #f68622;
}

.WarningLabel
{
    color: #ff0000;
    font-weight: bold;
}

.temp
{
    color: #ee2222;
    font-weight: bold;
}

.HeaderLevel3
{
    font-size: 0.9em;
    font-weight: bold;
}

.VendorWarrantyCODColumn1
{
    background-color: #EFEFEF;
    font-size: 0.9em;
}

.VendorWarrantyCODColumn3
{
    background-color: #E6F0F6;
    font-size: 0.9em;
}

.VendorWarrantyCODColumn4
{
    background-color: #F6E6F0;
    font-size: 1.1em;
}

.MainInputField
{
    font-size: 0.8em;
}

.DataGridEditText
{
    font-size: 0.7em;
}
.WaterMarkExtendor
{
    font-style: italic;
    background-color: #eeeeee;
    font-family: Arial;
}
.ListSearchExtendor
{
    font-style: italic;
}
.PopupControl
{
    background-color: #88ABC7;
    position: absolute;
    visibility: hidden;
    border-style: solid;
    border-color: Black;
    border-width: 2px;
    color:White;
}

