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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* ----- END RESET styles, BEGIN explicit */

body {
	font-family:"helvetica neue",helvetica,arial,sans-serif;color:#aaa;
}
em { font-style:italic; }
small { font-size:.8em; }
li { line-height:1.5em; }
a { text-decoration:none;color:#aaa; }
a:hover { color:#aaa; }
a.active { color:#aaa; }

h1 { font-size:1em;margin-bottom:20px;font-weight:bold; }
h2 { font-size:.8em;font-weight:bold; }

textarea { color:#aaa; }
input { margin-bottom:10px; border:2px solid #aaa; color:#aaa; width:400px; font-size:.8em; }

#header {
	margin:40px;
	color:#000;
	font-weight:normal;
}
#header h1 {
	width:500px;
	margin:0;
	margin-bottom:2px;
	font-weight:normal;
	padding:10px;
	font-size:2em;	
	background-color:#000;
	color:#fff;
}
#header h2 { margin:0;padding:0;font-size:1em;font-weight:normal; }
#header p { margin-bottom:10px; font-size:.8em; }
#header ul { margin-left:120px;font-size:.8em; }
#header ul li { line-height:1.8em; }
#viewport { 
	 float:left;margin-left:150px;border:2px solid #ccc;padding-bottom:30px;padding-top:10px;
	-moz-border-radius-topleft: 12px;
	-khtml-border-top-left-radius: 12px;
	-webkit-border-top-left-radius: 12px;
	border-top-left-radius: 12px;
	-moz-border-radius-topright: 12px;
	-khtml-border-top-right-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	border-top-right-radius: 12px;
	-moz-border-radius-bottomleft: 12px;
	-khtml-border-bottom-left-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	border-bottom-left-radius: 12px;
	-moz-border-radius-bottomright: 12px;
	-khtml-border-bottom-right-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	border-bottom-right-radius: 12px;
}
#thumb-column { 
	float:left;padding:0;margin-left:20px;
}

img.thumb {
	width:100px;border:2px solid #ccc;margin-bottom:7px;
	-moz-border-radius-topleft: 12px;
	-khtml-border-top-left-radius: 12px;
	-webkit-border-top-left-radius: 12px;
	border-top-left-radius: 12px;
	-moz-border-radius-topright: 12px;
	-khtml-border-top-right-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	border-top-right-radius: 12px;
	-moz-border-radius-bottomleft: 12px;
	-khtml-border-bottom-left-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	border-bottom-left-radius: 12px;
	-moz-border-radius-bottomright: 12px;
	-khtml-border-bottom-right-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	border-bottom-right-radius: 12px;
}
p.red-text {
	float:left;width:600px;margin-top:5px;margin-left:490px;color:#f00;font-size:.7em;font-weight:bold;
}

p.red-text a { color:#f00; }

/* popups */
.popup { text-align:left;display:none;width:700px; position:absolute; top:0; z-index:999999; background-color:#fff;padding:20px;
	border:1px solid #666;
	-moz-border-radius-topleft: 12px;
	-khtml-border-top-left-radius: 12px;
	-webkit-border-top-left-radius: 12px;
	border-top-left-radius: 12px;
	-moz-border-radius-topright: 12px;
	-khtml-border-top-right-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	border-top-right-radius: 12px;
	-moz-border-radius-bottomleft: 12px;
	-khtml-border-bottom-left-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	border-bottom-left-radius: 12px;
	-moz-border-radius-bottomright: 12px;
	-khtml-border-bottom-right-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	border-bottom-right-radius: 12px;
	 }
.popupInner { filter:alpha(opacity=0); -moz-opacity:0; opacity:1; }
.popupInner p { margin-bottom:10px; }
.popupContent { padding:10px 11px 0px 0px; }
.popupFooter { padding:15px 10px 13px 20px; }