﻿body
{
    margin: 0px;
    padding: 0px;
}
body
{
    font-size: 13px;
    font-family: Arial;
    color: #004173;
    background-color: #FFFFFF;
}
h4
{
    clear: both;
    font-weight: bold;
    font-size: 1em;
    padding: 0px;
    margin: 0px;
    margin-bottom: 1em;
}
h3
{
    clear: both;
    font-weight: bold;
    font-size: 1em;
    padding: 0px;
    margin: 0px;
}
h2
{
    clear: both;
    font-weight: bold;
    font-size: 1.2em;
    padding: 0px;
    margin: 0px;
    margin-bottom: 1em;
}
p
{
    padding: 0;
    margin: 0;
    margin-bottom: 1em;
}
.clear
{
    clear: both;
    height: 1px;
    font-size: 1px;
    line-height: 1px;
    margin-bottom: 0px;
}
.divcontentplaceholder
{
    width: 100%;
    position: relative;
    top: 80px;
    left: 0px;
}

a
{
    color: #004173;
}
a img
{
    border: none;
}
a.stdlink
{
}
a.stdlink:hover
{
    color: #D23E7F;
}

a.smalllink
{
    text-decoration: none;
    color: #004173;
    font-weight: bold;
    font-size: 10px;
}
a.smalllink:hover
{
    text-decoration: underline;
    color: #D23E7F;
}

a.logoutlink
{
    text-decoration: none;
    color: #FFFFFF;
}
a.logoutlink:hover
{
    text-decoration: underline;
}
a.logoutlink:visited
{
    color: #FFFFFF;
    text-decoration: none;
}

.failtext
{
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    color: #D23E7F;
}

.menustyle
{
    font-weight: bold;
    font-size: 13px;
}
.dynamicmenustyle
{
    font-weight: bold;
    font-size: 12px;
    background-color: #56A0D5;
    border: 1px solid #0D4A7D;
}
.dynamicmenuitem
{
    background-color: #56A0D5;
    margin: 3px;
}
a.dynamicmenuitem:hover
{
    color: #C6DB5A;
}
.SettingsLink
{
    float: right;
    line-height: 28px;
    text-decoration: none;
    margin-right: 20px;
}
.DashboardLink, #menuBilling
{
    text-decoration: none;
}
.NewSuperscript
{
    text-shadow: 0px 0px 5px white;
    color: #900;
    font-style: italic;
}

a.helplink
{
    text-decoration: none;
}
a.helplink:hover
{
    color: #D23E7F;
}

.helpitems
{
    font-weight: bold;
    font-variant: small-caps;
}

.enabledlink
{
    cursor: pointer;
}
.disabledlink
{
    cursor: default;
    color: #666666;
}

.topsubmenu
{
    display: none;
    white-space: nowrap;
    position: absolute;
    background: #E2ECAA;
    padding: 5px;
    border: solid 1px #BCD23E;
}
a.enabledmenulink
{
    text-decoration: none;
    font-weight: bold;
    display: block;
    margin-top: 2px;
}
a.enabledmenulink:hover
{
    color: #D23E7F;
    text-decoration: underline;
}
.disabledmenulink
{
    text-decoration: none;
    color: #999999;
    display: block;
    cursor: default;
    margin-top: 2px;
}
.menutitleonhover
{
    color: #D23E7F;
    background: #E2ECAA;
    border: solid 1px #BCD23E;
    border-bottom: none;
    z-index: 5010;
    position: relative;
}
.menutitle
{
    color: #0D4A7D;
    background: #FFB239;
    border: solid 1px #FFB239;
    border-bottom: none;
    position: relative;
}

#LoginLogoCont{clear:both; float:left; width:381px; height:188px; background-image:url(../images/logo.gif); background-repeat:no-repeat;}

