   /*AutoComplete flyout */
    .autocomplete_completionListElement 
    {  
	    visibility : hidden;
	    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;
    }
  .HPF_table
  {
	border-color:#666666; 
}
.HPF_table td{
       font-size:10px;
       border-color:#666666; 
}  

.HPF_table td a{
       font-size:10px !important;
       color:#000000 !important;
}
.HPF_table td a:hover{
       font-size:10px !important;
       color:#000000 !important;
}
.HPF_Details_title
{
	cursor: move; 
	background-color: #DDDDDD;
	border-bottom:1px solid #666666; 
    color: Black;
}
.HPF_Status
{
	background-color:#FFFFCC;
	padding:2px;
	border:1px solid #666666;
	min-height:20px;
	font-size:10px;
	color:#333333;
	margin-bottom:5px;
}
.HPF_floatright
{
	float:right;
}
       /*Modal Popup*/
        .modalBackground {
	        background-color:Gray;
	        filter:alpha(opacity=70);
	        opacity:0.7;
        }

        .modalPopup {
	        background-color:#ffffdd;
	        border-width:1px;
	        border-style:solid;
	        border-color:#666666;
	        padding:2px;
        }  