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


.ToolTip {
	float:right;
	position:relative;
	margin: 0px;
	padding: 0px;
}

.ToolTipTab {
	height: 31px;
	margin: 0px; padding: 0px;
	display: block;
	
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	
/*	background-image: url(../images/btns/kosarica.png); */
	background-position: bottom left;
	background-repeat: no-repeat;
	
	outline: none;
	-moz-outline-style: none;

}
.ToolTipTabText {
	padding:0; margin:0; display: block; width: 25px;
	float:left; position: relative; left: 60px; top: 8px;
	
	color: #e5f4eb;
	font-size: 12px;
	font-weight: bold;
	text-align:center;
}

.ToolTipContent {
	position:absolute;
	z-index: -10;
	
	margin: 0px;
	padding: 0px;
	
}
.ToolTipInnerContent {
	display: block; padding: 10px; background: #0f9941;
	color: #fff;
	
}

.ToolTipInnerContent a {
	display: block; float:none;
	padding: 3px 5px; margin: 1px 0;
	
	color: #fff; line-height: normal;
	text-align: left; text-decoration: underline;
	
}
.ToolTipInnerContent a:hover {
	background: #fff;
	color: #0f9941;
	
}
.ToolTipInnerContent input[type=text], input[type=password] {
	border: #66c187 1px solid;
	
}
.ToolTipInnerContent input[type=submit],
.ToolTipInnerContent input[type=button] {
	color: #008932;
	background: #99d6af;
}
.ToolTipInnerContent input[type=submit]:hover,
.ToolTipInnerContent input[type=button]:hover {
	color: #009938;
	background: #e5f4eb;
	
}




a.infoLink:link, a.infoLink:visited, a.infoLink:active {
	width: auto; display:block; float:left;
	padding: 1px 5px; padding-left: 16px;
	margin: 1px 0; margin-right: 6px;
	
	color: #4c7ba8;
	text-decoration: none;
	font-size: 11px; line-height: 15px;
	
	background: url(../images/btns/infoGrey.png) no-repeat 1px 4px; /* 004383 - f26522 */

}
a.infoLink:hover {
	color: #f26522;
	background: url(../images/btns/infoOrange.png) no-repeat 1px 4px; /* 004383 - f26522 */
}




.ToolTipTab a {
	color: black;
	text-decoration: none;
}

.ToolTipOpen .ToolTipTab {

/*	background-image: url(../images/btns/kosaricaOpen.png); */
	background-position: bottom left;
	background-repeat: no-repeat;
	
}

.ToolTipTabHover,  .ToolTipOpen .ToolTipTabHover {

/*	background-image: url(../images/btns/kosaricaOver.png); */
	background-position: bottom left;
	background-repeat: no-repeat;
	
}

.ToolTipFocused .ToolTipTab {

/*	background-image: url(../images/btns/kosaricaOpen.png); */
	background-position: bottom left;
	background-repeat: no-repeat;
		
}

