﻿*
{
    margin: 0;
}

#middle
{
    position: absolute;
    top: 10px;
    left: 11.3%;
    min-width: 360px;
    width: 60%;
    margin-top: 1%;
}

.CornerLeftWide
{
    background: url(        "Images/Wide-L.jpg" ) left no-repeat;
}

.CornerRightWide
{
    background: url(        "Images/Wide-R.jpg" ) left no-repeat;
}

.MiddleWide
{
    background: url(       "Images/Wide-M.jpg" );
}

.CornerLeftNarrow
{
    background: url(        "Images/Narrow-L.jpg" ) left no-repeat;
}

.CornerRightNarrow
{
    background: url(        "Images/Narrow-R.jpg" ) left no-repeat;
}

.MiddleNarrow
{
    background: url(       "Images/Narrow-M.jpg" );
}

.TitleL
{
    padding-top: 4px;
    margin-left: 0;
    margin-right: 0;
}

.MarginRight
{
    margin-right: 10px;
    cursor: pointer;
}

.HorizonRight
{
    text-align: right;
}

.MarginLeft
{
    margin-left: 10px;
    cursor: pointer;
}

.HorizonLeft
{
    text-align: left;
}

.NoMarginLeft
{
    margin-left: 0;
}

.NoMarginRight
{
    margin-right: 0;
}

.LTR
{
    direction: ltr;
}


.TextBoxUPC
{
    text-transform: uppercase;
}

.Margins
{
    margin-right: 10px;
    margin-left: 10px;
}

.ErrorMessage
{
    border: solid 2px #346898;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    background-color: #f7cd47;
    color: #346898;
    padding-left: 5px;
    padding-right: 5px;
}

.ErrorMessage_nb
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    background-color: #f7cd47;
    color: #346898;
    padding-left: 5px;
    padding-right: 5px;
}

.PleaseWait
{
    border: solid 2px #bb5b4b;
    font-family: Arial;
    font-size: 30px;
    font-weight: bold;
    background-color: #fdf2d0;
    padding: 10px;
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    color: #bb5b4b;
    azimuth: center;
}


.TableCellPadding
{
    padding-left: 5px;
    padding-right: 5px;
}

.GridViewCellAttr
{
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: White;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: White;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: top;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: White;
}


.GridViewMasterCell
{
    padding-bottom: 2px;
    background-color: #6fa1c2;
}

.FlightPrice
{
    max-width: 40px;
    min-width: 40px;
    width: 40px;
    empty-cells: show;
}

.NoMargin
{
    margin: 0px;
    padding: 0px;
}

.LabelPaddingMargin
{
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 2px;
    margin-right: 2px;
}

.MaxWidth
{
    max-width: 566px;
    min-width: 566px;
}

.padding
{
    padding: 3px;
}

