/* ZAKLADNI NASTAVENI */

/* hlavní panely */
.hlavickaPozadi
{
	background-color: #006600;
}

.tabHlavicka
{
	height: 65px
}

/* bocni panely */
.levyPanel
{
	background-color: #ffffcc;
}

.pravyPanel
{
	background-color: #ffffcc;
}

.textPanel
{
	background-color:white;
}


Body
{
	font-size: smaller;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: white;
}


TBody
{
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
}


/* HLAVICKA */
.strNadpis
{
	font-weight: bold;
	font-size: 20px;
	color: lemonchiffon;
	font-family: Verdana Bold, Arial, Helvetica, sans-serif;
}

.pataPozadi
{
	font-weight: normal;
	font-size: 9px;
	color: palegreen;
	font-style: italic;
	font-family: Verdana Bold, Helvetica, sans-serif;
}

/* vybrana rubrika */
.rubPozAkt {
    background-color: transparent;
    border-color: black;
}

/* nevybrana rubrika */
.rubPoz
{

	color: black;
	background-color: transparent;

}

/* text - vybrana rubrika */
.rubAkt
{
	font-weight: normal;
	font-size: 11px;
	color: lime;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: transparent;
}

/* text nevybrana rubrika */
.rub
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color:gainsboro;
    text-decoration:none;
    font-weight: normal;
}

/* hyperlink styl nevybrana rubrika */
A.rub:link    {
    text-decoration:    none;
    color:#eeeeee;
}

A.rub:visited {
    text-decoration:    none;
    color:#eeeeee;
}

A.rub:active  {
    text-decoration:    none;
    color:#eeeeee;
}

A.rub:hover
{
	color: gold;
	text-decoration: none;
}


.strLink 
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}   

/* hyperlink */
A.strLink:link {
    text-decoration:    none;
    color:white;
}

A.strLink:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.strLink:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.strLink:hover    {
    text-decoration:    underline;
    color:white;
}

/* oddelovac */
.Accent
{
    color: red;
    font-weight:    bold;
}



/* MODULY */
/* diskuse */    
.Message    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* udalosti nadpis */
.nadpPol
{
	font-weight: bold;
	font-size: 11px;
	color: dimgray;
	font-family: Verdana, Helvetica, sans-serif;
}

/* OBECNE */
/* nadpis modul */

.Nadpis
{
	font-weight: bold;
	font-size: 14px;
	color: #009900;
	font-family: Verdana, Helvetica, sans-serif;
}


.NadpisCara
{
	color: #000000;

}


.NadpisA
{
	font-weight: bold;
	font-size: 14px;
	color: #006666;
	font-family: Verdana, Helvetica, sans-serif;
}

.NadpisACara
{
	color: #000000;
}


.NadpisB
{
	font-weight: bold;
	font-size: 14px;
	color: Silver;
	font-family: Verdana, Helvetica, sans-serif;
}

.NadpisBCara
{
	color: Silver;
}



/* podnadpis */
.Podnadpis
{
	font-weight: bold;
	font-size: 11px;
	color: sienna;
	font-family: Verdana, Helvetica, sans-serif;
}

/* podnadpis2 */
.Podnadpis2 
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* Normal */
.Normal
{
	font-weight: normal;
	font-size: 11px;
	line-height: 12px;
	font-family: Verdana, Helvetica, sans-serif;
}

.polozkaNormal
{
	font-weight: normal;
	font-size: 10px;
	line-height: 12px;
	font-family: Verdana, Helvetica, helvetica, sans-serif;
	display: block;
}

/* text v HtmlText modulech */
.NormalHtml
{
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
}


.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

.NormalItalic
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-style: italic 
}

.NormalSmall
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
    line-height: 11px 
}
.NormalDatum
{
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
	color: #006666
}

.NormalInfo
{
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
	color: Gray
}
.NormalSeda
{
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
	color: Gray
}
.NormalHelp
{
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
	color: Navy
}

.NormalAutor
{
	font-weight: normal;
	font-style: italic;
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
	color: gray
}


/* školy */

.predmet
{
    font-family: Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
    font-size: 9px;
    font-weight: normal;
    line-height: 11px 

}


/* tlacitka */
.tlacitko     
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
    
A.tlacitko:link
{
	color: sienna;
	text-decoration: underline;
}

A.tlacitko:visited  {
    text-decoration:    underline;
    color: sienna;
}

A.tlacitko:active   {
    text-decoration:    underline;
    color: sienna;
}

A.tlacitko:hover    {
    text-decoration:    underline;
    color: red;
}
    
/* Chybova zprava - nadpis*/    
.ErrorNadpis
{
	font-weight: bold;
	font-size: 14px;
	color: red;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: transparent;
}  


/* STANDARD HTML */
H1  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3
{
	font-weight: normal;
	font-size: 12px;
	color: dimgray;
	font-family: Verdana, Helvetica, sans-serif;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: dimgray;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: dimgray;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: dimgray;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: dimgray;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: dimgray;
}

A:link
{
	color: sienna;
	text-decoration: none;
}

A:visited   {
    text-decoration:    none;
    color:  sienna;
}

A:active    {
    text-decoration:    none;
    color:  sienna;
}

A:hover {
    text-decoration:    underline;
    color:  red;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: #000000;
    height:1pt;
    text-align:left;
    
}
