.heading {
	FONT-SIZE: xx-small; 
	FONT-FAMILY: Tahoma; 
    	BACKGROUND-COLOR: #007FCC;
	color: white;
	font-weight: bold;
        text-align:left;
    	border-bottom:1px solid #7FCCFF;
    	border-right:1px solid #7FCCFF;
    	border-top:1px solid #7FCCFF;
    	border-left:1px solid #7FCCFF;
	
}
.normal {
	FONT-SIZE: xx-small; 
	FONT-FAMILY: Tahoma; 
	TEXT-ALIGN: center;
	BACKGROUND-COLOR: #aaccee;
}
.normal2
{
    font-size: xx-small;
    font-family: Tahoma;
    text-align: center;
    background-color: #3366CC;
    
}
.empty
{
    font-size: xx-small;
    background-color: #00CC99;
}

.dropdown-location-check
{
    width: 300px;
    height: 25px;
    margin-bottom: 5px; 
}

.textbox-location-check
{
    width: 296px;
    height: 21px;
    margin-bottom: 5px; 
    text-indent: 5px;
}
.transaction-scan-update
{
    margin-left:-15px;
    margin-bottom:-15px;
}

.hyperLinkButton
{
    background-color: #608fc8;
    color: white;
    padding: 14px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.location-map
{
    width: 758px;
    height: 500px;
    margin-left:-15px;
    margin-bottom:-15px;
}


.locating-device
{
    margin-left:-15px;
    margin-right:-15px;
    vertical-align: top;
    margin-top:15px;
    padding:5px;

    
    background-color: #517AB6;
    
    border-bottom:solid;
    border-bottom-color:#34517C;
    border-bottom-width:1px;

    border-top:solid;
    border-top-color:#34517C;
    border-top-width:1px;
    text-indent:10px;    
}

.device-located
{
    margin-left:-15px;
    margin-right:-15px;
    vertical-align: top;
    margin-top:15px;
    padding:5px;

    
    background-color: #CDE5B2;
    
    border-bottom:solid;
    border-bottom-color:#03CD2F;
    border-bottom-width:1px;

    border-top:solid;
    border-top-color:#03CD2F;
    border-top-width:1px;
    text-indent:10px;    

    padding-top:4px;
    vertical-align:top;
    font-size: 14px;
    color:#012E0B;
}

.locating-device span
{
    padding-top:4px;
    vertical-align:top;
    font-size: 14px;
    color:#FFFFFF;
}

.location-grid
{
    width:104.4%;
    margin-left:-16px;
    
    margin-top:-16px;
    margin-bottom:-16px;
}

.location-grid-row
{
    height:35px;
}

.location-grid-row-alt
{
    background-color:#E0EAF1;
    height:35px;
}

.location-grid-row-alt:hover
{
    background-color:#608FC8;
    color:antiquewhite;
}

.location-grid-row:hover
{
    background-color:#608FC8;
    color:antiquewhite;
}

.location-grid-row td
{
    padding-left: 5px;
    padding-right: 5px;
}

.location-grid-row-alt td
{
    padding-left: 5px;
}

.location-grid span
{
    cursor:pointer;
    font-weight:bold;
}

.location-grid span:hover
{
    text-decoration: underline;
}



.back-span
{
    cursor:pointer;
    font-weight:bold;
}

.back-span:hover
{
    text-decoration: underline;
}




