/* Somewhat inspired by YUI 3.0pr1 */

/* Reset everything */
* {
	margin: 0;
	padding: 0;
	text-align: left;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	text-decoration: none;
	font-size: 100%;
}
a {
	cursor: pointer;
	}
img {
	border: 0;
}
b, strong { font-weight: bold; }
a:link:hover {
	text-decoration: none;
	color: #000;
}
body {
	color: #000;
	background-color: #000;
}
ul, ol, dl {
	list-style: none;
}

/* Remove surrounding chars on quotes */
q:before, q:after {
	content:'';
}

/* to preserve line-height and selector appearance */
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}

/* forms */
input,
textarea,
select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

/* To enable resizing for IE*/
input,
textarea,
select {
	*font-size:100%;
}

input[type=hidden]													{ display: none !important; }

table {
	border-collapse:collapse;
	border-spacing:0;
}