/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}
*/
html { overflow-x: hidden; overflow-y: auto }

body {
	width: 985px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 2px 0 2px;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

table {
	font-size: 100%;
}

.normal {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
}

.txt {
	font-size: 0.9em;
}

h4 {
	font-size: 14px;
	color: #cf7015;
	margin: 0;
	padding: 0;
	display: inline;
}

h5 {
	font-size: 14px;
	color: #fff;
	margin: 0;
	padding: 0;
	display: inline;
}

fieldset {
	border: 0;
}

a:link, a:visited, a:active {
	color: #cf7015;
	text-decoration: none;
}

a img {
	border: 0;
}

#logo {
	margin-bottom: 10px;
}

#fakeiFrame {
	position:absolute;
	height:1px;
	width: 1px;
	z-index: 1000;
}

#left_column {
	position: relative;
	width: 245px;
	float: left;
}

#center_column {
	position: relative;
	width: 640px;
	float: left;
	padding: 0;
}

#right_column {
	position: relative;
	width: 90px;
	float:right;
	z-index: 99;
}

#page_color {
	border: 1px solid #000000;
	text-decoration: none;
	width: 20px;
}

.warning {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #f00;
}

.label {
	font-size: 0.9em;
	color: #888;
}

.text-mini {
	font-size: 0.8em;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	border: 1px solid gray;
	margin-bottom: 1px;
}

#images-container {
	width: 240px;
	height: 450px;
	overflow: scroll;
	overflow-y: scroll;
	overflow-x: hidden; 
	position:relative;
	clear: both;
	float: left;
	z-index: 90;
}

#images-container .images {
	border: 1px solid white;
	margin: 1px;
	position: relative;
}

#images-container .images_selected {
	border: 1px dashed green;
	margin: 1px;
	position: relative;
}

#images-container .checked_image {
	width:16px;
	height:16px;
	position: absolute;
	z-index: 99;
}

/* img { behavior: url(lib/iepngfix.htc); } */
#div_workimage img { behavior: url(lib/iepngfix.htc); }


div#div_workimage {
	z-index: 1;
	position: relative;
	margin-top: 5px;
}

img#work_image {
	border: 1px Solid Black;
}
#indicator {
	position: absolute; 
	right: 1px;
	margin-top: 2px;
	padding-left: 2px; 
	padding-right: 2px; 
	padding-top: 1px;
	padding-bottom: 1px;
	height: 16px; 
	border: 1px solid red;
	background-color: white;
	z-index: 100; 
}

#loadingFrame {
	position: absolute; 
	right: 0px;
	left: 0px;
	margin-top: 2px;
	padding-left: 2px; 
	padding-right: 2px; 
	padding-top: 1px;
	padding-bottom: 1px;
	height: 16px; 
	border: 1px solid red;
	background-color: white;
	background-image: url(images/indicator.gif);
	background-position: 10px center;
	background-repeat: no-repeat;
	text-indent: 30px;
	color: red;
	font-weight: bold;
	z-index: 110; 
}


#delete_page {
	position: absolute;
	left: 1px;
	top: 1px;
	z-index: 1000; 
}

.v_move_track {
	position:absolute;
	padding: 0px;
	margin: 0px;
	height:75px;
	background-color:#fff;
	width:7px;
	border: 1px Solid Black;
}

.v_move_handle {
	position:absolute;
	left:-50%;
	width:10px;
	height:7px;
	background-color:#0e0;
	cursor:ns-resize;
	border: 1px Solid Black;
}

.h_move_track {
	position:absolute;
	width:75px;
	background-color:#fff;
	height:7px; 
	border: 1px Solid Black; 
}

.h_move_handle {
	position:absolute;
	margin:0px;
	padding: 0px;
	top:-50%;
	height:10px;
	width:7px;
	background-color:#0e0;
	cursor:ew-resize;
	border: 1px Solid Black;
}

