﻿/* Gainsco.css */
*
{
    color: Black;
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 10px; /*font-weight: normal;*/
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
}

.vehicleHistoryLabel
{
    color: Red;
    font-family: Verdana;
    text-align: right;
}

/* Content Management */
.cmsPageDIV
{
    font-family: Tahoma, Geneva, sans-serif;
    color: #444444;
    margin-left: 6px;
    margin-right: 6px;
}

.cmsListDIV
{
    font-family: Tahoma, Geneva, sans-serif;
    color: #444444;
    margin-left: 4px;
    margin-right: 4px;
}

/* ------- */

a
{
    text-decoration: none;
    cursor: pointer;
    cursor: hand;
}

a:link
{
    text-decoration: none;
    cursor: pointer;
    cursor: hand;
}

a:visited
{
    text-decoration: none;
    cursor: pointer;
    cursor: hand;
}

a:active
{
    text-decoration: underline;
    color: #D21034;
    cursor: pointer;
    cursor: hand;
}

a:hover
{
    text-decoration: underline;
    cursor: pointer;
    cursor: hand;
}

.NoLossStatementLink a
{
    text-decoration: underline;
    color: Blue;
    cursor: pointer;
    cursor: hand;
}

.RowTest
{
    color: Orange;
}

.redNote
{
    color: #D21034;
}

.error
{
    color: #D21034;
}

.msgError
{
    color: #D21034;
    font-size: 14px;
    font-weight: bold;
}

.msgInformation
{
    color: Blue;
    font-size: 14px;
    font-weight: bold;
}

.msgWarning
{
    color: Black;
    font-size: 14px;
    font-weight: bold;
}

.help
{
    color: #D21034;
}

a img
{
    border: 0px;
    border-style: none;
}

.imageNoBorder
{
    border: 0px;
    border-style: none;
}

td.label
{
    font-weight: bold;
    text-align: right;
}

td.leftlabel
{
    font-weight: bold;
    text-align: left;
}

.label
{
    font-weight: bold;
}

.labelSmall
{
    font-size: 8px;
    font-weight: bold;
}

td.input
{
    text-align: left;
    vertical-align: middle;
}

.input
{
    text-align: left;
}

.inputRight
{
    text-align: right;
}

.inputCenter
{
    text-align: center;
}

.required
{
    text-align: left;
    background-color: #FFFFE0;
}

.requiredRight
{
    text-align: right;
    background-color: #FFFFE0;
}

.requiredCenter
{
    text-align: center;
    background-color: #FFFFE0;
}

.inputRequired
{
    text-align: left;
    background-color: #FFFFE0;
}

.inputRequiredRight
{
    text-align: right;
    background-color: #FFFFE0;
}

.inputRequiredCenter
{
    text-align: center;
    background-color: #FFFFE0;
}

.textSmall
{
    font-size: 8px;
}

.instructions
{
    text-align: left;
}

.button
{
    /*background-color: #EFEFEF;*/ /*border: solid 1px #AAAAAA;*/ /*color: #555555;*/ /*font-weight: bold;*/ /*height: 24px;*/
    cursor: pointer;
    cursor: hand;
}

.processingRequest
{
    font-weight: bold;
}

.watermark
{
    color: Silver;
}

/* GRIDVIEWS */

.headerRow
{
    background-color: Black;
    border: solid 1px Black;
    color: White;
    font-weight: bold;
    text-align: center;
}

.headerRow th
{
    color: White;
    font-weight: bold;
}

.headerRow a
{
    color: White;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    cursor: hand;
}

.headerRow a:link
{
    text-decoration: none;
    cursor: pointer;
    cursor: hand;
}

.headerRow a:visited
{
    text-decoration: none;
    cursor: pointer;
    cursor: hand;
}

.headerRow a:hover
{
    text-decoration: underline;
    cursor: pointer;
    cursor: hand;
}

.editRow
{
    text-align: left;
}

.emptyRow
{
}

.row
{
    background-color: White;
    color: Black;
    border: solid 1px gray;
    text-align: left;
    vertical-align: top;
}

.row a
{
    color: Black;
    text-decoration: none;
    cursor: pointer;
    cursor: hand;
}

.row a:link
{
    text-decoration: none;
    cursor: pointer;
    cursor: hand;
}

