body
{
	margin: 0;
	overflow: auto;
	background-color: Black;
	color: #e0e0e0;
	scrollbar-face-color: black;
	scrollbar-shadow-color: #909090;
	scrollbar-highlight-color: black;
	scrollbar-3dlight-color: #909090;
	scrollbar-darkshadow-color: black;
	scrollbar-track-color: black;
	scrollbar-arrow-color: #c0c0c0;
}
a:link
{
	color: #b8b8b8;
}
a:visited
{
	color: #909090;
}
a:active
{
	color: #e0e0e0;
}
a:hover
{
	color: #e0e0e0;
}

#MainTable
{
	width: 100%;
	height: 100%;
	position: absolute;	
}

#Loading
{
	color: red;
	font-family: Arial;
	font-size: 75%;
	font-weight: bold;
	position: absolute;
	left: 225;
	top: 240;
	z-index: 20;
}

#MainContainer
{
	width: 482px;
	height: 482px;
	position: relative;
	border: 1px solid #606060;
	top: 0;
	left: 0;
}

#Portrait
{
	width: 480;
	height: 480;
}

#Header
{
	position: absolute;
	left: 0;
	top: -4;
	z-index: 10;
	font-family: Arial;
	font-size: 29px;
	cursor: default;
}

#References
{
	position: absolute;
	left: 2;
	top: 40;
	z-index: 10;
	text-align: left;
	cursor: default;
}

#WebSites
{
	text-align: left;
	position: absolute;
	right: 2;
	bottom: 2;
	z-index: 10;
}

#WebSitesHeader
{
	font-size: 17px;
	font-weight: bold;
	cursor: default;
}

#PhotoArea
{
	position: absolute;
	right: 2;
	top: 2;
	z-index: 10;
	background-color: Transparent;
}

#PhotoRefsContainer
{
	position: absolute;
	left: 2;
	top: 88;
	width: 60;
	height: 64;
	clip: rect(0,60,64,0);
	cursor: default;
	text-align: left;
	overflow: hidden;
}

#PhotoRefsContent
{
	position: absolute;
	width: 1px;
}

#PhotoButtons
{
	position: absolute;
	top: 113;
	left: 73;
}

#Buttons
{
	position: absolute;
	top: 375;
	left: 157;
}

.Photo
{
	position: absolute;
	top: 0;
	right: 0;
	border: 1px solid gray;
	filter: revealTrans(Transition=1);
}

.PhotosOff
{
	color: #b8b8b8;
	font-weight: normal;
	cursor: pointer;
	cursor: hand;
}

.PhotosOn
{
	color: #e0e0e0;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
}

.refs
{
	font-family: MS Sans Serif;	
	font-size: 14px;
}

#Logo
{
	position: absolute;
	right: 2;
	top: 0;
	z-index: 10;
}

#TextWindowContainer
{
	position: absolute;
	left: 2;
	bottom: 2;
	width: 145;
	height: 312;
	clip: rect(0,145,312,0);
	cursor: default;
	text-align: left;
	font-family: MS Sans Serif;
	font-size: 70%;
	overflow: hidden;
}

#TextWindowContent
{
	position: absolute;
	width: 145;
}

.button
{
	position: absolute;
	left: 0;
	cursor: pointer;
	cursor: hand;
}

.capture
{
	color: #b8b8b8;	
}