/*
	$RCSfile: OnQHomeSystems.css,v $
	$Revision: 1.4 $
	$Date: 2007/02/19 14:49:11 $
	$Author: dgerlach $

	Description:
	CSS used to format template, OnQHomeSystems.jsp
*/

#OnQcontent .categories {
	display: block;
	width: 630px;
	margin-left: 12px;
	padding-bottom: 10px;
	/*border-bottom: 1px solid #e1e7d9;*/
}

#OnQcontent .categories a {
	color: #01b6f1;
    font-weight:bold;
	text-decoration:none;
}

#OnQcontent .categories a:hover {
    text-decoration: none;
}

#OnQcontent .categories .overview {
	display: block;
	margin-top: 20px;
	width: 615px;
}

#OnQcontent .categories .category {
	float: left;
	width: 630px;
}

/* Category image properties */
#OnQcontent .categories .category .category-image {
	margin-top: 20px;
	padding-bottom: 5px;
	width: 630px;
	border: 0px;
}

/* Category title text properties */
#OnQcontent .categories .category .category-title {
	width: 630px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight:bold;
}

/* Category overview text properties */
#OnQcontent .categories .category .category-overview {
	width: 630px;
}

#OnQcontent .header-bottom-image {
	width: 647px;
	height: 20px;	/* to fix space-above-this-in-IE bug: updated by Warren 2007-06-18 */
	background: white url(/images/color_gifs/onq_green_header_rounded_bottom.gif) no-repeat left top;
}

