﻿    h3 {
    padding: 0 0 5px 0;
     border-bottom: 2px solid #6379AA;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 5px;
    margin:0px;
    background-color: #6379AA; /* Old browsers */


}
    
input[type="submit"] {
    font-size: 13px;
    padding: 4px;
    background-color: #323A45;
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: none;
    border:1px solid #bdbdbd;
    cursor:pointer;
}
    
/* popup_box DIV-Styles*/
.popup_box 
{
    display:none;    
    position:fixed;  
    _position:absolute; /* hack for internet explorer 6 */  
    /*height:80%;  */
    width:80%;  
    background:#FFFFFF;  
    left: 5%;
    top: 10%;
    z-index:1040; /* Layering ( on-top of others), if you have lots of layers: I just maximized, you can change it yourself */
    margin-left: 15px;     
    /* additional features, can be omitted */
    border:1px solid #eee;      
    padding:0px;  
    font-size:11px;  
    -moz-box-shadow:0 2px 4px #555;
    -webkit-box-shadow:0 2px 4px #555;
    box-shadow:0 2px 4px #555;
    overflow-x:hidden;
   
}

.container {
    background: #d2d2d2; /*Sample*/
    width:100%;
    height:100%;
    z-index:1039;
}

a{ 
cursor: pointer; 
text-decoration:none; 
}

/* This is for the positioning of the Close Link */
.popupBoxClose {
    font-size:0px;  
    line-height:15px;  
    right:8px;  
    top:8px;  
    position:absolute;  
    color:#6fa5e2;  
    font-weight:500; 
    width:16px;
    height:16px;
    color:transparent;
    background: url("../../Content/themes/base/images/ui-icons_888888_256x240.png") no-repeat scroll -97px -129px;      
}
#overlay
{
    background-color:#111;
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    z-index:1039;
    opacity:0.6;
    overflow:hidden;
    display:none;
}

.maindiv
{
    float:left;
    width:100%;
}

.innerdiv
{
    float: left; width: 100%; overflow-y: auto; overflow-x: hidden; height: 550px;
}
.view
    {
        cursor: pointer;
    }

