/** nezapomen ze pokud pridavas novy element, je tu jeste druhy
 * design, takze by mel byt i v druhem css souboru
*/

body
{
    margin: 0px;
    padding: 0px;
    background-color: white;
    /** hack pozadi - barevny pruh v nav liste az do konce stranky */
    background-image: url('/imgs/menu+celo/menu_pozadi.jpg');
    background-repeat: repeat-y;
}

body, table, form, textarea, input {
    font-family: "Arial CE", "Helvetica CE", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 13px;
}

img { border: 0px; }

form {
    margin-top:5px; /** msie ma protivny zvyk ten margin delat asi 15px */
    }
input { font-size: 11px; }

table a  {
    color: #0E9507;
    text-decoration: underline;
    }
	
table a:hover { text-decoration: underline; }

a {
    color: #0E9507;
    text-decoration: underline;
    }
	
a:hover {
    text-decoration: underline;
    }

/******************* cesta z drobku - format odkazu ap. */
#breadcrumb {
    color: white;
    }

#breadcrumbRight a {
    color: white;
    text-decoration: underline;
    }

#breadcrumbRight a:hover { text-decoration: underline; }

/******************** nadpis kazde stranky, na strance je pouze 1x */
h1 {
    color: #0E9507;
    font-size: 20px;
    font-weight: bold;
   }

h1 a {
	color: #0E9507;
	}

h2 {
    color: #0E9507;
    font-size: 17px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 10px;
    margin-top: 3px;
    }

h2 a {
    color: #0E9507;
    font-size: 17px;
    font-weight: normal;
    text-decoration: underline;
    padding-left: 10px;
    }

h3 {
    color:#0E9507;
    font-size: 14px;
    font-weight: bold;
    margin: 15px 0px 3px 0px;
    }

h3 a {
	color: #0E9507;
	}

h4 {
    color: black;
    font-size: 12px;
    font-weight: bold;
   }

/******************* navigacni menu */
#teloMenu ul {
    margin : 0;
    padding: 0;
	text-align: right;
	font-size: 13px;
	font-weight: bold;
    }


#teloMenu ul li ul {
    text-align: left;
	font-size: 12px;
	font-weight: normal;
    }

#teloMenu a:hover {
	text-decoration: none;
	}

/****************** odkaz, ktery je normalni a href, ale chceme, aby vypadal jako tlacitko */
.buttonLink {
	position: relative;
	top: 20px;
	left: 200px;
	background-color: #0E9507;
	padding: 3px;
	color: white;
	text-decoration: none;
	}
/****************** dlouhe tabulky nezmrsene Exploderem (do divu obalime <table>) */
.tablewrapper {
    width: 100%;
}

.prehledTable {
    width: 100%;
    border-right: 1px solid #0E9507;
    border-bottom: 1px solid #0E9507;
    }

.prehledTable thead {
    background-color: #0E9507;
    font-weight: bold;
    color: white;
}

.prehledTable td {
	border-left: 1px solid #0E9507;
    border-top: 1px solid #0E9507;
    padding: 3px;
    font-size: 11px;
    }

/***************** tabulky pro editaci zaznamu */
.editTable {
    width: 100%;
    border-right: 1px solid #0E9507;
    border-bottom: 1px solid #0E9507;
    }
.editTable td {
    border-left: 1px solid #0E9507;
    border-top: 1px solid #0E9507;
    padding: 3px;
    font-size: 11px;
    }
.editTable input, textarea, select {
    background-color: #F3F3F3;
    border: 1px solid #d3d3d3;
    font-size: 11px;
    }

.editInstructions {
    font-style: normal;
    color: #FF0600;
    font-size: 10px;
    }

/***************** tabulka bez okraju */
.noBorderTable td {
    border: 0px;
    }
	
.noBorderTable td {
    padding:0;
    padding-right: 7px;
    margin:0;
    }

/***************** tabulka pro loga */
.logoTable {
	width: 100%;
	}
	
.logoTable td {
	border-bottom: 1px solid #0E9507;
    padding: 5px;
    padding-right: 7px;
    margin:0;
    }

/***************** styly pro review */
.review {
	text-align: justify;
	}
