
#backgroundPopup { 
    z-index:1;
    position: fixed;
    display:none;
    height:100%;
    width:100%;
    background:#000000;	
    top:0px;  
    left:0px;
}
#toPopup {
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 10px solid #ccc;
    border-radius: 3px 3px 3px 3px;
    color: #333333;
    display: none;
    font-size: 14px;
    left: 50%;
    margin-left: -402px;
    position: fixed;
    top: 17%;
    width: 845px;
    z-index: 2;
    height: 550px;
    overflow-y: scroll;
    overflow-x: hidden;
}
div.loader {
   
    height: 8px;
    width:8px;
    display: none;
    z-index: 9999;
    top: 55%;
    left: 50%;
    background:none;	
    position: absolute;
    margin-left: -10px;
}div.close {
    background: url("/astro_archive/archive/images/closebox.png") no-repeat scroll 0 0 transparent;
    bottom: 24px;
    cursor: pointer;
    float: right;
    height: 30px;
    left: 27px;
    position: fixed;
    width: 30px;
    margin-left: 1375px;
    top:150px;
}
span.ecs_tooltip {
    background: none repeat scroll 0 0 #000000;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    display: none;
    font-size: 11px;
    height: 16px;
    opacity: 0.7;
    
    padding: 4px 3px 2px 5px;
    position: absolute;
    right: -62px;
    text-align: center;
    top: -51px;
    width: 93px;
    z-index: 9999;
}
span.arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #000000;
    display: block;
    height: 1px;
    left: 40px;
    position: relative;
    top: 3px;
    width: 1px;
    z-index: 9999;
}
div#popup_content {
    margin: 4px 7px;
}
.topopup:hover
{
    cursor: pointer;
    /*background-color: #b1b3b3;*/
}
.element_tr:hover{
    background-color: #bef0fd;
}

.smallfonts{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
}
.contentfonts{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
}
.datafonts{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    
}
.headerfont{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
}
