﻿/* 
 * Reset Stylesheet
 * v1.50
 * Last edited: 2010-03-01
 * Author: Martin Veith
*/
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, input, textarea,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: none;
}
body, html {
	width: 100%;
	height: 100%;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	font-style: italic;
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* prepare tags to display correctly in browsers (html5) */
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section {
	display: block;
}
/* miscellaneous */
.clearer {
	clear: both;
	padding: 0;
	margin: 0;
	height: 0;
	width: 0;
	overflow: hidden;
}
.no-margin {
	margin: 0 !important;	
}
.no-padding {
	padding: 0 !important;	
}
.hidden {
	display: none;
}	
/* no-javascript */
#no-javascript {
	background: #C30;	
	height: 14px;
	padding: 2px 0;
	z-index: 888;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	color: #FFF;
	font: 700 11px/11px Arial, Helvetica, sans-serif;
}
