﻿body 
{ 
    font-family: Arial; 
}
.Left
{
    float: left;
}
.EditDiv
{
    display: none;
}
.SaveEdit
{

}
.EditSection
{

}
.EditRow
{
    width: 100%;
}
.EditLabel
{
    font: bold 9px Verdana;
    width: 100%;
    padding: 5px 0 0 0;
}
.EditInput
{
    width: 100%;
}
.EditInput input, .EditInput select
{

}
.EditInput input[type=text], .EditInput textarea
{

}
.DisplayNone
{
    display: none;
}
.AdminArea
{
    position: relative;
    width: 0px;
    height: 0px;
}
.AdminEdit 
{ 
    position: absolute; 
    top: 2px; 
    left: 2px;
    height: 18px;
    width: 18px;
    background: url(/images/edit.png) no-repeat;
    cursor: pointer;
    z-index: 999;
} 
.AdminAdd 
{ 
    position: absolute; 
    top: 2px; 
    left: 20px;
    height: 18px;
    width: 18px;
    background: url(/images/add.png) no-repeat;
    cursor: pointer;
    z-index: 999;
} 
.AdminEditPage 
{ 
    position: fixed; 
    right: 2px; 
    bottom: 2px; 
    height: 23px;
    width: 22px;
    background: url(/images/editpage.png) no-repeat;
    cursor: pointer;
} 

.LoginIcon
{
    position: fixed; 
    left: 2px; 
    bottom: 2px; 
    height: 32px;
    width: 32px;
    cursor: pointer;
    background: url(/images/admin/lbficon.png) no-repeat;
}
.Logout
{
    display: block;
    padding: 0.3em;
    width: 50px;
    text-align: center;
    text-decoration: none;
}
.Login
{
    display: none;
}
.Login input
{
    margin: 1px 1px 1px 2px;
}



div.Hover 
{ 
    border: solid 2px #0000FF !important;
}

.ControlList 
{ 
    list-style-type: none; 
    margin: 0; 
    padding: 0; 
}
.ControlList li 
{ 
    margin: 0 3px 3px 3px; 
    padding: 0.4em; 
    padding-left: 1.5em; 
    height: 18px; 
}
.ControlList li span 
{ 
    position: absolute; 
    margin-left: -1.3em; 
}
.ControlListName
{
    width: 80%;
    float: left;
    cursor: move;
}
.ControlListDelete
{
    float: right;
    padding: 3px;
}
.ControlListDelete input
{
    padding: 0px;
    margin: 0px;
}





#ProgressDiv
{
    display: none;
}

.Debug
{
    display: none;
}





.updnValidatorCallout
{
    background-color: #fcc;
    color: #900;
    padding: 6px 20px 5px 8px;
    margin: -5px 0 0 21px;
    position: relative;
    border: solid 2px #FF9999;
    width: 200px;
}
.updnValidatorCalloutPointer
{
    position: absolute;
    left: 0;
    top: 7px;
    margin: 0 0 0 -20px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 20px solid #FF9999;
    border-left: 0;
}
.updnValidatorCalloutXButton{position: absolute;right: 0px;top: 0px;margin: 0 3px 0 0;font-family: arial;font-size:8pt;padding:1px}
.updnValidatorCalloutXButton:hover{cursor:pointer;font-weight:bold;color:#FFFFFF;background-color:#FF9999}
.updnValidationErrorInput{background-color: #fcc}
.updnValidationErrorLabel{color: #900}




.FileManagerCont
{
    padding: 15px 0 0 0 !important;
}
.FileManagerFrame
{
    border: none;
    width: 100%;
    height: 310px;
}