.select_sub_pos_0 {
	background: url("images/sub_on_bot.gif") top left no-repeat;
	width: 16px;
	height: 16px;
	text-decoration: none;
}
.select_sub_pos_0:hover {
	background: url("images/sub_on_top.gif") top left no-repeat;
	width: 16px;
	height: 16px;
	text-decoration: none;
}

.select_sub_pos_1 {
	background: url("images/sub_on_top.gif") top left no-repeat;
	width: 16px;
	height: 16px;
	text-decoration: none;
}
.select_sub_pos_1:hover {
	background: url("images/sub_on_bot.gif") top left no-repeat;
	width: 16px;
	height: 16px;
	text-decoration: none;
}

div.drop {
}

div.drop-active {
	background: url("images/add.png") no-repeat center center;
}

div.trash {
	background: url("images/trash-full.gif") no-repeat center center;
	float:left; 
	width: 48px;
	height: 48px;
}

div.trash-active {
	background: url("images/trash-empty.gif") no-repeat center center;
}

a.help {
	display: block;
	background: url("images/help.gif") no-repeat center center;
	float:right; 
	margin-right: 20px;
	width: 48px;
	height: 48px;
}

a.prijava {
	display: block;
	background: url("images/prijava_button.gif") no-repeat center center;
	float:right; 
	margin-right: 10px;
	width: 48px;
	height: 48px;
}


#list-container {
	overflow: scroll;
	overflow-x: scroll;
	overflow-y: hidden;
	padding: 0;
	margin: 0;
	padding-bottom: 3px;
    white-space: nowrap;
	position: relative;
}

#list {
	background-repeat: repeat-x;
	background-position: left top;
	background: url("images/book_bg.jpg");
	padding: 0;
	margin: 0;
}

.pp_t {
	margin-right: 8px;
	margin-left: 8px;
	margin-top: 2px;
	margin-bottom: 2px;
	width: 75px;
}

.pp_p, .pp_f {
	margin-right: 8px;
	margin-left: 8px;
	margin-top: 2px;
	margin-bottom: 2px;
	width: 73px;
	cursor:pointer;
	border: 1px Solid Gray;
}

.pp_active {
	border: 1px dashed green;
}

#b_predogled {
	line-height: 19px;
	height: 19px;
	display: block;
	float: left;
	background: url(images/preview_button.gif) no-repeat top left;
	border-right: 1px solid #91a759;
	width: 70px;
	padding-left: 20px;
}	

#b_narocilo {
	display: block;	
	float: left;
	clear: both;
	line-height: 19px;
	height: 19px;
	background: url(images/narocilo_button.gif) no-repeat top right;
	border-left: 1px solid #91a759;
	width: 65px;
	padding-right: 20px;
	padding-left: 5px;
	margin-top: 12px;
}	


/* drop-down graficni meniji za izbiro bg, page type, template */
.menu_container {
	z-index: 999;
	position: relative;
	line-height: 19px;
	height: 19px;
	background: url(images/add_button.gif) no-repeat top left;
	border-right: 1px solid #91a759;
	max-width: 199px;
	width:expression(this.offsetWidth>199?199:'');	
}

.dropdownmenu {
	position: relative;
	padding-left: 20px;
	height: 19px;	
}

#template_menu, #add_page_menu, #background_menu {
	z-index: 999 !important;
	list-style: none;
	position: absolute; 
	height: 400px;
	width: 90px !important;
	width: 93px;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: scroll;
	text-align: left; 
	margin-left: 2px;
	margin-top: 3px; 
	border: 1px Solid Gray; 
	background-color: #fff;
	top: 1em;
	left: 0;
	padding-left: 0;
}

#background_menu {
	width: 168px !important;
	left: -78px !important;
}

.dropdownimg {
	display: block;
	width: 74px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 2px;
	margin-top: 2px;
	margin-left: 1px;
	background-color: #e7e7e7;
}

#background_menu .dropdownimg {
	float: left;
}

.dropdownimg img {
	border: 1px solid Gray;
	margin: 0;
	padding: 0;
}

