﻿/* CSS Document */


/*  ===================================================  
 	===================================================  
	
	Description: netReturns client style sheet - Floyd Medical Center
	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 classes for netWizard
						Sean Kabanuk	01/11/10 Added classes tables in order to control width due to IE not liking doc type.
  	=================================================== 
  	===================================================  */

#NetGlobalContainer {
	width: 690px;
	color: #000000;
	}
	
/* This code sets all module links to be underlined */

	#NetGlobalContainer a {
     	color: #3EA639;
		text-decoration: underline;
		}

	#NetGlobalContainer a:hover {
		color: #3EA639;
		text-decoration: none;
		}
		
#NetGlobalContainer table {
	font-size: 12px
	} /* resets table font sizes due to client's doc type not working properly with netReturns content */
		
/* This code sets the font folor for all headlines */


/* Defines global headers */

#NetGlobalContainer h1 {
	color: #112251;
	font-weight: bolder;
	font-style:italic;
	font-size: 15px;
	text-transform: none;
	} /* Defines module header */


#NetGlobalContainer h2 {
	color: #3EA639;
	font-weight: bolder;
	font-size: 13px;
	} /* Defines story headers */
	
#NetGlobalContainer h3 {
	color: #3EA639;
	font-weight: bolder;
	font-size: 13px;
	} /* Defines story subhead */
	
#NetGlobalContainer h4 {
	color: #3EA639;
	font-weight: bolder;
	font-size: 13px;
	} /* Defines story underhead */
	
#NetGlobalContainer h5 {
	color: #3EA639;
	font-weight: bolder;
	font-size: 13px;
	} /* Defines the section headers for the right column */	
		
#NetGlobalContainer h6 {
	color: #3EA639;
	font-weight: bolder;
	font-size: 13px;
	text-transform: none;
	} /* Defines the subsection headers for the right column */

.NetFeaturedSectionHeader {
	color: #3EA639;
	font-weight: bolder;
	font-size: 13px;
	} /* defines section header for feature at top of 2 column landing pages */

.NetContentSectionHeader {
	color: #3EA639;
	font-weight: bolder;
	font-size: 13px;
	} /* defines general section header */
	
/* This code resets the over state on thumbnail button links */

#NetGlobalContainer .NetCheercardsThumbnailButton a {
color:#3E3E3E !important;
text-decoration:none;
}

#NetGlobalContainer .NetGiftShopThumbnailButton a {
color:#3E3E3E !important;
text-decoration:none;
}

#NetGlobalContainer .NetGiftShopThumbnailButton a {
color:#3E3E3E !important;
text-decoration:none;
}

#NetGlobalContainer .NetNewsReleasesThumbnailButton a {
color:#3E3E3E !important;
text-decoration:none;
}
#NetFormBuilderForm .header {
	color: #3EA639;
	}
	
#NetFormBuilderForm .subheader {
	color: #3EA639;
	}
	
/* 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;
			}

/* Defines global buttons */
	
.NetButton {
	font-family: Arial, Verdana, Helvetica, Verdana sans-serif;
	background-color: #ececec;
	border: 1px solid #aaaaaa;
	display: block;
	font-size: 11px;
	font-weight: bold;
	line-height: normal;
	/*height: 25px;*/
	text-transform: uppercase;
}

	#NetGlobalContainer .NetButton a {
		color: #3e3e3e;
		text-decoration: none;
		}
		
	#NetGlobalContainer .NetButton a:hover {
		color: #fff;
		background: #aaaaaa;
		}

.NetProviderSearchResultsGrid, .NetProviderSearchResultsGrid, .NetNewsReleasesArchiveGrid, .NetNewsReleasesContactsGrid, .NetJobPostingFeaturedGrid, .NetJobPostingCategoryGrid {
	width: 470px;
	}
