﻿.web_dialog_overlay
{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #000000;
    opacity: .15;
    filter: alpha(opacity=15);
    -moz-opacity: .15;
    z-index: 101;
    display: none;
}
.web_dialog
{
    display: none;
    position: fixed;
    width: 550px;
    height: 300px;
    top: 50%;
    left: 50%;
    margin-left: -280px;
      margin-top: 0px;
   /*   margin-top: -300px; */
    background-color: #ffffff;
    border: 2px solid #ffffff;
    padding: 0px;
    z-index: 102;
    font-family: Verdana;
    font-size: 10pt;
}
.web_dialog1
{
    display: none;
    position: fixed;
    top: 20%;
    left: 25%;
    margin-left: -190px;
  /* 
  height: 280px;
 width: 380px;
 margin-top: -300px;*/
  margin-top: 0px;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    padding: 0px;
    z-index: 102;
    font-family: Verdana;
    font-size: 10pt;
}

.web_dialog_title
{
    border-bottom: solid 2px #44788c;
    background-color: #44788c;
    padding: 4px;
    color: White;
    font-weight: bold;
}
.web_dialog_title a
{
    color: White;
    text-decoration: none;
}
.align_right
{
    text-align: right;
}
.addlistlink
{
	FONT-WEIGHT: normal; 
	FONT-SIZE: 12px; 
	COLOR: #228eac; 	
	FONT-FAMILY: arial;
	text-decoration: underline;
	cursor: pointer;
}

.web_dialog2
{
    display: none;
    position: fixed;
    top: 15%;
    left: 35%;
    margin-left: -190px; 
  margin-top: 0px;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    padding: 0px;
    z-index: 102;
    font-family: Verdana;
    font-size: 10pt;
}