/*********************
* Calendar module style
**********************/
.mod_events_table
{
	border: none;
	width: 140px;
	text-align: center;
	font-family:"Century Gothic", Century, Arial;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
}

.mod_events_td_title
{
	font-weight: bold;
	color: #043875;
	text-decoration: underline;
}

.mod_events_td_dayname
{
	font-weight: bold;
	color: #043875;
	border-right:1px solid #ccc;
}

.mod_events_td_dayname .sunday
{
	color:#c7343d;
}

.mod_events_td_dayname .saturday
{
}

.mod_events_td_dayoutofmonth
{
	font-weight: bold;
	color: #fff;
	background-color:#F4F4F4;
}

.mod_events_td_todaynoevents
{
	font-weight: bold;
	color: #236812;
	border: 2px solid #50a029;
}

.mod_events_td_todaywithevents
{
	font-weight: normal;
	color: Black;
	background-color: #B0C4DE;
}

.mod_events_td_daynoevents
{
	line-height: normal;
	font-weight: normal;
	color: Black;
	background:#acc76e;
	border-right:1px #fff solid;
	border-bottom:1px #fff solid;
}
.mod_events_td_daynoevents:hover
{
	color: #ffffff;
	background:#336600;
}


.mod_events_td_daywithevents
{
	font-weight: normal;
	color: Black;
	background-color: #c0ddea;
	border-right:1px #fff solid;
	border-bottom:1px #fff solid;
}
.mod_events_td_daywithevents:hover {
	background:#0063be;
	color:#FFFFFF;
}

a.mod_events_daylink:link
{
	color: #043875;
	text-decoration: none;
	display:block;
	width:100%;
	height:100%;

}

a.mod_events_daylink:visited
{
	color: #043875;
	text-decoration: none;
}

a.mod_events_daylink:hover
{
	color: #fff;
	text-decoration: none;
}

.mod_events_td_link
{
	background-color: Background;
}

a.mod_events_link:link
{
	color: Black;
}

a.mod_events_link:visited
{
	color: Navy;
}

a.mod_events_link:hover
{
	color: #c7343d;
}

.mod_events_monthyear {
	border: none;
	margin-top: 0.25em;
	width: 140px;
	height: 18px;
	font-size:12px;
	color:#00CC99;
}

.mod_events_monthyear td
{
	text-align:center!important;
	background:url(../templates/dnimiast/images/portal/cal_top.gif) repeat-x;
	height:24px;
	line-height:24px;
	text-transform:uppercase;
	font-size:11px;
}

.naglowek_rok_kalendarz {
	background:#000000;
}

.mod_events_monthyear a.mod_events_link, .mod_events_monthyear a.mod_events_link:visited, .mod_events_monthyear a.mod_events_link:visited
{
	font-family:"Century Gothic", Century, Arial;
	color: #fff;
	background-color: inherit;
	text-decoration: none;
}
/* dodane */

.cal_td_daysnoevents {	/* komórka w kalendarzu */
	background:#fff;
}

.cal_td_daysnoevents:hover {	
	background:#E0E0E0;
}

.cal_td_daysoutofmonth {}	/* komórka z dniem spozamiesiaca */

.cal_td_daysoutofmonth:hover {
	background:#666666;
}

a.cal_daylink:link {	/* link z numeru dnia */
	color:#000;
}
div.cal_bottom_zagiecie {
	height:20px;
	background:#f00;
	padding-bottom:20px;
	background:url(../templates/dnimiast/images/portal/cal_bottom.jpg) top left no-repeat;
}
.moduletable_kalendarz {
	margin:3px auto 0px auto;
	padding-top:75px;
	width:160px;
	background:url(../templates/dnimiast/images/portal/h_kalendarz.jpg) left -3px no-repeat;
}
.cal_general_container {
	padding-bottom:30px;
	background:url(../templates/dnimiast/images/portal/cal_bottom.jpg) bottom center no-repeat;
	margin:0px;
}