/* Ace Header */
.HeaderLogoCont
{
    height: 21px;
    background: #56A0D5 url(../Images/acelogo.png) no-repeat 0 0;
    color: #FFFFFF;
    font-size: 11px;
    text-align: right;
    padding-right: 30px;
    padding-top: 10px;
    position: relative;
}
#SelectedDealerName
{
    margin: 0;
    padding: 0;
    line-height: normal;
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    bottom: 1px;
    left: 170px;
    color: #FFFFFF;
}
.HeaderLogoCont a
{
    color: #FFFFFF;
    text-decoration: none;
}
.HeaderLogoCont a:hover
{
    text-decoration: underline;
}
.HeaderLogoCont select
{
    background: #56A0D5;
    font-size: 11px;
    color: #FFFFFF;
}
.HeaderMenuCont
{
    height: 34px;
    background: url(../Images/aceorangefiller.gif) repeat-x 0 100%;
}
.HeaderMenuSpacer
{
    height: 34px;
    width: 139px;
    float: left;
    background: url(../Images/acecolor.gif) no-repeat 0 0;
}
.MenuTitle
{
    color: #0D4A7D;
    background: #FFB239;
    border: solid 1px #FFB239;
    border-bottom: none;
    position: relative;
    line-height: 30px;
}

/* Generics */
table.genericTable
{
    width: 100%;
    margin-bottom: 1em;
}
table.genericTable td
{
    vertical-align: middle;
    padding: 2px 0;
}
table.genericTable .itemRow
{
    background: #FFFFFF;
}
table.genericTable .altItemRow
{
    background: #E5E5E5;
}
table.genericTable .selectedRow
{
    background: #56A0D5;
}
table.genericTable thead
{
    background: #CCCCCC;
}
table.genericTable thead th
{
    text-align: left;
}
table.genericTable tr.itemRow:hover, tr.altItemRow:hover
{
    background: #eeeeee;
}
table.genericTable tr.selectedRow:hover
{
    background: #9BC6E6;
}

.genericBox
{
    clear: both;
    margin-left: 4px;
    padding: 5px;
    width: 780px;
    background: #F5F5F5;
    border: 1px solid #999999;
}
.ResizableBox
{
    clear: both;
    padding: 5px;
    background: #F5F5F5;
    border: 1px solid #999999;
}

/* Opera Button Look */
a.operalook
{
    cursor: default;
    background: #E0DFE3 url(../Images/operagray.gif) 0% 100% repeat-x;
    padding: 2px 10px;
    text-decoration: none;
    display: inline-block;
    border: 1px solid;
    border-color: #F6F6F7 #B3B3B3 #919194 #B3B3B3;
}
a.operalook:hover
{
    background: #FFFFE6 url(../Images/operagold.gif) 0% 100% repeat-x;
    border-color: #FFFFFA #F5F5B6 #D3D397 #F5F5B6;
}

/* Actions Bar */
div.actionsbar
{
    clear: both;
    float: left;
    height: 37px;
    padding-right: 15px;
    background: url(../Images/aimsactionsbar.png) 100% 0% no-repeat;
}
div.actionsbar ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    padding-left: 4px;
    white-space: nowrap;
}
div.actionsbar li
{
    float: left;
    margin-left: 8px;
    padding-top: 7px;
}
div.actionsbar li.SearchCont
{
    padding-top: 7px;
}
div.actionsbar li.SearchCont input
{
    display: block;
    float: left;
    width: 200px;
    height: 18px;
    border: 1px solid #999999;
    padding-left: 3px;
}
div.actionsbar a
{
    border: 1px solid;
    border-color: #F6F6F7 #B3B3B3 #919194 #B3B3B3;
    padding: 2px 10px;
    background: #E0DFE3 url(../Images/operagray.gif) 0% 100% repeat-x;
    text-decoration: none;
    cursor: default;
}
div.actionsbar a:hover
{
    background: #FFFFE6;
    border-color: #FFFFFA #F5F5B6 #D3D397 #F5F5B6;
}
div.actionsbar li.SearchCont a.TextInputButton
{
    display: block;
    float: left;
    height: 22px;
    padding: 0px;
    width: 24px;
    border: none;
    background: url(../Images/searchsprite.png) 100% 0 no-repeat;
    text-decoration: none;
    cursor: pointer;
}
div.actionsbar li.SearchCont a.TextInputButton:hover
{
    background: url(../Images/searchsprite.png) 100% -22px no-repeat;
}

