/* www.tvnoe.cz, CSS styly pro zobrazeni */

/* zakladni nastaveni */

body {
	background-color: #dbf4d4;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 70%;
	color: #00662b;
	font-weight: normal;
	font-style: normal;
	background-image: url(body-background.gif);
	background-repeat: repeat-x;
	_text-align: center;
	height: 100%;
}

a img, a:link img {
	border: none;
}

p {
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
}

h1 {
	font-size: 120%;
}

h2 {
	font-size: 115%;
}

h3 {
	font-size: 110%;
}

h4 {
	font-size: 105%;
}

h5 {
	font-size: 100%;
}

h6 {
	font-size: 100%;
}

h1, h2, h3, h4, h5, h6{
	margin: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
}

em {
}

.description.em{
	font-style: italic;
	color: #00662b;
}

strong {
	font-weight: bold;
	font-style: normal;
}

ol {
	margin-left: 0px;
	margin-top: 10px;
}

ul {
	
}
ul{
	margin: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-left: 2.3em;
}

ul li {
	list-style-type: square;
}

sub {
	font-size: 75%;
}

sup {
	font-size: 75%;
}

a {
	color: #00662b;
	text-decoration: underline;
}

a:link {
	color: #00662b;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

fieldset {
	border: 1px solid #cccccc;
}

legend {
	border: 1px dotted #cccccc;
}

label {
	float: left;
}

input {
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 100%;
	color: #00662b;
	border: 1px solid #999999;
}

input.checkbox {
	width: 12px;
	height: 12px;
}

input.radio {
	width: 12px;
	height: 12px;
}

input.submit, input.reset, input.button {
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 100%;
	color: #00662b;
	font-weight: bold;
	border: 2px solid #999999;
}

input.file {
	width: 200px;
	height: 21px;
}

input.image {
	padding: 0px;
	border: none;
}

textarea {
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 100%;
	color: #00662b;
	border: 1px solid #999999;
}

select {
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 100%;
	color: #00662b;
	background-color: #d9e9c7;
}

hr {
	color: #cccccc;
}

table{
	font-size: 100%;
}

/* vrstvy pro tisk */

div#print-header {
	display: none;
}

/* formatovaci vrstvy */

/* stranka */

div#homepage, div#page {
	width: 900px;
	background-image: url(page-background.gif);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: 100%;
	_text-align: left;
}

html>body div#page, html>body div#homepage {
	height: auto;
	min-height: 100%;
}

div.spacer {
	clear: both;
}

div#spacer {
	clear: both;
	height: 2em;
}

div#footer {
	width: 898px;

	margin-left: 1px;
	margin-right: 1px;
	border-top: 1px solid #91C17d;
}

div#footer p {
	color: #7bb743;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	float: left;
	margin-left: 5px;
	margin-right: 15px;
}

div#footer p a, div#footer p a:link {
	color: #7bb743;
	text-decoration: none;
}

div#footer p a:hover {
	color: #336633;
	text-decoration: none;
}

/* hlavicka */

div#header {
	margin-left: 1px;
	margin-right: 1px;
}

/* menu v hlavicce */

div#mainmenu {
	width: 898px;
	height: 30px;
	background-color: #008845;
	background-image: url(mainmenu-background.gif);
	overflow: hidden;
}

div#mainmenu ul {
	margin: 0px;
	padding: 0px;
	background-color: #dee9c8;
	float: right;
	margin-right: -2px;
}

div#mainmenu ul li {
	list-style-type: none;
	list-style-image: none;
	float: left;
	background-image: url(gradient.gif);
	background-repeat: repeat-x;
	margin-right: 1px;
	font-size: 100%;
	line-height: 30px;
	font-weight: bold;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
}

div#mainmenu ul li a, div#mainmenu ul li a:link {
	display: block;
	padding-left: 6px;
	padding-right: 6px;
	color: #ffffff;
	text-decoration: none;
}

div#mainmenu ul li a:hover, div#mainmenu ul li a.active {
	color: #000000;
	text-decoration: none;
}