.row a:visited
{
    text-decoration: none;
    cursor: pointer;
    cursor: hand;
}

.row a:hover
{
    text-decoration: underline;
    cursor: pointer;
    cursor: hand;
}

.selectedRow
{
    background-color: #FFFACD; /* LemonChiffon */
    text-align: left;
    vertical-align: top;
}

.selectedRow a
{
    text-decoration: none;
    cursor: pointer;
    cursor: hand;
}

.selectedRow a:link
{
    text-decoration: none;
    cursor: pointer;
    cursor: hand;
}

.selectedRow a:visited
{
    text-decoration: none;
    cursor: pointer;
    cursor: hand;
}

.selectedRow a:hover
{
    text-decoration: underline;
    cursor: pointer;
    cursor: hand;
}

.alternateRow
{
    /* background-color: #F5F5F5; /* WhiteSmoke */
    background-color: #CCCCCC;
    text-align: left;
    vertical-align: top;
}

.alternateChargeBackRow {
    /* background-color: #F5F5F5; /* WhiteSmoke */
    background-color: #CCCCCC;
}

.alternateRow a
{
    text-decoration: none;
    cursor: pointer;
    cursor: hand;
}

.alternateRow a:link
{
    text-decoration: none;
    cursor: pointer;
    cursor: hand;
}

.alternateRow a:visited
{
    text-decoration: none;
    cursor: pointer;
    cursor: hand;
}


.alternateRow a:hover
{
    text-decoration: underline;
    cursor: pointer;
    cursor: hand;
}
.Summary
{
    font-weight: bold;
    font-size: larger;
}

.footerRow
{
    background-color: Black;
    color: White;
    text-align: center;
}

.footerRow a
{
    text-decoration: none;
    cursor: pointer;
    cursor: hand;
}

.footerRow a:link
{
    text-decoration: none;
    cursor: pointer;
    cursor: hand;
}

.footerRow a:visited
{
    text-decoration: none;
    cursor: pointer;
    cursor: hand;
}

.footerRow a:hover
{
    text-decoration: underline;
    cursor: pointer;
    cursor: hand;
}

.footerRowSelected
{
    background-color: Black;
    color: #D21034;
}

.footerRowSelected a
{
    text-decoration: none;
    cursor: pointer;
    cursor: hand;
}

.pagerRow
{
    background-color: White;
    color: Black;
}

.pagerRow span
{
    color: #D21034;
}

.hiddenColumn
{
    display: none;
}

/* SEARCH STRING */

.searchString
{
    font-weight: bold;
    overflow: auto;
    text-align: center;
}

.searchString a
{
    text-decoration: none;
    cursor: pointer;
    cursor: hand;
}

.searchString a:link, a:visited
{
    text-decoration: none;
    cursor: pointer;
    cursor: hand;
}

.searchString a:hover
{
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
    cursor: hand;
}

/* */
.divCenter
{
    text-align: center;
}

.divCenter table
{
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.divCenter table td.buttons
{
    text-align: right;
    vertical-align: top;
}

.divCenter table td.editButtons
{
    text-align: center;
}

.divCenter table td.label
{
    text-align: right;
}

.divCenter table td.input
{
    text-align: left;
}

/* */
table.form
{
    text-align: center;
    vertical-align: top;
    width: 100%;
}

table.form td.message
{
    text-align: left;
    vertical-align: top;
    padding-right: 10px;
}

table.form td.buttons
{
    text-align: right;
    vertical-align: top;
}

table.formRight
{
    text-align: right;
    vertical-align: top;
    width: 100%;
}

/* */
.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=30);
    opacity: 0.5;
}

.passwordPoor
{
    background-color: White;
    color: #D21034;
    font-style: italic;
    vertical-align: middle;
}

.passwordWeak
{
    background-color: White;
    color: Yellow;
    font-style: italic;
    vertical-align: middle;
}

.passwordAverage
{
    background-color: White;
    color: Fuchsia;
    font-style: italic;
    vertical-align: middle;
}

.passwordStrong
{
    background-color: White;
    color: Blue;
    font-style: italic;
    vertical-align: middle;
}

.passwordExcellent
{
    background-color: White;
    color: Green;
    font-style: italic;
    vertical-align: middle;
}

.tblBorder
{
    margin-bottom: 5px;
    width: 100%;
    border-bottom: solid 2px black;
}

