/* jOverlay
----------------------------------------------------------*/
.jOverlayClose
{
    font-size: 14px;
    line-height: 14px;
    right: 6px;
    top: 6px;
    position: absolute;
    font-weight: 700;
    display: block;
    cursor: pointer;
    text-decoration: none;
    color: #06C;
}

.jOverlayContent
{
    display: none;
    position: fixed;
    _position: absolute; /* hack for IE6 */
    height: auto;
    width: 408px;
    z-index: 2;
    font-size: 1em;
    background-color: white;
}

.jOverlayBackground
{
    display: none;
    position: fixed;
    _position: absolute; /* hack for IE6 */
    height: 10000px !important;
    width: 200% !important;
    top: -500px;
    left: 0px;
    border: solid 1px #CECECE;
    z-index: 1;
    background-color: black;
}

.jOverlayContent .customContent
{
    padding: 10px;
}

ul.jOverlayActions
{
    border-top: dotted 1px #D3D3D3;
    padding: 5px 10px 5px 10px;
    position: relative;
    margin: 0px;
    text-align: right;
}

ul.jOverlayActions li
{
    display: inline;
    list-style: none;
    margin-left: 5px;
}
.jOverlayContent
{
    padding: 0px;
    border: 1px solid #c0c0c0;
    margin-right: 5px;
    margin-bottom: 5px;
}
h2.jOverlayTitle
{
    background-image: url(../../images/GridView/gradient.gif);
    background-repeat: repeat-x;
    border-bottom: 1px solid #c0c0c0;
    color: #434343;
    padding: 4px;
    margin: 0px;
    min-height: 14px;
    height: 14px;
    font-size: 12px;
}

.jOverlayContent INPUT,
.jOverlayContent BUTTON,
.jOverlayContent TEXTAREA,
.jOverlayContent SELECT
{
    font-size: 8pt;
    color: #0066CC;
}
