.main-table
{
    border: 2px solid #005581;
    font-family:Arial;
    font-size:12px;
}
.top-header
{
    border: 1px solid #005581;
    color:white;
    background-color: #005581;
    font-size:16px;
    font-weight:bold;
}
.top-info
{
    border-bottom: 2px solid #005581;
    font-size:14px;
    font-style:italic; 
}
.Main-Content
{
   border: 1px solid #005581 
}
.head-td
{
    font-weight:bold;
    font-color:white; 
    
}
.item-td
{
}
.foot-td
{
    background-color: #005581
}
.mandatory
{
    color:White;
    font-weight:bolder;
    font-size:large;
    padding-left:3px;
}
.mandatory1
{
    color:Red;
    font-weight:bolder;
    font-size:large;
    padding-left:3px;
}
/********For PopUp**********/
#PopUp
{
    font-size:16px;  
    -moz-box-shadow: 0 0 10px #fff;
    -webkit-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #fff;
    display:none;
    width:400px;
    height:250px;
    background-color:#fefefe;
    font-family: Calibri;
    
}
#ifrPopUp
{
    height:60%;
    width:100%;
    margin:0;
    padding:20px;
    border:solid 0px black;
    
}
#icon
{   
    height:40%; 
    width:100%;
    margin:0;
    padding:0;
    border:solid 0px black;
    text-align:center;
    font-weight:bold;
}
#btn-close
{
    background: none repeat scroll 0 0 #2B91AF;
    color:White;
    font-weight:bold;
    padding:0 6px 2px;
    position:absolute;
    top:-7px;
    right:-7px;
    cursor:pointer;
}
#btn-close:hover
{
    background: none repeat scroll 0 0 #000;
}