/*
	$RCSfile: OnQnetwork.css,v $
	$Revision: 1.1 $
	$Date: 2007/02/07 00:21:01 $
	$Author: dgerlach $
  
	Description:
	This is the style sheet which defines the color properties for network projects.
*/

#header-background-image {
	width: 647px;
	height: 80px;
	background: transparent url(/images/color_gifs/network_purple_header_bg.gif) no-repeat left top;
}

/* Title backround color */
#OnQcontent .title {
	background-color: #7c4299
}

#OnQcontent .colored-text{
	color: #7c4299;
}

#OnQcontent .header-bottom-image {
	width: 647px;
	height: 10px;
	background: white url(/images/color_gifs/network_header_rounded_bottom.gif) no-repeat left top;
}

/* Set border color to match background style */
#OnQheader .tabbed-nav {
	border-top: 1px solid #9667ad;
	border-bottom: 1px solid #9667ad;
}