.hide
{
    display: none;
    visibility: hidden;
}

.show
{
    display: block;
    visibility: visible;
}

/* Modal Update Progress */

#progressBackgroundFilter
{
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000;
    filter: alpha(opacity=30);
    opacity: 0.5;
    z-index: 1000;
}

#processMessage
{
    text-align: center;
    position: fixed;
    top: 30%;
    left: 35%;
    padding: 10px;
    width: 300px;
    z-index: 1001;
    background-color: #fff;
    border: solid 1px #000;
}

.blackborder
{
    border-style: solid;
    border-width: 2px;
    border-color: black;
}

.gridheader
{
    font-weight: bold;
    text-decoration: none;
    color: black;
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 10px;
    background: black;
    background-image: url(images/vertgradient.gif);
}
.gridheader a
{
    color: Lime;
}

.sectionTitle
{
    background-image: url(Images/section_header.gif);
    background-repeat: no-repeat;
    color: White;
    font-weight: bold;
    vertical-align: middle;
    height: 19px;
    padding-left: 10px;
}

.sidebarTitle
{
    background-image: url(Images/sidebar_header.gif);
    background-repeat: no-repeat;
    color: White;
    font-weight: bold;
    vertical-align: middle;
    height: 19px;
    padding-left: 10px;
}

.toUpper
{
    text-transform: uppercase;
}

img.imageSection
{
    padding: 0px 4px 4px 0px;
}

/* Welcome */

.welcomeLabel
{
    color: #D21034;
    font-weight: bold;
    text-transform: uppercase;
}

.welcomeLabel a
{
    color: #D21034;
    cursor: pointer;
    cursor: hand;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

.welcomeLabel a:active
{
    cursor: pointer;
    cursor: hand;
    text-decoration: underline;
}

.welcomeLabel a:hover
{
    cursor: pointer;
    cursor: hand;
    text-decoration: underline;
}

/* ------- */

/* ConditionalRuleEdit */

.ruleEditHeader
{
    cursor: pointer;
    cursor: hand;
    font-weight: bold;
    padding-left: 5px;
    vertical-align: middle;
}

.ruleEditLabel
{
    text-transform: uppercase;
}

/* ------- */

/* Login */
.loginRequired
{
    text-align: left;
    background-color: #FFFFE0;
}

td.loginNeedHelp
{
    padding-top: 10px;
}

td.loginNeedHelp a
{
    text-decoration: underline;
    color: #D21034;
    cursor: pointer;
    cursor: hand;
}

td.loginNeedHelp a:link
{
    text-decoration: underline;
    cursor: pointer;
    cursor: hand;
}

td.loginNeedHelp a:visited
{
    text-decoration: underline;
    cursor: pointer;
    cursor: hand;
}

td.loginNeedHelp a:active
{
    text-decoration: underline;
    cursor: pointer;
    cursor: hand;
}

td.loginNeedHelp a:hover
{
    text-decoration: underline;
    cursor: pointer;
    cursor: hand;
}

a.aboutSSL
{
    color: #000000;
    font-size: 7px;
    font-weight: bold;
    letter-spacing: .5px;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    text-transform: uppercase;
}

.veriSign
{
    padding-top: 10px;
}

/* ------- */

/* ForgotPassword */

.customerServiceHeader
{
    cursor: pointer;
    cursor: hand;
    font-weight: bold;
    padding-left: 5px;
    vertical-align: middle;
}

/* ------- */

/* Menus */

.menuSelect
{
    background-color: InfoBackground;
    width: 300px;
    border: solid 1px black;
}

/* ------- */

/* Payment Confirmation */
div.paymentNotification
{
}

div.paymentNotification td
{
    font-weight: bold;
    padding-top: 12px;
}

div.paymentNotification td.noLossStatementLink a
{
    color: Blue;
    cursor: pointer;
    cursor: hand;
    text-decoration: underline;
}

div.paymentNotification td.title
{
    text-transform: uppercase;
}

.paymentHeading
{
    text-align: center;
    height: 20px;
}

/* ------- */

/* Credit Card Info */
.cciHelp
{
    /* font-size: 8px; */ /* color: #D21034; */
}

/* ------- */

/* ------- */

/*Policy Search */

.policySearchLabel
{
    font-weight: bold;
}
td.policySearchLabel
{
    text-align: center;
}

/* Quote Search */

td.quoteSearchLabel
{
    text-align: center;
}

.quoteSearchLabel
{
    font-weight: bold;
}

/* Error Tracking */

td.trackingSearchLabel
{
    text-align: center;
}

.trackingSearchLabel
{
    font-weight: bold;
}
/* Content2.css */
#contentDIV
{
    background-color: White;
    color: #414042;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 100%;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
}

.cmsPageDIV p
{
    margin: 0px;
    margin-top: 9px;
    margin-bottom: 9px;
    font-weight: normal;
    font-size: 11px;
    font-family: Verdana, Helvetica, sans-serif;
    line-height: 14px;
    color: #414042;
    letter-spacing: 0px;
}

.cmsListDIV p
{
    margin: 0px;
    margin-top: 9px;
    margin-bottom: 9px;
    font-weight: normal;
    font-size: 11px;
    font-family: Verdana, Helvetica, sans-serif;
    line-height: 14px;
    color: #414042;
    letter-spacing: 0px;
}

.cmsPageDIV body
{
    margin: 0px;
    line-height: 14px;
    padding-top: 0px;
    padding-bottom: 9px;
    font-weight: normal;
    color: #414042;
    letter-spacing: 0px;
    font-size: 11px;
}


.cmsListDIV body
{
    margin: 0px;
    line-height: 14px;
    padding-top: 0px;
    padding-bottom: 9px;
    font-weight: normal;
    color: #414042;
    letter-spacing: 0px;
    font-size: 11px;
}


.cmsPageDIV h1
{
    font-family: Times New Roman, Times, serif;
    font-size: 20pt;
    color: #1d517b;
    margin-top: 10px;
    margin-bottom: 12px;
    font-weight: normal;
    font-style: normal;
    line-height: 20pt;
}

.cmsPageDIV h2
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #aa2221;
    line-height: 17px;
    margin-top: 7px;
    font-weight: bold;
    margin-bottom: 9px;
}

