/* STANDARDS:
   font-sizes and line-heights should all be defined in EMs except for the body font-size which should be in pixels.
   margins and paddings should all be defined in pixels.
   */

/********************************
*	Body and Wrapper Styles	*/

body, body.webprogram {
	background-color: #fff;	/* Set this to the bg color of footerwrapper,
		then set background-colors for the rest of the wrappers below.  
		This will make the footer appear to reach the bottom of the window. */
	color: #000;
	font-family: Arial, "Helvetica Neue", sans-serif;
	font-size:14px;
	height: auto;
	margin: 0 auto;
	padding:0;
	text-align: center;
	}
	html#range_0 body {
		height: auto;
		}
.wrapper, .headerwrapper, .menuwrapper, .contentwrapper, .footerwrapper {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 100%;
	}
	.headerwrapper {
		background-color: #fff;
		}
	.menuwrapper {
		background-color: #666;
		}
	.contentwrapper {
		background-color: #fff;
		padding-top: 10px;
		}
		.contentwrapper .content, .contentwrapper .sidebar {
			margin-bottom: 10px;
			}
			.contentwrapper .content ul li {
				list-style:disc;
				margin: 3px 10px;
				}
	.footerwrapper {
		/* body background-color will show in footerwrapper */
		font-size: 0.85em;
		padding: 10px 0 30px 0;
		text-align: center;
		}
		
/*	END Body and Wrappers					*
*********************************/

/********************************
*	Links				 		*/

a,
a:link,
a:focus,
a:active,
a:visited,
a:hover {
	color: #369;
	text-decoration: none;
	}
	a:visited {
		color: #639;
		}
	a:hover {
		color: #47c;
		text-decoration: underline;
		}

/*	END Links					*
*********************************/

/********************************
*	html basic tags and generic classes
*	HTML5 tag reference: http://www.w3schools.com/tags/ref_byfunc.asp
*/

	b, strong, .bold {	/* defines bold text */
		font-weight: bold;
		}

	i 		/* Defines a part of text in an alternate voice or mood */
	em,		/* defines emphasized text */
	dfn,		/* definition term, typically italicized */
	var,		/* variable, typically italicized */
	.italic {
		font-style: italic;
		}

	.emphasis {	/* Defines text that should be emphasized as stylistically different from normal text */
		font-size: 1.1em;
		font-style: italic;
		text-decoration: none;
		text-transform: uppercase;
		}

	mark, 	/* marks highlighted text */
	.highlight {
		background-color: #f6ff66;
		}

	code, samp, pre, kbd  {	/* Defines a piece of computer code, preformatted text, or keyboard input */
		font-family: Consolas, Monaco, "Lucida Console", "Lucida Sans Typewriter", "Bitstream Vera Sans Mono", monospace;
		}
	p {
		margin: 0 0 10px 0;
		}
	small, .small {
		font-size: 0.9em;
		}
		
	h1,h2,h3,h4,h5,h6 {
		font-weight: bold;
		margin: 0 0 5px 0;
	}
	h1 { font-size: 1.4em; }
	h2 { font-size: 1.3em; }
	h3 { 
		border-bottom-style: solid;
		border-bottom-width: 1px;
		font-size: 1.2em;
		font-weight: bold;
		padding:0 0 2px 0;
		text-align: left;
		}
	h4 { font-size: 1.1em; }
	h5 { font-size: 1.0em; }
	h6 { font-size: 1.0em; }

	hr {	/* just in case someone puts in an hr, it will be styled properly */
		border-bottom: 1px solid #ccc;
		height: 1px;
		margin: 5px 0;
		}
	.center {  /* PLEASE DO NOT USE <center> TAGs, just class="center"*/
		text-align: center;
		}
	.left { text-align: left; }
	.right { text-align: right; }
	.error {
		color: #c00; /* red for error color */
		}

/*	END html basic tags and generic classes	*
*********************************/

/********************************
*	Floats				 		*/

	.floatright { float: right; }
	.floatleft { float: left; }

	.clearboth {	clear: both; }
	.clear {	clear: both; }
	.clearleft {	clear: left; }
	.clearright { clear: right; }

/*	END Floats			*
*********************************/

/********************************
*	General Table Styles 		*/

table {
	border-right-color: #ccc;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #ccc;
	border-top-style: solid;
	border-top-width: 1px;
	}
	table td, table th {
		border-bottom-color: #ccc;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-left-color: #ccc;
		border-left-style: solid;
		border-left-width: 1px;
		padding: 3px;
		text-align:left;
		vertical-align:top;
		}
	table th {
		font-weight: bold;
		background-color: #ccc;
		border-bottom-color: #333;
		border-left-color: #999;
		}
		
/*	END General Table Styles	*
*********************************/

/********************************
*	Form Validation Styles 		*/

