﻿ #collapseImg
        {
            height: 25px;
            width: 9px;
        }    
.lnkImg1
{
	height:12Px;
	background-color: #4F7CC0;
	width:12Px;
	padding-top :0Px;	
	padding-bottom :0Px;
	padding-left :0Px;	
	padding-right :0Px;
}    
.accordianHeader
{
	height:16Px;
	border: 1px solid white;
    color: white;
    background-color: #4F7CC0;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding-top :3Px;	
	padding-bottom :3Px;
	text-align:center;		
    cursor: pointer;
}
.accordianContent
{
	border: 1px solid white;
    color: #003366;
    background-color: #FFFFE8;
	font-family:Verdana;
	font-size:8Pt;
	font-weight:normal;
	text-decoration:none;
	text-align :left;	
    cursor: pointer;
}

.gridButton
{
	background-color:#EAEAEA;
	color:#000099;
	font-family: Arial, Sans-Serif;
	font-size: 8Pt;
	font-weight: bold;
	padding-top :3Px;	
	padding-bottom :3Px;
	text-align:center;		
	height:22Px;
}
.gridHyperlink
{
	color:Blue;
	font-family: Arial, Sans-Serif;
	font-size: 8Pt;
	font-weight: bold;
	padding-top :3Px;	
	padding-bottom :3Px;
	text-align:center;		
}
.button
{
	background-color:#003366;
	color:#FFFFCC;
	font-family: Arial, Sans-Serif;
	font-size: 8Pt;
	font-weight: bold;
	padding-top :3Px;	
	padding-bottom :3Px;
	text-align:center;
	height: 25Px;
}
.gridview
{
	font-family:Verdana;
	font-size:8Pt;
}

.lblError
{
	color:Red;
	font-family:Verdana;
	font-size:8Pt;
	font-weight:normal;
}
.lblSecondHead
{
	color:#663300;
	font-family:Arial, Sans-Serif;
	font-size:8Pt;
	font-weight:bold;
	text-decoration:underline;
}
.lblFieldLabel
{
	color:#003366;
	font-family:Verdana;
	font-size:8Pt;
	font-weight:700;
}
.txtFieldTextBox
{
	color:#003366;
	font-family:Verdana;
	font-size:8Pt;
	font-weight:normal;
}
.ddlFieldDropdown
{
	color:#003366;
	font-family:Verdana;
	font-size:8Pt;
	font-weight:normal;
}

.lblMand
{
	color:Red;
	font-family:Verdana;
	font-size:7Pt;
	font-weight:normal;
}
.lblPrintHead
{
	color:Blue;
	font-family:Arial;
	font-size:12Pt;
	font-weight:bold;
	text-decoration:underline;
}
.lblPrintGridHead
{
	color:Black;
	font-family:Arial;
	font-size:8Pt;
	font-weight:bold;
}
.lblPrintGridData
{
	color:Black;
	font-family:Arial;
	font-size:8Pt;
	font-weight:normal;
}






/*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;
}










