a.stolica
{
   color: #131397;
}

.lightcol
{
    background-color: #D6EBF7;
}

.darkcol
{
    background-color: #E8EDFF;
}

.lighttop
{
    background-color: #DCE4FF;
}

.darktop
{
    background-color: #D0DAFD;
}

.bottomcol
{
    background-color: #E8EDFF;
}

.InputField
{
	border: 1px solid #0099FF;
	background-color: #D9E3FD;
}

.alert
{
	color: #FF0000;
}

.tbl
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #0099FF;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #0099FF;
}
  
.CustomTdLeft
{
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #0099FF;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #0099FF;
  text-align: left;}

.CustomTdCenter
{
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #0099FF;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #0099FF;
  text-align: center;}
  
  .CustomTdRight
{
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #0099FF;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #0099FF;
  text-align: right;}
  
@media print { .DONTPrint{ display:none } }