/* logo */

div#logo {
	height: 82px;
	background-color: #000000;
}

div#logo p {
	font-size: 120%;
	font-weight: bold;
	position: relative;
	margin-bottom: 1px;
}

div#logo p span {
	position: absolute;
	width: 898px;
	height: 81px;
	display: block;
	left: 0px;
	top: 0px;
	background-image: url(logo.gif);
}

div#logo ul {
	margin: 0px;
	padding: 0px;
	margin-bottom: 1px;
}

div#logo ul li {
	list-style-type: none;
	list-style-image: none;
	width: 898px;
	height: 81px;
	position: relative;
}

div#logo ul li span {
	display: block;
	width: 898px;
	height: 81px;
	position: absolute;
	left: 0px;
	top: 0px;
	_cursor: pointer;
	background-image: url(logo.gif);
}

div#logo ul li span.z2 a {
	display: block;
	width: 898px;
	height: 81px;
}

/* spodek */

div#homepage div#content {
	margin-left: 1px;
	margin-right: 1px;
}

div#page div#content {
	margin-left: 1px;
	margin-right: 1px;
}

/* ilustracni obrazek na hp */

div#illustration {
	width: 898px;
	height: 99px;
	background-color: #00662b;
	background-image: url(illustration.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	position: relative;
	margin-bottom: 15px;
}

/* jazykovy rozcestnik, mapa stranek, cesta */

div#homepage div#servismenu {
	position: absolute;
	right: 5px;
	bottom: 5px;
}

div#page div#servismenu {
	width: 898px;
	height: 30px;
	background-image:  url(servismenu-background.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div#servismenu ul {
	margin: 0px;
	padding: 0px;
	margin-top: 7px;
}

div#servismenu ul.path {
	float: left;
	margin-left: 10px;
	_margin-left: 5px;
}

div#servismenu ul.langmap {
	float: right;
	margin-right: 10px;
	_margin-right: 5px;
}

ul.langmap li {
	list-style-type: none;
	list-style-image: none;
	float: left;
	margin-right: 5px;
	padding-right: 5px;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
}

div#homepage ul.langmap li {
	border-right: 1px solid #ffffff;	
}

div#page ul.langmap li {
	border-right: 1px solid #01662c;	
}

div#page ul.langmap li.last, div#homepage ul.langmap li.last {
	border-right: none;
	margin-right: 0px;
	padding-right: 0px;
}

div#homepage ul.langmap li a, div#homepage ul.langmap li a:link {
	color: #ffffff;
	text-decoration: none;
}

div#homepage ul.langmap li a:hover {
	color: #ffff99;
	text-decoration: none;
}

div#page ul.langmap li a, div#page ul.langmap li a:link {
	color: #01662c;
	text-decoration: none;
}

div#page ul.langmap li a:hover, div#page ul.langmap li a.active {
	color: #000000;
	text-decoration: none;
}

ul.path li {
	list-style-type: none;
	list-style-image: none;
	float: left;
	margin-right: 5px;
	padding-right: 10px;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	background-image: url(path-divider.gif);
	background-repeat: no-repeat;
	background-position: right;
}

ul.path li.last {
	margin-right: 0px;
	padding-right: 0px;
	background-image: none;
}

ul.path li a, ul.path li a:link {
	color: #01662c;
	text-decoration: none;
}

ul.path li a:hover, ul.path li a.active {
	color: #000000;
	text-decoration: none;	
}

/* rozdeleni na sloupce */

div#left {
	width: 199px;
	margin-bottom: 20px;
	float: left;
	overflow: hidden;
}

div#homepage div#middle {
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	width: 480px;
	overflow: hidden;
}

div#page div#middle {
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	width: 679px;
	overflow: hidden;
}

div#right {
	width: 199px;
	margin-bottom: 20px;
	float: right;
	overflow: hidden;
}

/* panely */

div.panel p, div.panel ul, div.panel table, div.panel h1, div.panel h2, div.panel h3, div.panel h4, div.panel h5, div.panel h6 {
	margin-left: 5px;
	margin-right: 5px;
}

