div#pageBody{ position: relative; border: 1px solid #4B0082; }

a:hover{ text-decoration: underline; }

div.bold{ font-weight: bold; }

/*======  Page Nav Styles	======*/
div#pagenav{ padding: 2px; width: 140px; font: bold 11px arial, sans-serif;
	position: absolute; top: 20px; left: 5px; background: #4B0082; }
div#pagenav div.title{ text-align: center; color: white; font-size: 12px; border-bottom: 1px solid white; }
div#pagenav a{ display: block; margin: 2px; text-align: center; color: yellow;  }

/*======  Files List Styles	======*/
div#filesList
{
	margin: 20px 10% 20px 150px; font: 11px verdana, arial, sans-serif; position: relative;
}
div#filesList a{ font-weight: bold; }

div#filesList div.filegroup{ border: 1px solid black; padding: 0; margin-bottom: 10px; }
div#filesList div.filegroup div{ padding: 0 5px; }
div#filesList div.filegroup div.groupname{ padding: 3px; background: #4B0082; color: yellow;
		font-weight: bold; font-size: 14px; }

div#filesList div.filegroup div.fileInfo{ position: relative; margin: 2px 1em 0; padding-top: 5px;
		border-top: 1px solid rgb(100,100,100); }
div#filesList div.filegroup div.firstInfo{ border: 0; }
div#filesList div.filegroup div.fileInfo span.filesize{
	font-weight: bold; font-style: italic; font-family: arial, sans-serif;
}

div#filesList div.filegroup div.filedesc{ padding: 1px 2em; margin-bottom: 5px; }
div#filesList div.filegroup div.filedesc div{ margin: 5px 0; }
div#filesList div.filegroup img{ margin: 1em; }
div#filesList div.filegroup ul li{ list-style-type: none; }
