﻿/*-----stylesheet for body-------*/

body 
{
	 margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px; background-color:White;
}

/*-----stylesheet for header text-------*/
.hd
{
	 font-family:Verdana; font-size:18px; color:Black; font-weight:bold; letter-spacing:3px;
	
	
	}
	.hd2
{
	 font-family:Verdana; background-color:#7db3e1; font-size:18px; color:#ffffff; font-weight:bold; letter-spacing:3px;
	
	
	}
	.t1
	{
		font-family:Verdana; font-size:12px; color:Black; font-weight:bold; letter-spacing:2px;
		
		
		}
	/*-----stylesheet for all text-------*/
.txt
{
	 font-family:Verdana; font-size:13px; color:Black;
	
	
	}
/*-----stylesheet for small text-------*/
.smltxt
{
	font-family: Verdana;
	font-size: 10px;
	color: #cc0000;
}

/*---style for table--------*/
.tbl
{
	 border-width:5px;
	 padding:5;
	 border-color:#cccccc;
	
	
	
	
	}
	.tableimg
{
	background-position: left top;
	background-attachment: fixed;
	background-image: url(image/login.png);
	background-repeat: no-repeat;
}
/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	
	cursor : 'default';
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
   
     border:1px solid #fff;
     border-radius:12px 12px 12px 12px; 
    
     -moz-border-radius: 12px 12px 12px 12px; 
     -webkit-border-radius: 12px 12px 12px 12px;  
      background:#202020;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background: #ffff66;
	color: black;
	overflow: auto;
	padding: 1px;
	margin-left: 0px;
	font-weight: bold;
	font-size: 11pt;
	font-family: Arial;
	margin-left: 0px;
	border-radius: 12px 12px 12px 12px;
	-moz-border-radius: 12px 12px 12px 12px;
	-webkit-border-radius: 12px 12px 12px 12px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background:#202020;
	color: white;
	padding: 1px;
	margin-left: 0px;
	margin-left:0px;
	font-size: 11pt;
	font-family: Arial;
	 border-radius:12px 12px 12px 12px; 
    
     -moz-border-radius: 12px 12px 12px 12px; 
     -webkit-border-radius: 12px 12px 12px 12px;  
}

