﻿.popupPanel
{
    background-color:White;
    border-color:Black;
    border-style:solid;
    border-width:1px;
    padding:20px;
}

.modalBackgroundAlt
{
    background-color:gainsboro;
    filter:alpha(opacity=50);
    opacity:0.5;
}

.dropdose {
   position: absolute;
   visibility: visible;
   z-index: 101;
   left: -1500px;
   float: left;
   width: 123px;
   border-style: outset;
     border-width: 1px;
    background-color: #f5f5f5;
    padding-top:5px;
    padding-bottom:5px;
   

    }
.dropdose ul {
   margin: 0;
   padding: 0;
   list-style-type: none;
}
.dropdose li {
   display: inline;
}
.dropdose a, .dropdose a:visited, .dropdose a:active {
   display: block;
   width: 117px;

   padding: 3px;
   margin: 0px;
   font-family: Arial;
   font-size: 10px;
   font-weight: bold;
   text-align: center;
   text-decoration: none;

   color: #000000;
   background-color: #f5f5f5;
}
.dropdose a:hover {
   padding: 3px;
   margin: 0px;
   font-family: Arial;
   font-size: 10px;
   font-weight: bold;
   text-align: center;
   text-decoration: none;

   color: #0000FF;
   background-color: #e6e6fa;
}

.doselabel
{ 
    text-decoration:underline;
    cursor:pointer;
    color:Black;
}


