﻿/* CSS Document */


/*  ===================================================  
 	===================================================  
	
	Description: netReturns client style sheet - Illinois Valley Community Hospital
	Author: Katelin Schwarck
	Release date: 01/05/10	 
	Designer approved: 
	Date approved: 01/05/10	
	Revision History:	Revised By:			Revised On:
						
						
  	=================================================== 
  	===================================================  */
	
/* This code sets the font style for all modules */
#NetGlobalContainer {
	width: 680px;
	padding: 10px 0px 0px 0px;
	color: #222222;
	font: 11px/160% Verdana, Arial, Helvetica, sans-serif;
	}

	#NetGlobalContainer a {
     	color: #5782F3;
		text-decoration: none;
		}

	#NetGlobalContainer a:hover {
		color: #5782F3;
		}

/* This code sets the font style for all headlines */


/* Defines global headers */

#NetGlobalContainer h1 {
	color: #999999;
	font-size: 20px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #aaa;
	} /* Defines module header */


#NetGlobalContainer h2 {
	color: #ED7500;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	} /* Defines story headers */
	
#NetGlobalContainer h3 {
	color: #777777;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	} /* Defines story subhead */
	
#NetGlobalContainer h4 {
	color: #464646;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	} /* Defines story underhead */
	
#NetGlobalContainer h5 {
	color: #00007C;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin: 10px 0px 5px 0px;
	} /* Defines the section headers for the right column */	
	
#NetGlobalContainer h6 {
	color: #00007C;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0px 10px 0px;
	} /* Defines the subsection headers for the right column */
	
.NetFeaturedSectionHeader {
	color: #ED7500;
	background-color: transparent;
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 6px 0px;
	width: auto;
	} /* defines section header for feature at top of 2 column landing pages */

.NetContentSectionHeader {
	color: #ED7500;
	background-color: transparent;
	border-top: 1px solid #aaa;
	clear: both;
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin: 4px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
	width: auto;
	} /* defines general section header */

.NetSubContentSectionHeader {
	background-color: #transparent;
	border-top: 1px solid #aaa;
	display: block;
	font-size: 11px;
	font-weight: bold;
	margin: 0px 10px 10px 0px;
	padding: 6px 0px 6px 0px;
	width: auto;
	} /* defines section header for inset boxes in 2 column layout */

#NetFormBuilderForm .header {
	color: #ED7500;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	width: auto;
	color: #3E3E3E;
	} /* defines header in form builder -- may need to add more classes that the production specialist may had created */
	
#NetFormBuilderForm .subheader {
	color: #777777;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0px 10px 0px;
	width: auto;
	color: #3E3E3E;
	} /* defines header in form builder -- may need to add more classes that the production specialist may had created */
	
	
/* This code sets the font style for the netWizard */
	
.NetWizardStepHeader {
	color: #ED7500;
	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;
			}