.cmsPageDIV h3
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #222222;
    line-height: normal;
    margin-top: 20px;
    margin-bottom: 9px;
}

.cmsPageDIV h4
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #444444;
    line-height: 14px;
    margin-top: 14px;
    margin-bottom: 9px;
}

.cmsPageDIV h5
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #414042;
    line-height: 16px;
    font-style: italic;
    margin-top: 14px;
    margin-bottom: 9px;
}

.cmsPageDIV h6
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-style: italic;
    font-weight: normal;
    color: #414042;
    margin-top: 14px;
    margin-bottom: 9px;
    line-height: 14px;
}

.cmsListDIV h1
{
    font-family: Times New Roman, Times, serif;
    font-size: 20pt;
    color: #1d517b;
    margin-top: 10px;
    margin-bottom: 12px;
    font-weight: normal;
    font-style: normal;
    line-height: 20pt;
}

.cmsListDIV h2
{
    font-family: Verdana;
    font-size: 12px;
    color: #aa2221;
    line-height: 17px;
    margin-top: 7px;
    font-weight: bold;
    margin-bottom: 9px;
}

.cmsListDIV h3
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #222222;
    line-height: normal;
    margin-top: 20px;
    margin-bottom: 9px;
}

.cmsListDIV h4
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #444444;
    line-height: 14px;
    margin-top: 14px;
    margin-bottom: 9px;
}

.cmsListDIV h5
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #414042;
    line-height: 16px;
    font-style: italic;
    margin-top: 14px;
    margin-bottom: 9px;
}

.cmsListDIV h6
{
    font-family: Verdana;
    font-size: 11px;
    font-style: italic;
    font-weight: normal;
    color: #414042;
    margin-top: 14px;
    margin-bottom: 9px;
    line-height: 14px;
}

.cmsPageDIV ul
{
    list-style-type: circle;
    color: #414042;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 10px;
    padding-left: 30px;
    margin-top: 4px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    line-height: 14px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 11px;
}

.cmsPageDIV ol
{
    list-style-type: decimal;
    list-style-position: outside;
    color: #414042;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: normal;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 0px;
}


.cmsPageDIV a
{
    text-decoration: none;
    font-size: 100%;
    cursor: pointer;
    cursor: hand;
}

