@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											 # # */
/* # #  NK												 # # */
/* # #  ../images																					 # # */
/* # #  ../../../../../template/NK/images						 # # */
/* # # 																																			 # # */
/* # #  How to:																															 # # */
/* # #  #118111										 # # */
/* # #  #000000									 # # */
/* # # 																																			 # # */
/* # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # */
/*********************************************************************************/

div.clubWrp {
	padding: 5px 0;
	
}

/**************************************/
/*** trenerjiWrp										***/
/**************************************/
div.clubWrp div.practiceWrp {
	display: block;
}
div.clubWrp table.calendarWrp {
	margin: 10px;
	border-right: #b2b2b2 1px solid;
	border-bottom: #b2b2b2 1px solid;
}
div.clubWrp table.calendarWrp thead {
}
div.clubWrp table.calendarWrp thead th {
	padding: 5px;
	color: #666666;
	font-size: 14px; text-align: center;
	border: #b2b2b2 1px solid;
	border-right: none;
}

div.clubWrp table.calendarWrp tbody td {
	padding: 0;
	text-align: center;
	border: none;
	border-left: #b2b2b2 1px solid;
}


div.clubWrp table.calendarWrp tbody td.noPracticeAllDay {
	background: #efefef;
}
div.clubWrp table.calendarWrp tbody td.noPractice {
	background: #ffffff;
}

div.clubWrp table.calendarWrp tbody td.practice {
	color: #118111;
}
div.clubWrp table.calendarWrp tbody td.practice > div {
	text-align: center; padding: 4px 0;
	background: #fff url(images/gradientGrey.gif) repeat-x bottom;
	border-top: #b2b2b2 1px solid;
	border-bottom: #b2b2b2 1px solid;
}
div.clubWrp table.calendarWrp tbody td.practice div .title {
	display: block; padding: 4px 0;
	color: #118111;
	text-transform: uppercase; font-size: 11px;
	
}
div.clubWrp table.calendarWrp tbody td.practice div .time {
	display: block; padding-bottom: 6px;
	color: #4c4c4c;
	font-size: 14px;
	
}




div.treningsWindowWrp {

}
div.treningsWindowWrp div.Holder {
	
	border-bottom: #58a658 1px solid;
}
div.treningsWindowWrp div.Holder span.title {
	display: block; float: left; width: 33%; padding: 8px 0; padding-left: 5px;
	font-size: 12px; text-transform: uppercase; font-weight: bold;
	color: #118111;  
}
div.treningsWindowWrp div.Holder span.practices {
	display: block; float: right; width: 60%; padding: 8px 5px;
	border-left: #999999 1px solid;
}











