﻿body 
{
    font-family:Arial;
}

h1
{
 font-size:26px; color:#333; font-family:Arial;
}

h3
{
 font-size:16px; color:#333; font-family:Arial;
}
label
{
    vertical-align:middle;
}

.myTxtBox 
{
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #CCC;
    color: #777777;
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 14px;
    margin: 5px 3px 0 5px;
    outline: 0 none;
    padding: 1px;
    width: 227px;
}

.myTxtBox2 {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #CCC;
    color: #777777;
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 14px;
    margin: 5px 3px 0 5px;
    outline: 0 none;
    padding: 1px;   
    width: 150px;
}

.regularTxt {
    text-align:right;   
}
.errorTxt {
    text-align:right;
    color:Red;
}
.versionLabel {
    font-family:Arial;
    font-size:9px;
    color:Gray;
    padding-right:10px;
}
.txtTitle 
{
    font-size:24px; color:#333; font-family:Arial;
}
.txtSubtitle1
{
    font-size:12px; color:#333; font-family:Arial;       
}
.txtSubtitle2
{
    font-size:12px; color:#3381b7; font-family:Arial;
}
.txtSubtitle
{
    font-size:12px; color:#333; font-family:Arial;
}
.txtTableHeader
{
    font-size:12px; color:#333; font-family:Arial; font-weight:bold;
}
.txtBoxSubtitle
{
    font-size:18px; font-family:Arial; color:#333;
}
.txtBoxDescription
{
    font-size:11px; font-family:Arial; color:#333;
}
.txtWizardTitle
{
    font-size:20px; font-family:Arial; color:#333;
}
.txtLargeSubtitle
{
    font-size:16px; font-family:Arial; color:#333;
}

#PopUpDIV
{
    height:100%;
    width:100%;
    z-index:100;
    position:fixed;
    top:0;
    left:0;
}

.PopUpDivBG
{
    height:100%;
    width:100%;
    z-index:800;
    position:fixed;
    top:0;
    left:0;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    /* IE 5-7 */
    filter: alpha(opacity=90);
    /* Netscape */
    -moz-opacity: 0.9;
    /* Good browsers */
    opacity: 0.9;
    background-color: #FFFFFF;
}

.PopupDivFG
{
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* IE 5-7 */
    filter: alpha(opacity=100);
    /* Netscape */
    -moz-opacity: 1;
    /* Good browsers */
    opacity: 1;
    background-color: #FFFFFF;
    z-index: 900;
}

.appControl
{
    border-bottom:1px dotted #dbdbdb; padding: 20px 20px 20px 0px; line-height: 16px; text-align:left;
}
.appControlMarked
{
    background-color:#f0f7fa; 
}
.appControlMarked .appDatelbl
{
    font-size:12px; font-family:Arial; color:#ff7200;
}
.appControlMarked .appTimelbl
{
    font-size:16px; font-family:Arial; color:#ff7200;
}
.appTimelblBlack-bold
{
    font-size:12px; font-family:Arial; color:#333333; font-weight:bold;
}
.tableLabel, .appDatelbl, .appTimelbl
{
    font-size:12px; color:#333; font-family:Arial;
}
.tableLabel-bold
{
    font-size:12px; color:#333; font-family:Arial; font-weight: bold;
}

.tableLabel-PaddingTop
{
    font-size:12px; color:#333; font-family:Arial;padding-top:5px;
}

.roundedContainer
{
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
          
    overflow:hidden;
}
.roundedHeader
{
    background: #f2f2f2; 
    background: url("../image_assets/content-header-slice_2x56.gif") repeat-x scroll right bottom #f2f2f2; /* for non-css3 browsers */
   
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f2f2)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #ffffff,  #f2f2f2); /* for firefox 3.6+ */
}

.roundedDIV
{
    border: 1px solid #E3E3E3;
    border-radius: 5px 5px 5px 5px;
}

#roundedDIV 
{
    border: 1px solid #E3E3E3;
    border-radius: 5px 5px 5px 5px;
}


#divStatus
{
    font-size:12px; color:#3381b7; font-family:Arial;
}

#txtLocation
{
    width:300px;
}

#ddlStoreType
{
    width:230px;
}

.contentDiv
{
    background-color:transparent;
}

