﻿body {
}
.heading_white
{
	font-size:15px;
	font-weight:bold;
	color:#ffffff;
}
.heading-padding
{
	padding-top:7px;
	vertical-align:top;
}
.txt_headBlue
{
	font:15px Arial;
	font-weight:bold;
	color:#0091D0;
}

.autocomplete_completionListElement 
{  
	
   /*
    background-repeat:repeat-x;
    background-color:#FFFFFF;
    z-index:1000;
    width:245px !important;
    max-height:210px;
    text-align:inherit;
    text-indent:-1;
    list-style:none;
    overflow-y:scroll;
    scrollbar-arrow-color:#B89020;
    scrollbar-base-color:#8E6E1C;
    scrollbar-face-color:#B6C5D4;
    scrollbar-3dlight-color:#8E6E1C;
    scrollbar-highlight-color:#EED47D;
    scrollbar-shadow-color:#959595;
    scrollbar-darkshadow-color:#00337E;
    margin-left:0px;
    border-bottom:1px solid #B5C6D4;
    border-left:1px solid #B5C6D4;
    margin-top:0px;
    
    
    19/01/09
    
    border: 1px solid #999;
    list-style-type: none;
    margin:-2px -2px;
    padding:0;
    background-color: #FFFFFF;
    text-align: left;
    border-bottom:solid 1px #777;
    border-left:solid 1px #777;
    border-right:solid 1px #777;
    width:260px;
    height:auto;
   */
   
   border: 1px solid #999;
    list-style-type: none;
    margin:-2px -2px;
    padding:0;
    background-color: #FFFFFF;
    height:auto;
    text-align: left;
    border-bottom:solid 1px #777;
    border-left:solid 1px #777;
    border-right:solid 1px #777;
    width:280Px;
}




/* AutoComplete item */

.autocomplete_listItem 
{ 
   /*
    background:none;
    border-collapse:collapse;
    color:#00337E;
    white-space:nowrap;
    text-align:inherit left;
    list-style-type:none;

   padding:0px;
   margin:2px;
   font-size:11px Tahoma,Verdana,Arial,Helvetica;
   color:#1A1A1A;
   height:auto;
   cursor: hand;
   list-style-type:none;
   border-bottom:solid 1px #bdc7d8;
*/
   padding:0px;
   font-size:11px Tahoma,Verdana,Arial,Helvetica;
   color:#1A1A1A;
   cursor: hand;
   list-style-type:none;    
    
    
}

.autocomplete_highlightedListItem
{
	/*
	font:12px Tahoma, Arial, Helvetica;
    background-color: #ffff99;
    background-color:#4279BD;
    width:auto;
	color: white;
	padding: 2px;
	list-style-type:none;
	
	
    font-size:11px Tahoma,Verdana,Arial,Helvetica;
    color:#1A1A1A;
    padding:0px;
    margin:2px; 
    border:none;
    height:auto; 
	cursor:pointer;
	list-style-type:none;
	border-bottom:solid 1px #bdc7d8; */
	background-color:window;
	font-size:11px Tahoma,Verdana,Arial,Helvetica;
    color:windowtext;
    padding:0px;
    border:none;
    cursor:hand;
	list-style-type:none;
}


.error
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight:bold;
    color: #ff0000;
     }
A.lnkheadBlue
{	
	font:15px Arial;
	font-weight:bold;
	color:#0091D0;
}
A.lnkheadBlue:hover
{
	font:15px Arial;
	font-weight:bold;
	color:#0091D0;
	text-decoration: underline;
}
     
 A.Autolnk
{	
	font-size:11px Tahoma,Verdana,Arial,Helvetica;
    color:#1A1A1A;
    padding:0px;
    border:none;
    cursor:hand;
	list-style-type:none;
	text-decoration:none;
}
A.Autolnk:hover
{
	font-size:11px Tahoma,Verdana,Arial,Helvetica;
    color:#1A1A1A;
    padding:0px;
    border:none;
    cursor:hand;
	list-style-type:none;
	text-decoration:none;
}