﻿/*div w ktorym zostal umieszczony na stronie glownej (i nie tylko) kalendarz*/
#calendarpanel
{
	text-align: center;
	/*width: 191px !important;*/
	margin: 1px 0 0 auto;
	overflow: hidden !important;
	border: 1px solid #fff;
}
#content>#calendarpanel{width: 195px;}
/*wyswietla nad kalendarzem rubryke z dniem bierzacym */
#dzien
{
	display: none;
}
.calendar
{
	margin: 1px auto 0 auto;
	width: 180px;
	border: 1px solid #fff;
	background: url(../../Images/Layout/bg_kalendarz.gif);
}
.calendar td
{
	background: transparent;
}
.calendar th
{
	background: #29428a;
	color: #fff;
	padding-top: 3px;
}
.calendar a
{
	margin: 3px;
	border: 1px solid #7a7f83;
	display: block;
	text-decoration: none;
}
.calendar a:hover
{
	background: #29428a;
	color: #fff;
	border: #29428a;
}
.TitleStyle
{
	background: #fff;
}
.TitleStyle td
{
	color:#29428a;
	font-weight: bold;
	font-size: 12px;
}
.TitleStyle a
{
	display: inline;
	font-size: 8px;
	color:#29428a;
	border: 1px dotted #29428a;
}
.DayStyle  a
{
	background: #fff;
	color: #7a7f83;
	font-weight: normal;
}
.SelectedDayStyle
{
	background: #fff;
}
.SelectedDayStyle a
{
	border: 0;
	font-weight: normal;
	font-size: 12px;
}
.OtherMonthDayStyle
{
	visibility: hidden;
}

/* tabela z godzinami audycji */
#audycje
{
	margin: 2px 0 3px auto;
	border-collapse: collapse;
	background: url(../../Images/Layout/bg_table_ramowka.gif) no-repeat right 22px;
	width: 270px;
	font-size: 12px;
	overflow: hidden;
}
#audycje a
{
	display: block;
	color: #000;
	text-decoration: none;
	padding-top: 7px;
}
#audycje a:hover
{
	text-decoration: underline;
}
#audycje td
{
	padding: 0 3px;
}
#audycje td.empty
{
	line-height: 5px;
	background: #e1e1e1;
}
/*#audycje td.naglowek*/
.naglowek
{
	background: url(../../Images/Layout/c_vid_nagl_2.gif) no-repeat top right;
	line-height: 24px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
	width: 270px;
}
.na_antenie_godzina
{
	text-align: right;
	width: 30px;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}
.na_antenie_godzina a
{
	/*padding-left: 10px;
	padding-right: 3px;*/
}
.na_antenie_audycja
{
	width: 150px;
	border-bottom: 1px solid #e1e1e1;
	text-align: left;
}
.na_antenie_ikona
{
	text-align: center;
	border-bottom: 1px solid #e1e1e1;
}
.LoadRequest {display: none;}
.ShowElement {display: block; padding-top: 30px; height: 60px; text-align: center; font-size: 12px; color: #6AA1D7; font-family: Tahoma; font-weight: bold;}