body, p, div, li, td, a, input, textarea, button {
	font-family: Verdana, Tahoma, "Arial CE", Arial, Sans, "helvetica CE", Helvetica;
}

body, p, div, li, td {
	color: #333333;
	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;
}

li ul {
	margin-top: 0;
	margin-bottom: 0;
}

/*----------nadpisy-----------*/

h1 {
	font-size: 18px;
	color: #02652C;
	margin: 10px 0 10px 0;
	text-align: left;
	padding-left: 5px;
	border-left: 5px solid #02652C;
}

h1 a {
	color: #02652C !important;
}

h2, h1.novinky {
	font-size: 15px;
	color: #02652C;
	padding: 0;
	margin: 10px 0 10px 0;
	text-align: left;
	padding-left: 5px;
	border-left: 5px solid #02652C;
}

h3 {
	font-size: 13px;
	color: #02652C;
	padding: 0;
	margin: 10px 0 10px 0;
	text-align: left;
	padding-left: 5px;
	border-left: 5px solid #02652C;
}

h4 {
	font-size: 13px;
	padding: 0;
	color: #02652C;
}


/*----------odkazy-----------*/
a {
	text-decoration: underline;
}

a:link, a:visited {
	color: #02652C;
}


a:active  {
	color: #ff0000;
}

a:hover {
	color: #000000;
}

/*----------formulare-----------*/
.input_text, .input_text_fullwidth {
	color: #111111;
	font-size: 11px;
	border: 1px solid #02652C;
	padding: 2px 0px 1px 3px;
	margin-bottom: 3px;
	_margin-bottom: 1px;
}

.input_textarea, .input_textarea_fullwidth {
	color: #111111;
	font-size: 11px;
	border: 1px solid #02652C;
	padding: 1px;
	padding-left: 5px;
	padding-top: 3px;
}

.input_button {
	background-color: #02652C;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	border: 1px solid #02652C;
	vertical-align: middle;
	margin: 0px;
	cursor: pointer;
	padding: 0px 7px 1px 7px;
	_padding: 0px 0px 0px 0px;
	cursor: pointer;
}

a.input_button {
	width: 100px;
	height: 20px;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	padding: 1px 7px 2px 7px;
	background-color: #02652C;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	border: 1px solid #02652C;
	cursor: pointer;
}

a.input_button:hover, a.input_button:visited, a.input_button:link {
	color: #ffffff;
}

/*----------hlasky a zavedene tridy-----------*/
.upozorneni {
	background-color: #ffffff;
	padding: 5px;
	border: 1px solid #ffbb00;
	text-align: left;
}

.upozorneni, .upozorneni a {
	color: #ffbb00 !important;
}

h1.upozorneni, h2.upozorneni, h3.upozorneni, h1.chyba, h2.chyba, h3.chyba {
	background-image: none !important;
}

.chyba {
	background-color: #ffffff;
	color: #ff0000;
	padding: 5px;
	border: 2px solid #ff0000;
	font-weight: bold;
}

.info {
	background-color: #ffffff;
	color: #cccccc;
	padding: 5px;
	border: 1px solid #cccccc;
	text-align: left;
}

.ok {
	background-color: #ffffff;
	color: #00EB00;
	padding: 5px;
	border: 1px solid #cccccc;
	text-align: left;
}

.flash {
	background-color: #ffbb00;
	color: #ffffff;
	padding: 5px;
	border: 1px solid #ffbb00;
}

.podbarveni {
	background-color: #eeeeee;
	color: #02652C;
	padding: 5px;
	border: 1px solid #02652C;
}

.podtrzeni {
	border-bottom: 1px dashed #02652C;
}

.red, .red td {
	color: #ff0000;
}

.green, .green td {
	color: #00A651;
}

.blue, .blue td {
	color: #0000ff;
}

.poznamka, .poznamka a, .poznamka td, .poznamka a:visited, ul.poznamka li {
	color: #aaaaaa;
	font-weight: normal;
	font-size: 11px;
}

.poznamka a:hover {
	color: #000000;
}



.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 #02652C;
}

legend {
	padding: 3px 10px 5px 10px;
	font-size: 13px;
	font-weight: bold;
	color: #02652C;
}

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;
}

