@charset "utf-8";
/**********************************************************************/
/**********************************************************************/
/***   Copyright (c), PLAN e d.o.o.	| www.plan-e.si									***/
/***   Vse pravice pridržane. All rights reserved.									***/
/**********************************************************************
**********************************************************************/
/*	#2e6395	*/
/*	#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: #666666 1px solid;
}
table.listing {
	
}
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: #666666 1px solid;
	color:#666666;
	text-decoration: none;
	background: none;
}
table.listing td a:hover {
	border: #666666 1px solid;
	font-weight: normal;
	color:#666666;
	background: #8c8c8c;
}
table.listing td a.sel {
	margin: 0 2px;
	border: #666666 1px solid;
	font-weight: bold;
	color:#ffffff;
	background: #666666;
 }

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


p { margin: 0; }
form { padding: 0; margin: 0; }
select {
	color: #000000;
	font-family: inherit;
	
	font-size: 12px;
	line-height: normal;
}
input {
	margin: 1px;
	
	background: #ffffff;
	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: #2e6395 1px solid;
	
}
input[type=file] {
	width: 80%;
	margin: 0;
	margin-bottom: 1px;
	padding: 1px 2px;
	
	border: #2e6395 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: #d5dfe9;
	background: #2e6395;
}
input[type=submit]:hover,
input[type=button]:hover {
	color: #eaeff4;
	background: #6c91b4;
	
}
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: #2e6395 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: #295986 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(template/qvik/css/../images/dizajn/shadowAlpha.png) no-repeat bottom right !important;
	background: url(template/qvik/css/../images/dizajn/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;
}
div.image {
	float:left;
	background: url(template/qvik/css/../images/dizajn/shadowAlpha.png) no-repeat bottom right !important;
	background: url(template/qvik/css/../images/dizajn/shadow.gif) no-repeat bottom right;
}
div.image img {
	display: block;
	position: relative;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}
img.image {
	border: 1px solid #cccccc;
	padding: 4px;
	margin: 6px;
}