.contentDiv label, .contentDiv input
{
    cursor:pointer;
}

.contentDiv-color
{
    background-color:#f0f7fa;
}

.customLink, .customLink:link, .customLink:visited
{
    cursor:pointer;
    font-size:12px; color:#3381b7; font-family:Arial;
    background-color:transparent;
    text-align:left;
    padding:0px;
}

.customLink2, .customLink2:link, .customLink2:visited
{
    cursor:pointer;
    font-size:12px; color:#3381b7; font-family:Arial;
    background-color:transparent;
    text-align:left;
    padding:0px;
    text-decoration: none;
}

.navtestBtn
{
    background-color:transparent;
    font-size:12px; color:#3381b7; font-family:Arial;
    cursor:pointer;
}

input[disabled="disabled"]
{
    color: #CCCCCC;
}


.testBtn
{
    background-color:transparent;
    width:20px;
    height:20px;
    font-size:12px; color:#3381b7; font-family:Arial;
    text-align:center;
    cursor:pointer;
}
.testBtn:hover
{
    background-color:#dfeef5;
    font-size:12px;  font-family:Arial;
}

.testBtnD
{
    width:20px;
    height:20px;
    border-color: #DADADA;
    border-style: solid;
    border-width: 1px;
    background-color:white;
    font-size:12px; 
    color:#666666; 
    font-family:Arial;
}

.inactiveList
{
    font-family:Arial; font-size:12px; color:#333;
}
.activeList
{
    font-family:Arial; font-size:12px; color:#000000;
}

.btnContinue
{
    background: url('Images/btnContinue-Enabled.png') no-repeat;
}
.btnContinueD
{
    src:url('Images/btnContinue-Disabled.png');
}
.btnContinue:disabled
{
    background: url('Images/btnContinue-Disabled.png') no-repeat;
}
.btnContinue:hover
{
    src:url('Images/btnContinue-Disabled.png');
    border:1px solid red;
}
.subtitle
{
    font-family:Arial;
    font-size:18px;
    color:#333333;
}
.ArialRegular20
{
    font-family:Arial;
    font-size:20px;
    color:#333333;
}
.ArialRegular16
{
    font-family:Arial;
    font-size:16px;
    color:#333333;
}
.ArialRegular13
{
    font-family:Arial;
    font-size:13px;
    color:#333333;
}
.ArialRegular12
{
    font-family:Arial;
    font-size:12px;
    color:#333333;
}
.ArialBold12
{
    font-family:Arial;
    font-size:12px;
    color:#333333;
    font-weight:bold;
}

.ArialRegular24
{
    font-family: Arial;
    font-size:24px;     
    color:#333333;
}

#lblChangeLocation
{
    font-family:Arial;
    font-size:13px;
    color:#333333;
    padding-left:20px;
}

div#content-header {
    background: url("../image_assets/content-header-slice_2x56.gif") repeat-x scroll right bottom #FFFFFF;
    min-height: 48px;
    line-height:48px;
    padding-bottom: 5px;
    padding-left: 14px;
    padding-right: 14px;
    width: 944px;
    text-align:left; 
    font-size:18px; 
    font-family:Arial; 
    color:#333; 
    vertical-align:middle; 
}

div#content-header.mainPageHeader
{
    background:none;
    padding-top:10px;
    height:79px;
}

div#content-header.backgroundPositionTop {
    background-position: right top;
    width:auto;
}

div#content-body
{
    padding-bottom: 5px;
    padding-left: 14px;
    padding-right: 14px;
    padding-top:20px;
    width: 944px;
}

div#wrapper 
{
text-align: center;
}

div.selector select
{
    width:100px;
}

div.content
{
    min-height:320px; /*480px*/
    padding-bottom:20px;
}

div.innerBox 
{
    position:relative;
    border: 1px solid #E3E3E3;
    border-radius: 5px 5px 5px 5px;
    margin: 0 auto;
    width: 733px;   /*CR 76963*/
    color:#333;
}

div.innerBoxWidth
{
    width: 733px;   /*CR 76963*/
    margin: 0 auto; /*CR 76963*/
}

div.innerBoxHeader {
    background: url("../image_assets/content-header-slice_2x56.gif") repeat-x scroll right bottom #FFFFFF;
    height: 34px;
    line-height:34px;
    padding-left: 20px;
    text-align:left; 
    font-size:13px;
    font-family:Arial;
}

