div#pageBody{ position: relative; border: 1px solid #000; }

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: #CCC; }
div#pagenav div.title{ text-align: center; font-size: 12px; border-bottom-width: 1px; border-bottom-style: solid; }
div#pagenav a{ display: block; margin: 0.5em 2px; text-align: center; }

/*======  Files List Styles	======*/
div#filesList
{
	margin: 20px 10px 20px 155px; 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{ margin-bottom: 0.5em; border-bottom: 1px solid #000; padding: 3px 10px; background: #CCC; color: #000; 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; }