.cmsPageDIV a:link
{
    color: #990000;
    text-decoration: none;
    font-size: 100%;
    cursor: pointer;
    cursor: hand;
}

.cmsPageDIV a:visited
{
    color: #990000;
    text-decoration: none;
    font-size: 100%;
    cursor: pointer;
    cursor: hand;
}

.cmsPageDIV a:active
{
    color: #aa2221;
    text-decoration: underline;
    font-size: 100%;
    cursor: pointer;
    cursor: hand;
}

.cmsPageDIV a:hover
{
    text-decoration: underline;
    font-size: 100%;
    cursor: pointer;
    cursor: hand;
}

#contentDIV table
{
    width: 100%;
}

#contentError
{
    color: Red;
    font-size: 11px;
}

#style4
{
    color: #D72E2D;
    font-weight: bold;
}

.Tahoma_9pt_Black
{
    font-size: 9pt;
    font-family: Tahoma, Geneva, sans-serif;
    color: #414042;
}

.Tahoma_10pt_Black
{
    font-size: 10pt;
    font-family: Tahoma, Geneva, sans-serif;
    color: #414042;
}

.Tahoma_11pt_Black
{
    font-size: 11pt;
    font-family: Tahoma, Geneva, sans-serif;
    color: #414042;
}

.Tahoma_12pt_Black
{
    font-size: 12pt;
    font-family: Tahoma, Geneva, sans-serif;
    color: #414042;
}

.Tahoma_14pt_Black
{
    font-size: 14pt;
    font-family: Tahoma, Geneva, sans-serif;
    color: #414042;
}

.Tahoma_18pt_Black
{
    font-size: 18pt;
    font-family: Tahoma, Geneva, sans-serif;
    color: #414042;
}

.Tahoma_24pt_Black
{
    font-size: 24pt;
    font-family: Tahoma, Geneva, sans-serif;
    color: #414042;
}

.Tahoma_9pt_Bold_Black
{
    font-size: 9pt;
    font-weight: bold;
    font-family: Tahoma, Geneva, sans-serif;
    color: #414042;
}

.Tahoma_10pt_Bold_Black
{
    font-size: 10pt;
    font-weight: bold;
    font-family: Tahoma, Geneva, sans-serif;
    color: #414042;
}

.Tahoma_11pt_Bold_Black
{
    font-size: 11pt;
    font-weight: bold;
    font-family: Tahoma, Geneva, sans-serif;
    color: #414042;
}

.Tahoma_12pt_Bold_Black
{
    font-size: 12pt;
    font-weight: bold;
    font-family: Tahoma, Geneva, sans-serif;
    color: #414042;
}

.Tahoma_14pt_Bold_Black
{
    font-size: 14pt;
    font-weight: bold;
    font-family: Tahoma, Geneva, sans-serif;
    color: #414042;
}

.Tahoma_18pt_Bold_Black
{
    font-size: 18pt;
    font-weight: bold;
    font-family: Tahoma, Geneva, sans-serif;
    color: #414042;
}

.Tahoma_24pt_Bold_Black
{
    font-size: 24pt;
    font-weight: bold;
    font-family: Tahoma, Geneva, sans-serif;
    color: #414042;
}

.Tahoma_9pt_Bold_Red
{
    font-size: 9pt;
    font-weight: bold;
    font-family: Tahoma, Geneva, sans-serif;
    color: #990000;
}

.Tahoma_10pt_Bold_Red
{
    font-size: 10pt;
    font-weight: bold;
    font-family: Tahoma, Geneva, sans-serif;
    color: #990000;
}

.Tahoma_11pt_Bold_Red
{
    font-size: 11pt;
    font-weight: bold;
    font-family: Tahoma, Geneva, sans-serif;
    color: #990000;
}

.Tahoma_12pt_Bold_Red
{
    font-size: 12pt;
    font-weight: bold;
    font-family: Tahoma, Geneva, sans-serif;
    color: #990000;
}

.Tahoma_14pt_Bold_Red
{
    font-size: 14pt;
    font-weight: bold;
    font-family: Tahoma, Geneva, sans-serif;
    color: #990000;
}

.Tahoma_18pt_Bold_Red
{
    font-size: 18pt;
    font-weight: bold;
    font-family: Tahoma, Geneva, sans-serif;
    color: #990000;
}

