<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.DWN_Holder {
	margin-top: 10px;
	padding-top: 10px;
	margin-bottom:10px;
}
.DWN_Contents
{
	background-color:#f1f1f1;
	padding:10px;
}
.DWN_Name {
	font-weight: bold;
	border-bottom: 1px solid #f1f1f1;

}
.DWN_Name div {
	padding: 2px;
	background-color:#f1f1f1;
	display: inline;
	padding-right: 40px;
	padding-left: 5px;
	background-image:url(/DownloadManager/Images/name-r-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.DWN_Dates {
	float: right;
	margin-left: 20px;
	padding: 5px;
}
.DWN_Description {
	padding-top: 5px;
}
.DWN_Download {
	float: left;
	padding: 2px;
	float: left;
	font-weight: bold;
}
.DWN_FileDetails {
	
	padding-top: 2px;
	font-weight:normal;
}
.DWN_Times 
{
	clear: left;
	font-style: italic;
	font-size:10px;
	margin-top:10px;
}

.DWN_Grid
{
	border: 1px solid #c5c7ab;
	padding: 2px;
}

.DWN_GridRow1
{
	background-color: #f1f1f1;
}

.DWN_GridRow2
{
	background-color: #ffffff;
}

.DWN_GridHeader
{
	background-color: #c5c7ab;
	font-weight: bold;
}

@icon_height:90px;
.DWN_CategoryIcon
{
    float: left;
    min-height: @icon_height;
    display: block;
    text-align:center;
}
.DWN_DownloadIcon
{
    float: left;
    min-height: @icon_height;
    display: block;
    text-align:center;
}</pre></body></html>