/* --------------------------------------------------------------
   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
-------------------------------------------------------------- */

* {
	margin:0;
	padding:0;
}
option {
	padding-left:0.4em;
}
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, isindex, menu, dir {
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100.1%;
	font-family:inherit;
	font-variant:inherit;
	vertical-align:baseline;
	background:transparent;
}

html {
	height:100%;
}
body {
	line-height:1.3;
	color:black;
	background:white;
}

/* Remember to define focus styles! */
:focus {
	outline:0
}
a:focus {
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table {
	border-collapse:collapse;
	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:'';
	content:none;
}
blockquote, q {
	quotes:none;
}

/* 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');
}



/****** BASE FORMATTING *****/

/* FONTS */

html, body, table, textarea, input {
	font-height:1em;
	line-height:1.4em;
	font-family:Frutiger, Univers, "Helvetica Neue", Calibri, Arial, Helvetica, "Liberation Sans", sans-serif;
}
/*, input[type="password"]*/
pre, code, samp, kbd, var {
	font-family:"DejaVu Sans Mono", "Bitstream Vera Sans Mono", Consolas, Monaco, "Liberation Mono", Andale Mono, monospace;
	font-size:0.9em;
}

dt, em, strong, th, samp, dfn, h3, h4 {
	font-weight:bold;
}
strong {
	font-variant:small-caps;
}
blockquote, q {
	font-style:italic;
}
blockquote cite, q cite {
	font-style:normal;
}

/* POSITION & SIZE */
sup, sub {
	font-size:0.7em;
	line-height:1em;
}
sub {
	vertical-align:sub;
}
sup {
	vertical-align:super;
}

caption {
	text-align:center;
}

hr {
	height:1px;
	background:none;
	border:0;
	border-bottom:1px solid #ccc;
	clear:both;
	margin-top:20px;
	margin-bottom:20px;
}

/* LISTS */
ul {
	list-style:disc outside;
}

ol {
	list-style:decimal outside;
}

li {
	margin-left:30px;
}

/* TEXT & DECORATION */
input[type=text]:focus, textarea:focus {
	outline:1px solid blue;
}
input[type=image], input[type="radio"] {
	border:none;
}
input[type="radio"] {
	width:auto;
}
acronym, abbr {
	cursor:help;
}

/* TYPOGRAPHIC STUFF */
b {
	font-weight:bold;
}
i {
	font-variant:italic;
}
u {
	font-decoration:underline;
}
acronym {
	letter-spacing:0.07em;
}