/* Tabs */
ul.PageTabs
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    background: #FFFFFF url(../Images/aimsborderpix.png) 0% 100% repeat-x;
    overflow: auto;
}
ul.PageTabs li
{
    float: left;
    margin: 0px;
    padding: 0px;
}
ul.PageTabs a
{
    font-weight: bold;
    display: block;
    padding: 6px 8px;
    border: 1px solid #CCCCCC;
    border-left: none;
    border-bottom: none;
    text-decoration: none;
    background: #E5E5E5 url(../Images/aimsshadow.png) 0% 100% repeat-x;
}
ul.PageTabs a.FirstTab
{
    border-left: 1px solid #CCCCCC;
}
ul.PageTabs a.Disabled
{
    color: #FFFFFF;
}
ul.PageTabs a:hover
{
    text-decoration: underline;
}
ul.PageTabs a.SelectedTab
{
    border: 1px solid #999999;
    border-bottom: 1px solid #F0F0F0;
    background: #F0F0F0;
    cursor: default;
}
ul.PageTabs a.SelectedTab:hover
{
    text-decoration: none;
}

/* Tab Container */
.TabPageCont
{
    clear: both;
    width: 780px;
    margin: 10px 0px 30px 4px;
}
.UnderTabsCont
{
    clear: both;
    border: 1px solid #999999;
    border-top: none;
    background: #F0F0F0;
    padding: 4px;
}

/* Columns */
div.FirstColumn
{
    float: left;
    padding-right: 25px;
}
div.MiddleColumnNoDivider
{
    float: left;
    padding-right: 25px;
}
div.MiddleColumn
{
    float: left;
    padding: 0px 25px;
    border-left: 1px solid #CCCCCC;
}
div.RightColumn
{
    float: left;
    padding-left: 25px;
    border-left: 1px solid #CCCCCC;
}
div.AppColumn 
{
    float:left;
    border-left: 1px solid #CCCCCC;
    padding-left: 25px;
    padding-right: 25px;
}
div.AppColumn.First
{
    border-left: none;
    padding-left:0px;
    padding-right: 25px;
}


/* Message Box */
.MessagesCont
{
    clear: both;
    padding: 0px;
    margin: 4px;
}

/* Side Menu */
ul.SideMenu
{
    float: left;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
ul.SideMenu li
{
    width: 180px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    margin-bottom: 4px;
}
ul.SideMenu a
{
    font-weight: bold;
    display: block;
    text-decoration: none;
    background: #E5E5E5 url(../Images/vehiclemenubg.png) 0% 100% repeat-x;
    padding: 4px;
    border: 1px solid #CCCCCC;
}
ul.SideMenu a.Selected
{
    font-weight: bold;
    display: block;
    text-decoration: none;
    background: #E3ECC1 url(../Images/aimseditmenu.png) 0% 100% repeat-x;
    padding: 4px;
    border: 1px solid #7B8E2D;
}
ul.SideMenu a.Done
{
    text-decoration: line-through;
}
ul.SideMenu a:hover
{
    background: #ACC647;
    border: 1px solid #7B8E2D;
}
.SideMenuCont
{
    clear: both;
    margin: 0px 4px 30px 8px;
    width: 980px;
}
.SideMenuCont .SideMenuContent
{
    float: left;
    float: left;
    margin-left: 8px;
    margin-bottom: 30px;
    width: 780px;
}

/* Loading Area */
.LoadingArea
{
    float: left;
    width: 350px;
    margin: 7px;
}
.LoadingArea img
{
    display: none;
}

/* Image Link List */
ul.ImageLinkList
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    overflow: auto;
    margin-bottom: 10px;
}
ul.ImageLinkList li
{
    float: left;
    margin: 0px 10px;
}

/* Sleek Button List */
ul.SleekButtonList
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    overflow: auto;
    margin-bottom: 10px;
}
ul.SleekButtonList li
{
    float: left;
    margin: 0px 4px;
}

