/***********************************************************************************************************
-----Filename: Controls.css

-----Purpose:  This file is to be used ONLY for styles used with controls/components that are to be reused 
               throughout the website/application
***********************************************************************************************************/


/*Buttons**************************************************************************************************/
.ButtonSmall
{
    width: 66px;
    height: 36px;
    text-align: center;
    color: white;
    font-family: arial;
    font-size: 11px;
    font-weight:bolder;
    border:none;
    cursor:pointer;
    background: url(Images/Application/Button/Small-Button.png) no-repeat left top;
}
.ButtonSmall:hover
{
    background: url(Images/Application/Button/Small-Button.png) no-repeat left -35px;
}
.ButtonSmallDisabled
{
    width: 66px;
    height: 36px;
    text-align: center;
    color: white;
    font-family: arial;
    font-size: 11px;
    font-weight:bolder;
    border:none;
    cursor:pointer;
    background: url(Images/Application/Button/Small-Button.png) no-repeat left -70px;
}


.ButtonMedium
{
    width: 126px;
    height: 36px;
    text-align: center;
    color: white;
    font-family: arial;
    font-size: 11px;
    font-weight:bolder;
    border:none;
    cursor:pointer;
    background: url(Images/Application/Button/Medium-Button.png) no-repeat left top;
}
.ButtonMedium:hover
{
    background: url(Images/Application/Button/Medium-Button.png) no-repeat left -35px;
}
.ButtonMediumDisabled
{
    width: 126px;
    height: 36px;
    text-align: center;
    color: white;
    font-family: arial;
    font-size: 11px;
    font-weight:bolder;
    border:none;
    cursor:pointer;
    background: url(Images/Application/Button/Medium-Button.png) no-repeat left -70px;
}

.ButtonLarge
{
    width: 186px;
    height: 36px;
    text-align: center;
    color: white;
    font-family: arial;
    font-size: 11px;
    font-weight:bolder;
    border:none;
    cursor:pointer;
    background: url(Images/Application/Button/Large-Button.png) no-repeat left top;
}
.ButtonLarge:hover
{
    background: url(Images/Application/Button/Large-Button.png) no-repeat left -35px;
}
.ButtonLargeDisabled
{
    width: 186px;
    height: 36px;
    text-align: center;
    color: white;
    font-family: arial;
    font-size: 11px;
    font-weight:bolder;
    border:none;
    cursor:pointer;
    background: url(Images/Application/Button/Large-Button.png) no-repeat left -70px;
}

.ButtonAddOn
{
    margin-left: 0px;
    width: 138px;
    height: 33px;
    text-align: center;
    color: white;
    font-weight: bold;
    font-family: tahoma;
    font-size: 18px;
    border: none;
    cursor: pointer;
}

div.ButtonAddOn a
{
    padding-top: 4px;
    vertical-align: bottom;
    color: White;
    text-decoration: none;
    font-weight: bold;
    display: block;
    width: 100%;
    height: 29px;
    font-family: tahoma;
    font-size: 18px;
}

div.ButtonAddOn
{
    vertical-align: bottom;
    background: url(/css/Images/AddOn-Normal.png) no-repeat left top;
}

/*Buttons for use with links*/
a.ButtonMedium
{
    width: 126px;
    height: 26px;
    text-align: center;
    color: white !important;
    font-family: arial;
    font-size: 11px;
    font-weight:bolder;
    border:none;
    cursor:pointer;
    background: url(Images/Application/Button/Medium-Button.png) no-repeat left top;
    display:block;
    padding-top:10px;
}
a.ButtonMedium:hover
{
    background: url(Images/Application/Button/Medium-Button.png) no-repeat left -35px;
}

/*Global styles*/
a:hover
{
    text-decoration: underline;
}
/*************************************************************************************************************/

/*DynamicProgressControls*************************************************************************************/
/*MessageBox~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.MessageBoxTable
{
    border: 1px solid #A8A8A8;
    background-color: #ffffff;
    width: 260px;
}

.MessageBoxTable td 
{
   padding-left: 10px;
   padding-right: 10px;
}

.MessageBoxHeaderTD
{
   padding-left: 10px;
   padding-right: 10px;
}

.MessageBoxHeaderTD 
{
   font-family:Arial;
   font-size:14px;
   font-weight:bold;
   color:#000000;
   
   padding-top: 10px;
   padding-bottom: 12px;
}

.MessageBoxFooterTD 
{
   font-family:Arial;
   font-size:17px;
   font-weight:bold;
   color:#000000;
   text-align:center;
   padding-top: 15px;
   padding-bottom: 12px;
}

.MessageBoxContentLabel 
{
   font-family:Arial;
   font-size:13px;
   color:#000000;
   display:block;
   margin-left:5px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*Common~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.ProgressBackground
{
    filter: alpha(opacity=70);
    opacity: 0.7;
    background-color: #DBDBDB;
    border: 1px solid #C0C0C0;
}
.ProgressMessage
{
    margin: 0px;
    margin-top: 14px;
    font-family: Arial;
    font-size: 12px;
    vertical-align: top;
    color:White;
}

.ProgressCoverDiv img
{
    margin-top: 25px;
}

.ProgressCoverDiv
{
    position: fixed;
    width: 141px;
    height: 131px;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #A8A8A8;
    background-color: #ffffff;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*************************************************************************************************************/