div.innerBoxHeader2 {
    background: url("../image_assets/content-header-slice_2x56.gif") repeat-x scroll right bottom #FFFFFF;
    height: 34px;
    line-height:34px;
    padding-left: 20px;
    text-align:left; 
    font-size:14px;
    font-family:Arial;
}


div.popupHeader {
    background: url("../image_assets/content-header-slice_2x56.gif") repeat-x scroll right bottom #FFFFFF;
    line-height:34px;
    text-align:left; 
    font-size:13px;
    font-family:Arial;
    padding:20px;
    padding-left:30px;
    width:350px;
}

div.popupContent
{
    padding: 20px 30px 0px 30px;
    width:340px;
    line-height: 1.4em;
}

div.popupContent2
{
    padding: 0px 30px 10px 30px;
}

div.popupFooter
{
    padding:30px;
    padding-top:20px;
    overflow: hidden;
    width:340px;
    
}

div.popupFooterEmpty
{
    padding-bottom:10px;
}

div#content-header.backgroundPositionTop {
    background-position: right top;
    width:auto;
}

.modal600 div.popupContent, .modal600 div.popupFooter
{
    width:540px;
}

.modal600 div.popupHeader
{
    width:550px;
}



/*------------------------------*/
/*  APPOINTMENT DATETIME        */
/*------------------------------*/


/* UserControls/Calendar/Controls/Calendar_DataList.ascx
----------------------*/

.Calendar_DataList_Item
{
    position: relative;
    text-align: left;           /*CR 76963*/
    float:left;                 /*CR 76963*/
    font-family:Arial;          /*CR 76963*/
    font-size:11px;             /*CR 76963*/
    display: block;             /*CR 76963*/    
    margin:2px 0px -2px 0px;     /*CR 76963*//* Defect 1848 : Chetan */
    color:#5393C1;              /*CR 76963*/
    height:21px;                /*QC 1667 - Chetan*/
}
.Calendar_DataList_Item_Cnt     /*CR 76963-Class added*/
{
    position: relative;    
    float:right;
    font-family:Arial;
    font-size:10px;/*Defect 1667 - Chetan*/
    display: block;   
    margin:-3px 4px 0px -14px; /*CR 76963*//*QC 1667 - Chetan*//* Defect 1848 : Chetan */
    line-height: 1;/*QC 1667 - Chetan*/
    text-align: right;/*QC 1667 - Chetan*/
}

.expandBtn      /*CR 76963-Class added*/
{
    float:left;
    margin: -1px 1px 1px -1px;/*QC 1667 - Chetan*//* Defect 1848 : Chetan */
}

.AppointmentDateTime_Calendar
{
    padding:1px 0px 0px 0px;    /*CR 76963*/
}

.AppointmentDateTime_Calendar.first
{
}

.DataList_Calendar
{
    margin:20px 0px 20px 0px;/*CR 76963*/
}
.Calendar_DataList_Item_Panel
{
    position: relative;
    width: 85px;                    /*CR 76963*/
    text-align: left;       
    height: 43px;                   /*CR 76963*//*Defect 1667 - Chetan*/
    background-color: white;        /*CR 76963*/
}

.Calendar_DataList_Item_Panel_Unavailable
{
    position: relative;
    width: 85px;                /*CR 76963*/   
    height: 36px;               /*CR 76963*//*Defect 1667 - Chetan*/
    padding-top:7px;            /*CR 76963*/
    /*margin: 10px 0px 0px 0px;*/   /*CR 76963*/  
    background-color: rgb(226, 223, 223);   /*CR 76963-Class added*/
}

.UnAvaiPeriodTitle  /*CR 76963-Class added*/
{
    font-size:11px;
    font-family:Arial;
    display:block;
    color:rgb(90,89,89);
}

.UnAvaiPeriodDesc   /*CR 76963-Class added*/
{
    font-size:10px;/*Defect 1667 - Chetan*/
    font-family:Arial;
    display:block;
    color:rgb(90,89,89);
}

.Calendar_DataList_Item_Expand
{
    background: url(~/image_assets/btn_expand.gif) no-repeat;
    width: 25px;
    height: 24px;
}

