
/* ### -- -- -- -- -- Bugfix-Styles for Microsoft Internet Explorer 8 -- -- -- -- -- ### */

/* 

File: ie8-fix.css 
Copyright 2009-2011 by WoltLab GmbH. 

For full XHTML & CSS compatibility be sure to include this file only within the so called "Internet Explorer Comment Hack". 

*/

/* ### -- -- -- -- -- Miscellaneous -- -- -- -- -- ### */

fieldset {
	margin-top: 25px;
}

fieldset legend {
	margin-top: -18px;
}

.formGroupField > fieldset > legend {
	margin: 0;
	padding: 0;
	display: block !important;
	width: 0;
	height: 0;
	visibility: hidden;
}

/* ### -- -- -- -- -- layout.css -- -- -- -- -- ### */

.layout-1, .layout-2, .layout-3, .layout-4 {
	box-sizing: border-box;	
}

/* ### -- -- -- -- -- global.css -- -- -- -- -- ### */

form .disabled, .tabMenu .disabled {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);	
}

/* ### -- -- -- -- -- calendar.css -- -- -- -- -- ### */

.otherMonth {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

/* ### -- -- -- -- -- gallery.css -- -- -- -- -- ### */

.galleryIndex .thumbnailButtons {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);	
}

.galleryIndex .thumbnailButtons input {
	margin: 1px 2px;
}

/* ### -- -- -- -- -- wysiwyg.css -- -- -- -- -- ### */

.mceButtonDisabled a img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
}

/* ### -- -- -- -- -- EOF -- -- -- -- -- ### */