div.panel p.header {
	color: #ffffff;
	font-size: 110%;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(gradient.gif);
	background-repeat: repeat-x;
	margin: -5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	_padding-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 0px;
}

div.panel.search p.header.first {
	padding-top: 10px;
}

div#middle div.panel p.header {
	padding-top: 10px;
}

/* panely vlevo */

div#left div.panel {
	background-color: #a0c870;
	margin-bottom: 15px;
	_margin-bottom: 10px;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	float: left;
	width: 100%;
}

div#left div.panel ul.submenu {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	_width: 110%;
	margin-left: -5px;
	_padding-left: 5px;
	margin-right: -5px;
	margin-bottom: 10px;
	_margin-bottom: 5px;
	background-color: #d9e9c7;
}

div#left div.panel ul.submenu li {
	list-style-type: none;
	list-style-image: none;
	float: left;
	border-right: 1px solid #a0c870;
	white-space: nowrap;
}

div#left div.panel ul.submenu li a, div#left div.panel ul.submenu li a:link {
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #00662b;
	text-decoration: none;
	
}

div#left div.panel ul.submenu li a:hover, div#left div.panel ul.submenu li a.active {
	background-color: #a0c870;
	color: #ffffff;
	text-decoration: none;
}

/* panel hledani */

div.panel.search form {
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}

div.panel.search form input.text {
	background-color: #d9e9c7;
	border: none;
	width: 120px;
	margin: 0px;
	margin-top: 5px;
	font-size: 90%;
	margin-right: 5px;
}

div.panel.search form select {
	width: auto;
	padding: 0px;
	font-size: 90%;
	background-color: #d9e9c7;
	margin: 0px;
}

div.panel.search form select.contracted {
	width: auto;
}

div.panel.search form input.submit {
	background-color: #d9e9c7;
	color: #000000;
	text-transform: lowercase;
	font-size: 90%;
	font-weight: bold;
	border: none;
	cursor: pointer;
	width: auto;
	margin: 0px;
}

div.panel.search form label {
	float: left;
	width: 1.7em;
	margin-right: 1px;
	margin-top: 1px;
}

div.panel.search p input.submit {
	margin-left: -5px;
}

/* panely vpravo */

div#right div.panel {
	background-color: #a0c870;
	margin-bottom: 15px;
	_margin-bottom: 10px;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	float: left;
	width: 100%;
}

div#right div.panel.partners {
	background-color: transparent;
	background-image: url(gradient.gif);
	background-repeat: repeat-x;
	padding: 0px;
	height: 80px;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

div#right div.panel.partners ul {
	margin: 0px;
	padding: 0px;
}

div#right div.panel.partners ul li {
	list-style-type: none;
	list-style-image: none;
	float: left;
	width: 49%;
	overflow: hidden;
	text-align: center;
}

div.panel.partners ul li img.tv-noe {
	margin-top: 9px;
}

div.panel.partners ul li img.radio-proglas {
	margin-top: 16px;
}

div.panel ul.listmenu {
	margin: 0px;
	padding: 0px;
}

div.panel ul.listmenu li {
	list-style-type: none;
	list-style-image: none;
	background-image: url(listmenu-li-item.gif);
	background-repeat: no-repeat;
	background-position: left 0.65em;
	padding-left: 15px;
}

div.panel ul.listmenu li a, div.panel ul.listmenu li a:link {
	color: #006728;
	text-decoration: none;
}

div.panel ul.listmenu li a:hover {
	text-decoration: none;
}

/* panely stred */

div#middle div.panel {
	background-color: #d9e9c7;
	/*padding-right: 0px;*/
	margin-bottom: 10px;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	float: left;
	width: 100%;
}

div#middle div.panel.hot {
	padding: 10px;
	background-color: #a0c870;
}
div#middle div.panel.hot p a.image{
	border: 1px solid #00662b;
	float: right;
	margin-right: 15px;
	margin-left: 15px;
}

