/*DOWNLOADS DISPLAY*/
p.downloads			{ font-size:15px; color:white; margin:10px 0; border-bottom:2px solid #2C5162; font-weight:bold; }
p.downloads_item		{ color:white; }
.downloads_view			{ width:100%; background:black; }
.downloads_navbar		{ width:100%; border-left:2px solid #2C5162; border-bottom:2px solid #2C5162; padding:5px; }
ul.downloads_list		{ width:100%; color:white; font-size:14px; }
li.downloads_item		{ list-style:none; }
a.downloads_nav			{ color:white; text-decoration:none; display:block; height:100%; }
a:hover.downloads_nav		{ color:#750000; background:white url(/images/nav_gradient.jpg) repeat-y top right; }
.file_grid			{ width:100%; margin-top:20px; text-align:right; }
.file_cell			{ }
a.file_link			{ color:red; text-decoration:none; }
a:hover.file_link		{ color:white; }
/**/
p.downloads_home		{ font-size:13px; margin-bottom:10px; font-weight:bold; color:#2C5162; }
p.downloads_item_home		{ }
.downloads_view_home		{ width:100%; background:black; }
.downloads_navbar_home		{ width:100%; border-bottom:1px solid #750000; padding:5px; }
ul.downloads_list_home		{ width:100%; font-weight:bold; color:white; }
li.downloads_item_home		{ list-style:none; }
a.downloads_nav_home		{ color:white; text-decoration:none; }
a:hover.downloads_nav_home	{ color:#2C5162; }
.file_grid_home			{ width:100%; padding:5px; }
.file_cell_home			{ }
a.file_link_home		{ color:white; text-decoration:none; }
a:hover.file_link_home		{ color:gray; }
/*DOWNLOADS DISPLAY*/

