﻿/* CSS Document */


/*  ===================================================  
 	===================================================  
	
	Description: netReturns client style sheet - Saint Alphonsus
	Author: Sean Kabanuk
	Release date: 10/14/09	 
	Designer approved: Sean Kabanuk
	Date approved: 10/14/09		
	Revision History:	Revised By		Revised On:
						Sean Kabanuk	01/04/10 Added styles for netWizard
						
  	=================================================== 
  	===================================================  */
	
/* This code sets the font color for all modules */
#NetGlobalContainer {
	width: 690px;
	color: #3e3d39;
	}

	#NetGlobalContainer a {
     	color: #9d2633;
		text-decoration: none;
		}

	#NetGlobalContainer a:hover {
		color: #9d2633;
		}
		
		

/* This code sets the font folor for all headlines */


/* Defines global headers */

#NetGlobalContainer h1 {
	color: #919b69;
	text-transform: none;
	} /* Defines module header */


#NetGlobalContainer h2 {
	color: #747473;
	} /* Defines story headers */
	
#NetGlobalContainer h3 {
	color: #919b69;
	} /* Defines story subhead */
	
#NetGlobalContainer h4 {
	color: #a0a87e;
	} /* Defines story underhead */
	
#NetGlobalContainer h5 {
	color: #919b69;
	font-size: 14px;
	} /* Defines the section headers for the right column */	
		
#NetGlobalContainer h6 {
	color: #919b69;
	text-transform: none;
	} /* Defines the subsection headers for the right column */

.NetFeaturedSectionHeader {
	color: #919b69;
	} /* defines section header for feature at top of 2 column landing pages */

.NetContentSectionHeader {
	color: #919b69;
	} /* defines general section header */
	
#NetFormBuilderForm .header {
	color: #747473;
	}
	
#NetFormBuilderForm .subheader {
	color: #919b69;
	}
	
/* This code sets the font style for the netWizard */
	
.NetWizardStepHeader {
	background: none;
	border-left: 0;
	border-right: 0;
	clear: both;
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 6px 0px;
	text-transform: capitalize;
	width: auto;
	} /* defines general section header */
	
	.NetWizardStepDetail {
		border: 1px solid #aaa;
		margin-bottom: 20px;
		}
		
		.NetWizardStepText {
			font: 11px/160% Arial, Verdana, Helvetica, sans-serif;
			float: left;
			padding: 3px 0px 0px 10px;
			}