/*MODALPOPUP**************************************************************************************************/
/* DropShadow */
#master_content .dropShadowPanel span
{
    color: white;
    text-decoration: underline;
}
#master_content .dropShadowPanel span:hover
{
    text-decoration: none;
}

.dropShadowPanel
{
    background-color: #5377A9;
    color: white;
    font-weight: bold;
}


/*Modal Popup*/
.modalBackground
{
    background-color: Black;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup
{
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
}
/************************************************************************************************************/

/*TreeMenu****************************************************************************************************/
.TreeMenu
{
    width: 200px;
    padding-left: 6px;
    text-align: left;
}

.TreeMenu-NodeStyle
{
    border-bottom: solid 1px #CCCCCC;
    white-space: nowrap;
    width: 200px;
    vertical-align: middle;
    font-size: 18px;
    color: #000000;
    font-family: Georgia;
}

.TreeMenu-SelectedNodeStyle, .TreeMenu-SelectedNodeStyle a, .TreeMenu-HoverNodeStyle a:hover
{
    text-decoration: underline;
    color: #00A0C6;
}

.TreeMenu-NodeStyle a
{
    display: block;
    width: 100%;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 5px;
}

.TreeMenu-NodeStyle span
{
    display: block;
    width: 100%;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 5px;
}
/*************************************************************************************************************/

/*CustomMenu**************************************************************************************************/
.CustomMenu
{
    height: 20px;
}

.CustomMenu-StaticMenuItemStyle, .CustomMenu-DynamicMenuItemStyle
{
    padding: 0px 5px 0 5px;
    margin: 0;
    height: 20px;
}

.CustomMenu-StaticMenuItemStyle a, .CustomMenu-DynamicMenuItemStyle a
{
    display: block;
    color: White;
    padding-top: 4px;
    font-family: Arial;
    font-size: 11px !important;
}

.CustomMenu-DynamicHoverStyle a:hover, .CustomMenu-StaticHoverStyle a:hover
{
    text-decoration: underline;
}

.CustomMenu-DynamicMenuStyle
{
}

.CustomMenu-StaticSelectedStyle
{
}
/*************************************************************************************************************/
/*LanguageSelector********************************************************************************************/
.LanguageMenuUL
{
    padding-left: 0 !important;
    margin: 0 !important;
    display: inline;
}

.LanguageMenuUL li
{
    list-style-type: none;
    display: inline;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

.LanguageMenuUL .selected a
{
    text-decoration: underline;
    text-transform: uppercase;
}

.LanguageMenuUL li a
{
    color: White;
    text-decoration: none;
    font-family: Arial;
    font-size: 11px !important;
    width: 100%;
}

.LanguageMenuUL li a:hover
{
    text-decoration: underline;
}
/*************************************************************************************************************/

/*OrderControl************************************************************************************************/
/*CustomerEntry*/
.CustomerEntryTable
{
}

.CustomerEntryTable td
{
    white-space: nowrap;
}

.CustomerEntryTable .SectionHeaderTD
{
    padding-top: 20px;
    padding-bottom: 10px;
}

.CustomerEntryTable .FooterTD
{
    padding-top: 20px;
}


/*OrderConfirm*/
.OrderConfirmTable
{
}

.OrderConfirmTable .LeftSectionTD, .OrderConfirmTable .RightSectionTD
{
    padding-right: 50px;
    vertical-align: top;
}

.OrderConfirmTable .InfoBox
{
    padding-bottom: 20px;
}

.OrderConfirmTable .InfoBox .InfoBoxHeader
{
    padding-bottom: 10px;
}


/*Receipt*/
.ReceiptTable
{
    width: 500px;
}

.ReceiptTable .OrderNumberRow td
{
    vertical-align: top;
    padding-bottom: 50px;
}

.ReceiptTable .HeaderRow td
{
    vertical-align: top;
    padding-bottom: 50px;
}

.ReceiptTable .GreetingHeaderRow td
{
    padding-bottom: 15px;
}


.ReceiptTable .InnerInfoTable
{
    width: 500px;
    clear: both; 
    empty-cells: show;
}

.ReceiptTable .InnerInfoTable .ProductHeaderLine th
{
    text-align: left;
}

.ReceiptTable .InnerInfoTable .ProductHeaderLine td, 
.ReceiptTable .InnerInfoTable .ProductHeaderLine th, 
.ReceiptTable .InnerInfoTable .ProductLine td, 
.ReceiptTable .InnerInfoTable .CalculationLine td, 
.ReceiptTable .InnerInfoTable .TotalLine td
{
    border-bottom: 1px solid #bfbfbf;
    padding-top: 5px;
    padding-bottom: 5px;
}


/*Controls*/
.FormTextBox, .FormTextBoxSmall
{
    border: solid 1px #CCCCCC;
    height: 20px;
    font-family: Arial;
    font-size: 12px;
    color:#000000;
    vertical-align: bottom;
    padding-top: 5px;
}

.FormTextBox
{
    width: 356px;
}

.FormTextBoxSmall
{
    width: 140px;
}

.FormDropDown
{
    width: 360px;
    height: 26px !important;
    padding-top: 5px;
    padding-left: 0;
    padding-right: 0;
}
/*************************************************************************************************************/



/*CalloutValidator*******************************************************************************************/
.ajax__validatorcallout div, .ajax__validatorcallout td
{
    border: solid 3px Black !important;
    background-color: LemonChiffon;
}
.ajax__validatorcallout .ajax__validatorcallout_popup_table
{
    display: none;
    border: none;
    background-color: transparent;
    padding: 0px;
}
.ajax__validatorcallout .ajax__validatorcallout_popup_table_row
{
    vertical-align: top;
    height: 100%;
    background-color: transparent;
    padding: 0px;
}
.ajax__validatorcallout .ajax__validatorcallout_callout_cell
{
    width: 20px;
    height: 100%;
    text-align: right;
    vertical-align: top;
    border: none;
    background-color: transparent;
    padding: 0px;
}
.ajax__validatorcallout .ajax__validatorcallout_callout_table
{
    height: 100%;
    border: none;
    background-color: transparent;
    padding: 0px;
}
.ajax__validatorcallout .ajax__validatorcallout_callout_table_row
{
    background-color: transparent;
    padding: 0px;
}
.ajax__validatorcallout .ajax__validatorcallout_callout_arrow_cell
{
    padding: 8px 0px 0px 0px;
    text-align: right;
    vertical-align: top;
    font-size: 1px;
    border: none;
    background-color: transparent;
}
.ajax__validatorcallout .ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv
{
    font-size: 1px;
    position: relative;
    left: 1px;
    border-bottom: none;
    border-right: none;
    border-left: none;
    width: 15px;
    background-color: transparent;
    padding: 0px;
}
.ajax__validatorcallout .ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv div
{
    height: 1px;
    overflow: hidden;
    border-top: none;
    border-bottom: none;
    border-right: none;
    padding: 0px;
    margin-left: auto;
}
.ajax__validatorcallout .ajax__validatorcallout_error_message_cell
{
    font-family: Verdana;
    font-size: 10px;
    padding: 5px;
    border-right: none;
    border-left: none;
    width: 100%;
    color:Black !important;
}
.ajax__validatorcallout .ajax__validatorcallout_icon_cell
{
    width: 20px;
    padding: 5px;
    border-right: none;
}
.ajax__validatorcallout .ajax__validatorcallout_close_button_cell
{
    vertical-align: top;
    padding: 0px;
    text-align: right;
    border-left: none;
}
.ajax__validatorcallout .ajax__validatorcallout_close_button_cell .ajax__validatorcallout_innerdiv
{
    border: none;
    text-align: center;
    width: 10px;
    padding: 2px;
    cursor: pointer;
}
/************************************************************************************************************/


/*Sitemap****************************************************************************************************/
.Sitemap
{
    width: 350px;
}

.Sitemap ul li
{
    border-bottom: solid 1px #CCCCCC;
    white-space: nowrap;
    font-weight: bold;
    font-size: 13px;
    color: #4E4E4E;
    font-family: Arial;
    vertical-align: middle;
}
.Sitemap ul li a
{
    display: block;
    width: 100%;
    padding: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 5px;
}

.Sitemap ul li a:hover
{
    text-decoration: underline;
}
/************************************************************************************************************/

/*SignupControl**********************************************************************************************/
.SignupControl
{
    border-top:solid 1px #cccccc;
    border-bottom:solid 1px #cccccc;
    width:500px;
    height:230px;
    background: url(Images/Free-Account-Background.png) no-repeat left bottom;
    padding:30px;
    
}

.SignupControl table .HeaderRow td
{
    padding-bottom:20px;
    
}

.SignupControl table .TermsCheckBoxRow td
{
    padding-top:15px;
    padding-bottom:15px;   
}

.SignupControlTextBox
{
    border: solid 1px #CCCCCC;
    width:210px;
}
/************************************************************************************************************/





/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
