﻿BODY.masked OBJECT,
BODY.masked SELECT
{
    _visibility: hidden !important;
}

BODY.masked .yui-panel-container OBJECT,
BODY.masked .yui-panel-container SELECT
{
    _visibility: visible !important;
}

.yui-dialog .ial_borderedDialog
{
    overflow: visible;
}

.yui-dialog-hided .ial_borderedDialog IFRAME
{
    display: none;
}

.yui-dialog .ial_borderedDialog,
.yui-dialog .ial_borderedDialog .hd,
.yui-dialog .ial_borderedDialog .bd,
.yui-dialog .ial_borderedDialog .fd
{
    position: relative;
    background: transparent;
    border-width: 0px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.yui-dialog .ial_borderedDialog .bd
{
    height: 100%;
    width: 100%;
}

.yui-dialog .ial_borderedDialog .fd
{
    height: 31px;
}

.yui-dialog .ial_borderedDialog .tlCorner
{
    background: transparent url(Images/PopUpBg_01.gif) no-repeat 0 0;
    position: relative; 
    height: 6px;
    padding-left: 6px;
}

.yui-dialog .ial_borderedDialog .tBorder
{
    background: transparent url(Images/PopUpBg_02.gif) repeat-x 0 0;
    position: relative; 
    height: 100%;
    width: auto;
}

.yui-dialog .ial_borderedDialog .trCorner
{
    background: transparent url(Images/PopUpBg_03.gif) no-repeat top right;
    position: relative; 
    height: 100%;
    padding-right: 6px;
}

.yui-dialog .ial_borderedDialog .lBorder
{
    background: transparent url(Images/PopUpBg_04.gif) repeat-y 0 0;
    position: relative; 
    height: 100%;
    z-index: 2;
    padding-left: 6px;
}

.yui-dialog .ial_borderedDialog .rBorder
{
    background: transparent url(Images/PopUpBg_06.gif) repeat-y top right;
    position: relative; 
    height: 100%;
    z-index: 2;
    padding-right: 6px;
}

.yui-dialog .ial_borderedDialog .hd .cTitle
{
    position: relative; 
    height: 25px;
}

.yui-dialog .ial_borderedDialog .hd .title
{
    position: relative;
    height: 100%;
	overflow: hidden;
	background-color: #4086B4;
	color: #FFF;
	vertical-align: middle;
	font-weight: bold;
	font-size: 17px;
	line-height: 17px;
	padding: 3px 3px 3px 3px;
	text-align: left;
}

.yui-dialog .ial_borderedDialog .cContent
{
    position: relative;
    background-color: #F2F9FC;
    height: 100%;
    overflow:auto;
}

.yui-dialog .ial_borderedDialog .cButtons
{
    height: 25px;
}

.yui-dialog .ial_borderedDialog .buttons
{
    position: relative;
    width: 100%;
    height: 100%;
	overflow: hidden;
	background-color: #BFD7E6;
	color: #ffffff;
	vertical-align: middle;
	text-align: center;
}

.yui-dialog .ial_borderedDialog .content
{
    top: 0px;
    left: 0px;
    position: absolute;
    padding: 3px;
    margin: 0px 0px 0px 0px;
}

.yui-dialog .ial_borderedDialog .blCorner
{
    background: transparent url(Images/PopUpBg_07.gif) repeat-y bottom left;
    position: relative; 
    height: 6px;
    padding-left: 6px;
}

.yui-dialog .ial_borderedDialog .brCorner
{
    background: transparent url(Images/PopUpBg_09.gif) repeat-y bottom right;
    position: relative; 
    height: 100%;
    padding-right: 6px;
}

.yui-dialog .ial_borderedDialog .bBorder
{
    background: transparent url(Images/PopUpBg_08.gif) repeat-x bottom left;
    position: relative; 
    height: 100%;
}

.yui-dialog .ial_borderedDialog .container-close
{
    top: 11px;
    right: 12px;
}

/* Loader dialog */
.ial_loaderDialog
{
	background-color: Transparent;
	border-width: 0;
}
