body{
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#757575;
background: url(/images/bg.jpg) repeat-x top left;
	width: 100%;
background-color:#cccdcf;
width: 100%;
	height: 100%;
	margin: 0;
	min-height: 100%;
}
a img {
	border: none;
}
.nav{
	background: url('/images/finder_03.jpg') no-repeat top right;
}
#app {
	position: relative;
	top: 0;
	left: 0;
	border: 1px solid #000;
}
#app[id]{
	border: none;
}
#dialogContainer {
	display: none;
	position: absolute;
	background-color: #000;
	opacity: .8;
	width: 1000px;
	height: 700px;
	z-index: 10000;
	top:0;
	left:0;
}
* html #dialogContainer {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src='/images/bg.png');
}
#dialog {
	display: none;
	position: absolute;
	border: 1px solid black;
	margin-left: auto;
	margin-right: auto;
	top: 100px;
	background-color: #fff;
	height: 398px;
	width: 615px;
	z-index: 10001;
	font-family: Helvetica, Arial, sans-serif;
}
#dialog-project{
	float: left;
}
#dialog-close {
	display: block;
	cursor: pointer;
	padding: 5px 0 5px 5px;
	height: 13px;
	width: 25px;
}
#dialog-content {
	margin: 10px 0 0 5px;
	padding: 0 0 14px;
	border-bottom: 1px solid #888;
	width: 420px;
	height: 280px;
	background: url('/images/eb1.jpg') no-repeat top left;
}
#thumbs{
	width: 410px;
	margin: 10px 0 0 0;
}
.thumb {
	float: left;
	margin: 0 5px 0;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
*html .thumb {
	overflow: hidden;
}
#projects {
	border-color:#888;
	border-style:solid;
	border-width:0 1px;
	float:left;
	height: 348px;
	margin: 15px 0 0 30px;
	width:131px;
	padding: 17px 0 0;
}
.project {
	float: left;
	width: 37px;
	height: 288px;
	margin: 0 10px 0 0;
	cursor: pointer;
}
#project-selector, #thumb-selector{
	position: absolute;
	background-color: #93A545; 
	height: 4px;
	overflow: hidden;
	padding:0;
}
#thumb-selector {
	width: 40px;
}
#project-title {
	margin: 10px 0 0 30px;
	position: absolute;
	top: 0;
}
#choose {
	position: absolute;
	bottom: 0;
	margin: 0 0 60px 5px;
	font-size: 12px;
	color: #888;
}
#jtsecond, #shaggys {
	margin-right: 0;
}
/* styles lightbox */
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(/images/bg.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/bg.png", sizingMethod="scale");
	}
