﻿
/*------------------------------------------------------------------*/
.Error
{
color:Red;
}
.Information
{
color:Green;
}
.Warning
{
color: #FF9900; font-weight:bold;
}
/*------------------------------------------------------------------*/

.DisplayNone
{
display:none;position:absolute;
}

.Error .DisplayNone
{
display:none;position:absolute;
background-color:#eee;
border:solid 1px #eee;
margin-left:10px;
padding:20px;
/*filter: alpha(opacity=100);*/

}
/*------------------------------------------------------------------*/


.DbCells TD
{
  padding:0px;
  padding-right:5px;
}
.DbCells INPUT
{
  width:100%;
}
.DbCells TEXTAREA
{
  width:100%;
  height:150px;
}
.DbCells SELECT
{
  width:100%; /*negunguje v konpatibalnim zaizeni v ie8. pokud na strance jsou jenom selekty */
}


.DbCells .Title
{
white-space:nowrap;
}
.DbCells .Value
{
  width:100%;
}

