@CHARSET "ISO-8859-1";

.hidden {
	display: none;	
}

.calender {
	position: fixed;
	background: #FFF;
	border: 1px solid black;
	z-index: 100;
}

.calender td {
	width:25px;
	height: 10px;
	text-align: center;
	border: none;
}

.calender th {
	height: 10px;
	}

.calenderFilm {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:99;
}

.folderSelector {
	width: 200px;
	height: 400px;
	border: 1px solid black;
	font-size: 12px;
}

.folder {
	padding: 2px;
}

.imageSelector {
	height: 400px;
	width: 585px;
	padding: 0px;
	border: 1px solid black;
}

.imagePreview {
	width: 200px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;	
}

.imgPreview {
	margin: auto auto;
	max-width: 200px;
	max-height: 200px;
	border: 1px solid black;
}

.imageRef {
	padding: 2px;
	margin: 2px;
	float: left;
	width: 185px;
	border: 1px solid black;
	background:	#8c952f;	
}

.uploadWindow {
	position:fixed;
	top:100px;
	left:50%;
	margin-left:-260px;
	width:500px;
	max-height:650px;
	background: #FFF;
	z-index:300;
	padding: 10px;
	border: 3px solid black;	
}

.uploadIframe {
	width: 100%;
	height: 100px;
}

.frezeFilm {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:299;
}

.waitMessageBox {
	position:fixed;
	top:100px;
	left:50%;
	margin-left:-260px;
	width:500px;
	max-height:650px;
	background: #FFF;
	z-index:300;
	padding: 10px;
	border: 3px solid black;	
}