.review a {
	text-decoration: none;
	color: #0E9507;
	font-weight: bold;
	}
/***************** lista kde je zahlavi vypisu */
.listHead {
    padding: 1px 3px 1px 3px;
    font-size: 11px;
    background-color: #0E9507;
    color: white;
    }
.listHead td {
    border: 0px;
    }
.listHead a {
    color: white;
    }
.listHead img {
    padding-left: 5px;
    margin-right: -15px;
    }
/***************** lista kde jsou zobrazeny jednotlive stranky vypisu */
#listLista  {
    margin-top: 1px;
    width: 100%;
    }
#listLista td {
    padding: 1px 3px 1px 3px;
    font-size: 11px;
    }
#listListaStranky {
    font-size: 13px;
    font-weight: bold;
    }
#listListaStranky a {

    font-size: 11px;
    font-weight: normal;
    margin-left: 3px;
    margin-right: 3px;
    }
/****************** disclaimer */
#disclaimer {
    height: 1%;
    text-align:center;
    font-size: 12px;
    margin-top: 15px;
    }
#disclaimer #d1 {
    color: #0E9507;
    }
#disclaimer #d1 img {
	border: 0px;
	margin: 5px;
	}

#disclaimer #d2 a {
    color: #0E9507;
    padding-left: 5px;
    padding-right: 5px;
    }
#disclaimer #dobr {
    float: left;
    margin-left: -10px;
    }

/****************** stavove zpravy */
.stateMsg {
    font-size: 11px;
    background-color: #FFFDAE;
    }
.stateMsgOk {
    color: #91AD3E;
    padding-right: 35px;
    }
.stateMsgErr {
    color: #F06F0F;
    font-weight:bold;
    padding-right: 10px;
    }

/** urcuje ze nazev pro entitu ve skutecnosti zahrnuje skupinu dat ve vypise */
.dataGroup {
    /*
    font-weight: bold;
    color: blue; */
    }

/** pri vypisu detailu je nejvice vlevo takovy pruh, ve kterem je ev.
 * umistena mala ikonka patrici k radku. tohle je definice pruhu */
.detailColumnIcon {
    background-color: #0E9507;
    text-align: center;
    width: 5px;
    }
.detailColumnName {
    font-weight: bold;
	background-color: #EAFBE9;
	text-align: left;
    }

/** helpstick obrazek */
.helpStick {
    border: 0px;
    margin: -2px 0px -2px 0px;
    }


/** item status */
.is {
  margin: 0px 0px 0px 0px;
}

/***************************** administracni okno */
.adminbox {
    margin-top: 10px;
    font-size: 11px;
    height: 80px;
    }
.adminbox .child {
    background-color: #EAFBE9;
    color: black;
    float: right;
    width: 180px;
    padding: 5px;
    }
.adminbox a {
    color: #0E9507;
    }
.adminbox img {
    margin-right: 8px;
    z-index: 2;
    margin-bottom: -4px;
    margin-top: 4px;
    }

/*
.adminsidebox {
    float: right;
    background-color: #96C7D5;
    color: black;
    width: 150px;
    padding: 5px;
    }
.adminsidebox a {
    color: #384EAA;
    }
.adminsidebox img {
    margin-right: 8px;
    z-index: 2;
    margin-bottom: -4px;
    margin-top: 4px;
    }
*/
/*********** info box dostupny obvykle u kazdeho prehledu uplne nahore vpravo */

/*
.infobox {
    background-color: #96C7D5;
    color: black;
    width: 150px;
    font-size: 11px;
    }
.infobox a {
    color: #384EAA;
    }

.infobox img {
    margin-right: 5px;
    z-index: 2;
    margin-bottom: -4px;
    margin-top: 4px;
    }
*/

/*********** obrazek indikujici odkaz mimo web */
.imgLinkOut {
    border: 0px;
    margin-left: 4px;
    margin-top: -2px;
    margin-bottom: 3px;
    }

.abbr {
    color: #0E9507;
    border-bottom: 1px dotted #4E66CA;
    cursor: help;
    }

/*********** jednoduche pocitadlo pristupu ***********/
#counter {
	padding-top: 3px;
	color: white;
	font-size: 11px;
	text-align: center;
	}
