﻿ #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;
}

/* Prgress bar */

body
{
    margin: 0;
    padding: 0;
    font-family: Arial;
}
.modal
{
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}
.center
{
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 130px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}
.center img
{
    height: 128px;
    width: 128px;
}







.modalBackground
        {
            background-color: Black;
            filter: alpha(opacity=60);
            opacity: 0.6;
        }
        .modalPopup
        {
            background-color: #FFFFFF;
            width: 700px;
            border: 3px solid #0DA9D0;
            padding: 0;
        }
        .modalPopup .header
        {
            background-color: #2FBDF1;
            height: 30px;
            color: White;
            line-height: 30px;
            text-align: center;
            font-weight: bold;
        }
        .modalPopup .body
        {
            min-height: 50px;
            line-height: 30px;
            text-align: center;
            font-weight: bold;
            margin-bottom: 5px;
        }


		.pnlGridView {

       position:fixed;
       float:right;
       height:100%;
       width:100%;

         /*border:6px solid RGB(140,240,2110);*/


    }

    .gv {
        position:relative;
       width:100%;
        height:100%;
    }