﻿.popupMenu {
visibility:hidden;
background-color:#FFF;
opacity:.9;
filter: alpha(opacity=90);
overflow-x: hidden;
overflow-y: scroll;
height:250px ;
width:700px;
border-style:solid;
border-color:Gray; 
border-width:1px;
text-align:left;
padding-left:10px;
}
.popupMenu2 {
visibility:hidden;
background-color:#F1F1F1;
opacity:.9;
filter: alpha(opacity=90);
overflow-x: hidden;
overflow-y: scroll;
height:250px ;
width:800px;
border-style:solid;
border-color:Gray; 
border-width:1px;
text-align:left;
padding-left:10px;
color:Black;
}

.popupHover {
background-position:left top;
background-color:#F5F7F8;
width:200px !important;
}

.regularText
{
font-family:Verdana;
font-size:12px;
text-align:left;
color:#000;
}
.regularText table
{
    width:700px;
}
.regularText2
{
font-family:Verdana;
font-size:12px;
text-align:left;
color:#000;
}
.regularText2 table
{
    width:800px;
    
}

.ddlMenu 
{
width:200px !important;
overflow-y:auto; 
overflow-x:hidden;
}