body, p, div, li, td, a, input, textarea {
	font-family: Verdana, Tahoma, "Arial CE", Arial, "helvetica CE", Helvetica;
}

body, p, div, li, td {
	color: #000000;
	font-size: 12px;
}

/*----------nekompatibilita prohlížečů-----------*/
form {
	margin: 0px;
	padding: 0px;
}

p {
	padding: 0;
	margin: 10px 0 10px 0;
}

ul, blockquote {
	padding: 0;
	margin: 10px 0 10px 40px;
}

/*----------nadpisy-----------*/

h1 {
	font-size: 18px;
	color: #361501;
	margin: 10px 0 10px 0;
	padding-left: 22px;
	background-image: url("../img/layout/default/h1.gif");
	background-position: left top;
	background-repeat: no-repeat;
}

h1 a {
	color: #361501 !important;
}

h2, h1.novinky {
	font-size: 15px;
	color: #361501;
	padding: 0;
	margin: 10px 0 10px 0;
}

#mainbox h2 {
	padding-left: 17px;
	background-image: url("../img/layout/default/h2.gif");
	background-position: left top;
	background-repeat: no-repeat;
}

h3 {
	font-size: 13px;
	color: #361501;
	padding: 0;
	margin: 10px 0 10px 0;
	text-align: left;
}

h4 {
	font-size: 13px;
	padding: 0;
	color: #361501;
}


/*----------odkazy-----------*/
a {
	text-decoration: underline;
}

a:link, a:visited {
	color: #361501;
}


a:active, a:hover  {
	color: #FF0000;
}

/*----------formulare-----------*/
.input_text, .input_text_fullwidth {
	color: #111111;
	background-image: url("../img/layout/pozadi_input_text.gif");
	font-size: 11px;
	border: 1px solid #361501;
	padding: 2px 0px 1px 3px;
	margin: 0 0 3px 0;
	_margin: 0px 0 1px 0;
}

.input_textarea, .input_textarea_fullwidth, .input_textarea_fullfullwidth {
	color: #111111;
	background-image: url("../img/layout/pozadi_input_text.gif");
	font-size: 11px;
	border: 1px solid #361501;
	padding: 1px;
	padding-left: 5px;
	padding-top: 3px;
}

.input_button {
	background-color: #361501;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	border: 1px solid #361501;
	vertical-align: middle;
	margin: 0px 0 10px 0;
	_margin: 0px 0 5px 0;
	padding: 1px 7px 1px 7px;
	_padding: 1px 0px 0px 0px;
	cursor: hand;
}

a.input_button {
	width: 100px;
	height: 20px;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	padding: 1px 7px 2px 7px;

	background-color: #361501;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	border: 1px solid #361501;
	cursor: hand;
}

a.input_button:hover, a.input_button:visited, a.input_button:link {
	color: #ffffff;
}

/*----------hlasky a zavedene tridy-----------*/
.upozorneni {
	/*background-color: #FFFFFF;*/
	color: #FF8A00 !important;
	padding: 5px;
	border: 1px solid #FF8A00;
	text-align: left;
	background-image: none;
}

.upozorneni a {
	color: #FF8A00 !important;
}

.chyba {
	/*background-color: #FFFFFF;*/
	color: #ff0000;
	padding: 5px;
	border: 2px solid #ff0000;
	font-weight: bold;
	background-image: none;
}

.info {
	/*background-color: #ffffff;*/
	color: #888888;
	padding: 5px;
	border: 1px solid #888888;
	text-align: left;
	background-image: none;
}

.info a {
	color: #888888;
}

.info a:hover {
	color: #FF0000;
}

.ok {
	/*background-color: #ffffff;*/
	color: #00EB00;
	padding: 5px;
	border: 1px solid #cccccc;
	text-align: left;
}

.flash {
	background-color: #FEF4E8;
	color: #F7941D;
	padding: 5px 5px 5px 8px;
	font-size: 15px;
	font-weight: bold;
	border: 2px solid #F7941D;
	border-left: 10px solid #F7941D;
}