div#middle div.panel.item {
	padding: 10px;
	background-color: #f2f7eb;
}

div#middle div.panel ul.submenu {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	background-color: #a0c870;
	float: left;
	width: 100%;
	_width: 110%;
	margin-left: -5px;
	padding-left: 5px;
	margin-right: -5px;
	margin-bottom: 10px;
}

div#middle div.panel ul.submenu li {
	list-style-type: none;
	list-style-image: none;
	float: left;
	border-right: 1px solid #d9e9c7;
	white-space: nowrap;
}

div#middle div.panel ul.submenu li a, div#middle div.panel ul.submenu li a:link {
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #00662b;
	text-decoration: none;
}

div#middle div.panel ul.submenu li a:hover, div#middle div.panel ul.submenu li a.active {
	background-color: #d9e9c7;
	color: #00662b;
	text-decoration: none;
}

/* submenu v novinkach */

div#middle div.panel.hot ul.submenu {
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	_margin-bottom: 0px;
	width: 100%;
	float: left;
	margin-left: 5px;
	_margin-left: 3px;
	margin-right: 5px;
	_margin-right: 3px;
}

div#middle div.panel.hot ul.submenu li {
	list-style-type: none;
	list-style-image: none;
	float: left;
	border-right: 1px solid #ffffff;
	padding-right: 5px;
	margin-right: 5px;
}

div#middle div.panel.hot ul.submenu li.last {
	border-right: none;
	padding-right: 0px;
	margin-right: 0px;
}

div#middle div.panel.hot ul.submenu li a, div#middle div.panel.hot ul.submenu li a:link {
	display: inline;
	padding-left: 0px;
	padding-right: 0px;
	color: #ffffff;
	text-decoration: none;
}

div#middle div.panel.hot ul.submenu li a:hover {
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}

/* galerie */

div.gallery {
	width: 68%;
	float: left;
}

div.gallery p.image {
	background-color: #ffffff;
	width: 136px;
	height: 98px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

div.gallery p.image img {
	margin-top: 3px;
}

div.gallery-control {
	background-color: #a0c870;
	float: right;
	padding: 10px;
	_margin-right: -5px;
	width: 29%;
}

div.gallery-control ul.paging {
	margin: 0px;
	padding: 0px;
}

div.gallery-control ul.paging li {
	list-style-type: none;
	list-style-image: none;
	float: left;
	margin-right: 5px;
}

div.gallery-control ul.paging li a, div.gallery-control ul.paging li a:link {
	color: #00662b;
	text-decoration: none;
}

div.gallery-control ul.paging li a:hover, div.gallery-control ul.paging li a.active {
	color: #000000;
	text-decoration: none;
}

div.gallery-control ul.paging li a.active {
	padding-right: 3px;
	border-right: 1px solid #00662b;
}

/* HANS:START */
.gallery-list{

}
.gallery-list .image{
	float: left;
	margin: 10px;
	margin-left: 0px;
	text-align: center;
	width: 30%;
}
.gallery-list .image img{

}

.gallery-item img{

}

/* pager */
.pager td{

}

/* filters */
.filters{
	margin-bottom: 10px;
	margin-top: 10px;
}

/* diskuze */
#discussion{
	margin: 0px;
	padding: 0px;
}
ul.topics{
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
}
ul.topics li{
	list-style: none;
	background: url(ico-li-bg.gif) no-repeat;
	background-position: 0px 4px;
	padding-left: 12px;
	margin-bottom: 3px;
}
ul.topics li span.info{
	color: gray;
	font-style: italic;
}

ul.subpages{
	line-height: 1.5em;
}
ul.submenu a.label{
	cursor: default;
	font-weight: bold;
}
ul.submenu a.label:hover{
	background: #A0C870 !important;
}



.add{
	font-size: 120%;
	font-weight: bold;
	margin-left: 5px;
}
.topic-description{
	border-bottom: 1px solid white;
	padding: 10px;
}
.thread{
	border-bottom: 1px solid white;
	clear: both;
}
.thread .inside{
	padding: 10px;

	
}
.thread.child .inside{
	padding-left: 30px;
	background: #A0C870;
}
.thread span.subject{
	font-size: 110%;
	font-weight: bold;
}