.Tahoma_24pt_Bold_Red
{
    font-size: 24pt;
    font-weight: bold;
    font-family: Tahoma, Geneva, sans-serif;
    color: #990000;
}

.Tahoma_9pt_Bold_White
{
    font-size: 9pt;
    font-weight: bold;
    font-family: Tahoma, Geneva, sans-serif;
    color: #FFFFFF;
}

.Tahoma_10pt_Bold_White
{
    font-size: 10pt;
    font-weight: bold;
    font-family: Tahoma, Geneva, sans-serif;
    color: #FFFFFF;
}

.Tahoma_11pt_Bold_White
{
    font-size: 11pt;
    font-weight: bold;
    font-family: Tahoma, Geneva, sans-serif;
    color: #FFFFFF;
}

.Tahoma_12pt_Bold_White
{
    font-size: 12pt;
    font-weight: bold;
    font-family: Tahoma, Geneva, sans-serif;
    color: #FFFFFF;
}

.Tahoma_14pt_Bold_White
{
    font-size: 14pt;
    font-weight: bold;
    font-family: Tahoma, Geneva, sans-serif;
    color: #FFFFFF;
}

.Tahoma_18pt_Bold_White
{
    font-size: 18pt;
    font-weight: bold;
    font-family: Tahoma, Geneva, sans-serif;
    color: #FFFFFF;
}

.Tahoma_24pt_Bold_White
{
    font-size: 24pt;
    font-weight: bold;
    font-family: Tahoma, Geneva, sans-serif;
    color: #FFFFFF;
}

.Tahoma_9pt_Bold_Gray
{
    font-size: 9pt;
    font-weight: bold;
    font-family: Tahoma, Geneva, sans-serif;
    color: #666666;
}

.Tahoma_10pt_Bold_Gray
{
    font-size: 10pt;
    font-weight: bold;
    font-family: Tahoma, Geneva, sans-serif;
    color: #666666;
}

.Tahoma_11pt_Bold_Gray
{
    font-size: 11pt;
    font-weight: bold;
    font-family: Tahoma, Geneva, sans-serif;
    color: #666666;
}

.Tahoma_12pt_Bold_Gray
{
    font-size: 12pt;
    font-weight: bold;
    font-family: Tahoma, Geneva, sans-serif;
    color: #666666;
}

.Tahoma_14pt_Bold_Gray
{
    font-size: 14pt;
    font-weight: bold;
    font-family: Tahoma, Geneva, sans-serif;
    color: #666666;
}

.Tahoma_18pt_Bold_Gray
{
    font-size: 18pt;
    font-weight: bold;
    font-family: Tahoma, Geneva, sans-serif;
    color: #666666;
}

.Tahoma_24pt_Bold_Gray
{
    font-size: 24pt;
    font-weight: bold;
    font-family: Tahoma, Geneva, sans-serif;
    color: #666666;
}

.Verdana_9px_Bold_Black
{
    font-size: 9px;
    font-weight: bold;
    font-family: Tahoma, Geneva, sans-serif;
    color: #414042;
}

.Verdana_10px_Bold_Black
{
    font-size: 10px;
    font-weight: bold;
    font-family: Tahoma, Geneva, sans-serif;
    color: #414042;
}

.Verdana_11px_Bold_Black
{
    font-size: 11px;
    font-weight: bold;
    font-family: Tahoma, Geneva, sans-serif;
    color: #414042;
}

.Verdana_12px_Bold_Black
{
    font-size: 12px;
    font-weight: bold;
    font-family: Tahoma, Geneva, sans-serif;
    color: #414042;
}

.Verdana_14px_Bold_Black
{
    font-size: 14px;
    font-weight: bold;
    font-family: Tahoma, Geneva, sans-serif;
    color: #414042;
}

.Verdana_18px_Bold_Black
{
    font-size: 18px;
    font-weight: bold;
    font-family: Tahoma, Geneva, sans-serif;
    color: #414042;
}

.Verdana_24px_Bold_Black
{
    font-size: 24px;
    font-weight: bold;
    font-family: Tahoma, Geneva, sans-serif;
    color: #414042;
}

.Border_Top_Black
{
    border-top: 1px solid #414042;
}

.Border_Rght_Black
{
    border-right: 1px solid #414042;
}

.Border_Lft_Black
{
    border-left: 1px solid #414042;
}

