.ramka_kalendarz {border:0px solid #444}


SPAN	{ font-family:arial, helvetica }
TD     	{ font-family:arial, helvetica }

/**** month and year header at top of calendar ****/
.date_header			{ font-size:13px; font-family: Arial; font-weight:bold }

/**** color and size of calendar cells.  ****/
.day_cell				{ background: url('../bg.gif');height:40; width: 26; }
.empty_day_cell			{ background-color: #EBE99C;  height:40; width: 26; }
.today_cell				{ background-color:#D2D9DF; height:40; width: 26; }

/**** day number in upper left corner of each cell ****/
.day_number				{ font-size:9px; font-family:Arial; color:#777 }

/**** title_txt is the text for each post on main page ****/
.title_txt				{ font-size:10px; font-family:verdana, arial, helvetica; color:#c4c6c8 }
.title_txt A:link		{ color:#c4c6c8; text-decoration:none }
.title_txt A:active		{ color:#c4c6c8; text-decoration:underline }
.title_txt A:visited	{ color:#c4c6c8; text-decoration:underline }
.title_txt A:hover		{ color:#FFFFFF; text-decoration:underline }

/**** time line under title text when event time given ****/
.time_str				{ font-size:9px; font-family:arial, helvetica }

/**** column headers or days of the week ****/
.column_header			{ background-color:#F9FAB6; font-size:10px; font-family:arial, helvetica; color:#000000; font-weight:normal}

/**** footprint text ****/
.footprint				{ font-size:9px; font-family:verdana, arial, helvetica; color:#FFFFFF; font-weight:bold; align: right }
.footprint A			{ font-size:9px; font-family:verdana, arial, helvetica; color:#777; font-weight:bold; }



