@charset "utf-8";
/**********************************************************************/
/**********************************************************************/
/***   Copyright (c) 2008, PLAN e d.o.o.														***/
/***   Vse pravice pridr�ane. All rights reserved.									***/
/**********************************************************************/
/**********************************************************************/
/*
	BARVE
	004383 - osnovna barva
	33699c - 80% osnovne barve
	80a1c1 - 50% osnovne barve
	ccd9e6 - 20% osnovne barve
	f2f5f9 - 5% osnovne barve
	
	POSEBNE BARVE
	cc0006 - rdeča(povdarki)
	ffffd9 - svetla rumena(podlage)
	
	SIVINE
	000 - 0% bele
	222 - 13% bele
	444 - 25% bele
	888 - 50% bele
	ccc - 80% bele
	ededed - 93% bele
	fff - 100% bele

*/





div.adminWindowContext p {
	margin: 0;
	
}
/**************************************/
/***	OVERLAY window styles					***/
/**************************************/


.adminWindow {
	width: auto;
	visibility: hidden;
	
	position:fixed; _position:absolute; z-index: 4000;
	left: 0px; top: 0px; _top:expression(eval(document.body.scrollTop));
	background: #e0e0e0; border: #aaa 1px solid;
	
	color: #000;
}
.adminWindowContext {
	width: 800px;
	height: auto;
	
	display:block;
	
	background: #fff;
	border: #aaa 1px solid;
	
	overflow: hidden;
	color: #000;
}
.adminWindowContextWraper {
	width: auto;
	height: auto;
	padding: 10px;
	
}


.adminWindowTopLine {
	width: auto;
	height: 20px;
	margin: 0 10px;
	padding: 0;
	
	display:block;
	clear: both;
	
	color: #000;
}
.awtlTitle {
	padding-top: 1px;
	padding-left: 2px;
	float:left; margin:0;
	font-size: 14px;
	color: #222;
	font-weight: bold;

}

.adminWindowBottomLine {
	width: auto;
	height: 10px;
	margin: 0 10px;
	padding: 0;
	
	display:block;
	clear: both;
	
	color: #000;
	
}



#closeSubGalleryBtn {
	width: 16px;
	height: 16px;
	display:block;
	padding: 0;
	margin-top: 1px;
	float:right;
	
	background: url(../../../../../images/btns/closeBlue.png) no-repeat top left;
	
	color: #004383;
	font-size: 12px;
	line-height: 16px;
	text-transform: none;
	font-weight: bold;

}