/* Disabled Fields */
input.Disabled, select.Disabled, textarea.Disabled
{
    background: #CCCCCC;
}

/* Validation */
.validate
{
    color: #D23E7F;
}

/* Cover Div */
.coverDiv
{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 1500px;
    background: #000000;
    opacity: .7;
    filter: alpha(opacity=70);
    z-index: 50000;
}

/* Busy Indicator */
.BusyIndicatorCover
{
    position: absolute;
	z-index:30;
}

.BusyIndicator
{
    margin: 10px auto;
    border: 1px solid #6A7D8E;
    width: 180px;
}
.BusyIndicator div
{
    border: 1px solid #FFFFFF;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    color: #333333;
    background: #F5F7F8;
}
/* url(../Images/BusyIndicator.png) repeat-x 0 100%; } */

/* Modal Box */
.modalBox
{
    background-color: #FFFFFF;
    position: absolute;
    z-index: 50001;
    padding: 4px 8px;
    
}
.modalBox h3
{
    margin-bottom: 1em;
}
.exitButtonCont
{
    text-align: right;
    margin-bottom: 4px;
}
.exitButtonCont img
{
    cursor: pointer;
}

/* Modal Box 2 */
.modalBox2
{
    background: #FFFFFF;
    position: absolute;
    z-index: 50001;
    padding: 4px 8px;
    width: 300px;
}
.modalBox2 h3
{
    margin-bottom: 1em;
}
.modalBox2 .closeBtn
{
    float: right;
    display: block;
}
.modalBox2 .closeBtn img
{
    display: block;
    border: none;
}

/* Modal Box for real */
.ModalBox
{
    background: #FFFFFF;
    position: absolute;
    z-index: 50001;
    padding: 4px 8px;
    width: 300px;
}
.ModalBox h1
{
    font-weight: bold;
    font-size: 1.2em;
    padding: 0;
    margin: 0 0 1em 0;
    line-height: normal;
}
.ModalBox h3
{
    font-weight: bold;
    font-size: 1em;
    padding: 0;
    margin: 0 0 1em 0;
    line-height: normal;
}
.ModalBox h5
{
    font-weight: normal;
    font-size: .8em;
    font-style: italic;
    padding: 0;
    margin: 0 0 1em 0;
}
.ModalBox .ModalContent
{
    display: block;
    clear: both;
    margin: 0 0 1em 0;
}
.ModalBox .CloseButton
{
    display: block;
    float: right;
    background: url(../Images/GlobalSprites.png) no-repeat;
    width: 12px;
    height: 12px;
    line-height: 5000px;
    overflow: hidden;
}
.ModalBox .CloseButton:hover
{
    background-position: -12px 0;
}
.ModalBox .NavButton
{
    display: block;
    background: url(../Images/GlobalSprites.png) no-repeat -63px 0;
    width: 56px;
    height: 22px;
    font-weight: bold;
    font-size: 13px;
    color: #004173;
    line-height: 22px;
    text-decoration: none;
    text-align: center;
}
.ModalBox .NavButton:hover
{
    background-position: -119px 0;
}
.ModalBox .BackButton
{
    float: left;
}
.ModalBox .NextButton, .ModalBox .SaveButton
{
    float: right;
}
.ModalBox .NoBtmMar
{
    margin-bottom: 0;
}
.ModalBox .Inline
{
    display: inline;
}
.ModalBox ul.NoList
{
    margin: 0 0 1em 0;
    padding: 0;
    list-style: none;
}