#discussion .thread.people{
	background-color: #003E43;
	border: 1px solid #007E87;
}
.thread .thread-content{
	
}
.thread .img-content{
	float: right;
	width: 550px;
}
.thread.child .img-content{
	width: 530px;
}

.thread .image{
	float: left;
	height: 105px;
	width: 95px;
	overflow: hidden;

	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.thread a.reply{
	display: block;
	width: auto;
	margin-top: 5px;
	font-weight: bold;
	padding-left: 10px;
	background: url(ico-li-bg.gif) no-repeat;
	background-position: 0px 5px;
}

.thread-form td{
	vertical-align: top;
}
.thread-form input{
	width: 200px;
	padding: 2px;

}
.thread-form textarea{
	width: 300px;
	height: 100px;
}
.thread-form .submit{
	background: #7BB743;
	border: none;
	color: white;
	font-size: 100%;
	padding: 4px;
}

.last-threads .info,
.last-threads .info a{
	color: gray;
	font-style: italic;
}

.thread.reply{
	padding: 10px;
}

/* discussion:end */

.required{
	color: red;
}

a.square{
	padding-left: 10px;
	background: url(ico-li-bg.gif) no-repeat;
	background-position: 0px 5px;
}


.event-list td{
	vertical-align: top;
}
/* pro nevidome */
div.programme-detail{
	padding: 5px;
	border-bottom: 1px solid #00662b;
}
div.programme-detail A, div.programme-detail P{
	padding: 0px;
	margin: 0px;
}
div.programme-detail A{
	position: relative;
	left: -5px;
}
/* pro nevidome END */
.programme .label{
	font-size: 110%;
	font-weight: bold;
}
.programme-print{
	float: right;
	font-size: 120%;
	font-weight: bold;
	position: relative;
	right: 10px;
}
.programme-view-type{
	float: right;
	font-size: 120%;
	font-weight: bold;
	position: absolute;
	right: 10px;
	top: 30px;
	
	color: #d9e9c7;
	z-index: -1;
}
.programme-view-type A, .programme-view-type A:HOVER{
	color: #d9e9c7;
} 
.event-detail .left .label{
	color: #FF6600;
	font-size: 150%;
	font-weight: bold;
}
.event-detail .left{
	float: left;
	width: 520px;
}
.event-detail .right{
	float: right;
	margin: 0px;
	width: 150px;
	overflow: hidden;
}
.event-detail .right .inside{
	padding: 10px;
	background: #A0C870;
}

.event-detail .left{
	padding-top: 10px;
}

table.details{
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
}
table.details th,
table.details td{
	padding: 2px;
	padding-left: 5px;
}
table.details th{
	text-align: left;
	background: #7BB743;
	color: #D9E9C7;
}
table.details td{
	background: #A0C870;
	vertical-align: top;
}

ul.errors{
	margin: 5px;
	
}
ul.errors li{
	color: red !important;
}

.episodes{
	background: #A0C870;
	padding: 10px;
	padding-top: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.programme{
	width: 100%;
	margin-right: 20px;
	border-top: 1px solid white;
	border-left: 1px solid white;
}
.programme td{
	width: 33%;
	vertical-align: top;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}
.programme .item{
	margin-right: 5px;
}
.programme .item td{
	border: none;
	width: auto;

}
.programme .item td.date{
	width: 50px;
	text-align: center;
	height: 100%;
}
.programme .item td.details{
	padding-left: 5px;

}
.programme .item .type{

	color: Gray;
}
.programme td.even{
	background: #A2CB92;
}
.programme td.even .type{
	color: #F2F7EB;
}

.programme-list h3.month-label{
	margin-top: 15px;
	color: #FF6600;
	font-size: 140%;
	font-weight: bold;	
	letter-spacing: 2px;
	
}
.programme .item .img{
	margin-top: 4px;
	margin-bottom: 4px;
}

.coming-soon td{
	padding: 3px;

}

.feast{
	position: absolute;
	right: 10px;
	top: 51px;
	text-align: right;
	z-index: 3;
	color: white;
	line-height: 10px;

	width: 200px;
}
.feast .name,
.feast .holy-name{
	font-weight: normal;
/*	font-style: italic;*/
}
* html .feast{
	margin-right: 10px;
}

.link{
	padding: 10px;
	border-top: 1px solid white;
}

.link .content{
	margin-bottom: 5px;
	margin-top: 5px;
}
.link h3{
	margin: 0;
	padding: 0;
	position: relative;
	left: -5px;
}
.link h3 a {
	background: url(ico-li-bg.gif) no-repeat;
	background-position: 0px 5px;
	margin: 0;
	padding-left: 12px;
}
.link .info{
	margin-bottom: 3px;
}

.programme-box{
	margin-bottom: 5px;
	margin-top: 5px;
	border: 1px solid white;
	width: 187px;
}
.programme-box td{
	vertical-align: top;
	padding-bottom: 1px;
	padding: 3px;
}
.programme-box td.date{
	width: 28px;
	font-weight: bold;
	text-align: right;
}
.programme-box td.time{
	width: 30px;
	font-weight: bold;
	text-align: right;
}
.programme-box td.label{
	
}
.programme-box td.label A{
	text-decoration: none;
}
.programme-box td.label A:HOVER{
	text-decoration: none;
}
.programme-box tr.even{
	background: #A2CB92;
}
.programme-box tr.odd{
	background: #D9E9C7;
}

.cleaner{
	clear: both;
	height: 1px;
	line-height: 1px;
	overflow: hidden;
}

.gallery-image{
	width: 30%;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
}
.gallery-description{
	margin-top: 10px;
}
/* HANS:END */
/* calendar */
.calendar{
	color: black;
}
.calendar select{
	font-size: 80%;
}
.calendar .months{
	background: #ff7e0b;
	padding-bottom: 0.3em;
	vertical-align: middle;
}
.calendar .months a{
	color: white;
	text-decoration: none;
	display: inline;

}
body#tisk .calendar .months a{
	color: white;
}

.calendar table{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid black;
	border-left: 1px solid black;
}
.calendar table tr.days td{
	padding: 3px;
	background: #ffcccc;
	color: black;
}
.calendar table td{
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	background: white;
	text-align: center;
}
.calendar table td.today{
	background: #ff7e0b;
	color: white;
}
.calendar table a{
	display: block;
	text-decoration: none;
	padding: 3px;
}
.calendar table .day a:hover{
	color: black;
	text-decoration: none;
}

.calendar .current-date{
	margin: 0;
	margin-top: 0.5em;
	margin-bottom: 0.3em;
	text-align: right;
	
	font-size: 100%;
	font-weight: bold;
	background-color: #ffffff;
	color: #00662b;
	padding: 1px;
}
.calendar .current-date.left{
	text-align: center;
}
.calendar .current-date.left A{
	padding: 1px;
}
.calendar .link-today,
.calendar .print-articles{
	text-align: center;
	margin-top: 0.5em;
}
select.select-type,
select.select-range{
	width: 135px;
}
/* calendar:end */


/* newsletter */
div.newsletter{
	margin: 20px;
	padding: 10px;
	padding-bottom: 25px;
	border: 3px double #009646;
	background-color: #A0C870;
	color: #00662B;
}
div.newsletter form{
	margin: 0px;
	padding: 0px;
}
div.newsletter input.text{
	border: 1px solid #009743;
	margin-bottom: 10px;
	width: 220px;
	height: 22px;
	font-size: 14px;
}
div.newsletter input.submit{
	border: 1px solid #009743;
	margin-top: 10px;
	
	background-color: #008C47;
	color: white;
}
div.newsletter input.checkbox{
	width: 12px;
	height: 12px;
	border: none;
	margin: 0px;
}
div.newsletter label{
	float: none;
	
	position: relative;
	top: 3px;
}
div.newsletter div.newsletter-error{
	margin-bottom: 10px;
	padding: 2px;
	
	color: #CC0000;
	font-size: 120%;
	font-weight: bold;
}
div.newsletter div.newsletter-ok{
	margin-bottom: 10px;
	padding: 2px;
	
	color: #007C3A;
	font-size: 120%;
	font-weight: bold;
}
div.newsletter span.bold{
	font-weight: bold;
}
div.newsletter a.yes{
	display: block;
	border: 1px solid #666666;
	background-color: #007C3A;
	width: 100px;
	color: white;
	line-height: 15px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	margin-right: 10px;
	
	float: left;
}
div.newsletter a.no{
	display: block;
	border: 1px solid #666666;
	background-color: #CC0000;
	width: 100px;
	color: white;
	line-height: 15px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	margin-right: 10px;
	
	float: left;
}
div.newsletter a.yes.500,
div.newsletter a.no.500{
	width: 500px;
}
div.newsletter a.no.500{
	margin: 0px;
}

.captcha-image {
     float: left;
     margin-right: 10px;
     border: 1px solid #438EA2;
}

.captcha-help {
     display: block; 
	  width:  50%;   
     margin: 0px;
     margin-bottom: 10px;
}

.captcha input.captcha-number{
     font-family: Verdana, "Geneva CE", lucida, sans-serif;
     font-weight: bold;
     width: 90px;
     clear: both;
     background-color: #ffffff;
     border: 1px solid #438EA2;
}
.panel.partners{
	position: relative;
}
.panel.partners .logs{
	background-image: url(logs.gif);
	
	width: 192px;
	height: 51px;
	
	position: absolute;
	top: 10px;
	left: 3px;
}
.panel.partners .logs a{
	display: block;
	
	height: 51;
	width: 58px;
	
	position: absolute;
	top: 0px;
	left: 0px;
}
.panel.partners .logs a.a-1{
}
.panel.partners .logs a.a-2{
	left: 63px;
	width: 64px;
}
.panel.partners .logs a.a-3{
	left: 0px;
	top: -7px;
	width: 194px;
	height: 75px;
}
.feast .feast-content{
	position: absolute;
	top: 10px;
	right: 5px;	

	border: 3px double #008341;
	background-color: #A0C870;
	color: white;
	
	padding: 3px;

	opacity: 0.9;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
}
.feast .feast-content.invisible{
	display: none;
}
.feast .feast-content.visible{
	display: block;
}
.form-jubileum form{
	margin: 0px;
	padding: 0px;
}
.form-jubileum{
	border: 4px double #FF7B05;
	background-color: #FFC18A;
	margin: 0px 0px 10px 0px;
}
.form-jubileum h2{
	text-align: center;
	text-transform: uppercase;
	color: red;
}
.form-jubileum p{
	text-align: left;
	font-size: 12px;
	color: red;
	padding: 0px 10px 0px 10px;
}
.form-jubileum table{
	width: 455px;
	margin: 10px 7px 0px 7px;
	border-top: 4px double #FF7B04;
}
.form-jubileum table td{
	color: red;
	font-weight: bold;
}
.form-jubileum input.jubileum-input{
	border: 1px solid #FF7B04 !important;
	color: #FF7B04;
}
.form-jubileum input.jubileum-submit{
	border: 3px double red;
	background-color: #FF7902;
	color: white;
	font-weight: bold;
}
.form-jubileum  ul.ul-error,
.form-jubileum  ul.ul-error li{
	color: red;
	font-weight: bold;
}
#custom-form td.label
{
   vertical-align: top;
}
#custom-form label
{
   float: none;
   margin-left: 5px;
}
#custom-form input { border: none; }
#custom-form input.customFormTextarea,
#custom-form input.customFormText { border: 1px solid #00662B; }

/* optifor bar */
.optifor-bar {
	padding: 5px 5px 10px 5px;
	border-top: #91C17d solid 1px;
	line-height: 1.4em;
}
a.sale { font-weight: bold;}
