﻿.linkBar, .systemBar 
{
    clear: both; 
    padding: 8px 10px
}

.linkBar UL LI 
{
    display: inline; 
    padding: 0 2px; 
    color: #FFF; 
    font-weight: bold; 
    font-size: 12px;
}

.linkBar UL LI IMG 
{
    margin-right: 5px; 
    display: inline;
}

.linkBar UL LI A  
{
    color: #fff; 
    font-size: 12px; 
    font-weight: bold; 
}

.linkBarArticlesImage 
{
    padding-left: 164px; 
}

.progressIndicator 
{
    padding-left: 1654px; 
}

.systemBar 
{
    background: #d6e7fb;
    z-index: 1000;
}

.quantityLabel 
{ 
    color: White;
}

.quantityNum DIV 
{
    display: inline !important; 
}

.quantityText 
{
    width: 60px; 
    font-weight: bold; 
    text-align: left;
} 

/*Catalog tree */

.categoryBox
{
}

.categoryContainer .categoryList 
{
    left: 0px; 
    bottom: 0px; 
    overflow: auto; 
    width: 250px; 
    height: 100%;
}

.categoryContainer 
{
    width: 250px; 
    height: 100%;
}

.categoryContainer H2      
{
    font-size: 13px; 
    background: #2758a7; 
    padding: 6px 10px; 
    color: #fff
}

.categoryContainer H2 IMG   
{
    vertical-align: middle
}

.categoryContainer H2 SPAN  
{
    padding-left: 10px
}
.categoryContainer H2 A  
{
    padding-left: 10px;
    color: #fff;
}

.categoryContainer .selected 
{
    padding-left: 10px;
    color: #fff;
    font-weight:bold;
}
.categoryContainer .unselected 
{
    padding-left: 10px;
    color: #fff;
    
}

.categoryRoot 
{
 
}

.categoryHeader 
{

}

.categoryItem
{
}



.searchTextBox 
{ 
    border: solid 1px black; 
    width: 140px;
}

.searchCompletionList 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
    text-align : left; 
    list-style-type : none;
    z-index: 1000;
}

.lookupCompletionList 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
    text-align : left; 
    list-style-type : none;
    z-index: 1000;
    width: 400px!important;
    min-width : 200px;
    overflow : hidden;
    text-overflow:ellipsis;
    white-space:pre;    
    display: block;
}

.featureSelectionButton
{ 
  /*  float:right; */
    margin-top: -3px;
    margin-right: 15px;
    margin-left: 15px;
}
.footer
{
    font-size: small;
    color: gray;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;    
}

/*Modal Popup*/
.modalBackground {
background-color:#000;
filter:alpha(opacity=80);
opacity:0.8;
}
.modalPopup img {
border:solid 5px #fff;
}
.modalPopup-text {
display:block;
color:#000;
background-color:#fff;
text-align:center;
border:solid 2px #000;
padding:10px;
}
.modalPopup-text input {
width:75px;
}    
.feedback
{
color: #00cc00;
font-weight: 700;
}
