﻿
.AdvancedSearch
{
    border: 1px solid #666666;
    margin: 0px;
    padding: 0px; /*background-color: #666666;*/ /*width: 182px;*/
    width: 207px;
    font-size: 10pt;
}

.AdvancedSearch a
{
    text-decoration: none;
    color: #f29c00;
}


.AdvancedSearch a:hover
{
    text-decoration: underline;
}


.AdvancedSearch input
{
    font-size: 8pt;
}

.AdvancedSearch .title
{
    background-color: #666666;
    height: 35px;
}

.AdvancedSearch .title_text
{
    font-size: 14px;
    color: White;
    font-weight: bold;
    padding: 10px;
}


.Category
{
    /*border: 1px solid #8C9CA6;*/ /*margin: 1px;     padding: 1px; padding-top: 2px; */
    background-color: #DADFE2;
    font-size: 12px;
    color: #5A626D;
    margin-bottom: 2px;
    margin-left: 2px;
    margin-right: 2px;
}

.AdvancedSearch .GlobalLinks
{
    margin: 2px;
    padding: 2px; /*width: 176px;*/
    width: 201px;
    font-size: 12px;
    color: #5A626D;
    position: relative;
}

.AdvancedSearch .GlobalLinks .ActionLinks
{
    right: 2px;
    padding-right: 12px;
    text-decoration: none; /*display: block;*/
    position: absolute;
    z-index:1;
}



.Category .Header
{
    /*border: 1px solid #3D6BB6;*/
    font-weight: bold;
    cursor: pointer;
    position: relative; /*width:100%;*/
    padding: 2px; /* width: 176px;*/
    width: 201px;
    z-index:1;
}


.Category .SubHeader
{
    font-weight: bold;
    cursor: pointer;
    padding: 2px;
}


.Category .Header a
{
    text-decoration: none;
    color: #5A626D;
    font-size: 12px;
}

.Category .Header a:hover
{
    color: #383E45;
}

.Category .Header .SelectionActive
{
    display: block;
    padding-right: 2px;
    position: absolute;
    right: 12px;
    top: 3px;
    font-size: 10px;
    color: #f29c00;
    font-weight: bold;
}

.Category .DisableHeader
{
    font-weight: bold;
    cursor: pointer;
    position: relative; /*width:100%;*/
    padding: 2px; /* width: 176px;*/
    width: 201px;
}

.Category .DisableHeader a
{
    text-decoration: none;
    color: gray;
    font-size: 12px;
    cursor: pointer;
}

.Category .DisableHeader .SelectionInactive
{
    display: none; /*     padding-right: 16px;          font-weight: normal;     right: 5px;     color: #FF9900;     position: absolute;     vertical-align:middle; */
}

.Category .Header .SelectionInactive
{
    display: none; /*     padding-right: 16px;          font-weight: normal;     right: 5px;     color: #FF9900;     position: absolute;     vertical-align:middle; */
}


.Category .ItemsContainer
{   
    /*border: 1px solid #8C9CA6;     margin: 2px;     padding: 2px;*/
    padding: 2px;
    background-color: #EAEDEE; /*width: 174px;*/
    width: 199px;
    font-size: 12px;
    color: #5A626D;
    position:relative;
}

.Category .ItemsContainer .ActionLinks
{   
    right: 2px;
    padding-right: 12px;
    text-decoration: none; /*display: block;*/
     position: absolute;
}

.Category .ItemsContainer .ActionLinksContainer
{   
    /* 
    right: 190px;
    position:absolute;
*/
}


.ItemSelected
{
    background-color: #DADFE2;
}

.ItemSelectedText
{
    cursor: pointer; /*font-weight:bold;*/
    color: #f29c00;
    text-decoration: underline;
}

.ItemTextNotselected
{
    cursor: hand;
    font-weight: normal;
    color: inherit;
}


.RadioButtons /* .Category .ItemsContainer a {     text-decoration:underline; } .Category .ItemsContainer a:hover {     text-decoration:none; } .Category .TextItems { } */ .Category .CheckboxItems
{
}

.NumericTextbox 
{
    width: 75px;
}

.PaymentTextbox
{
    width: 75px;
}

.PaymentRequired
{
    color:Red;
    display:inline;    
}

.PaymentNotRequired
{
    display:none;
}

td.Make
{
}

.ButtonDiv
{
   /*z-index:1;*/
}


.SubItemContainer
{
    position: absolute;
    display: none;
    z-index: 50; /*border-collapse: collapse;*/ /*background-color:#EAEDEE;*/
    background-color: white; /*width:300px;*/
    border: 1px solid #DADFE2;
    padding: 2;
}

.SubItemContainerHeader
{
    background-color: #DADFE2; /*width:295px;*/ /*background-image:url('Close2.jpg');     background-repeat:no-repeat;     background-position:right; */
    
}
.SubItemContainerHeaderText
{
    vertical-align: baseline;
    
}

.SubItemContainerCloseButton
{
    color: #000;
    margin: 0.3em;
    border: 1px solid; /* #eee;*/
    background-color: #f29c00;
    cursor: pointer;
    font-size: 8pt;
}

.SubItemContainerAll
{
}

.SubItemContainerItem
{
}

.ActiveButton
{
    color: #000;
    margin: 0.3em;
    border: 1px solid; /* #eee;*/
    background-color: #f29c00;
    cursor: pointer;
    font-size: 8pt;
}


.InactiveButton
{
    color: #000;
    margin: 0.3em;
    border: 1px solid; /* #eee;*/
    background-color: #DADFE2;
    cursor: pointer;
    font-size: 8pt;
}


.Normal
{
    /*border: dashed 1px #000000;   background-color: #FFFFFF;   cursor: auto;   padding: 10px;   width: 200px;   text-align: center; */
}

.Progress
{
    /*   border: dashed 1px #000000;   background-color: #EEEEEE;   background-image: url(spinner.gif);   background-position: center center;   background-repeat: no-repeat;   cursor: wait;   padding: 10px;   width: 200px;   text-align: center; */
    background-image: url(Flower.gif);
    background-repeat: no-repeat;
    cursor: wait;
    background-position: center center;
}

