﻿/* ===================================== */
/* =============== AJAX  =============== */
/* ===================================== */

.watermark {
    font-style: italic;
    /*
    border: 1px solid #7f9db9;
    color: #999999;
    background-color: #F0F0F0;
    */
}

/* ===================================== */
/* ======== AJAX Collapse Panel ======== */
/* ===================================== */
.collapsePanel {
    height: 0px;
    /*width: 95%;*/
    overflow: hidden;
    border: solid 1px #cccccc;
    /*margin-bottom: 5px;*/
}

.collapsePanelHeader {
    height: 12px;   /* 16px */
    /*
    line-height: 80%;
    font-size: 80%;
    */
    /*width: 95%;*/
    color: #FFFFFF;
    background-color: #9DC032;
    cursor: pointer;
    vertical-align: middle;
    padding: 5px;
    margin-top: 4px;
}

/*
.ajax__tab_xp .ajax__tab_body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 6pt;
}
*/

/* ================================= */
/* Calendar Pop-up                   */
/* ================================= */
/*
.ajax__calendar_container {
    margin-top: 7px;
}
*/


/* ===================================== */
/* ==== AJAX Modal Progress Popup ====== */
/* ===================================== */
.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=60);
    opacity: 0.60;
}
.updateProgress {
    border-width: 1px;
    border-style: solid;
    background-color: #FFFFFF;
    /*position: absolute;*/
    width: 300px;
    height: 75px;
}
.updateProgressMessage {
    margin: 3px;
    font-family: Trebuchet MS;
    font-size: small;
    vertical-align: middle;
}
.updateProgressMessage a:link, .transparentPanel a:visited, .transparentPanel a:active {
	/* color: #808080; */
	color: #003300;
	text-decoration: none;
}

.updateProgressMessage a:hover {
	color: #006600;
	text-decoration: none;
}
.modalMessageBox {
    border-width: 1px;
    border-style: solid;
    background-color: #FFFFCC;
    /*position: absolute;*/
    /*width: 400px;*/
    /*height: 190px;*/
    padding: 10px;
}
.modalPopUp_LoginRegisterQuickpass{
    border-width: 1px;
    border-style: solid;
    background-color: #FFFFCC;
    /*position: absolute;*/
    width: 400px;
    /*height: 190px;*/
    padding: 10px;
}
.modalPopUp_SelectCouponsToContinue{
    border-width: 1px;
    border-style: solid;
    background-color: #FFFFCC;
    /*position: absolute;*/
    width: 400px;
    /*height: 190px;*/
    padding: 10px;
}

/* ===================================== */
/* ==== AJAX Combo Box            ====== */
/* ===================================== */
.WindowsStyle .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input
{
    margin: 0;
    border: solid 1px #7F9DB9;
    border-right: 0px none;
    padding: 1px 0px 0px 5px;
    font-size: 13px;
    height: 18px;
}
.WindowsStyle .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button
{
    margin: 0;
    padding: 0;
    background-image: url(images/ajax/windows-arrow.gif);
    background-position: top left;
    border: 0px none;
    height: 21px;
    width: 21px;
}
.WindowsStyle .ajax__combobox_itemlist
{
    border-color: #7F9DB9;
}

.ajax__combobox_itemlist li
{
    font-size: small;
    /*
    padding-right: 5px;
    padding-left: 5px;
    white-space: normal;
    width: inherit;
    */
}
