body{
	margin:0px;
}
a{
	color:#ffffff;
}
a:hover{
	text-decoration:none;
}
#screen-tester{
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
	width:100%;
	z-index:1;
}
#content-container{
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
	width:100%;
	background-image:url(pw.background-image.php?start-color=fff9e7&end-color=81681d&width=20&height=1400);
	overflow:hidden;
	z-index:2;
}
.windowTitle{
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	padding:5px;
}
.windowTitleBackground{
	background-image:url(pw.background-image.php?start-color=dfeffa&end-color=e6cd81&width=20&height=40);
}
.contentClass{
	font-family:Arial;
	font-size:12px;
	color:#ffffff;
	padding:4px;
	overflow:auto;
	background-image:url(pw.background-image.php?start-color=7c6a34&end-color=97813e&width=20&height=600&orientation=top);
	background-attachment:fixed;
	background-position:top;
}
.contentClass a:{
	color:#ffffff;
}
.menuClass{
	font-family:Arial;
	font-size:13px;
	color:#05436b;
	background-image:url(pw.background-image.php?start-color=fff9e7&end-color=ffffff&width=20&height=40&orientation=bottom);
	padding-left:2px;
	padding-right:35px;
	padding-bottom:4px;
	padding-top:4px;
	border-bottom:1px dotted #919191;
	cursor:pointer;
	position:relative;
}
.filesContainer{
	padding:4px;
	/*
	background-image:url(pw.background-image.php?start-color=000000&end-color=ffffff&width=20&height=30&orientation=bottom);
	*/
	cursor:pointer;
	clear:both;
	border-top:1px dotted #ffffff;
	height:17px;
}
.fileType{
	float:left;
	font-size:12px;
	color:#ffffff;
	padding-left:8px;
	width:120px;
	overflow:hidden;
}
.fileDate{
	padding-left:8px;
	float:left;
	width:70px;
	overflow:hidden;
	font-size:12px;
	color:#ffffff;
}
.relatedFiles{
	width:100%;
	color:#ffffff;
	font-size:24px;
	border-top:1px dotted #ffffff;
	padding-top:4px;
	padding-bottom:4px;
	background-color:#990000;
}
.fileDescription{
	padding-left:8px;
	float:left;
	width:390px;
	overflow:hidden;
	font-size:12px;
	color:#ffffff;
}
.allRelatedFiles{
	width:100%;
	/*background-color:#000000;*/
}