
/**************************************************
	Screen Stylesheet
***************************************************/

div#printhead {
	display: none;
}
div#ie6-box {
	display: none;
	}

/**************************************************
	Safari & Chrome
***************************************************/

@media screen and (-webkit-min-device-pixel-ratio:0) {

input[type="text"]:disabled,
input[type="password"]:disabled,
select:disabled,
textarea:disabled {
	color: #444;
	}

#filter-timerange {
	width: auto;
}

}

