﻿body 
{
    font-family:Verdana;
    font-size:x-small;
}

a
{
    font-size:x-small;
    font-family:Verdana;
    text-align: right;
}



a:link
{
    color: #333333;
}

a:visited
{
    color: #333333;
}

a:hover
{
    color: #333333;
}
a:active
{
    color: #333333;
}
.white-link
{
    color: #DDDDDD;    
}

.title-details
{
    font-size:small;
    font-family:Verdana;
}

.label-top
{
    font-family:Verdana;
    font-size:x-small;
}

.nav-link
{
    font-family:Verdana;
    font-size:x-small;
    color: #FFFFFF;
    text-align: right;
}

.modal_black_overlay{
    display: block;
    position: fixed;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;

    background-color: black;
    z-index:1001;
    -moz-opacity: 0.6;
    opacity:.60;
    filter: alpha(opacity=60);
    -khtml-opacity: 0.6;
}
 
.modal_white_content {
    display: block;
    position: fixed;
    background-position: center center;
    top: 25%;
    width: 500px;
    
    padding: 16px;
    border: 1px solid black;
    background-color: white;
    z-index:1002;
    overflow: auto;
}

.modal_white_content2 {
    display: block;
    position: absolute;
    background-position: center center;
    
    top: 30%;
    width: 500px;
    
    padding: 16px;
    border: 1px solid black;
    background-color: white;
    z-index:1002;
    overflow: auto;
}

.modal_white_content3 {
    display: block;
    position: absolute;
    
    background-position: center center;
    top: 30%;
    width: 500px;
    padding: 16px;
    border: 1px solid black;
    background-color: white;
    z-index:1002;
    overflow: auto;
}

.arrows 
{
   valign="baseline";
       
}