form .error input, .FormError {
	background-color:#FFCCCC;
	border:2px #ff3300 solid;
	padding:5px;
}

/*	END Form Validation Styles	*
*********************************/


/********************************
*	Form Validation Styles 		*/

form .error input, .FormError {
	background-color:#FFCCCC;
	border:2px #ff3300 solid;
	padding:5px;
}

/*	END Form Validation Styles	*
*********************************/

/********************************
*	Banner Styles 		*/

.bannerimg {
	height: auto;
	margin: 5px auto;
	padding: 0;
	text-align:center;
	width: auto;
	}
	.bannerimg img {
		margin: 0 auto;
		}
	html#range_0 .bannerimg {
		text-align:left;
		}
.banner {
	color: #000;
	font-weight: normal;
	margin: 0;
	overflow: visible;
	padding: 0;
	text-align: left;
	width: 100%;
	}
	html#range_0 .banner {
		display: none;
		height: 0;
		margin:0;
		padding:0;
		}
	.banner h1 {
		border: none;
		display: block;
		font-size: 2.2em;
		height:auto;
		margin: 0;
		padding: 15px 0;
		text-align: left;
		}
		html#range_1 .banner h1 { 
			font-size: 1.6em; 
			padding: 10px 0 5px 0; 
			}
	.banner h2 {
		border-bottom: none;
		font-size: 1.4em;
		margin: 0;
		padding: 0;
		text-align: left;
		}
		html#range_1 .banner h2 { font-size: 1.0em; }

/*	END Banner					*
*********************************/

/********************************
*	Horizontal Nav Bar 			*/

.menuwrapper .mainnav {
	height: auto;
	margin: 0 auto;
	padding: 0;
	}
	html#range_0 .menuwrapper .mainnav {
		clear: both;
		height: auto;
		}
	.menuwrapper .mainnav ul {
		background-image:url('/static/img/buttongradient.png');
		background-position: 50% 50%;
		background-repeat:repeat-x;
		border-left-color: #999;
		border-left-style: solid;
		border-left-width: 1px;
		border-right-color: #999;
		border-right-style: solid;
		border-right-width: 1px;
		display: block;
		margin: 0;
		padding: 0;
		}
		.menuwrapper .mainnav ul li {
			border-right-color: #999;
			border-right-style: solid;
			border-right-width: 1px;
			display: inline-block;
			margin: 0 -4px 0 0 ;
			padding: 0;
			}
			.menuwrapper .mainnav ul li a,
			.menuwrapper .mainnav ul li a:link,
			.menuwrapper .mainnav ul li a:active,
			.menuwrapper .mainnav ul li a:visited,
			.menuwrapper .mainnav ul li a:focus,
			.menuwrapper .mainnav ul li a:hover {
				color: #fff;
				border:none;
				display: block;
				margin: 0;
				padding: 4px 8px 4px 8px;
				text-align: center;
				text-decoration: none;
				width: auto;
				}
				.menuwrapper .mainnav ul li a:hover {
					background-color: #333;
					}
/*	END Horizontal Nav Bar		*
*********************************/

/********************************
*	Aside navigation 			*
*	and sidebar Sections 		*/

.navigation {
	line-height: 1em;
	}
	.navigation .nav_title {
		background-color: #666;
		color: #FFFFFF;
		padding:5px;
		}
	.navigation li {
		border: none;
		font-size: 1em;
		font-weight: normal;
		padding: 2px;
		}
		.navigation  li:hover{
			background-color: #efefef;
			}
		.navigation li a{
			text-decoration: none;
			}
		.navigation li a:link, .navigation li a:visited, .navigation li a:focus, .navigation li a:active {
			font-weight: normal;
			padding-top: 0px;
			padding-bottom: 0px;
			}
			.navigation  li a:hover {
				background-color: #efefef;
				text-decoration: none;
				}

.sidebar{
	margin-bottom: 15px;
	}
	html#range_0 .sidebar {
		clear:both;
		}
	.sidebar .section {
		margin-bottom: 10px;
		padding-bottom: 10px;
		}
	.sidebar .section div, .sidebar .section p {
		clear: both;
		}
	.sidebar .section .section_title {
		font-weight: bold;
		margin: 0 0 10px 0;
		/* padding: 5px 10px; */ /* this padding is only necessary if there is a background color on this title */
		text-align: left;
		}
		.sidebar .section .section_title a:link,
		.sidebar .section .section_title a:visited,
		.sidebar .section .section_title a:active,
		.sidebar .section .section_title a:focus,
		.sidebar .section .section_title a:hover {
			color: #fff;
			}
	.sidebar .section ul {
		list-style-type: none;
		margin:0px;
		padding:0px;
		}
		.sidebar .section li {
			border-color: #ccc;
			border-bottom-width: 1px;
			border-bottom-style: dashed;
			padding: 2px;
			}
			.sidebar .section li a{
				line-height: 1.5em;
				text-decoration: none;
				}
				.sidebar .section li:hover{
					background-color: #efefef;
					}
				.sidebar .section li a:hover {
					color: #000000;
					text-decoration: none;
					}
					
