/*DOWNLOADS DISPLAY*/
p.downloads			{ font-size:11px; margin-bottom:10px; font-weight:bold; color:white; }
p.downloads_item		{ }
.downloads_view			{ width:100%; overflow:auto; }
.downloads_navbar		{ width:130px; float:right; padding:5px; }
ul.downloads_list		{ width:100%; font-weight:bold; text-align:right; }
li.downloads_item		{ list-style:none; }
a.downloads_nav			{ color:#24708e; }
a:hover.downloads_nav		{ text-decoration:none; }
.file_grid			{ width:400px; float:left; padding:5px; }
.file_cell			{ }
a.file_link			{ color:#24708e; }
a:hover.file_link		{ text-decoration:none; }
/**/
p.downloads_home		{ font-size:11px; margin-bottom:10px; font-weight:bold; }
p.downloads_item_home		{ }
.downloads_view_home		{ width:100%; }
.downloads_navbar_home		{ width:100%; border-bottom:1px solid #24708e; padding:5px; }
ul.downloads_list_home		{ width:100%; font-weight:bold; }
li.downloads_item_home		{ list-style:none; }
a.downloads_nav_home		{ color:#24708e; }
a:hover.downloads_nav_home	{ text-decoration:none; }
.file_grid_home			{ width:100%; border-bottom:1px solid #24708e; padding:5px; }
.file_cell_home			{ }
a.file_link_home		{ color:#24708e; }
a:hover.file_link_home		{ text-decoration:none; }
/*DOWNLOADS DISPLAY*/

