/***********************************************************
reset.css
**********************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}
/*css3 fix to force vertical scrollbar (deactivated by default) at 
all times to prevent page shift in mozilla (2+) and safari (3+)
**********************************************************/
html { overflow-y: scroll; }

body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6 { 
	line-height: normal;
	font-weight: normal; 
}

ol, ul  { list-style: none; }

a {
	text-decoration: none;
	outline: none;
}

table {
	*border-collapse: collapse;
	border-spacing: 0;
}

div {
	outline: none;
}

input, textarea {
	background: #fff url(/img/bg/textarea.png) top left;
}

/* ed's clear */
.clear:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clear { display: inline-block; }
/* \*/
* html .clear { height: 1%; }
.clear { display: block; }
/* */

.opacityFix {
	*filter: alpha(opacity=0);
	*opacity: 0;
	*-moz-opacity: 0;
	*position: absolute;
	*width: 100%;
	*height: 100%;
}

/* used for hiding contextual information for screen readers */
.hidden {
	position: absolute;
	left: 0px;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	border: 1px solid black;
}