/*
//******************************************************************************
//                  MASTER PAGE                                             ****
//******************************************************************************
*/
#t1 /* Zakladni tabulka aplikace */ 
{
  margin: 0 auto;
  width: 900px;
  height: 700px;
  background-color: #4A4A4A;
  border: #E5E5E5 solid 2px;
}

#nadpis /*- td tabulky pro nadpis stránky */ 
{
  font-family: Tahoma;
  font-size: 19pt;
  text-align: center;
  color: #9CEE03;
  height: 55px;
}

#tlrow /*- td tabulky pro tlačítka horního menu */
{
  background-color: #6C6262;
  text-align: center;
  height: 35px;
  border-top: #E5E5E5 solid 1px;
  border-bottom: #E5E5E5 solid 1px;
}

#teloTL /*- td tabulky stránky část hlavní kde je grid nebo panel */
{
  background-color: #4A4A4A;
  border-bottom: #E5E5E5 solid 2px;
  color: #9CEE03;
}

#pataI /*- Zápatí stránky */
{
  color: #9CEE03;
  height: 36px;
}

#pataII /*- Zápatí stránky */
{
  color: #9CEE03;
  text-align: right;
  height: 36px;
}

/*
//******************************************************************************
//                  Tlačítka                                                ****
//******************************************************************************
*/

.M_tl  /*- Tlačítko standard */
{
  font-family: arial;
  font-size: 11pt;
  border: #E5E5E5 solid 1px;
  display: inline-block;
  width: 90px;
  padding: 2px;
  text-decoration: none;
  Background: #4A4A4A;
  Color: #9CEE03;
  margin-top: 2px;
}

.M_tla  /*- Tlačítko aktivní */
{
  font-family: arial;
  font-size: 11pt;
  border: #E5E5E5 solid 1px;
  display: inline-block;
  width: 90px;
  padding: 2px;
  text-decoration: none;
  Background: #6C6262;
  Color: #9CEE03;
  margin-top: 2px;
}

.OdkazMenu  /*- Hlavní menu odkazy rozstřel -*/
{
  font-family: Courier;
  font-size: 13pt;
  border: none;
  display: inline-block;
  text-decoration: none;
  Background: #4A4A4A;
  Color: #9CEE03;
}

/*
//******************************************************************************
//                  GRID                                                    ****
//******************************************************************************
*/

.Grid /*- Základní tabulka gridu */
{
  background-color: #A4A4A4;
  border-bottom: #E5E5E5 solid 1px;
  font-family: courier;
  color: #9CEE03;
}

.Gr_L  /*- Pole tabulky gridu zarovnané doleva */
{
  padding-left: 4px;
  background-color: #4A4A4A;
  color: #9CEE03;
}

.Gr_C /*- Pole tabulky gridu zarovnané na střed */ 
{
  padding: 4px;
  text-align: center;
  background-color: #4A4A4A;
  color: #9CEE03;
}

.Gr_R /*- Pole tabulky gridu zarovnané doprava */ 
{
  padding-left: 4px;
  text-align: right;
  padding-right: 5px;
  background-color: #4A4A4A;
  color: #9CEE03;
}

.Gr_Odkaz /*- Odkaz z gridu na jinou stránku */
{
  background-color: #4A4A4A;
  display: block;
  text-decoration: none;
  color: #9CEE03;
}

th /*- Záhlaví gridu */
{
  background-color: #4A4A4A;
  border-bottom: #E5E5E5 solid 1px;
}

/*
//******************************************************************************
//                  PANEL                                                   ****
//******************************************************************************
*/

.Panel
{
  color: #9CEE03;
  border: #E5E5E5 solid 2px;
  background-color: #4A4A4A;
  border-spacing: 1;
  font-family: Courier;
 }

.Pan 
{
   padding-left: 4px;
   color: #9CEE03;
}

.Pan_C 
{
  padding: 4px;
  text-align: center;
  color: #9CEE03;
}

.Pan_R 
{
  padding-left: 4px;
  text-align: right;
  padding-right: 5px;
  color: #9CEE03;
}

/*
//******************************************************************************
//                  Vstupní textová pole                                    ****
//******************************************************************************
*/

input[type = 'text']
{
  border: none;
  background-color: #6C6262;
  border-bottom: #E5E5E5 solid 1px;
  color: #9CEE03;
}

input[type = 'password']
{
  border: none;
  background-color: #6C6262;
  border-bottom: #E5E5E5 solid 1px;
  color: #9CEE03;
}

/*
//******************************************************************************
//                  PANEL pro roletku drop                                  ****
//******************************************************************************
*/

.Drop
{
  padding: 4px;
  border: solid 1px #E5E5E5;
  margin-right: 6px;
  width: 70px;
  height: 26px;
  background: #4A4A4A;
  Color: #9CEE03;
  font-family: arial;
  font-size: 11pt;
}

.Drop_II
{
  padding: 4px;
  border: solid 1px #E5E5E5;
  margin-right: 6px;
  width: 120px;
  height: 26px;
  background: #4A4A4A;
  Color: #9CEE03;
  font-family: arial;
  font-size: 11pt;
}

.Dr
{
  padding: 4px;
  border: solid 1px #E5E5E5;
  margin-right: 6px;
  width: 190px;
  height: 26px;
  background: #4A4A4A;
  Color: #9CEE03;
  font-family: arial;
  font-size: 11pt;
}

#DropPan 
{
  padding: 4px;
  border: solid 1px #E5E5E5;
  margin-right: 650px;
  width: 200px;
  height: 30px;
  background: #4A4A4A;
  Color: #9CEE03;
  font-family: arial;
  font-size: 11pt;
}

#DropPanII 
{
  padding: 6px;
  border: solid 1px #E5E5E5;
  margin-right: 450px;
  width: 400px;
  height: 30px;
  background: #4A4A4A;
  Color: #9CEE03;
  font-family: arial;
  font-size: 11pt;
}
