﻿.WebItem, .WebItemHover
{
    background-color: transparent;
    cursor:help;
    border: none;
}
.WebItemHover
{
    border-top: dashed 3px red; border-bottom: dashed 3px orange;
}
#WebSysControls { margin-bottom: 12px;  }
#WebSysUpload { font-family: Verdana, Tahoma, SansSerif; font-size: 11px; background-color: #cacaca; color:#000; padding: 12px; }
#WebItemEdit { font-family: Verdana, Tahoma, SansSerif; font-size: 11px; text-align:left; }
#WebItemEdit td { vertical-align: top; padding-right: 8px; }
#WebItemEdit .field { width: 340px;  font-family: Verdana, Tahoma, SansSerif; font-size: 1em; line-height: 1.4em;  }
#WebItemEdit .field_small { font-family: Verdana, Tahoma, SansSerif; font-size: 1em; line-height: 1.4em;  }
#WebItemEdit textarea { width: 400px; font-family: Verdana, Tahoma, SansSerif; font-size: 1em; line-height: 1.4em; }
#WebItemEdit .fieldUnselected { color: #808080 }
#WebSysLogout { position:absolute; top: 0px; right: 0px; }
#WebItemEdit input, #WebSysControls input, #WebSysUpload input
{
    margin-right: 12px;
    background-color: #404040; 
    border-top: solid 1px #d0d0d0; border-right: solid 1px #d0d0d0;
    border-bottom: solid 1px #808080; border-left: solid 1px #808080;
    color: orange;
    font-family: tahoma; font-weight: bold; font-size: 11px;
    padding: 2px;
}
