/* form elements */

.LhitHeaderStyle
{
   background: #bfbec6;  /* #F1DCBE;*/
   color: #ddddff;
   font-weight: bold;
}

.LhitAlternatingRowStyle
{
}


.LhitAlternatingRowStyle
{
    background-color: #efeff6;  /*#F1EACE;*/
}

.LhitPagerStyle
{
   background:  #bfbec6;  /* #F1DCBE;*/
   font-weight: bold;
}

.clear {
	clear:both;
	}

.LhitPopPanel 
{
    position:fixed;
    top:50px;
    left:100px;
    border: solid 4px silver;
    padding: 5px;
    background-color: #FFFFFF;
}

/* error message
--Inline Styling was BackColor="White" ForeColor="Red" Font-Size="medium" Width="80%"--
*/

#ctl00_mainContent_ErrorMessage, #ErrorDiv, .LhitErrorPopup  , .LhitErrorPopup #ErrorMessage  
{
    background-color: Navy;
    color:White;
    width:50%;
    font-size:medium;
    position:fixed;
    top:100px;
    left:250px;
}

/* success message 
-- inline style was BackColor="AliceBlue" Font-Size="medium" ForeColor="Black" width="90%"
*/
.LhitDbMaintSuccess, #SuccessMessage.LhitDbMaintSuccess
{
    background-color:Aqua;
    color:Black;
    width:50%;
    font-size:medium;
    position:fixed;
    top:100px;
    left:250px;
}
