/*
	This work is licensed under a Creative Commons License.

	License: http://creativecommons.org/licenses/by/1.0/

	You are free:

	to copy, distribute, display, and perform the work
	to make derivative works
	to make commercial use of the work

	Under the following conditions:

	Attribution. You must give the original author credit

	Author:  Dean Edwards/2004
	Web:     http://dean.edwards.name/
*/

/* 0.5.1 (alpha) 2004/04/12 */


/* W3C compliance for Microsoft Internet Explorer */

STYLE {
	behavior: url(ie7-style.htc);
}

BODY {
	behavior: url(ie7.htc);
}

/* some fixes */

.ie7_ABBR[title], ACRONYM {
	/* implement the dotted underline effect */
	background: url(javascript:document.DOTS) repeat-x bottom left;
}

/* these expressions are removed immediately after the page has loaded */
ie7{}:visited{-ie7-visited:expression(true)}
#ie7_tmp{position:absolute; padding:0px; border:none; clip:rect(0 0 0 0)}
