﻿/* View rates contol*/
#ViewRates
{
}
#ViewRates table.ViewRatesFooter
{
    border: 0px;
    width: 269px;
    margin-top: 2px;
}
#ViewRates .ViewRatesFooter td
{
    padding: 0px;
    vertical-align: middle;
}
#ViewRates .ViewRatesStaus
{
    float: left;
    color: #97B8DC;
    text-align: left;
}
#ViewRates .ViewRatesRefresh /* for the image button */
{
    float: right;
    text-align: right;
}
/*end of View rates contol*/

/*AcceptRate contol*/
.AcceptRate
{
}
.AcceptRate .Panel
{
    width: 250px;
    text-align: center;
    border: solid 1px #c0c0c0;
    background-color: #fafad2;
    padding: 10px 10px 10px 10px;
}
.AcceptRate .Panel2
{
    width: 250px;
    text-align: center;
}
.AcceptRate .AcceptRate .Panel p
{
    font-style: italic;
    white-space: normal;
}
.AcceptRate .Panel .RateLabel
{
    font-size: xx-large;
    font-weight: bold;
}
/*end of AcceptRate contol*/

#NotificationBoardMessage
{
    margin: 20px 20px 20px 10px;
    white-space: normal;
    color: Black;
}
#NotificationBoardMessage .AlertLevel1
{
    font-size: small;
}
#NotificationBoardMessage .AlertLevel2
{
    font-size: medium;
}
#NotificationBoardMessage .AlertLevel3
{
    font-size: larger;
    font-weight: bold;
}
#NotificationBoardMessage .AlertLevel4
{
    font-size: large;
    font-weight: bold;
}
#NotificationBoardMessage .AlertLevel5
{
    font-size: large;
    font-weight: bold;
    color: Red;
}
#WelcomeMessageContol
{
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    height: 10px;
}
#WelcomeMessageContol .WelcomeMessage
{
    float: left;
}
#WelcomeMessageContol .Date
{
    float: right;
}

/* Styles not applied to RadPanelBar but mimic its appearance    */
/* ##########################################################    */
.SectionTitle {
    color: #000;
    background: #efeff0; /* Customizable color 3 */
    border-top-width: 1px !important;
    border-top-color: #999999 !important;
    border-top-style: solid !important;
    border-right-width: 0px !important;
    border-right-color: #999999 !important;
    border-left-width: 0px !important;
    border-left-color: #999999 !important;
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
    border-bottom-color: #c8cdd6 !important;
    font-family: Arial, Tahoma, sans-serif !important;
    font-weight: bold !important;
    padding: 3px 10px 0 7px !important;
    font-size: 12px !important;
    height: 20px !important;
    vertical-align: bottom !important;
    margin: 0px 0 2px 0 !important;
}

.SectionBody
{
    border-right: 1px solid #828282 !important;
    border-left: 1px solid #828282 !important;
    border-bottom: 1px solid #828282 !important;
    width: 100% !important;
    min-width: 990px;
    overflow:hidden;
}

.SectionBodyWithBottom
{
    border-right: 1px solid #828282 !important;
    border-left: 1px solid #828282 !important;
    border-bottom: 1px solid #828282 !important;
    width: 100% !important;
    padding-bottom: 35px !important;
    min-width: 990px;
}

.SectionSeparator
{
    background: #CCCCCC !important;
    color: Black !important;
    border-color: #666666 !important;
    border-top-width: 1px !important;
    border-top-style: solid !important;
    border-right-width: 0px !important;
    border-left-width: 0px !important;
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
    border-bottom-color: #666666 !important;
    height: 3px !important;
    margin-bottom: 8px !important;
    margin-right: 10px !important;
}
/* End of: Styles not applied to RadPanelBar but mimic its appearance    */
/* ##########################################################    */
