﻿

/* SITE BASE RELATED CSS*/


/* SiteBase-DataField-ToggleButton */

.SiteBase-DataField-ToggleButton
{
    display: inline-block;
    cursor: pointer;
    text-indent: 0.5em;
}

.AspNet-DetailsView-Value.SiteBase-DataField-Hide
{
    display: none;
}

/* SiteBase-AjaxLoader */
.SiteBase-AjaxLoader
{
    position: absolute;
    background: #fff url(images/misc/ajax-loader.gif) no-repeat scroll center center;
}

/* SiteBase-Modal */
.SiteBase-Modal
{
    z-index: 100;
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    padding: 1px;
}
.SiteBase-Modal-Header
{
    background: #036 url(images/title-fade.jpg);
    color: #fff;
    font-weight: bold;
    padding: 5px;
    cursor: pointer;
}
.SiteBase-Modal-Body
{
    padding: 5px;
}
.SiteBase-Modal-MinButton
{
    display: block;
    position: absolute;
    right: 5px;
    top: 5px;
    background: #69c;
    border: 1px solid #9cf;
    right: 5px;
    width: 2em;
    height: 2em;
}
.SiteBase-Modal-Minimized
{
    position: relative;
    top: 0;
    left: 0;
}
.SiteBase-Modal-Minimized .SiteBase-Modal-Body
{
    display: none;
}
.SiteBase-Modal-Minimized .SiteBase-Modal-Header
{
    padding: 0px 5px 0px 5px;
}
.SiteBase-FlyOut
{
    display: none;
    border: 4px solid #369; 
    background: white;
    padding: 5px;
    position : absolute;
}