.Calendar_DataList_Item_Collapse
{
    background: url(~/image_assets/btn_expand.gif) no-repeat;
    width: 25px;
    height: 24px;
}

/* UserControls/Calendar/Controls/CalendarSlot_DataList.ascx
----------------------*/
.CalendarSlot_DataList_Item
{
    font-family: Arial; 
   /*font-size: smaller;*/      /*CR 76963*/
    width: 74px;                /*QC 1667 - Chetan*/
    /*height: 22px;*/           /*CR 76963*/
    line-height: 14px;
    /*text-align: left;         
    text-align: center;
    margin-top: 2px;*/          /*CR 76963*/
    /*background-image: url(../image_assets/btn_green_wWhiteDot.gif);    */ /*CR 76963*/
    color:White;
    font-size:12px;
    padding-right: 10px;/*QC 1667 - Chetan*/
}

.CalendarSlot_DataList_Item a
{
    text-decoration: none;
    color: #5393C1;         /*#0C98D8;*/
    /*margin-right:10px;*/  /*CR 76963*/
    font-family: Arial;     /*CR 76963*/
   	Font-size:10px;         /*CR 76963*/
   	line-height:14px;       /*CR 76963*/
   	display:block;          /*CR 76963*/
   	/*padding-right:4px;*/  /*CR 76963*//*Defect 1667 - Chetan*/
   	text-align:right;       /*CR 76963*/
}

.CalendarSlot_DataList_Item a:link, .CalendarSlot_DataList_Item a:visited
{  
    /*color: White;*/ /*CR 76963*/
}

.CalendarSlot_DataList_Item a:hover
{
    text-decoration: underline;
}


.CalendarSlot_DataList_Item_Selected
{    
    /*font-family: Arial;
    font-size: smaller;
    width: 83px;
    height: 22px;
    line-height: 22px;
    text-align: left;
    text-align: center;
    margin-top: 2px;
    background-image: url(../image_assets/btn_green_wCheckMark.gif);*/ /*CR 76963-commented*/
    color:#FF0000 !important; /*CR 76963*/   
}

.CalendarSlot_DataList_Item_Occupied
{
    font-family: Arial; 
    font-size: smaller;
    width: 83px;
    height: 22px;
    line-height: 22px;
    text-align: left;
    text-align: center;
    margin-top: 2px;
    background-image: url(../image_assets/btn_gray_wOrangeDot.gif);
}

.CalendarSlot_DataList_Item_LinkButton
{
    font-family: Verdana;
    display: block;
    width: 83px;
    height: 22px; 
    color: #AAAAAA;  
    font-size: small; 
    line-height: 20px;
    font-weight: normal;
}


.CalendarSlot_DataList_Item_LinkButton_Selected
{
    font-family: Verdana;
    display: block;
    width: 83px;
    height: 22px; 
    color: #AAAAAA;  
    font-size: small; 
    line-height: 20px;
    font-weight: normal;
}

.CalendarSlot_DataList_Item_LinkButton_Occupied
{
    font-family: Verdana;
    display: block;
    width: 83px;
    height: 22px; 
    color: #AAAAAA;  
    font-size: small; 
    line-height: 20px;
    font-weight: normal;
}




.AvailableLabel
{
    font-family:Arial;
    font-size:8px;
}


.CurrentSelectionDiv
{
    text-align: center;
    margin-top: 10px;
}
.choiceBox
{
    position:relative;
    border: 1px solid #E3E3E3; 
    width: 318px;
    border-radius:5px;
    height:298px;
    padding-bottom: 20px; /*LL 2012-11-13 to address QR 3066 and 3078*/
}   
.choiceBoxHeader
{
    border-bottom: 1px solid #E3E3E3; 
    text-align: left; 
    background: url("../image_assets/content-header-slice_2x56.gif") repeat-x scroll right bottom #FFFFFF;
    vertical-align: middle; 
    height: 56px; 
    padding-left: 20px;
    line-height:56px;
    
}

.choiceBoxHeader h3 
{
    line-height:56px;
    
}

tr.invalidInput span 
{
    color:Red;
    font-weight:bold;
}

.topRound {
    background: url("//0.ecom.attccc.com/images/global/top-round.gif") no-repeat scroll 0 0 transparent;
    border: 0 none;
    height: 4px;
    left: -1px;
    position: absolute;
    top: -1px;
    width: 100%;
    z-index: 100;
}


