﻿     body
    {
        font-family: Arial;
        font-size: 10pt; color:navy;
    }
    .modalBackground
    {
        background-color: Black;
        filter: alpha(opacity=40);
        opacity: 0.4;
    }
        .modalPopup {
            position: relative;
            background-color: white;
            margin: auto;
            padding: 0;
            border: 3px solid white;
            border-radius: 5px;
            width: 30%;
            box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
        }
    .modalPopup .header
    {
        background-color: #9F9F9F;
        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;
    }
    .modalPopup .footer
    {
        padding: 3px;
    }
    .modalPopup .yes, .modalPopup .no
    {
        height: 23px;
        color: White;
        line-height: 23px;
        text-align: center;
        font-weight: bold;
        cursor: pointer;color:blue;
    }
    .modalPopup .yes
    {
        background-color: #96c5f7;
        border: 1px solid #0DA9D0;
        width:80px;
    }
    .modalPopup .no
    {
        background-color: #9F9F9F;
        border: 1px solid #5C5C5C; width:80px;
    }
  /*General CSS*/ 
        
       

 


.bg {
            width: 90%;
            height: auto;
            background-color: white;
            margin: 10px auto;
            padding: 5px;
            box-shadow: 1.5px 1px 1px Navy;
            border: 1px solid #14a2ed;
            color: Navy;
            border-radius: 20px;
            text-align: left;
            font-size: 13px;
            font-family: 'Trebuchet MS';
        }
        .auto-style1 {
            height: 22px;
        }


.rifine-search1{
	border-collapse:collapse;
	border-left:0px solid #14a2ed;
border-top:1px solid #14a2ed;
border-right:1px solid #14a2ed;
border-bottom:1px solid #14a2ed;
	width:99%;
	}
.rifine-search1 td, th{
	border-collapse:collapse;
	border:0px solid #ccc;
	border-left:none;
	padding:1px 10px;
	font:95% Arial, Helvetica, sans-serif;
	padding:6px;
	text-decoration:none;
	}
	
.rifine-search1 th{
	border-collapse:collapse;
	border:0px solid #ccc;
	border-left:none;
	padding:1px 10px;
	font:100% Arial, Helvetica, sans-serif;
	padding:6px;
	/*color:#00a7ff;*/
	text-decoration:none;
	}	