.Border_Btm_Black
{
    border-bottom: 1px solid #414042;
}

.Border_LftBtm_Black
{
    border-left: 1px solid #414042;
    border-bottom: 1px solid #414042;
}

.Border_TopBtm_Black
{
    border-top: 1px solid #414042;
    border-bottom: 1px solid #414042;
}

.Border_LftRght_Black
{
    border-left: 1px solid #414042;
    border-right: 1px solid #414042;
}

.Border_Full_Black
{
    border: 1px solid #414042;
}

.Border_Full_Black
{
    border: 3px solid #414042;
}

.Border_Full_Gray
{
    border: 1px solid #666666;
}

.Border_Top_Gray
{
    border-top: 1px solid #666666;
}

.Border_Lft_Gray
{
    border-left: 1px solid #666666;
}

.Border_Rght_Gray
{
    border-right: 1px solid #666666;
}

.Border_Btm_Gray
{
    border-bottom: 1px solid #666666;
}

.Border_LftRgtBtm_Gray
{
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
}

.Border_Top_Red
{
    border-top: 1px solid #990000;
}

.Border_Btm_Red
{
    border-bottom: 1px solid #990000;
}

.Border_Full_Red
{
    border: 1px solid #990000;
}

.Border_Full_Red
{
    border: 3px solid #990000;
}


/*  Policy Style Sheets  */

.tableHeader
{
    font-weight: bold;
    font-size: 9pt;
    text-transform: none;
    color: #330000;
    font-family: Tahoma, Geneva, Sans-serif;
}

.darkcell
{
    font-size: 9pt;
    text-transform: none;
    color: #330000;
    background: #EFEFEF;
    font-family: Tahoma, Geneva, Sans-serif;
    border-left: 1px solid #888888;
    border-right: 1px solid #888888;
    border-top: 1px solid #888888;
    border-bottom: 1px solid #888888;
}


.tableData
{
    font-weight: normal;
    font-size: 8pt;
    text-transform: none;
    font-family: Tahoma, Geneva, Sans-serif;
    height: 9pt;
}

.tableSelect .tableSelectHeader .alternatetableSelect
{
    font-weight: normal;
    font-size: 8pt;
    text-transform: none;
    font-family: Tahoma, Geneva, Sans-serif;
    height: 9pt;
}



.tableSelectHeader
{
    font-weight: bold;
}


.RedNote
{
    font-size: 11px;
    text-transform: none;
    color: red;
    font-family: Tahoma, Geneva, Sans-serif;
}

.Note
{
    font-weight: 500;
    font-size: 8pt;
    color: #330000;
    font-family: Tahoma, Geneva, Sans-serif;
}

.SmallPrint
{
    font-weight: 500;
    font-size: 8pt;
    font-family: Tahoma, Geneva, Sans-serif;
    text-align: left;
}

.SpaceRow
{
    height: 20px;
}

.TableItem
{
    font-size: 10px;
    color: blue;
    font-family: Verdana;
    text-decoration: none;
    border-bottom: solid 1px #CC9966;
}

BODY .TableHeader
{
    font-weight: bold;
    font-size: 8pt;
    text-transform: none;
    background: maroon;
    font-family: Verdana;
    color: White;
    text-align: center;
}

BODY .Title3
{
    font-weight: bold;
    font-size: 16pt;
    color: #cccccc;
    font-style: oblique;
    font-family: Verdana;
}

BODY .10ptB
{
    font-weight: 600;
    font-size: 10pt;
    color: black;
    font-family: Verdana;
}
/* Master.css */
*
{
    color: Black;
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 10px;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
}

body
{
    background-image: url(Images/background.jpg);
    background-repeat: repeat-x;
    background-color: #6E6F72;
}