fieldset input.input_text_fullwidth  {
	width: 370px;
	_width: 375px;
}

fieldset textarea.input_textarea_fullwidth  {
	width: 367px;
	_width: 372px;
}

pre {
	text-align: left;
}

hr {
	margin: 0px;
	_margin: 0px !important;
	padding: 0px;
	height: 1px; 
	color: #02652C; 
	background-color: #02652C; 
	border: 0px solid #02652C;
	clear: right;
}

.display_right {
	text-align: right;
}

.display_righttop {
	float: right;
	text-align: right;
}

.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: #02652C;
	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 #02652C;
}

table.display_message td {
	margin: 0;
	padding: 3px;
	vertical-align: top;
}

td.display_message_header {
	color: #02652C;
	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 #02652C;
	border-left: 5px solid #02652C;
}

div.akce_obal strong, div.akce_obal_today strong {
	color: #02652C;
}

div.akce_obal em, div.akce_obal_today em {
	font-style: italic;
	color: #888888;
	width: 95%;
	display: block;
}

div.category_style_bila, div.category_style_none {
	background-color: #ffffff;
	padding: 5px;
}

div.category_style_seda {
	background-color: #F7F7F7;
	padding: 5px;
}

div.category_style_bezova {
	background-color: #FEECD1;
	padding: 5px;
}

div.category_style_zluta {
	background-color: #FFF5B1;
	padding: 5px;
}

div.category_style_oranzova {
	background-color: #FCD79A;
	padding: 5px;
}

div.category_style_modra {
	background-color: #DDE4EF;
	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: 0px solid #0E905E;
}

table.display_text th {
	margin: 0;
	padding: 2px 5px 2px 5px;
	vertical-align: top;
	border: 1px solid #0E905E;
	background-color: #0E905E;
	color: #ffffff;
	text-align: center !important;
}

table.display_text td {
	margin: 0;
	padding: 2px 5px 2px 5px;
	border: 1px solid #0E905E;
}

.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: #eeeeee;
	color: #0E905E;
	vertical-align: middle !important;
}

/*------------------------------*/
.smaller, .smaller td {
	font-size: 11px;
}

.bigger, .bigger td {
	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 {
	margin: 0 3px 7px 3px;
}

div.photo_list {
	width: auto;
	margin-right: -15px;
	z-index: 1;
	border: 0px solid red;
}

div.photo_left, div.photo_right, div.photo {
	padding: 0;
	/*float: right;*/
	/*width: 180px;*/
	border: 1px solid #02652C;
	background-color: #E2FACD;
	text-align: center;
}

div.photo_refer:hover {
	background-color: #FFC47F;
}

table.photo_detail td {
	background-color: #E2FACD;
}

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: #02652C;
}

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;
	border: 0px solid #000000;
}

tr.display_header, td.display_header, tr.display_center, td.display_center {
	text-align: center;
}

tr.display_header td {
	vertical-align: middle !important;
	font-size: 11px;
}

tr.display_header td {
	padding-bottom: 1px;
}

td.display_separator {
	border-bottom: 1px solid #02652C !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 #DDEDBF;
	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;
}

.optional {
	color: #aaaaaa;
}

/*--------------------------------------*/
table.text {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
	border-collapse: collapse;
	border: 0px solid #0E905E;
}

table.text td, table.text th {
	margin: 0;
	padding: 2px 5px 2px 5px;
	border: 1px solid #0E905E;
}

table.text thead td, table.text thead th {
	background-color: #0E905E;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	font-size: 1em;
	font-weight: bold;
}

table.text tfoot td, table.text tfoot th {
	background-color: #eeeeee;
	color: #0E905E;
	text-align: center;
	vertical-align: middle;
}

/*--------------------------------------*/
#mainbox p, #mainbox h1, #mainbox h2, #mainbox h3, #mainbox hr {
	margin-top: 0;
}

#mainbox p, #mainbox h1, #mainbox h2, #mainbox h3, #mainbox hr {
	margin-bottom: 10px;
}
/*---------------------------------*/
.nowrap {
	white-space: nowrap;
}