/* Faux Drop Down */
.FauxDropDown
{
    display: block;
    height: 22px;
    position: relative;
}
.FauxDropDown span.FauxDropDownText, .FauxDropDown a.FauxDropDownText
{
    display: block;
    float: left;
    height: inherit;
    background: url(../Images/GlobalSprites.png) no-repeat 0 -112px;
    padding: 0 5px 0 6px;
    line-height: 22px;
    font-weight: bold;
}
.FauxDropDown .FauxDropDownArrow
{
    display: block;
    float: left;
    background: url(../Images/GlobalSprites.png) no-repeat -234px -112px;
    line-height: 500px;
    overflow: hidden;
    width: 22px;
    height: 22px;
    /*height: inherit;*/
}
.FauxDropDown .FauxDropDownArrow:hover
{
    background-position: -256px -112px;
}
.ActionsPopUp
{
    margin-top: 4px;
}
.ActionsPopUp ul
{
    list-style: none;
    padding: 4px;
    margin: 0;
    display: block;
    background: #FFFFFF;
    border: 1px solid #999999;
}
.ActionsPopUp ul a
{
    display: block;
    white-space: nowrap;
    padding: 3px;
    color: #666666;
    text-decoration: none;
    font-size: 11px;
}
.ActionsPopUp ul a:hover
{
    background: #B8F1FF;
}

/* Sleek Button */
.SleekButton
{
    display: block;
    height: 22px;
    line-height: 22px;
    font-weight: bold;
    text-decoration: none;
}
.SleekButton span
{
    display: block;
    float: left;
    height: inherit;
    background: url(../Images/GlobalSprites.png) no-repeat 0 -112px;
    padding: 0 0 0 8px;
}
.SleekButton span.SleekButtonCap
{
    background-position: -109px 0px;
    width: 10px;
    padding: 0;
}
.SleekButton:hover
{
    text-decoration: underline;
}
.SleekButton:hover span
{
    text-decoration: underline;
}


/* Free Text DDL */
div.freeTextDDL
{
    position: absolute;
    z-index: 1000;
    border: 1px solid #A5ACB2;
    background: #E2EBBF;
    max-height: 200px;
    overflow: auto;
}
div.freeTextDDL ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    overflow: hidden;
}
div.freeTextDDL li
{
    width: 100%;
    font-weight: bold;
    font-size: .8em;
}
div.freeTextDDL a
{
    display: block;
    padding: 4px 4px;
    text-decoration: none;
    font-weight: normal;
    font-size: 1em;
}
div.freeTextDDL a:hover
{
    background: #BFD472;
}
div.freeTextDDL li.noListItems
{
    font-weight: normal;
    padding: 2px 4px;
}

/* Calendar */
div.CalendarCont
{
    width: 142px;
    background: #E2EBBF;
    color: #333333;
    z-index: 50500;
}
div.CalendarCont a
{
    color: #333333;
    text-decoration: none;
}
div.CalendarCont a:hover
{
    font-weight: bold;
}
div.CalendarWrap
{
    border: 1px solid black;
    border-top: none;
}
div.CalendarTopBar
{
    font-size: .8em;
    text-align: right;
    padding-right: 3px;
    background: url(../Images/calendarroundcorners.png) 0% 0% no-repeat;
}
div.CalendarGoBackCont
{
    float: left;
    width: 18%;
    padding-left: 2%;
}
div.CalendarTitle
{
    text-align: center;
    float: left;
    width: 60%;
    font-weight: bold;
}
div.CalendarGoForwardCont
{
    float: right;
    text-align: right;
    width: 18%;
    padding-right: 2%;
}
div.CalendarCont table
{
    clear: both;
    text-align: center;
    font-size: .8em;
    border-collapse: collapse;
}
div.CalendarCont table a
{
    display: block;
}
div.CalendarCont table a:hover
{
    font-weight: bold;
    background: url(../Images/calendarhoverday.png) 2px 1px no-repeat;
}
div.CalendarCont table a.CalendarToday
{
    background: url(../Images/calendarcurrentday.png) 2px 1px no-repeat;
}
div.CalendarCont tbody
{
    width: 100%;
    margin: 0px;
    padding: 0px;
}
div.CalendarCont td
{
    margin: 0px;
    padding: 0px;
    padding-top: 2px;
    width: 20px;
}
tr.calendarDays
{
    background: #777777;
    color: #E5E5E5;
}

#CancelContractsTableCont
{
    max-height: 220px;
    overflow-y: auto;
    box-shadow: 2px 2px 5px #808080;
    margin-bottom:10px;
}

#cancelServicesBox
{
    width:440px;
}

