﻿/* SkylabModalWindow
----------------------------------------------- */
.SkylabModalDefinitionBox
{
    display: none;
}

.SkylabPickerModal
{
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: transparent;
}

.SkylabModalDefinition 
{
   
    }

.SkylabPickerModalContent
{
    background-color: black;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: .3;
}

.SkylabPickerModalContentBody
{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
}
.SkylabPickerModalContentBodyScroll
{
    background-color: transparent;
    position: absolute;
    left: 50%;
    top: 40px;
}

.SkylabModalDefinitionWrapperHeader
{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("../../Images/jquery.alerts/title.gif") repeat-x scroll center top #CCCCCC;
    border-color: #FFFFFF #FFFFFF #999999;
    border-style: solid;
    border-width: 1px;
    color: #666666;
    cursor: default;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.75em;
    margin: 0;
    padding: 0;
    text-align: center;
    cursor: move;
    width: auto;
    
}

.SkylabModalDefinitionWrapper
{
    border: 5px solid #999999;
    border-radius: 5px 5px 5px 5px;
    background-color: white;
    display: block;
    overflow: hidden;
    height: auto;
    min-height: 100px;
    min-width: 300px;
}

.SkylabModalDefinitionWrapperBody
{
    padding: 10px;
}

.SkylabModalCloseDiv
{
     width: 24px;
    height: 24px;
    float: right;
    background: url("../../Images/icon-cancel.png") no-repeat scroll center top transparent;
    cursor:pointer;
}


