﻿body
{
    font-family:Tahoma;
    font-size:12px;
    color:Black;
}

.title
{
     font-weight:bold;
     font-size:14px;
}
    
.header
{
    
} 
       
.leftMenu   
{
}

.internal
{
        background-color:#EAE8EB    ;
    }


.MerchantPackageSituation
{
    width:300px;
    border-style:solid;
    border-width:1px;
    background-color:LightYellow;
    padding:10px;
    }
    
.GridLabel
{
    width:150px;
    vertical-align:top;
}

.DraftRow
{
    font-style:italic;
    color:Red;
}

.MyCalendar .ajax__calendar_container {
    border:1px solid #646464;
    background-color: #FBFCCB;
    color: #24747B;
}

/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}


.GroupTitle
{
    text-transform:uppercase;
    font-size:14px;
    
    font-weight:bold;
}
/*
background-color:#E0E7ED;
*/

.yellow
{
    background-color:Yellow;
}

.categoryList A {text-decoration:underline}