#CancelServicesContinueButton 
{
    float:right;
}

/* Notification area */
p.NotificationBox
{
    clear: both;
    background-image: url("/images/verticaltexture.png");
    background-color: #EAEAEA;
    background-repeat: repeat;
    border: 1px solid #AFAFAF;
    border-radius: 5px;
    text-align: center;
    margin: 5px;
    padding: 3px;
}

p.NotificationBox a
{
    text-decoration: none;
}
p.NotificationBox a:hover
{
    text-decoration: underline;
}
.DefaultCheckImage
{
    margin: 0 auto 0 auto;
    display: block;
}
.PopupLabelAndInput
{
    float:left;
    margin-right:10px;
}
.ClearBR
{
    clear:both;
}
.SizeTextBox
{
    width:50px;
    margin-right:5px;
}
.ASCurledBox {
    padding:10px;
    position: relative;
    height: 50px;
    border: 1px solid #efefef;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
}
 
.ASCurledBox:before, .ASCurledBox:after {
    content: '';
    z-index: -1;
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 70%;
    max-width: 280px;  /*avoid
rotation causing ugly appearance at large container widths */
    height: 55%;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    -webkit-transform: skew(-15deg) rotate(-6deg);                
    transform: skew(-15deg) rotate(-6deg);                
}
            
.ASCurledBox:after {
    left: auto;
    right: 10px;
    -webkit-transform: skew(15deg) rotate(6deg);                
    transform: skew(15deg) rotate(6deg);          
}

.NotificationBox
{
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    width:280px;
    display:table;
    margin-top:10px;
}
.NotificationBoxCont
{
    display:table-cell;
    vertical-align:middle;
}
.NotificationBox a
{
    text-decoration:none;
}
.NotificationBox a:hover
{
    text-decoration:underline;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.2);
}

.ASBG1
{
    height:100%;
    width:100%;
    position:absolute;
    background: -moz-linear-gradient(-45deg, rgba(170, 197, 67, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(170, 197, 67, 1)), color-stop(100%,rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(-45deg, rgba(170, 197, 67, 1) 0%,rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(-45deg, rgba(170, 197, 67, 1) 0%,rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(-45deg, rgba(170, 197, 67, 1) 0%,rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(135deg, rgba(170, 197, 67, 1) 0%,rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aac543', endColorstr='#00ffffff',GradientType=1 );
}
.ASBG2
{
    height:100%;
    width:100%;
    position:absolute;
    background: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(101, 153, 193, 1) 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(255, 255, 255, 0)), color-stop(100%,rgba(101, 153, 193, 1)));
    background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0) 0%,rgba(101, 153, 193, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(255, 255, 255, 0) 0%,rgba(101, 153, 193, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(255, 255, 255, 0) 0%,rgba(101, 153, 193, 1) 100%);
    background: linear-gradient(45deg, rgba(255, 255, 255, 0) 0%,rgba(101, 153, 193, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#6599c1',GradientType=1 );
}
.ASBG3
{
    height:100%;
    width:100%;
    position:absolute;
    background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(210, 62, 127, 1) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255, 255, 255, 0)), color-stop(100%,rgba(210, 62, 127, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%,rgba(210, 62, 127, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%,rgba(210, 62, 127, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%,rgba(210, 62, 127, 1) 100%);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%,rgba(210, 62, 127, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#d23e7f',GradientType=1 );
}
.ASBG4
{
    height:100%;
    width:100%;
    position:absolute;
    background: -moz-linear-gradient(45deg,  rgba(246,162,10,1) 0%, rgba(255,254,253,0) 99%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(246,162,10,1)), color-stop(99%,rgba(255,254,253,0)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg,  rgba(246,162,10,1) 0%,rgba(255,254,253,0) 99%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg,  rgba(246,162,10,1) 0%,rgba(255,254,253,0) 99%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg,  rgba(246,162,10,1) 0%,rgba(255,254,253,0) 99%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(45deg,  rgba(246,162,10,1) 0%,rgba(255,254,253,0) 99%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6a20a', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
