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

/**************************************/
/*** Heading and body style					***/
/**************************************/
body {
	margin: 0; padding:0;
	
	color: #4c4c4c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	letter-spacing: 0px;
	word-spacing: 0px;
	
	text-align: left;
	text-indent: 0px;
	
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	font-variant: normal;
}

h1, h2, h3 {
	padding: 0;
	margin: 0;

	font-family: inherit;
	line-height: normal;
	text-align:left;
}
h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }

/**************************************/
/*** Listing												***/
/**************************************/
.listingWraper {
	width: auto;
	display: block;
	position: relative;
	margin: 1px;
	padding: 0;
	
	border-top: #009938 1px solid;
}
table.listing {
	margin: 0 15px; margin-bottom: 10px;
	
}
table.listing td {
	border: none;
	font-size: 12px;
	padding: 2px 0;
}
table.listing td a:link,
table.listing td a:visited,
table.listing td a:active {
	display: inline-block;
	
	padding: 0 4px;
	padding-bottom: 2px;
	
	margin: 0 2px;
	border: none;
	
	border: #99d6af 1px solid;
	color:#009938;
	text-decoration: none;
	background: none;
}
table.listing td a:hover {
	border: #009938 1px solid;
	font-weight: normal;
	color:#005b21;
	background: #e5f4eb;
}
table.listing td a.sel {
	margin: 0 2px;
	border: #007a2c 1px solid;
	font-weight: bold;
	color:#ffffff;
	background: #009938;
 }

/**************************************/
/*** Links and forms style					***/
/**************************************/
a:link,
a:visited,
a:active { font-family: inherit; color: #009938; text-decoration: underline; }
a:hover {text-decoration: none; color: #33ad5f; }


p { margin: 0; }
form { padding: 0; margin: 0; }
select {
	color: #000000;
	font-family: inherit;
	
	font-size: 12px;
	line-height: normal;
}
input {
	margin: 1px;
	
	border: none;
	outline: none;
	overflow: hidden;

	font-family: inherit;
	
	color: #333333;
	font-size: 12px;
	line-height: normal;
	letter-spacing: 0px;
	word-spacing: 0px;
	
	text-align: left; /*** left, right, center, justify ***/
	text-indent: 0px;
	
	font-weight: normal;
	text-decoration: none; /*** underline, line-through, blink ***/
	text-transform:none; /*** capitalize, uppercase, lowercase ***/
	font-variant: normal; /*** small-caps ***/
	
}
input[type=text], input[type=password] {
	width: 80%;
	margin: 0;
	margin-bottom: 1px;
	padding: 1px 2px;
	border: #009938 1px solid;
	
}
input[type=file] {
	width: 80%;
	margin: 0;
	margin-bottom: 1px;
	padding: 1px 2px;
	
	border: #009938 1px solid;
}
input[type=submit],
input[type=button] {
	padding: 2px 8px;
	*padding: 0 4px;
	*padding-bottom: 0px;
	*padding-top: 4px;
	margin: 0;
	text-align:center;
	text-transform:uppercase;
	font-size:11px;
	line-height: 14px;
	cursor: pointer;
	
	color: #e5f4eb;
	background: #009938;
}
input[type=submit]:hover,
input[type=button]:hover {
	color: #ffffff;
	background: #008932;
	
}
input[type=checkbox] {
	margin: 0;
	padding: 0;
	position: relative;
	margin-bottom: -2px;

	background: none;
	
}

textarea {
	width: 90%;
	height: 80px;
	margin-bottom: 1px;
	padding: 1px 2px;
	border: #009938 1px solid;
	
	font-family: inherit;
	
	font-size: 11px;
	line-height: normal;
	letter-spacing: 0px;
	word-spacing: 0px;
	
	text-align: left; /*** left, right, center, justify ***/
	text-indent: 0px;
	
	font-weight: normal;
	text-decoration: none; /*** underline, line-through, blink ***/
	text-transform:none; /*** capitalize, uppercase, lowercase ***/
	font-variant: normal; /*** small-caps ***/
	
	overflow:auto;
	outline: none;
	
	background: #ffffff;
	
}

/**************************************/
/*** Objects												***/
/**************************************/
.clear {
	clear: both;
}
#clear {
	clear: both;
}
table.titleTable {
	margin: 0;
	
}
table.titleTable td {
	border: none;
	
}

.alertAlert {
	width: auto;
	display:block;
	margin: 10px;
	padding:4px 8px;
	
	font-size: 12px;
	color: #cc0000;
	
	background-color: #f7d8d8;
	border: #008932 1px solid;
}
.traceMe {
	width: 200px;
	height: 200px;
	position: fixed;
	z-index: 10000;
	right:0px;
	top: 0px;
	padding: 6px 12px;
	
	font-size: 12px;
	
	background: #ffffff;
	border: #d8d8d8 1px solid;
}
#ajaxLoading {
	display: block;
	
	position:fixed;
	_position:absolute;
	z-index: 3500;
	
	top: 50px;
	left: 200px;
	_top:expression(eval(document.body.scrollTop));
	
}

/**************************************/
/*** Shadow tables									***/
/**************************************/
#img-shadow {
	float:left;
	background: url(../images/default/shadowAlpha.png) no-repeat bottom right !important;
	background: url(../images/default/shadow.gif) no-repeat bottom right;
}
#img-shadow img {
	display: block;
	position: relative;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}

.img-shadow {
	float:left; position: relative;
	background: url(../images/default/shadowAlpha.png) no-repeat bottom right !important;
	background: url(../images/default/shadow.gif) no-repeat bottom right;
}
.img-shadow > a,
.img-shadow > img{
	display: block; position: relative;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	left: -6px; top: -6px;
}










