@CHARSET "UTF-8";

input{
	background-color:#dddddd;
	color:#000000;
	font-size:11px;
	border-left:1px solid #333333;
	border-right:1px solid #333333;
	border-top:1px solid #333333;
	border-bottom:1px solid #333333;
	opacity: .95;
	filter: alpha(opacity=95);
}

input:hover{
	background-color:#263262;
	color:#ffffff;
	font-size:11px;
	border-left:1px solid #4154a6;
	border-right:1px solid #4154a6;
	border-top:1px solid #4154a6;
	border-bottom:1px solid #4154a6;
	opacity: .95;
	filter: alpha(opacity=95);
}

.readOnly{
	background-color:#ffffff;
	color:#00366c;
	font-weight:bold;
	font-size:11px;
	border-left:0px;
	border-right:0px;
	border-top:0px;
	border-bottom:0px;
}

.readOnly:hover{
	background-color:#ffffff;
	color:#008000;
	font-weight:bold;
	font-size:11px;
	border-left:0px;
	border-right:0px;
	border-top:0px;
	border-bottom:0px;
}

.button{
	background-color:#dddddd;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	border-left:1px solid #333333;
	border-right:1px solid #333333;
	border-top:1px solid #333333;
	border-bottom:1px solid #333333;
	opacity: .8;
	filter: alpha(opacity=80);
}

.button:hover{
	background-color:#263262;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	border-left:1px solid #4154a6;
	border-right:1px solid #4154a6;
	border-top:1px solid #4154a6;
	border-bottom:1px solid #4154a6;
	opacity: .8;
	filter: alpha(opacity=80);
}

input.mainButton{
	border:none;
}

a{
	cursor:pointer;
	border:0px;
	text-decoration:none;
}

div.subMenu{
	position:absolute;
	display:none;
	width:50px;
	left:53px;
	z-index:120;
}

.slider{
	 display:block;
	 position:relative;
	 width:220px;
	 height:30px;
	 background-image:url(../img/slider.jpg);
	 background-repeat:no-repeat;
	 background-position:left bottom;
}

.line{
	position:absolute;
	display:block;
	width:0px;
	height:30px;
	left:6px;
	background-image:url(../img/line.png) !important;
	_background-image:url(../img/line.gif);
	background-repeat:repeat-x;
}

.pointer{
	 display:block;
	 position:absolute;
	 width:17px;
	 height:30px;
	 top:0px;
	 left:0px;
	 cursor:pointer;
	 background-image:url(../img/pointer.png) !important;
	 _background-image:url(../img/pointer.gif);
	 background-repeat:no-repeat;
}

.minval{
	display:block;
	position:absolute;
	width:30px;
	height:20px;
	text-align:left;
	font-size:12px;
	top:0px;
	left:5px;
}

.maxval{
	display:block;
	position:absolute;
	width:30px;
	height:20px;
	text-align:right;
	font-size:12px;
	top:0px;
	right:5px;
}

.setUp{
	display:block;
	width:17px;
	height:17px;
	cursor:pointer;
	background-image:url(../img/setup.jpg);
	background-repeat:no-repeat;
}

.setDown{
	display:block;
	width:17px;
	height:17px;
	cursor:pointer;
	background-image:url(../img/setdown.jpg);
	background-repeat:no-repeat;
}

.calendarW{
	width:200px;
	height:160px;
	background-color:#ffffff;
	text-align:center;
	vertical-align:middle;
	display:block;
}

.calendarTitles{
	 width:25px;
	 height:15px;
	 text-align:center;
	 font-size:9px;
	 font-weight:bold;
	 background-color:#c0c0c0;
}

.buttonDay{
	background-color:#495cdf;
	color:#eeeeee;
	border:none;
	width:25px;
	height:15px;
}

.tarcza{
	display:block;
	position:relative;
	width:114px;
	height:114px;
	background-image:url(../img/zegar.jpg);
	background-repeat:no-repeat;
	background-position:center center;
}

.h{
	display:block;
	position:absolute;
	width:20px;
	height:20px;
	top:30px;
	left:30px;
	cursor:pointer;
	background-image:url(../img/h.png) !important;
	_background-image:url(../img/h.gif);
	background-repeat:no-repeat;
	z-index:100;
}

.m{
	display:block;
	position:absolute;
	width:20px;
	height:20px;
	top:48px;
	left:16px;
	cursor:pointer;
	background-image:url(../img/m.png) !important;
	_background-image:url(../img/m.gif);
	background-repeat:no-repeat;
	z-index:110;
}

.help{
	background-image:url(../img/help.png) !important;
	_background-image:url(../img/help.gif);
	background-position:center center;
	background-repeat:no-repeat;
	width:20px;
	height:20px;
	display:block;
}

.sortUp{
	width:10px;
	height:10px;
	display:block;
	position:absolute;
	top:0px;
	right:0px;
	font-size:4px;
	background-image:url(../img/up.gif);
	background-repeat:no-repeat;
	background-position:center center;
	cursor:pointer;
}

.sortDown{
	width:10px;
	height:10px;
	display:block;
	position:absolute;
	top:0px;
	right:0px;
	font-size:4px;
	background-image:url(../img/down.gif);
	background-repeat:no-repeat;
	background-position:center center;
	cursor:pointer;
}

.tooltip{
	background-image:url(../img/ttip.gif);
	background-position:center center;
	background-repeat:no-repeat;
	color:#ffffff;
	width:250px;
	height:100px;
	overflow:auto;
	position:absolute;
	display:none;
	z-index:110;
}

.tooltipw{
	font-size:12px;
	font-weight:normal;
	color:#ffffff;
	width:234px;
	height:88px;
	overflow:auto;
	position:relative;
	display:block;
	text-align:left;
	vertical-align:top;
	top:6px;
	left:8px;
}