/* CSS DOCUMENT */

/* quick-links controls includes/quick-links pages set to appear in acres page headers if they exist. */

.header-ql {
	/*background-color: inherited from header.css */
	color:#FFCC00;
	/* does it inherit? */
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size:10px;
	font-weight:normal;
	height:70px;
	max-height:72px; /* as total header frameset heigh set at 75px and ql icons 35px by 35px */
	margin:0px 10px 0px 10px; /* t r b l */
	/*overflow:hidden; /* stops user from resizing the element ??? */	
	/*padding:2px 2px 2px 2px; /* t r b l */
	/*resize:none; /* stops user from resizing the element */
	/*text-align:right;*/
	/*vertical-align:text-top;
	vertical-align:top;*/
	/*width:300px; not set as may not exist for user */
	/*max-width:300px;*/
}

/* for account specific quick links */
.tbl-ql {
	/*background-color:#FFFFFF; inherited from header.css */
	border-collapse:collapse; /* Sets whether table borders should collapse into a single border or be separated */
	border-spacing:0px /* Sets the distance between the borders of adjacent cells */
	margin:0px;
	/*max-height:72px; set by .header-ql */
	padding:0px;
	
    }
.td-ql {
	font-weight:bold;
	padding:2px;
	text-align:center;
	/*text-orientation: what does this do? */
	text-transform:capitalize;
}
