@charset "utf-8";

	/* Content Styles */
	div.content {
		background: url('/images/pageBg.png') top left repeat-y;
		width: 800px;
	}
	div.gradient {
		background: url('../images/gradient.png') top left no-repeat;
		height: 20px;
		width: 800px;
	}
	div.featuredProduct {
		background: url('../images/box_featuredProduct.png') top left no-repeat;
		height: 140px;
		margin: 0px;
		width: 290px;
	}
	div.featuredProduct img {
		float: right;
	}
	div.boxTitle {
		color: #126aa5;
		font-size: 12px;
		font-weight: bold;
	}
	div.boxDesc {
		color: #8b8b8b;
		font-size: 10px;
	}
	div.whatsNew {
		background: url('../images/box_whatsNew.png') top left no-repeat;
		height: 140px;
		margin: 0px;
		width: 290px;
	}
	div.newsDate {
		color: #126aa5;
		font-size: 10px;
		font-weight: bold;
		margin: 0px;
	}
	div.newsDesc {
		color: #8b8b8b;
		font-size: 10px;
		margin: 0px;
	}
	div.dynamixSupport {
		background: url('../images/box_dynamixSupport.png') top left no-repeat;
		height: 90px;
		margin: 0px;
		width: 290px;
	}
	div.flashbanner {
		height: 340px;
		width: 480px;
	}
	div.blerb {
		background: url('../images/blerb.png') top left no-repeat;
		height: 50px;
		margin: 0px;
		width: 480px;
	}
	div.sitesearch {
		background: url('../images/minibox_siteSearch.png') top left no-repeat;
		height: 90px;
		margin: 0px;
		width: 180px;
	}
	div.portals {
		background: url('../images/minibox_clientPortals.png') no-repeat;
		height: 250px;
		margin: 0px;
		width: 180px;
	}
	div.portalMenuTitle{
		background-color:#FFFFFF;
		color: #F0F0F0;
		cursor: pointer;
		font-size: 10px;
		height: 40px;
		margin: 0px;
		padding: 0px;
		text-align: left;
		width: 178px;
	}
	span.portalSubmenu{
		background:#FFFFFF;
		height: 98px;
		margin: 0px;
		width: 178px;
	}
	div.dataTop {
		background: url('../images/box_dataTop.png') no-repeat;
		color: #F0F0F0;
		font-size: 12px;
		height: 30px;
		margin: 0px;
		width: 590px;
	}
	div.dataBg {
		background: url('../images/box_dataBg.png') repeat-y;
		margin: 0px;
		width: 590px;
	}
	div.dataBottom {
		background: url('../images/box_dataBottom.png') no-repeat;
		height: 2px;
		margin: 0px;
		width: 590px;
	}
	a.boxLink { font-size: 10px; text-decoration: underline; }
	a.boxLink:link { color: #126aa5; }
	a.boxLink:visited { color: #126aa5; }
	a.boxLink:hover { color: #cc3838; }
	a.boxLink:active { color: #126aa5; }

