@CHARSET "UTF-8";

div.contMenu{
	display:none;
	position:absolute;
	opacity: .9;
	filter: alpha(opacity=90);
	z-index:120;
}

.contMenuOn{
	background-color:#5D5C57;
	color:#ffffff;
	display:block;
	font-weight:normal;
	font-size:11px;
	text-align:left;
	vertical-align:middle;
	cursor:pointer;
	border-left:1px solid #D9D7CB;
	border-right:1px solid #D9D7CB;
	border-top:1px solid #D9D7CB;
	border-bottom:1px solid #D9D7CB;
}

.contMenuOff{
	background-color:#D9D7CB;
	color:#5D5C57;
	display:block;
	font-weight:normal;
	font-size:11px;
	text-align:left;
	vertical-align:middle;
	cursor:pointer;
	border-left:1px solid #5D5C57;
	border-right:1px solid #5D5C57;
	border-top:1px solid #5D5C57;
	border-bottom:1px solid #5D5C57;
}

.closeBtn{
	font-size:2px;
	display:block;
	position:absolute;
	top:0px;
	width:20px;
	height:20px;
	cursor:pointer;
	background-image:url(../img/close.jpg);
	backgroung-repeat:no-repeat;
}

.resizeBtn{
	height:10px;
	width:10px;
	position:absolute;
	right:0px;
	bottom:0px;
	z-index:120;
	font-size:2px;
	background-image:url(../img/resize.png) !important;
	_background-image:url(../img/resize.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
	cursor:nw-resize;
}

.actionBtn{
	font-size:2px;
	display:block;
	position:absolute;
	top:0px;
	width:20px;
	height:20px;
	cursor:pointer;
	backgroung-repeat:no-repeat;
}

.window{
	display:block;
	position:absolute;
	background-color:#dcdfff;
	background-image:url(../img/pasek.jpg);
	background-repeat:repeat-x;
	background-position:center top;
	border-style:solid;
	border-top-style:none;
	border-width:3px;
	border-color:#333333;
}

.windowpanel{
	display:block;
	position:absolute;
	background-image:url(../img/pasek.jpg);
	background-repeat:repeat-x;
	text-align:left;
	line-height:20px;
	vertical-align:middle;
	font-size:12px;
	color:#dddddd;
	height:20px;
	top:0px;
	left:0px;
}

.windowbuttons{
	display:block;
	position:absolute;
	background-image:url(../img/pasek.jpg);
	background-repeat:repeat-x;
	height:20px;
	top:0px;
	right:0px;
}

.windowcontent{
	display:block;
	position:absolute;
	background-color:#ffffff;
	top:20px;
	left:0px;
	overflow:auto;
	_zoom:100%;
	text-align:left;
	vertical-align:top;
	padding-left:2px;
	padding-right:2px;
	padding-top:2px;
	padding-bottom:2px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#333333;
}

.windowloading{
	position:absolute;
	left:0px;
	top:20px;
	background-color:#ffffff;
	background-image:url(../img/loading.gif);
	background-repeat:no-repeat;
	background-position:center center;
}