@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											 # # */
/* # #  page												 # # */
/* # #  ../images																					 # # */
/* # #  ../../../../../template/page/images						 # # */
/* # # 																																			 # # */
/* # #  How to:																															 # # */
/* # #  #4d96d3										 # # */
/* # #  #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: #4d96d3;
	text-align:left; text-decoration: none;
	border-bottom: #4d96d3 1px solid;
}
.eventCalendarWrp a.add:hover {
	padding: 4px 6px;
	font-weight: bold; color: #ffffff;
	background: #70abdb;
}

/**************************************/
/*** 	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: #4d96d3; }
.eventCalendarWrp .Events div.wrp span.date span.bold { font-weight: bold; color: #4d96d3; }
.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: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;
    background: url(../images/background.png) repeat-x;
}
.eventCalendarWrp .Calendar div.header span { display: inline-block; padding: 8px 0; font-size: 14px; font-weight: bold; color: #ffffff; }
.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; }

.eventCalendarWrp .Calendar div.content table { }
.eventCalendarWrp .Calendar div.content table td { text-align: center; }

.eventCalendarWrp .Calendar div.content thead td { width: 14%; padding: 5px 0; color: #ffffff; background-color: #4d96d3; }
.eventCalendarWrp .Calendar div.content thead td.saturday { width: 15%; }
.eventCalendarWrp .Calendar div.content thead td.sunday { width: 15%;	background-color: #fec264; border:1px solid #ff7d05; }

.eventCalendarWrp .Calendar div.content tbody td a,
.eventCalendarWrp .Calendar div.content tbody td span { display: block; padding: 3px 0; color: #5ea0d7 }
/*** 	IMA DOGODKE				***/
.eventCalendarWrp .Calendar div.content tbody td a {
	background-color: #ffe5cd;
	padding: 2px 0; border: #ffffff 1px solid; background-color: #ffe5cd;
	text-decoration: none; color: #4d96d3; 
}
.eventCalendarWrp .Calendar div.content tbody td a:hover {
	background-color: #fec264; border:1px solid #ff7d05; color: white;
	text-decoration: none;
}
.eventCalendarWrp .Calendar div.content tbody td.today a { font-weight: bold; }
.eventCalendarWrp .Calendar div.content tbody td.sunday a { background-color: #ffe5cd; }

/*** 	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: #4d96d3 2px solid; }
.eventCalendarWrp .Calendar div.content tbody td.sunday span { font-weight: bold; color: #ff7d05 }