.podbarveni {
	background-color: #eeeeee;
	color: #000000;
	padding: 5px;
	border: 1px solid #000000;
}

.podtrzeni {
	border-bottom: 1px dashed #000000;
}

.red {
	color: #ff0000;
}

.green {
	color: #00A651;
}

.blue {
	color: #0000ff;
}

.poznamka, .poznamka a, .poznamka a:visited {
	color: #888888;
	font-weight: normal;
	font-size: 11px;
}

.poznamka a:hover {
	color: #FF0000;
}



.link_off {
	color: #cccccc;
        text-decoration: underline;
}

/*----------obrazky-----------*/

.obrazky_right {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

.obrazky_left {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

td.display_formtitle {
	width: 25%;
	white-space: nowrap;
	vertical-align: top;
	line-height: 1.6em;
	text-align: right;
	padding: 0 5px 0 0 !important;
}

td.display_formtitle_left {
	width: 25%;
	white-space: nowrap;
	vertical-align: top;
	line-height: 1.6em;
	text-align: left;
	padding: 0 5px 0 0 !important;
}

/*----------fieldset-----------*/
fieldset {
	margin: 10px 0 5px 0;
	padding: 3px 10px 10px 10px;
	border: 2px solid #361501;
}

legend {
	padding: 3px 10px 5px 10px;
	font-size: 13px;
	font-weight: bold;
	color: #361501;
}

label {
	width: 30%;
	float: left;
	text-align: right;
	padding-right: 5px;
	font-size: 13px;
}

hr.mezera {
	margin: 0px;
	padding: 0px;
	height: 1px; 
	color: #ffffff; 
	background-color: #ffffff;
	border: 0px solid #ffffff;
}

fieldset input  {
	margin-bottom: 2px;
}

input.input_text_fullwidth  {
	width: 468px;
	_width: 469px;
}

textarea.input_textarea_fullwidth  {
	width: 465px;
	_width: 466px;
}

textarea.input_textarea_fullfullwidth {
	width: 575px;
	_width: 574px;
}

pre {
	text-align: left;
}

hr {
	margin: 0px;
	_margin: 0px !important;
	padding: 0px;
	height: 1px; 
	color: #361501; 
	background-color: #361501;
	border: 0px solid #361501;
	clear: both;
}

.display_button_right {
	text-align: right;
	border: 0px solid black;
}

.display_link_righttop {
	float: right;
	margin-top: 0px;
	padding-right: 0px;
	border: 0px solid black;
}

.cell_left, tr.cell_left td {
	text-align: left;
}

.cell_center, tr.cell_center td {
	text-align: center;
}

.cell_right, tr.cell_right td {
	text-align: right;
}

/*------------------*/
.inversive {
	background-color: #361501;
	color: #FFFBEE;
}

.inversive a, .inversive h1, .inversive h2, .inversive h3, .inversive h4, .inversive p, .inversive span, .inversive div {
	color: #FFFBEE !important;
	border: 0;
}

/*-------------------------*/
table.display_message {
	width: 100%;
	/*_width: 99.5%;*/
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border: 1px solid #361501;
}

table.display_message td {
	margin: 0;
	padding: 3px;
	vertical-align: top;
}

td.display_message_header {
	color: #361501;
	background-color: #eeeeee;
}

td.display_message_footer {
	font-size: 11px;
	text-align: right;
	padding-top: 0px !important;
}

/*-----------pro modul akce-------------*/
div.akce_obal {
	margin-bottom: 5px;
	border: 1px solid #DDDDDD;
}

div.akce_obal_today {
	margin-bottom: 5px;
	border: 1px solid #361501;
	border-left: 5px solid #361501;
}

div.akce_obal strong, div.akce_obal_today strong {
	color: #361501;
}

div.akce_obal em, div.akce_obal_today em {
	font-style: italic;
	color: #888888;
	width: 95%;
	display: block;
}

div.category_style_ {
	padding: 5px;
}

div.category_style_bila {
	background-color: #ffffff;
	padding: 5px;
}

div.category_style_seda {
	background-color: #F7F7F7;
	padding: 5px;
}

div.category_style_bezova {
	background-color: #F6EFDD;
	padding: 5px;
}

div.category_style_zluta {
	background-color: #FFFFCC;
	padding: 5px;
}

div.category_style_oranzova {
	background-color: #FDEAD2;
	padding: 5px;
}

div.category_style_modra {
	background-color: #D7E7F4;
	padding: 5px;
}

div.category_style_zelena {
	background-color: #EDFFCB;
	padding: 5px;
}

/*-------zobrazeni textových dat------*/
table.display_text {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
	border-collapse: collapse;
	border: 1px solid #361501;
}

table.display_text th {
	margin: 0;
	padding: 2px 5px 2px 5px;
	vertical-align: middle;
	border: 1px solid #FFFFFF;
	background-color: #361501;
	color: #ffffff;
	text-align: center !important;
	font-size: 14px;
}

table.display_text td {
	margin: 0;
	padding: 2px 5px 2px 5px;
	vertical-align: middle;
	border: 1px solid #361501;
	text-align: center;
}

table.display_text td.popisek {
	background-color: #CDC4BF;
	color: #361501;
	font-weight: bold;
}

.display_text_center, .display_text_center td {
	text-align: center !important;
}

.display_text_cena, .display_text_cena td {
	text-align: right !important;
}

.display_text_zahlavi, .display_text_zahlavi td {
	text-align: center !important;
	background-color: #EFEDF4;
	color: #361501;
	vertical-align: middle !important;
}

/*------------------------------*/
.smaller {
	font-size: 11px;
}

.bigger {
	font-size: 13px;
}

a.smaller:hover {
	color: #000000 !important;
}

.distance {
	padding: 4px 5px 4px 5px;
}

.distance a, .distance h1, .distance h2, .distance p, .distance span, .distance div {
	padding: 0;
	margin: 0;
}

/*--------photo----------------------*/
div.photo_left, div.photo_right {
	padding: 0;
	/*float: right;*/
	/*width: 180px;*/
	border: 1px solid #DAD7E7;
	background-color: #EFEDF4;
	text-align: center;
}

div.photo_left {
	float: left;
	margin: 0 7px 7px 0;
}

div.photo_right {
	float: right;
	margin: 0 0 7px 7px;
}

div.photo_img {
	/*width: 180px;*/
	margin: 0 !important;
	padding: 0px 0px 0px 0px !important;
	text-align: center;
	border: 0px solid red;
	position: relative;
}

div.photo_title {
	/*width: 180px;*/
	margin: 0 !important;
	padding: 5px 0px 5px 0px !important;
	font-size: 11px;
	border: 0px solid blue;
	color: #7D7B77;
}

div.photo_title span {
	padding: 0px 5px 0px 5px !important;
}

div.photo_img span {
	position: absolute;
	left: 5px;
	color: #ffffff;
	font-size: 11px;
	/*text-decoration: underline;*/
}

/*-------zobrazeni dat------*/
table.display {
	width: 100%;
	_width: 99.5%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border: 0px solid #000000;
}

table.display td {
	margin: 0;
	padding: 0;
	vertical-align: top;
	border: 0px solid #000000;
}

tr.display_header, td.display_header, tr.display_center, td.display_center {
	text-align: center;
}

tr.display_header td {
	font-size: 11px;
	vertical-align: middle;
	padding-bottom: 1px;
}

td.display_separator {
	border-bottom: 1px solid #9BC2E5 !important;
	padding: 0px;
	margin: 0px;
}

td.display_columntime {
	width: 130px;
	text-align: center;
	white-space: nowrap;
}

td.display_columnaction {
	width: 60px;
	text-align: center;
	white-space: nowrap;
}

td.display_columncenter {
	text-align: center;
}

td.display_columnporadi {
	width: 50px;
	text-align: center;
	white-space: nowrap;
}

td.display_columnid {
	width: 70px;
	text-align: center;
	white-space: nowrap;
}

td.display_columnnum {
	width: 50px;
	text-align: center;
	white-space: nowrap;
}

td.display_columnsmallnum {
	width: 33px;
	text-align: center;
	white-space: nowrap;
}

tr.display_oddrow td, tr.display_evenrow td, tr.display_blankrow td {
	height: 10px;
	border-left: 1px solid #ffffff;
	padding: 0 4px 0 4px;
}

td.display_cellcheckbox {
	width: 1%;
	text-align: center;
	padding: 0 !important;
}

tr.display_blankrow {
	background-color: #ffffff;
}

tr.display_oddrow {
	background-color: #f8f8f8;
}

tr.display_evenrow {
	background-color: #F2F2F2;
}

tr.display_row {
	background-color: #ffffff;
}

tr.display_row td {
	height: 10px;
	border-left: 0px solid #ffffff;
	border-bottom: 1px dotted #9BC2E5;
	padding: 5px 4px 7px 4px;
}

td.display_columndate {
	width: 70px;
	text-align: center;
	white-space: nowrap;
}

td.display_description {
	text-align: left;
}

table.program {
	width: 100%;
	_width: 99.5%;
	margin: 10px 0 10px 0;
	padding: 0;
	border-collapse: collapse;
	border: 0px solid #000000;
}

td.program_time {
	width: 70px;
	text-align: right;
	padding-right: 10px !important;
	white-space: nowrap;
}

table.program td {
	margin: 0;
	padding: 0 0 10px 0;
	vertical-align: top;
}

/*---------------------------*/
table.display_rowdistance {
	width: 100%;
	/*_width: 99.5%;*/
	margin: 10px 0 10px 0;
	padding: 0;
	border-collapse: collapse;
	border: 0px solid #000000;
}

table.display_rowdistance td {
	margin: 0;
	padding: 0 0 10px 0;
	vertical-align: top;
}

/*---------------------------*/
.clear_both {
	clear: both;
}

/*---------------------------*/
.tab_5em {
	display:block;
	width: 5em;
	float: left;
	text-align: left;
}

.tab_10em {
	display:block;
	width: 10em;
	float: left;
	text-align: left;
}

/*---------------------------*/
.skryt {
	display: none;
}

/*------ImgPopisek();----------------*/
td.popisek {
	font-family: Verdana, "Tahoma", "Arial CE", Arial, "helvetica CE", Helvetica;
        font-size: 11px;
	padding-top: 3px;
	padding-bottom: 4px;
        text-align: center;
	font-style: normal;
	background-color: #FADEC4;
	color: #361501;
}

table.imgpopisek {
	margin-left: 0px;
	display: inline;
}

table.imgpopisek td {
	border: 5px solid #FADEC4;
}

/*------ImgPopisek();----------------*/
td.popisek2 {
	font-family: Verdana, "Tahoma", "Arial CE", Arial, "helvetica CE", Helvetica;
        font-size: 11px;
	padding-top: 3px;
	padding-bottom: 4px;
        text-align: center;
	font-style: normal;
	background-color: #FADEC4;
	color: #7FA5C8;
}

table.imgpopisek2 {
	margin-left: 0px;
	display: inline;
}

table.imgpopisek2 td {
	border: 0px solid #FADEC4;
}

/*---------------------------*/
table.fotogalerie {
	width: 100%;
	margin: 10px 0 10px 0px;
	padding: 0px;
	border-collapse: collapse;
	border: 0px solid #D14A0F;
}

td.left_box {
	text-align: left;
	padding: 6px 2px 6px 0;
}

td.center_box {
	text-align: center;
	padding: 6px 2px 6px 2px;
}

td.right_box {
	text-align: right;
	padding: 6px 0 6px 2px;
}

td.full_box {
	text-align: center;
	padding: 6px 0px 6px 0px;
}

