/*
	css template addons for module Latest Events

	Note that these classes can be used to customize the look of the latest events
	module if desired beyond inherited properties from the mambo template being used.
	If you don't want to override some of the template properties such as maybe a
	standard uniform way to display links consistently, then you should comment out
	the link style directives below or make suitable modifications.

	Classes:

	mod_events_latest_first	- the table cell that contains the first event listed
	mod_events_latest	- the table cell that contains an event besides the first

	mod_events_latest_date	- the html span that contains the date for the event on the
				  first line of the table cell.

	mod_events_latest_content - the html span that contains the event title.

	mod_events_latest_content a:{link|visited|hover}  - controls the formatting
		of the event title links if enabled thru the module parameters. See the
		Readme.txt file to get info on parameters.

*/
table.mod_events_latest_table {
	margin-top:5px;
}

.mod_events_latest {
	font-size: 10px;
	font-family:"Century Gothic", Century, Arial, Helvetica, sans-serif;
	border-top: solid 2px #c62e38;
	height: 30px;
	padding-bottom:5px;
	}

.mod_events_latest_first {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 30px;
	}

.mod_events_latest_date {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:gray;
	}


.mod_events_latest_content a:link {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:gray;
	}

.mod_events_latest_content a:visited {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:gray;
	}

.mod_events_latest_content a:hover {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#c0c0c0;
	}
/***************************************************************/
/*            NAJBLIZSZE IMPREZY FRONT                         */
/***************************************************************/
/* tabela klasy _new_front */
table.moduletable_new_front {
	width:220px;
	float:right;
	padding-top:36px;
	background:url(../templates/dnimiast/images/portal/h_news.jpg) top left no-repeat;
	margin-top:3px;
}
/* naglówek tabeli */
table.moduletable_new_front th {
} 
/* tabela modulu */
table.moduletable_new_front table.mod_events_latest_table {
	border:1px #ececec solid;
	padding:3px;
}

/* pierwsza komórka */
table.moduletable_new_front td.mod_events_latest_first {}
/* data */
table.moduletable_new_front span.mod_events_latest_date {}
table.moduletable_new_front span.mod_events_latest_content {}
/* normalna komórka */
table.moduletable_new_front td.mod_events_latest_first, table.moduletable_new_front td.mod_events_latest {
	background:url(../templates/dnimiast/images/portal/corner_right.jpg) bottom right no-repeat;
}

table.moduletable_new_front td.mod_events_latest_first div.cal_v_small, div.cal_v_small {
	width:45px;
	height:50px;
	background:url(../templates/dnimiast/images/portal/cal_v_small.jpg) no-repeat;
	text-align:center;
	float:left;
	margin:5px 5px 0px 0px;
}

div.cal_v_small .day {
	height:30px;
	line-height:30px;
	font-size:16px;
	font-weight:bold;
	color:#666;
}
div.cal_v_small .month {
	display:block;
	height:11px;
	font-size:10px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
}
.month {
	color:#00FF00;
}


table.moduletable_new_front .event_place {
	color:#666;
	font-size:11px;
	display:block;
	background:#F5F5F5;
	border-bottom:1px #666 dotted;
	text-transform:uppercase;
}
table.moduletable_new_front .mod_events_latest_content a {
	text-decoration:none;
	font-size:12px;
	color:#990000;
}
table.moduletable_new_front .mod_events_latest_content a:hover {
	color:#009900;
	font-size:12px;
}

/***************************************************************/
/*            IMPREZY PATRONACKIE                              */
/***************************************************************/
/* tabela klasy _new_front */
table.moduletable_new_front_patronat {
	width:260px;
	float:left;
	padding-top:40px;
	margin-top:3px;
	background:url(../templates/dnimiast/images/portal/h_patronujemy.jpg) top left no-repeat;
}
/* naglówek tabeli */
table.moduletable_new_front_patronat th {
} 
/* tabela modulu */
table.moduletable_new_front_patronat table.mod_events_latest_table {
	border:1px #ececec solid;
	padding:3px;
}

/* pierwsza komórka */
table.moduletable_new_front_patronat td.mod_events_latest_first {}
/* data */
table.moduletable_new_front_patronat span.mod_events_latest_date {}
table.moduletable_new_front_patronat span.mod_events_latest_content {}
/* normalna komórka */
table.moduletable_new_front_patronat td.mod_events_latest_first, table.moduletable_new_front_patronat td.mod_events_latest {
	background:url(../templates/dnimiast/images/portal/corner_right.jpg) bottom right no-repeat;
}

table.moduletable_new_front_patronat td.mod_events_latest_first div.cal_v_small, table.moduletable_new_front_patronat div.cal_v_small {
	width:45px;
	height:50px;
	background:url(../templates/dnimiast/images/portal/cal_v_small_blue.jpg) no-repeat;
	text-align:center;
	float:left;
	margin:5px 5px 0px 0px;
}

table.moduletable_new_front_patronat .event_place {
	color:#666;
	font-size:11px;
	display:block;
	background:#F5F5F5;
	border-bottom:1px #666 dotted;
	text-transform:uppercase;
}
table.moduletable_new_front_patronat .mod_events_latest_content a {
	text-decoration:none;
	font-size:12px;
	color:#990000;
}
table.moduletable_new_front_patronat .mod_events_latest_content a:hover {
	color:#009900;
	font-size:12px;
}
