.UpToParent {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.UpToParent a{
	color: #333333;
	text-decoration: none;
}
.UpToParent a:hover{
	text-decoration: underline;
}
.SeparatorIcon {
	margin-right: 2px;
}
.FileList {
	font-size: 12px;
}
.FileListHeader{
	font-weight: bold;
	background-image:url(../images/main_45.jpg);
}
.FileListRow1 {
	background-color:#F5F5F5;
	border-top: 1px solid #828282;
}
.FileListRow2 {
	background-color:#E6E6E6;
	border-top: 1px solid #828282;
}
.FileCell {
	padding: 2px;
}
.FileTypeIcon {
	margin-right: 2px;
}


.FileName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
div.FileNameWrapper {
	width: 380px;
	overflow: hidden;
}
div.FileDetailsRow {
	margin-top: 2px;
}
.FileDescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 1.2em;
	overflow: hidden;
}
#fileDetailWrapper {
	margin-top: 5px;
}
.DownloadButton {
	margin-top: 5px;
	text-align: left;
}
.NoDownloadPermission {
    margin-top: 5px;
	text-align: center;
    color: #FF0000;
}
span.SoftName {
	color: #06925A;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	display: block;
}
span.SoftName:hover {
	text-decoration: underline;
}
div.SoftDate {
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	display: block;
}
.SoftCell {
	border: 1px solid #CCCCCC;
}

.FileTable {
	font-size: 11px;
	margin-top: 5px;
}
.FileTable a {
	color:#0000FF;
	font-weight: bold;
	text-decoration: none;
}
.FileTable a:hover {
	color:#FF0000;
	text-decoration: underline;
}
.FileTableRow {
	border-bottom: 1px #999999 solid;
}
.FileTableImageWrapper {
	margin: 4px 2px;
	padding: 4px;
	border: 1px solid #999999;
	text-align: center;
}
.FileTableName {
	font-weight: bold;
}
.FileTableDescription a {
	color:#FF6600;
	font-weight: bold;
	font-style: italic;
}
.FileTableDescription a:hover {
	color:#FF0000;
}
.FileTable label {
	color: #999999;
	font-weight: bold;
}
