﻿/*-----stylesheet for body-------*/

body 
{
	 margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px;
}

/*-----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 
{  
	font-family: Verdana, Helvetica, sans-serif;
            font-size: .9em;
            font-weight: normal;
            border: solid 1px #006699;
            line-height: 20px;
            padding: 10px;
            background-color: White;
            margin-left:10px;
            color:#000;
            text-align:left;
            overflow : auto;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
text-align:left;
overflow : auto;
             color: White;
            background-color: #006699;
            cursor: pointer;  font-weight: bold;
}

/* AutoComplete item */

.autocomplete_listItem
{
	border-bottom: dotted 1px #006699;
	cursor: pointer;
	color: #000;
	font-weight: bold;
	text-align:left;
	overflow : auto;
}

/*autocomplite*/


        #divwidth
        {
          width: 350px !important;   
          color:#fff; 
        }
        #divwidth div
       {
        width: 350px !important;   
        color:#fff;
       }

/*end*/
h1,h2,h3,h4,h5
{
	margin-top:0px;
	
	padding:5px;
	
	
	}
h2 {
	font-weight:bold;
	font-size: 14px;
	font-family: "Georgia", "Times New Roman", serif;
	
	
}
h2 a {
	padding-right: 21px;

}
#leftmenu .lefthd
{
	height:32px;
	margin-top:5px;
	
	}

#leftmenu .lefthd a
{
width:98%;
text-align:center;
font-weight:bold;
display:block;
color:#FFFFFF;
height:27px;

}
h1,h2,h3,h4,h5
{
	margin:0px;
	
	padding:0px;
	
	
	}
h3 a
{
	color: #000;
	}

#leftmenu h5 {
	margin-top:0px;
	font-weight:bold;
	font-size: 12px;
	font-family: "Georgia", "Times New Roman", serif;
	color:#FFFFFF;
	
	
	
}
#leftmenu h5 a 
{
	background-color:#006eb1;
	
	line-height:32px;
	text-decoration:none;
	color:#FFFFFF;

}
#leftmenu h5 a:hover 
{
	
	background-color:#074a87;
	line-height:32px;
	text-decoration:none;
	color:#FFFFFF;
	}



