/* CSS Document */

.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: absolute;
   width: 600px;
   height: 400px;
   top: 10%;
   left: 10%;
   margin-left: 0px;
   margin-top: 0px;
   background-color: #grey;
   border: 2px solid #1f4c92;
   padding: 0px;
   z-index: 102;
   font-family: Verdana;
   font-size: 10pt;
   color: #336699;
}
.web_dialog_title
{
   border: solid 2px #1f4c92;
   background-color: #1f4c92;
   padding: 4px;
   color: White;
   font-weight:bold;
   /*width: 600px; */
   width: 590px;
   height: 22px;
}
.web_dialog_title a
{
   color: White;
   text-decoration: none;
}
.align_right
{
   text-align: right;
}

.popupbuttons {
    margin-top: 10px;
    text-align: center;
    font-size: 70%;
    background-color: #003399;
    color: #FFFFFF;
    font-weight: bold;
    text-transform: capitalize;
}
.popupbuttons INPUT {
    font-size: 70%;
    background-color: #003399;
    color: #FFFFFF;
    font-weight: bold;
    text-transform: capitalize;
}

.ui-dialog .ui-dialog-content {
    background-color: #ffffff;
}
