﻿BODY
{
   background-color: white;
   font-family: Verdana, Helvetica, sans-serif;
   font-size: small;
   font-weight: normal;
   letter-spacing: normal;
   text-transform: none;
   word-spacing: normal;
}
.myLink
{
   text-decoration: underline;
   color: #3333cc;
   cursor: hand;
}

.myStyle
{
   font-size: 3mm; /*text-indent: 1mm;*/
   font-family: Verdana;
   color: Green;
   border-color: Maroon;
   border: solid, 1, Maroon;
}
.myStyleBlue
{
   font-size: 4mm; /*text-indent: 1mm;*/
   font-family: Verdana;
   color: Blue;
   font-weight:bold;
}

.myStyleErrMessage
{
   cursor: help;
   font-weight: bold;
   font-size: 2.5mm;
   color: red; /*text-indent: 0mm;*/
   font-family: Arial , Verdana;
}

.myStyleZadani
{
   font-size: 5mm;
   margin-bottom: 1px;
   font-family: Arial , Verdana;
   background-color: #DFFFDF;
   color: black;
   cursor: auto;
   vertical-align: middle;
   text-align: right;
}

.myStyleVysledek
{
   font-size: 5mm;
   margin-bottom: 1px;
   font-family: Arial , Verdana;
   background-color: #FFFFCE;
   color: black;
   cursor: auto;
   vertical-align: middle;
   text-align: right;
}

.shadow1
{
   filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=5, offY=5, positive=true);
   filter: alpha(style=2, opacity=90);
   background-attachment: scroll;
   background-position: center center;
   background-repeat: no-repeat;
}

.myStyleNadpis
{
   font-size: 9mm;
   font-family: Times New Roman, Arial , Verdana;
   font-style: italic;
   font-weight:bold;
   color: Blue;
}