#tableMASTER
{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#tableMASTER td.portal
{
    text-align: right;
    height: 25px;
    font-weight: normal;
    color: White;
    vertical-align: middle;
}

#tableMASTER td.portal a
{
    text-align: right;
    height: 25px;
    font-weight: normal;
    color: White;
    vertical-align: middle;
    text-decoration: none;
}

.portal
{
    color: #e7e8e9;
    font-weight: bold;
    text-transform: uppercase;
    padding-right: 10px;
}

#tableMASTER td.header
{
}

#tableMASTER td.navMenu
{
    background-color: Black;
    height: 20px;
    text-align: left;
    vertical-align: middle;
}

td.skmcur
{
    cursor: pointer;
    cursor: hand;
}

iframe.skm
{
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

.navMenu
{
    color: White;
    background-color: Black;
    font-weight: bold;
    height: 20px;
    padding: 0px 5px 0px 5px;
    text-transform: uppercase;
}

.navMenuMouseOver
{
    color: #D21034;
    cursor: pointer;
    cursor: hand;
    background-color: Black;
    font-weight: bold;
    height: 20px;
    padding: 0px 5px 0px 5px;
    text-transform: uppercase;
}

.navMenuSeparator
{
    background-image: url(Images/separator.gif);
    background-repeat: no-repeat;
}

.navSubMenu
{
    background-color: #DBDBDB;
    border: solid 1px Black;
    color: #333333;
    font-weight: normal;
}

.navSubMenuMouseOver
{
    background-color: #DBDBDB;
    border: solid 1px Black;
    color: #D21034;
    cursor: pointer;
    cursor: hand;
    font-weight: normal;
}

#tableMESSAGE
{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#tableMESSAGE td.messageLeft
{
    text-align: center;
    padding: 2px;
    vertical-align: top;
    background-color: InfoBackground;
    width: 25px;
}

#tableMESSAGE td.messageRight
{
    text-align: left;
    padding: 2px;
    vertical-align: top;
    background-color: InfoBackground;
}

#tableMASTER_Bottom
{
    margin-left: auto;
    margin-right: auto;
    width: 800px;
}

#tableMASTER_Bottom tr.title
{
    background-color: White;
}

#tableMASTER_Bottom tr.content
{
    background-color: White;
}

#tableMASTER_Bottom td.content
{
}

#tableMASTER_Bottom td.footer
{
}

#tableCONTENT
{
    background-color: White;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#tableCONTENT td.contentLeft
{
    padding: 5px;
    vertical-align: top;
}

#tableCONTENT td.contentRight
{
    background-color: #E7E8E9;
    padding: 5px;
    width: 292px;
    vertical-align: top;
}

#tableTITLE
{
    background-color: White;
}

#tableTITLE td.titleLeft
{
    background-color: White;
}

#tableTITLE td.titleRight
{
    background-color: #E7E8E9;
    width: 292px;
}

#tableLOGIN
{
    text-align: center;
    width: 100%;
}

#tableLOGIN td.label
{
    font-weight: bold;
    text-align: right;
}

#tableLOGIN td.input
{
    text-align: left;
}

.footer
{
    color: black;
    height: 25px;
    vertical-align: middle;
}

.IE8Fix
{
    z-index: 100;
}
.chargeBackSummaryTableHeader{
    width:190px;
    background-color: #000000;
}

.chargeBackSummaryTableHeader tr td{
    color: white !important;
    text-align:center;
    
}

.chargeBackSummaryTable {
    width: 190px;
    
}

    .chargeBackSummaryTable td {
        border: 1px solid;
        border-color: #000000 !important;
        border-spacing: 0px !important;
        border-collapse:collapse !important;
    }

.chargeBackSummaryTable tr.alt{
    background-color:#cccccc; 
    
}
.exportButton{
    margin-left:95px;
    
}
.gvSummary{
    margin-left:295px !important;
}

.box {
    width: 300px;
    height: 300px;
    /*background-color: #d9d9d9; */
    position: fixed;
    margin-left: -150px; /* half of width */
    margin-top: 60px; /* half of height */
    /* top: 40%; */
    left: 50%;
}
blink {
    animation: blinker 0.6s linear infinite;
    color: #1c87c9;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.blink-one {
    animation: blinker-one 1s linear infinite;
}

@keyframes blinker-one {
    0% {
        opacity: 0;
    }
}

.blink-two {
    font-size: 14px;
    font-weight: bold !important;
    color: #ffd11a !important;
    font-family: Verdana, Helvetica, Sans-Serif;
    /*animation: blinker-two 2.4s linear infinite; */
}

@keyframes blinker-two {
    0% {
        color: #b71a15;
        font-weight: bolder;
    }
    50% {
        color: gray;
        font-weight: bolder;
    }
    100% {
        color: white;
        font-weight: bolder;
    }
}
