/* ------- CSS Resets -------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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,
dl, dt, dd, ul, li,
form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

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

strong {
	font-weight:bold;
}

ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

/*-- debug --*/


#debug-pop{
	width:400px;
	min-height:400px;
	top:50px;
	left:50%;
	margin-left:-200px;
	border:5px solid #e0e0e0;
	z-index:999;
	display:none;
}

#debug-panel{
	width:100%;
	border-top:2px dotted #e0e0e0;
	padding-top:10px;
	margin-bottom:30px;	
	overflow:hidden;
}

#debug-panel h2{
	font-size:18px;
	margin-bottom:5px;
	color:#666666;
	border-bottom:2px solid #666666;
	
}

#debug-panel h3{
	font-size:14px;
	margin-bottom:5px;
	color:#666666;
	border-bottom:2px solid #666666;
}

#debug-panel h4{
	
	padding:3px;
	color:#666666;
	border-bottom:2px solid #666666;
	font-size:13px;
	margin-bottom:5px;
}

.debug-sub-panel{
	float:left;
	overflow:hidden;
	border:2px solid #e0e0e0;
	padding:10px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin-left:6px;
	margin-right:6px;
	margin-bottom:10px;
	background:#f0f0f0;
}

.debug-sub-array{
	overflow:hidden;
	border:1px solid #e0e0e0;
	padding:10px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	width:100%;
}

.debug1{width:10px;border:1px solid red;}



/* ----- Main structure ----- */
