/* .memo je textarea */
.HTMLMemo a{
  font-size: 12px;
	color: #3d57a7;
	text-decoration: underline;
}
.HTMLMemo a:hover{
	color: #ed2d29;
	text-decoration: underline;
}


.align-center{
  text-align: center;
}
.align-right, table td.align-right{
  text-align: right;
}

h1 {
  cms_title:Nadpis velky;
	padding-bottom: 10px;
	color: #ed2d29;
	font-size: 20px;
	font-family: Tahoma;
	font-weight: normal;
	line-height: 24px;
  border: none; 
}

h3,
h2 {
  cms_title:Nadpis stredny;
	padding-top: 25px;
	color: #ed2d29;
	font-size: 16px;
	font-weight: bold;
  border: none; 
}

h3 {
  cms_title:Nadpis maly;
	font-size: 14px;
}

img{
  margin:0px;
  padding:0px;
}

.font-red {
        cms_title: Text červený;
        color: #ee2e2a !important;
}

.font-blue {
        cms_title: Text modrý;
        color: #3d57a7 !important;
}

.font-gray {
        cms_title: Text šedý;
        color: #9d9fa2 !important;
}

/* ----------- TABULKA PRE LINKY ---------- */
td.link_v_slote_anchor
{
	vertical-align: top;
	width: 8px;
}

td.link_v_slote a
{
	vertical-align: top;
	text-decoration: none;
}
td.link_v_slote a:hover
{
	XXtext-decoration: underline;
}

/* ----------- TABULKA PRE DOKUMENTY ---------- */
#dokumenty_table{
	border-collapse: collapse;
	font-size: 13px;
	color: #000000;
	line-height: 18px;
}

#dokumenty_table tr {
	border: 1px solid #dadada;
	border-top: 1px solid #dadada;
}

#dokumenty_table th {
	height: 37px;
	background: #ececec url("../images/bg-table-th.png") 0 0 repeat-x;
	border-top: #eaeaea;
	border-right: 1px solid white;
}

#dokumenty_table td {
	padding: 15px 2px;
	text-align: center;
	border-right: 1px solid #ededed; 
	border-bottom: 1px solid #ededed;
}

#dokumenty_table td:last-child {
	border-right: 1px solid #ededed;
}

#dokumenty_table td:first-child {
	border-left: 1px solid #ededed;
}
#dokumenty_table tr.row td {
	background-color: #f7f7f7;
}

#dokumenty_table tbody td span {
	color: #ed2d29;
	display: block;
}

#dokumenty_table tbody tr td:first-child {
	font-weight: bold;
}