.topRound div {
    background: url("//0.ecom.attccc.com/images/global/top-round-right.gif") no-repeat scroll right top transparent;
    height: 4px;
    position: relative;
    right: -2px;
    top: 0;
}

.bottomRound {
    background: url("//0.ecom.attccc.com/images/global/bottom-round.png") no-repeat scroll 0 0 transparent;
    bottom: -1px;
    height: 4px;
    left: -1px;
    position: absolute;
    width: 100%;
}

.bottomRound div {
    background: url("//0.ecom.attccc.com/images/global/bottom-round-right.png") no-repeat scroll right top transparent;
    bottom: 0;
    height: 4px;
    position: relative;
    right: -2px;
}

.cancelTopRound {
    background: url("../Images/top-round.gif") no-repeat scroll 0 0 transparent;
    border: 0 none;
    height: 4px;
    left: -1px;
    position: absolute;
    top: -1px;
    width: 100%;
    z-index: 100;
}


.cancelTopRound div {
    background: url("../Images/top-round-right.gif") no-repeat scroll right top transparent;
    height: 4px;
    position: relative;
    right: -2px;
    top: 0;
}

.cancelBottomRound {
    background: url("../Images/bottom-round.gif") no-repeat scroll 0 0 transparent;
    bottom: -1px;
    height: 4px;
    left: -1px;
    position: absolute;
    width: 100%;
}

.cancelBottomRound div {
    background: url("../Images/bottom-round-right.gif") no-repeat scroll right top transparent;
    bottom: 0;
    height: 4px;
    position: relative;
    right: -2px;
}

.topRoundText {
    background: url("//0.ecom.attccc.com/images/global/top-round.gif") no-repeat scroll 0 0 transparent;
    border: 0 none;
    height: 4px;
    left: 0px;
    position: absolute;
    top: 1px;
    width: 100%;
    z-index: 100;
}


.topRoundText div {
    background: url("//0.ecom.attccc.com/images/global/top-round-right.gif") no-repeat scroll right top transparent;
    height: 4px;
    position: relative;
    right: 4px;
    top: 0;
}

.bottomRoundText {
    background: url("//0.ecom.attccc.com/images/global/bottom-round.png") no-repeat scroll 0 0 transparent;
    bottom: 1px;
    height: 4px;
    left: 0px;
    position: absolute;
    width: 100%;
}

.bottomRoundText div {
    background: url("//0.ecom.attccc.com/images/global/bottom-round-right.png") no-repeat scroll right top transparent;
    bottom: 0;
    height: 4px;
    position: relative;
    right: 4px;
}

div.stretch
{
    width:100%;
}
table.searchTable tr 
{
    line-height:35px;
}

table.searchTable td
{
    /*vertical-align:top;*/
    /* LL 2012 commented out to address QR 3070 */
}
.ui-datepicker
{
    font-size:11px;
}

.RequiredFieldsLegend
{
    font-family: Arial; 
    color: #333333; 
    font-size: 12px;
    margin: 0px 20px 20px 20px;
}

.longerDropDown div.selector
{
    width:300px !important;
}

.longerDropDown div.selector span
{
    width:270px !important;
}

.longerDropDown div.selector select
{
    width:310px !important;
}

.TxtArea
{
    /*background: url("../images/bg-input.png") repeat-x scroll 0 0 transparent;*/
    background: url("../image_assets/inputtop.png") repeat-x scroll 0 0 transparent;
    border: 1px solid #E3E3E3;
    color: #777777;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    padding: 3px;
    width: 227px;
    resize:none;
    min-width:227px;
    max-width:227px;
}


/* textbox rounded corners -- start*/

.styled_forms
{
    margin-top: -5px;
}

.styled_forms span.textInput-wrapper {
    background: url("//0.ecom.attccc.com/images/global/forms/input-right.gif") no-repeat scroll 100% 1px transparent;
    display: inline-block;
    height: 24px;
    left: 2px;
    position: relative;
    top: 0;
    vertical-align: middle;
}

.styled_forms span.textInput-wrapper span {
    background: url("//0.ecom.attccc.com/images/global/forms/input-left.gif") no-repeat scroll 0 1px transparent;
    display: inline-block;
    height: 26px;
    margin-right: 2px;
}

