@charset "utf-8";
/*********************************************************************************/
/* # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # */
/* # #																										 									 # # */
/* # #  Copyright (c) PLAN e d.o.o., 2007-2009															 # # */
/* # #  Vse pravice pridržane. All rights reserved.													 # # */
/* # #  info@plan-e.si | www.plan-e.si  																		 # # */
/* # #  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  # # */
/* # #  Template variables:																									 # # */
/* # #  Array														 # # */
/* # #  Array											 # # */
/* # #  plane												 # # */
/* # #  ../images																					 # # */
/* # #  ../../../../../template/plane/images						 # # */
/* # # 																																			 # # */
/* # #  How to:																															 # # */
/* # #  #419ace										 # # */
/* # #  #000000									 # # */
/* # # 																																			 # # */
/* # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # */
/*********************************************************************************/


/**************************************/
/*** 	KOLEDAR z DOGODKI							***/
/**************************************/
.eventCalendarWrp {}

.eventCalendarWrp h3 { margin:0 9px; margin-bottom: 5px; padding: 0; text-transform: none;}
.eventCalendarWrp a.add {
	display: block; padding: 4px; margin: 5px; margin-bottom: 0;
	
	font-weight: bold; color: #419ace;
	text-align:left; text-decoration: none;
	border-bottom: #419ace 1px solid;
}
.eventCalendarWrp a.add:hover {
	padding: 4px 6px;
	font-weight: bold; color: #ffffff;
	background: #67aed7;
}

/**************************************/
/*** 	INFORMACIJE - Events						***/
/*!! 	sklop	 - Top, Info				!!*/
/**************************************/
.eventCalendarWrp .Events { display: block; margin: 0; padding: 0; }

.eventCalendarWrp .Events div.wrp { display: block; margin: 1px 4px; padding: 5px; }
.eventCalendarWrp .Events div.wrp span.date { color: #419ace; }
.eventCalendarWrp .Events div.wrp span.date span.bold { font-weight: bold; color: #419ace; }
.eventCalendarWrp .Events div.wrp p.content { margin: 0; padding: 0; color: #666666; }

/*** 	PRIPOROČAMO - Top					***/
.eventCalendarWrp .Events .Top { margin: 0; padding: 10px 0; border-bottom: #b2b2b2 1px solid; }
	
/*** 	IZPIS DOGODKOV - Events				***/
.eventCalendarWrp .Events .Info { margin: 0; padding: 10px 0; border-bottom: #b2b2b2 1px solid; }
.eventCalendarWrp .Events .Info .coming { background: none; }
.eventCalendarWrp .Events .Info .todays { background-position: 95% 95%; background-repeat: no-repeat; }
	



/**************************************/
/*** 	PRIKAZ KOLEDARJA - calendar		***/
/*!! 	sklop													!!*/
/**************************************/
.eventCalendarWrp .Calendar {}
.eventCalendarWrp .Calendar div.header { 
	display: block; margin: 0; padding: 0; text-align: center;
}
.eventCalendarWrp .Calendar div.header span { display: inline-block; padding: 6px 0; font-size: 14px; font-weight: bold; color: #419ace; }
.eventCalendarWrp .Calendar div.header a {
	display: block; width: 24px; height:24px;
	margin: 0; padding: 5px;
	background-position: center; background-repeat: no-repeat;
}
.eventCalendarWrp .Calendar div.header a.prev { background-image: url(../images/leftarrow.png); float:left; }
.eventCalendarWrp .Calendar div.header a.prev:hover { background-image: url(../images/leftarrowOver.png); }
.eventCalendarWrp .Calendar div.header a.next { background-image: url(../images/rightarrow.png); float:right; }
.eventCalendarWrp .Calendar div.header a.next:hover { background-image: url(../images/rightarrowOver.png); }


.eventCalendarWrp .Calendar div.content { display: block; margin: 0; padding: 0; padding-bottom:10px; }

.eventCalendarWrp .Calendar div.content table { background-color: #d9eaf5; }
.eventCalendarWrp .Calendar div.content table td { text-align: center; }

.eventCalendarWrp .Calendar div.content thead td { width: 14%; padding: 5px 0; color: #ffffff; background-color: #419ace; }
.eventCalendarWrp .Calendar div.content thead td.saturday { width: 15%; }
.eventCalendarWrp .Calendar div.content thead td.sunday { width: 15%;	background-color: #cc0000; }

.eventCalendarWrp .Calendar div.content tbody td a,
.eventCalendarWrp .Calendar div.content tbody td span { display: block; padding: 3px 0; color: #54a4d2 }
/*** 	IMA DOGODKE				***/
.eventCalendarWrp .Calendar div.content tbody td a {
	background-color: #ffffcc;
	padding: 2px 0; border: #ffffff 1px solid; background-color: #ffffcc;
	text-decoration: none; color: #3a8ab9;
}
.eventCalendarWrp .Calendar div.content tbody td a:hover {
	border: #419ace 1px solid;
	background-color: #ffffcc;
	text-decoration: none;
}
.eventCalendarWrp .Calendar div.content tbody td.today a { font-weight: bold; }
.eventCalendarWrp .Calendar div.content tbody td.sunday a { background-color: #ffffcc; }

/*** 	NIMA DOGODKOV			***/
.eventCalendarWrp .Calendar div.content tbody td span { background-color: #ffffff; }
.eventCalendarWrp .Calendar div.content tbody td.today span { font-weight: bold; padding: 1px 0; border: #419ace 2px solid; }
.eventCalendarWrp .Calendar div.content tbody td.sunday span { font-weight: bold; color: #cc0000; }







