/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0
build: 1549


TODO will need to remove settings on HTML since we can't namespace it.
TODO with the prefix, should I group by selector or property for weight savings?
*/
*
{
	/*[disabled]margin:0;*/
	/*[disabled]padding:0;*/
	/*[disabled]border:0;*/
}
HTML
{
	/*[disabled]color:#000;*/
	/*[disabled]background:#FFF;*/
}
/*
TODO remove settings on BODY since we can't namespace it.


TODO test putting a class on HEAD.
- Fails on FF.
*/
BODY, DIV, DL, DT, DD, UL, OL, LI, H1, H2, H3, H4, H5, H6, PRE, CODE, FORM, FIELDSET, LEGEND, INPUT, TEXTAREA, P, BLOCKQUOTE, TH, TD
{
	margin: 0;
	padding: 0;
}
DIV.listing
{
	/*[disabled]margin-top:11px;*/
}
TABLE
{
	border-collapse: collapse;
	border-spacing: 0;
}
FIELDSET, IMG
{
	border: 0;
}
/*
TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
ADDRESS, CAPTION, CITE, CODE, DFN, EM, STRONG, TH, VAR
{
	font-style: normal;
	font-weight: normal;
}
/*
TODO Figure out where this list-style rule is best set. Hedger has a request to investigate.
*/
LI
{
	list-style: none;
}
CAPTION, TH
{
	text-align: left;
}
H1, H2, H3, H4, H5, H6
{
	font-size: 100%;
	font-weight: normal;
}
Q:before, Q:after
{
	content: '';
}
ABBR, ACRONYM
{
	border: 0;
	font-variant: normal;
}
/*to preserve line-height and selector appearance*/
SUP
{
	vertical-align: text-top;
}
SUB
{
	vertical-align: text-bottom;
}
INPUT, TEXTAREA, SELECT
{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
/*to enable resizing for IE*/
INPUT, TEXTAREA, SELECT
{
	font-size: 100%;
}
/*because legend doesn't inherit in IE*/
LEGEND
{
	color: #000;
}