.styled_forms span.textInput-wrapper input {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    color: #777777;
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 14px;
    margin: 5px 3px 0 5px;
    outline: 0 none;
    padding: 1px;
}

.styled_forms div.error span.textInput-wrapper {
    background: url("//0.ecom.attccc.com/images/global/forms/input-right-err.gif") no-repeat scroll 100% 1px transparent;
}

.styled_forms div.error span.textInput-wrapper span {
    background: url("//0.ecom.attccc.com/images/global/forms/input-left-err.gif") no-repeat scroll 0 1px transparent;
}

/* textarea*/

.styled_forms span.textAreaInput-wrapper {
    background: url("../image_assets/input-big-right.gif") no-repeat scroll 100% 1px transparent;
    display: inline-block;
    height: 80px;
    left: 2px;
    position: relative;
    top: 0;
    vertical-align: middle;
}

.styled_forms span.textAreaInput-wrapper span {
    background: url("../image_assets/input-big-left.gif") no-repeat scroll 0 1px transparent;
    display: inline-block;
    height: 82px;
    margin-right: 2px;
}

.styled_forms span.textAreaInput-wrapper textarea {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    color: #777777;
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 65px;
    margin: 2px -2px 0 5px;
    outline: 0 none;
    padding: 1px;
}
/* textbox rounded corners --end*/


.commentsBlock
{
    padding:10px;
    padding-left:0;
    color:#777;
}

.minh350
{
    height: auto !important;
    height: 350px;
    min-height: 350px;
}


.calendarDay
{
}

.CalendarDayCell
{
   border:1px solid white;      /*CR 76963*/
   border-top:0;
   border-bottom:0;
   Background-color: #dfeef5;   /*CR 76963*/
   Width: 95px;                 /*CR 76963*/
 }
 
 .calendarDayTitle
 {
     font-family: Arial; 
     font-size: 12px;               /*CR 76963*/
     height: 48px;                  /*CR 76963*/
     Background-color: #3381b7;     /*CR 76963*/
     Color: white;                  /*CR 76963*/
     Width: 95px;                   /*CR 76963*/
 }
 .calendarDayTitle_Day              /*CR 76963- Class added */
 {
     font-weight:bold;display:block;padding-top:9px;text-align:center;
 }
 .calendarDayTitle_Date             /*CR 76963- Class added */
 {
     display:block;text-align:center;
 }
 
 .hlClosePopup
 {
     cursor:pointer;
 }
 
 #errorBox1 ul, #errorBox1 ul span, #errorBox1 span
 {
     font-size:12px;
 }
 
 #errorBox1 ul
 {
     margin:0;
     padding:0 16px;
 }
 
sup, sub 
{ 
    vertical-align: 0;
    position: relative; 
}
sup { bottom: 1ex; }
sub { top: 0.8ex; }


.modal-bg-top-shadow {
    background: url("../images/modal-bg-top.png") no-repeat scroll left bottom transparent;
    height: 20px;
    margin-left: 7px;
    left: -6px;
    position: relative;
    top: -8px;
    width: 414px;
}

.modal-bg-mid-shadow {
    background: url("../images/modal-bg-mid.png") repeat-y scroll 0 0 transparent;
    left: -6px;
    padding-left: 7px;
    margin-left: 7px;
    position: relative;
    top: -8px;
    width: 414px;
}


.modal-bg-gr-bottom-shadow {
    background: url("../images/modal-bg-bottom.png") no-repeat scroll left top transparent;
    height: 13px;
    left: -6px;
    position: relative;
    margin-left: 7px;
    top: -8px;
    width: 414px;
}


.modal600 .modal-bg-top-shadow {
    background: url("../images/modal600-bg-top.png") no-repeat scroll left bottom transparent;
    width: 614px;
}

.modal600 .modal-bg-mid-shadow {
    background: url("../images/modal600-bg-mid.png") repeat-y scroll 0 0 transparent;
    width: 614px;
}


.modal600 .modal-bg-gr-bottom-shadow {
    background: url("../images/modal600-bg-bottom.png") no-repeat scroll left top transparent;
    width: 614px;
}

#globalNav
{
    height:160px;
}

.rfInd 
{
    color:#FF6600;
}