/*	END Aside navigation 		*
 *	and sidebar Sections 		*
*********************************/	

form {
	text-align: left;
	}
fieldset.FormType_Fieldset_open {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: none;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border:none;
    margin: 0px;
    padding: 0px;
    display: block;
	}
	fieldset.FormType_Fieldset_open legend {
		-moz-border-bottom-colors: none;
		-moz-border-image: none;
		-moz-border-left-colors: none;
		-moz-border-right-colors: none;
		-moz-border-top-colors: none;
		-moz-font-feature-settings: normal;
		-moz-font-language-override: normal;
		-x-system-font: none;
		background-attachment: scroll;
		background-clip: border-box;
		background-color: none;
		background-image: none;
		background-origin: padding-box;
		background-position: 0 0;
		background-repeat: repeat;
		background-size: auto auto;
		border:none;
		margin: 0;
		padding: 0;
	}

/*.FormItem {
	}
	fieldset.FormItem {
		}*/
	.FormItem_Width_1,
	.FormItem_Width_2,
	.FormItem_Width_3,
	.FormItem_Width_4,
	.FormItem_Width_5,
	.FormItem_Width_6,
	.FormItem_Width_7,
	.FormItem_Width_8,
	.FormItem_Width_9,
	.FormItem_Width_10 {
		display:inline;
		float: left;
		position: relative;
		margin-left: 1%;
		margin-right: 1%;
		margin-top: 10px;
		margin-bottom: 10px;
		}
	.FormItem_Width_1 {	width: 8.0%;	}
	.FormItem_Width_2 {	width: 18.0%;	}
	.FormItem_Width_3 {	width: 28.0%;	}
	.FormItem_Width_4 {	width: 38.0%;	}
	.FormItem_Width_5 {	width: 48.0%;	}
	.FormItem_Width_6 {	width: 58.0%;	}
	.FormItem_Width_7 {	width: 68.0%;	}
	.FormItem_Width_8 {	width: 78.0%;	}
	.FormItem_Width_9 {	width: 88.0%;	}
	.FormItem_Width_10 {	width: 98.0%;	}
	
	html#range_0 .FormItem_Width_1,
	html#range_0 .FormItem_Width_2,
	html#range_0 .FormItem_Width_3,
	html#range_0 .FormItem_Width_4,
	html#range_0 .FormItem_Width_5,
	html#range_0 .FormItem_Width_6,
	html#range_0 .FormItem_Width_7,
	html#range_0 .FormItem_Width_8,
	html#range_0 .FormItem_Width_9,
	html#range_0 .FormItem_Width_10 {	width: 95%;	}

.FormItem p { margin: 0; }

fieldset.FormItem legend {
	background-color: #fff;
	width: 100%;
	}

label, .FormLabel { /* same style is in display/default.css */
	clear: both;
	display:inline;
	float: left;
	position: relative;
	margin-left: 1%;
	margin-right: 1%;
	padding: 0;
	margin:0;
	font-weight: bold;
	}
	fieldset.FormItem .FormItem label, fieldset.FormItem .FormItem .FormLabel {
		}
		
fieldset.FormItem div.FormInstructions, fieldset.FormItem div.FormNote {
	font-size:1em;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-right: 1%;
	padding-left: 1%;
	width: 98%;
	}
	fieldset.FormItem .FormItem div.FormInstructions, fieldset.FormItem .FormItem div.FormNote {
	padding: 0;
	}
.FormNote {
	font-style:italic;
	font-size: 0.9em;
	}
	
.FormData {
	margin: 2px 4px;
	padding: 2px 0;
	width: auto;
	}
	.FormData input,
	.FormData select {
		width: 100%;
		position: relative;
		margin: 0 0 0 -4px; 
		padding: 1px 2px;
		border-width: 2px;
		}

.newrow {
	background-color: transparent;
	color: transparent;
	height:1px;
	}
	
/* COLORS FOR TESTING LAYOUT
.FormItem {background-color: #9f9; }
fieldset.FormItem { background-color: yellow; }
fieldset.FormItem legend.FormLegend { background-color: #deffff; }
.FormItem .FormLabel { background-color: #cfc; }
fieldset.FormItem label.FormLabel { background-color: #cfc; }
fieldset.FormItem label.FormLabel h2 { background-color: #cff; }
.FormInstructions { background-color: pink; }
fieldset .FormItem { background-color: #eee; }
fieldset .FormItem .FormInstructions { background-color: magenta; }
.FormData { background-color: #ccf; }
.FormNote { background-color: #Fcc; } */