﻿body
{
}
.popupControl
{
    background-color: #AAD4FF;
    position: absolute;
    visibility: hidden;
    border-style: solid;
    border-color: Black;
    border-width: 2px;
}

.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup
{
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
}
a
{
    font-family: Tahoma;
    font-size: 12px;
    color: #707070;
    text-decoration: none;
   
}
a:hover
{
    font-family: Tahoma;
    font-size: 12px;
    color:  #cb2c2c;
    text-decoration: none;
  
}