/* --------------------------------------------------------------
   Resets default browser CSS styles.

   Created by Erik Meyer:http://meyerweb.com/eric/tools/css/reset/
   Modified by Andreas Zwinkau:http://cssninja.de
   Modified by Markus Richert:http://markus-richert.com
   Date:8. June 2008
-------------------------------------------------------------- */

center, isindex, menu, dir, 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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ul, ol, li, fieldset, form, label, legend, caption, tbody, tfoot, thead /*, ul, table, tr, th, td */ {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-weight:inherit;
    font-style:inherit;
    font-size:100.1%;
    font-family:inherit;
    font-variant:inherit;
/*    vertical-align:baseline;*/
}

/* Remember to define focus styles! */
:focus {
	outline:0
}
body {
    line-height:1.3;
    color:black;
}

/* Tables still need 'cellspacing="0"' in the markup.
table {
    border-collapse:separate;
    border-spacing:0;
}*/
ol, ul {
	list-style:none
}
caption, th, td {
    text-align:left;
    font-weight:normal;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after {
	content:none
}
blockquote, q {
	quotes:none
}

/* better readability */
a:focus {
	outline:0.1em solid Highlight;
}

/* Bugfixing */
/* http://www.positioniseverything.net/explorer/ie-listbug.html */
ul, ol, dl {
	position:relative
}
/* always show scrollbars with Firefox and Opera */
html {
	overflow:scroll
}

/* fix enclosed floats with clearing */
.clear:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clear {
	display:inline-block;
}
/* Hides from IE-mac \*/
* html .clear {
	height:1%;
}
.clear {
	display:block;
}
/* End hide from IE-mac */


/* enable :hover for more than <a> in IE6 */
* html body {
	behavior:url('/htc/csshover2.htc');
}
/* make transparent pngs work in IE6 */
* html body img {
	behavior:url('/htc/pngbehavior.htc');
}