body
{
   margin: 0px;
   background-color: white;
}
a:link, a:active, a:visited
{

   font-family: Verdana, Arial, Tahoma;
   font-size: 11px;
   font-weight: bold;
   color: #285e8c;
   text-decoration: none;
}
a:hover
{

   font-family: Verdana, Arial, Tahoma;
   font-size: 11px;
   font-weight: bold;
   color: #ffbf1c;
   text-decoration: none;
}
a#display_hidden {text-decoration:none; color: black; font-weight: normal;}
/* The following line controls the hover background color. */
/* Color can be any color including transparent.  */
a#display_hidden:hover {text-decoration:none; font-weight: normal;}/* Operationally critical OC  */
a#display_hidden span  { display:none; font-weight: normal;} /*  OC Default mode: hide the text */
a#display_hidden:hover span  { display:inline; font-weight: normal;} /* OC Display text on hover  */
table#main
{
   width: 100%;
   height: 100%;
}
td
{

   font-family: Verdana, Arial, Tahoma;
   font-size: 11px;
   font-weight: normal;
}
td#submenu_top
{
   background-image:url("images/top_back.jpg");
   height: 89px;
   background-position: right;
   background-repeat: repeat-x;
}
td#status
{
   background-color: #e8e8e8;
   border-top: 1px solid #cccccc;
   font-family: Verdana, Arial, Tahoma;
   font-size: 11px;
   font-weight: bold;
   height: 18px;
}
td#menuto
{

   background-color: #e8e8e8;
   border: 1px solid #cccccc;
   height: 18px;
}
td#zaglavie
{

   font-family: Verdana, Arial, Tahoma;
   font-size: 11px;
   font-weight: bold;
   color: #002f6f;
   height: 22px;
   background-image: url("images/check.gif");
   background-repeat: no-repeat;
   background-position: left middle;
}
td#sec_title
{

   background-color: #e8e8e8;
   border: 1px solid #cccccc;
   font-family: Verdana, Arial, Tahoma;
   font-size: 11px;
   font-weight: bold;
   color: #002f6f;
   height: 22px;
}
td#bordered
{

   background-color: #f8f8f8;
   border: 1px solid #cccccc;
   font-family: Verdana, Arial, Tahoma;
   font-size: 11px;
   color: #002f6f;
   height: 16px;
}
td#sec_title1
{

   background-color: white;
   border: 1px solid #cccccc;
   font-family: Verdana, Arial, Tahoma;
   font-size: 11px;
   font-weight: bold;
   color: #002f6f;
   height: 22px;
   background-image: url("images/check.gif");
   background-repeat: no-repeat;
   background-position: left;
}
td#sec_body
{

   background-color: white;
   border: 1px solid #cccccc;
}
td#sec_body1
{

   background-color: #e8e8e8;
   border: 1px solid #cccccc;
}
td#left_part
{
   background-color: #eef3f7;
   width: 20%;
}
td#sep
{
   height: 8px;
}


div#bordered
{

   background-color: #f8f8f8;
   border: 1px solid #cccccc;
   font-family: Verdana, Arial, Tahoma;
   font-size: 11px;
   color: #002f6f;
   height: 16px;
}


input, textarea, select, option
{
   border: 1px solid #378DC6;
   background-color:white;
}