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 {	margin: 0;	padding: 0;	border: 0;	outline: 0;	font-size: 100%;	vertical-align: baseline;	background: transparent;}
body { 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 { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }

/* Clear floats */
.clearme { display: inline-block; } 
.clearme:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } 
* html .clearme { height: 1%; } 
.clearme { display: block; }

body {
	font-family: Arial, sans-serif !important;
	font-size: 11px;
	color: #000;
	background: #dededc;
	line-height: 20px;
	padding-bottom: 20px;
}
#wrapper {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding-top: 50px;
}
a {
	color: #000;
}
.weak {
	color: #aeaeae;
}
h1 {
	font-size: 15px;
	text-transform: uppercase;
	color: #aeaeae;
	margin-bottom: 10px;
}
h2 {
	font-size: 12px;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 10px;
}
p {
	padding-bottom: 10px;
	line-height: 15px;
}
strong {
	font-weight: bold;
}
.clear { clear: both; }
.floatright {
	float: right;
	display: inline;
}
.floatleft {
	float: left;
	display: inline;
}
ul li.image{
	float: left;
	margin: 15px;
	height: 100px;
}
ul li img {
	border: solid 5px #fff;
}
hr {
	border: 0;
	background: #aeaeae;
	height: 1px;
}
.folder a {
	display: block;
	background: #fff;
	padding: 5px;
	margin: 5px 0;
}
#modalDiv {
	position: absolute;
	padding: 10px;
	background: #fff;
	z-index: 3;
}
#dimmer {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .8;
	top: 0px;
	left: 0px;
	z-index: 2;
	display: none;
	text-align: center;
}
#dimmer h1 {
	margin-top: 100px;
	font-weight: normal;
	color: #000;
	width: 250px;
	margin: 0 auto;
	display: block;
	padding: 10px;
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#info {
	position: absolute;
	margin-top: -13px;
	color: #000;
	padding: 5px;
	z-index: 10;
}

#tooltip {
	display: none;
	position: absolute;
	top: 50px;
	left: 50px;
	background: #fff;
	z-index: 109;
}

#tooltipBody {
	display: block;
	padding-left: 4px;
	padding-right: 4px;
	color: #000;
	background: #fff;
	font-size: 10px;
	z-index: 110;
	margin-top: 5px;
}

.activePic {
	border: solid 5px #c2f5b1;
}