/*Mike 20080317*/
#dhtmltooltip
{
    position: absolute;
    width: 150px;
    border: 2px solid black;
    padding: 2px;
    background-color: lightyellow;
    visibility: hidden;
    z-index: 100; /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
    filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
.hand
{
    cursor: pointer;
}

.link_label
{
    cursor: pointer;
    font: normal bold 10pt arial;
    color: #434375;
    text-decoration: none;
}

/* ---- Progress menu ---- */

.Before
{
    background-color: Silver;
}
.Passed
{
    background-color: #f37020;
}

/* ---- Calendar ---- */

.OtherMonthDay
{
    visibility: hidden;
}
.link
{
    text-decoration: none;
}

/* ---- Tabs Menu ---- */

.TabPanel
{
    border-bottom: none;
    border-left: solid 1px white;
    border-right: none;
    border-top: none;
    vertical-align: text-bottom;
    height: 30px;
}

.TabButtonSelected
{
    /*background-color: #434375;*/
    background: url( "Images/menu_blue.png" );
    color: White;
    text-align: center;
    vertical-align: text-bottom;
    height: 30px;
}

.TabButtonNotSelected
{
    /*background-color: #edf1f8;     color: #434375;*/
    background: url( "Images/menu_black.png" );
    color: white;
    text-align: center;
    vertical-align: text-bottom;
    height: 30px;
}

/* ---- Page Design XSLs ---- */

/* Triple Xsl */
.triple_xsl_div
{
    width: 176px;
    height: 235px;
    border-left: solid 1px silver;
    border-right: solid 1px silver;
    border-bottom: solid 1px silver;
    border-top: solid 3px black;
    background-image: url('Images/triple_box_bg.png' );
    background-repeat: repeat;
    background-position: 0 0;
    float: left;
    position: relative;
}

.triple_xsl_imagediv
{
    height: 106px;
    width: 176px;
    position: relative;
    z-index: 0;
    cursor:auto;
}

.triple_xsl_image
{
    height: 98px;
    width: 168px;
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 1;
    border: none;
    cursor:auto;
}

.triple_xsl_icon
{
    position: absolute;
    top: 4px;
    left: 4px;
    height: 41px;
    width: 41px;
    z-index: 10;
    border: none;
    cursor:auto;
}

.triple_xsl_productdiv
{
    font: bold 14px Arial;
    height: 15px;
    width: 172px;
    position: absolute;
    right: 4px;
    top: 107px;
    color: black;
}

.triple_xsl_destinationdiv
{
    position: absolute;
    right: 4px;
    top: 122px;
    font: bold 18px Arial;
    color: rgb(0, 144, 255);
    height: 18px;
    width: 172px;
}

.triple_xsl_diffproductdiv
{
    position: absolute;
    right: 4px;
    top: 140px;
    width: 172px;
    height: 67px;
    font: 12px Arial;
    white-space: nowrap;
    overflow: hidden;
    color: black;
}

.triple_xsl_sepdiv
{
    position: absolute;
    right: 0px;
    top: 208px;
    width: 176px;
    height: 2px;
    background: url( "Images/deal-line.png" );
}

.triple_xsl_pricediv
{
    position: absolute;
    right: 2px;
    top: 209px;
    width: 172px;
    height: 26px;
    font: bold 22px Arial;
    vertical-align: middle;
    text-align: left;
    color: rgb(0, 144, 255);
}

.triple_xsl_ahref
{
    text-decoration: none;
    cursor: pointer;
    z-index: 100;
}

.triple_xsl_diffproductdiv_ph1
{
    position: absolute;
    right: 4px;
    top: 140px;
    width: 172px;
    height: 3px;
}

.triple_xsl_diffproductdiv_ph2
{
    position: absolute;
    right: 4px;
    top: 143px;
    width: 172px;
    height: 14px;
    font: 12px Arial;
    white-space: nowrap;
    overflow: hidden;
    color: black;
    
    
}

.triple_xsl_diffproductdiv_ph3
{
    position: absolute;
    right: 4px;
    top: 157px;
    width: 172px;
    height: 14px;
    font: 12px Arial;
    white-space: nowrap;
    overflow: hidden;
    color: black;
}
.triple_xsl_diffproductdiv_ph4
{
    position: absolute;
    right: 4px;
    top: 171px;
    width: 172px;
    height: 22px;
    font: 12px Arial;
    white-space: nowrap;
    overflow: hidden;
    color: black;
}

.triple_xsl_diffproductdiv_ph5
{
    position: absolute;
    right: 4px;
    top: 193px;
    width: 172px;
    height: 14px;
    font: 12px Arial;
    white-space: nowrap;
    overflow: hidden;
    color: black;
}


/* Triple Xsl */

/* Single Rotator Xsl */
.single_xsl_div
{
    width: 176px;
    height: 186px;
    border-left: solid 1px silver;
    border-right: solid 1px silver;
    border-bottom: solid 1px silver;
    border-top: solid 1px silver;
    background-image: url('Images/single_box_bg.png' );
    background-repeat: repeat;
    background-position: 0 0;
    float: left;
    position: relative;
}

.single_xsl_imagediv
{
    height: 106px;
    width: 176px;
    position: relative;
    cursor:auto;
}

.single_xsl_image
{
    height: 98px;
    width: 168px;
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 0;
    border:none;
    cursor:auto;
}

.single_xsl_icon
{
    position: absolute;
    top: 4px;
    left: 4px;
    height: 41px;
    width: 41px;
    z-index: 10;
    border:none;
    cursor:auto;
}

.single_xsl_destinationdiv
{
    position: absolute;
    right: 4px;
    top: 107px;
    font: bold 18px Arial;
    color: rgb(0, 144, 255);
    height: 20px;
    width: 172px;
}

.single_xsl_sepdiv
{
    position: absolute;
    right: 0px;
    top: 128px;
    height: 2px;
    width: 176px;
    background: url( "Images/deal-line.png" );
}

.single_xsl_diffproductdiv
{
    position: absolute;
    right: 4px;
    top: 131px;
    width: 172px;
    height: 58px;
    font: 12px Arial;
    color: Black;
}

.single_xsl_diffproductdiv_ph1
{
    position: absolute;
    right: 4px;
    top: 131px;
    width: 172px;
    height: 14px;
    font: 12px Arial;
    color: Black;
}

.single_xsl_diffproductdiv_ph2
{
    position: absolute;
    right: 4px;
    top: 146px;
    width: 172px;
    height: 44px;
    font: 12px Arial;
    color: Black;
}


/* List Xsl */


.list_xsl_pricediv
{
    color: rgb(0, 144, 255);
    font: bold 16px Arial;
    text-decoration:none;
}


/* ---- rotator jquery ---- */

/* rotator in-page placement */
div#rotator
{
    position: relative;
    height: 188px;
    width: 372px;
    float: left;
}
/* rotator css */
div#rotator ul li
{
    position: absolute;
    top: 0;
    left: 0;
    list-style: none;
}
/* rotator image style */
div#rotator ul li img
{
    width: 362px;
    height: 178px;
    border: 1px solid #ccc;
    padding: 4px;
    background: #FFF;
}
div#rotator ul li.show
{
    z-index: 500;
}

.divSpecMain
{
    position: relative;
}

.SpecialsManager_div
{
    width: 566px;
    position: relative;
    float: left;
}

.SpecialsManager_editDiv
{
    width: 566px;
}

.SpecialsManager_sep
{
    width: 16px;
    float: left;
}

.repeater_space_div
{
    height: 16px;
    width: 566px;
    float: left;
    
}

input::-moz-focus-inner /*Remove button padding in FF*/
{
    border: 0;
    padding: 0;
}

