/* Post-Mania style sheet *//* October-Design Inc. copyright 2008/* author, Ron White *//* The first group of rules are for the public output page. *//* Change these rules to effect the styles and position *//* of the div that contains the list of files *//* Use "id" call "#" hash style prefix *//* Use "class" to call ".name" style descriptions */#postmaniapub /* div container for all public page output */{	position: relative; /* relative to the parent element */	width: 575px !important; /*sets precedence over other values*/	width: 560px; /*for IE*/	height: 525px; 	display: block;	overflow: auto;}/*text styles for table labels Names, Date Posted*/.tabletextlabel{	font: 13px Arial, Helvetica, sans-serif; 	color: #FFFFFF;}/* style for all other content(pointsize/lineheight) */ .tabletext{font: 12pt/12pt Arial, Helvetica, sans-serif;}/* file link for the table */a:link {color:#990000;text-decoration: none;}a:visited {color: #990000;text-decoration: none;}a:hover {color: #990000;text-decoration: underline;}a:active {color: #990000;text-decoration: none;}/* ENDS style descriptions for output to public page *//* div rules for Post-Mania application */#palette{	position: absolute;	top: 0px;	left:  0px;	display: block;	width: 450px;	height: 425px;	padding-top: 10px;	padding-left: 5px;	background-color:#fec213;	background-image:url(images/colorbar.gif);	background-repeat: no-repeat;	background-position:top;	}#content{	position: relative;	width: 435px !important; /*all other browsers*/	width: 420px; /*for IE*/	height: 380px;	display: block;	overflow: auto;}/* styles for text elements */.style1{	font-family: Arial, Helvetica, sans-serif;	font-size: 11pt;}.style2{	font-family: Arial, Helvetica, sans-serif;	font-size: 10pt;}span.label /*used for form login*/{	font-family: Arial, Helvetica, sans-serif;	color: #FFFFFF;	font-size: 11pt;}/* Special descriptions for K of C */td.kofc {	background-color: #333333;	}