body {

}
.dirlistercaption {
	background-color: #CCCC99;
	font-weight: bold;
	text-transform: capitalize;
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.requiredsoftware {
	font-size: 8pt;
	text-align: right;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.requiredsoftware a img {
	border: none;
}

.directoryarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
}
.directoryarea .tree{
	clear: both;
}
.directoryarea .subdirlistitem {
	margin-left: 20px;
}
.directoryarea .directoryList{
}
.filearea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-left: auto;
	margin-right: auto; 
	width: 95%;
}
.filearea th {
	text-align: left;
}
.filearea tr {
}
.filearea td {
	padding-right: 2px;
	padding-left: 2px;
}
.filearea caption {
	background-color: #CCCC99;
	font-weight: bold;
	text-transform: capitalize;
	padding-right: 5px;
	padding-left: 5px;
	clear: both;
	text-align: left;
}
.fsName {
	font-weight: bold;
	text-transform: capitalize;
	width: 60%;
}
.SmallGraphic {
	float: left;
	padding-right: 5px;
	border: none;
}
.BigGraphic {
	display: block;
	float: none;
	border: none;
	margin: 0 auto;
	text-align: center;
}
.fsSize {
	text-transform: lowercase;
	width: 20%;
	text-align: right;
}
.fsDownload {
	width: 20%;
	text-align: center;
}
.evenrow {
	background-color: #ffffff;
	clear: both;
	padding: 2px;
}
.oddrow{
	background-color: #eeeeee;
	clear: both;
	padding: 2px;
}
.errormsg {
	font-size: larger;
	font-weight: bold;
	color: #FF0000;
	background-color: #FFFFFF;
	margin: 20px;
}
.CenterIt {
	text-align: center;
}