/*----------  pozadi   -------------*/


/*----------  zakladni text   -------------*/
.text9
{  font-family: Arial; font-size:9; text-decoration : none; line-height:1.3; color:#000000;}
.text10
{  font-family: Arial; font-size:10; text-decoration : none; line-height:1.3; color:#000000;}
.text12
{  font-family: Arial; font-size:12; text-decoration : none; line-height:1.3; color:#000000;}
.text13
{  font-family: Arial; font-size:13; text-decoration : none; line-height:1.3; color:#000000;}
.text14
{  font-family: Arial; font-size:14; text-decoration : none; line-height:1.3; color:#000000;}
.textBold
{  font-family: Arial; font-size:14; Font-weight:bold; text-decoration : none; line-height:1.3; color:#000000;}
.text
{  font-family: Arial; font-size:14; text-decoration : none; line-height:1.3; color:#000000;}
.text16
{  font-family: Arial; font-size:16; Font-weight:bold; text-decoration : none; line-height:1.3; color:#000000;}
.text18
{  font-family: Arial; font-size:18; text-decoration : none; line-height:1.3; color:#000000;}
.text20
{  font-family: Arial; font-size:20; text-decoration : none; line-height:1.3; color:#000000;}

/*----------- cerveny text ------------*/
.textCerv13
{  font-family: Arial; font-size:13; text-decoration : none; line-height:1.3; color:red;}
.textCerv12
{  font-family: Arial; font-size:12; text-decoration : none; line-height:1.3; color:red;}

/*-----------základní odkazy ------------*/
A
{  font-size:14; font-family: Arial;	color:#000060; text-decoration : underline; }
A:hover
{  font-size:14; font-family: Arial;  color:#000000; text-decoration : none; }
A:visited
{  font-size:14;font-family: Arial; color:#000060; text-decoration : underline; }
A:visited:hover
{  font-size:14;font-family: Arial; color:#000000; text-decoration : none; }

/*------------ bily (odkazy)    -----------*/
A.textBily
{ font-size:14;	font-family: Arial;	color:#FFFFFF;	text-decoration : none;}
A.textBily:hover
{  font-size:14; font-family: Arial; color:#123456; text-decoration : none; }
A.textBily:visited
{  font-size:14;  font-family: Arial; color:#FFFFFF; text-decoration : none;}
A.textBily:active
{  font-size:14; font-family: Arial; color:#123456; text-decoration : none;}

.sudaBunka { background: #E0F0FF; }

.lichaBunka { background: #D0F0FF; }

/* -----------------z myasqladmina, barvici se radky tabulky */
/* odd items 1,3,5,7,... */
table tr.odd th,
.odd {
    background: #E5E5E5;
}

/* even items 2,4,6,8,... */
table tr.even th,
.even {
    background: #D5D5D5;
}

/* odd table rows 1,3,5,7,... */
table tr.odd th,
table tr.odd,
table tr.even th,
table tr.even {
    text-align:  left;
}

/* marked table rows */
table tr.marked th,
table tr.marked {
    background:   #FFCC99;
    color:   #000000;
}

/* hovered items */
.odd:hover,
.even:hover,
.hover {
    background: #CCFFCC;
    color: #000000;
}

/* hovered table rows */
table tr.odd:hover th,
table tr.even:hover th,
table tr.hover th {
    background:   #CCFFCC;
    color:   #000000;
}

/**
 * marks table rows/cells if the db field is in a where condition
 */
tr.condition th,
tr.condition td,
td.condition,
th.condition {
    border: 1px solid #FFCC99;
}