.tabHeader{
	border:1px solid #cf7015;
	margin-left: 1px;
	margin-bottom: 2px;
	margin-top: 2px;
	width: 11px;
	height: 10px;
	line-height: 10px;
	text-align: center;
	font-size: 8px;
	background-color: white;
	display: block; 
	float: left;
	text-decoration: none;
	overflow: hidden;
}

#tabHeaderActive {
	background-color: #cf7015;
	color: #fff;
}

#login_div {
	float: left;
}

#platnice {
	float:left;
	text-align: center;
	margin-right: 5px;
	margin-top: 5px;
}

#platnice img {
	border: 1px solid gray;
}

#platnice .selected {
	border: 1px dashed green;
}

/* SWF uploader */

.swfupload {
	cursor: pointer;
}

#SWFUploadTarget {
	position: relative;
	z-index: 1;
}


#SWFUploadFileListingFiles {
	position: relative;
}

.browsebtn { 
	display: block;
	padding-left: 20px;
	background: url(images/add_button.gif) no-repeat center left;
	height: 19px;
	line-height: 19px;
}

.uploadbtn { 
	display: none;
	background: url(images/accept.png) no-repeat center left;
	height: 15px;
}
		
.cancelbtn { 
	float: right;
	width: 16px;
	height: 16px;
	background: url(images/cancel.png) no-repeat; 
}
		
#cancelqueuebtn {
	display: none;
	position: relative;
	background: url(images/cancel.png) no-repeat;
	margin: 5px 0;
}
		
#SWFUploadFileListingFiles ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.SWFUploadFileItem {
	position: relative;
	display: block;
	width: 220px;
	float: left;
	background: #eaefea;
	margin: 0 2px 2px 0;
	padding: 3px;
	font-size: 10px;
}

.fileUploading { background: #fee727; }
.uploadCompleted { background: #d2fa7c; display: none; }
.uploadCancelled { background: #f77c7c; display: none; }
	
.uploadCompleted .cancelbtn, .uploadCancelled .cancelbtn {
	display: none;
}

#spanButtonPlaceHolder {
	z-index: 0;
	display: block;
	width: 200px;
	height: 19px;
	background: url(images/add_button.gif);
}

div#queueinfo {
	display: block;
	text-align: left;
	font-size: 0.9em;
}
		
span.progressBar {
	width: 200px;
	display: block;
	font-size: 10px;
	height: 4px;
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: #CCC;
}

/* iBox */
#ibox_w{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:105;
	width: 100%;
	height: 100%;
	background-color: #000;
	margin:0;
	padding:0;
	filter:alpha(opacity=0);
	-moz-opacity: 0.0;
	opacity: 0.0;
}

#ibox_progress {	
	margin:0;padding:0;
	position: absolute;
	z-index:110;
}

#ibox_wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:1200;
	padding:10px;
	border:1px solid #CCC;
	width:300px;
	height:300px;
	background-color:#999999;
	padding-bottom:30px;
	margin:0;
}

#ibox_content {
	background-color:#FFFFFF;
	width:100%;
	height:100%;
	margin-bottom:5px;
	position:relative;
	top:0px;
	left:0px;
	border:1px solid #000;
	padding:2px;
}

#ibox_footer_wrapper {
	position:relative;padding:0;margin-bottom:7px;top:0px;left:0px;
}

.tabContent {
	clear: left;
	border-top: 1px dashed #000;
}

#tabContent0 {
	clear: left;
	border: 0;
}

#tabContent1 {
	float: left;
	clear: right;
	border: 0;
}

.bg_opis {
	display: block;
	float: left;
	margin-right: 5px;
	padding-left: 2px;
	font-size: 0.9em;
	margin-top: -3px;
	color: gray;
}

#info_bubble {
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 9px;
	background: url("images/bubble.png") no-repeat;
	width: 190px;
	height: 124px;
	display: none;
	font-size: 0.9em;
}

/* END iBOX */