/* Global styles */
/****** CSS RESET ******/
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, 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;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	height: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
sup, sub {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	font-size: 7px;
}
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* 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;
}
body {
	height: 100%;
}

a {outline: none;}

div { text-align: left; }

.print { display: none; }

.seo, h1 .seo, h2 .seo, h3 .seo {
	display: none;
}

.hide {
	display: none;
}

.print-hide {
	display: inherit;
}
.screen-hide {
	display: none;
}

a img { border: 0px; }

.left { float: left; }
.right { float: right; }
.clearboth {
	clear: both;
	padding: 0px;
	margin: 0px;
	line-height: 0px;
	font-size: 0px;
}
.bracer {
	float: left;
	width: 0px;
	padding: 0px;
	margin: 0px;
	line-height: 0px;
	font-size: 0px;
}

.negmargin {
	position: relative;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}



/*  Global UI  */
/* Collapsable Panels */
.ctrl-expand {
	display: block;
}

/* Javascript Popups */
#smokeScreen {
	display: none;
	position: fixed;
	height: 100%;  
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 2000;
}
#popup-main {
	display: none;
	position: absolute;
	z-index: 2001;
}
.popup {
	display: none;
	position: relative;
	z-index: 2002;
}