.new {
	margin: 24px;
	border: 1px dashed gray;
}




/* @group body */

body {
	
}

body h1, h2, h3, h4, h5, h6, p, ul, td {
    font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body h1 {
	font-size: 2.3em;
	font-weight: 800;
	letter-spacing: 1px;
	color: black;
	line-height: 1em;
	margin-top: 0;
	margin-bottom: .8em;
}
body h2 {
	font-size: 1.1em;
	font-weight: 300;
	line-height: 1.1em;
	letter-spacing: 1px;
	margin-top: 0;
	margin-bottom: .9em;
}
body h3 {
    font-size: 1.1em;
	font-weight: 500;
	line-height: 1.3em;
	letter-spacing: 0px;
	margin-top: 0em;
	margin-bottom: 1.3em;
}
body h4 {
	font-size: 1em;
	font-weight: 500;
	line-height: 1.3em;
	margin-top: 0em;
	margin-bottom: 1.6em;
	margin-left: 24px;
}
body h5 {
	font-size: 1em;
	font-weight: 400;
	line-height: 1.3em;
	margin-top: 0em;
	margin-bottom: 1.2em;
}
body h6 {
	font-size: .9em;
	font-weight: 500;
	line-height: 1.3em;
	margin-top: 0em;
	margin-bottom:1.3em;
}
body p {
	font: 1.1em Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
}
body ul {
	margin-left: 0px;
	font-weight: 500;
}
body ol {
	margin-left: 0px;
	margin-left: 24px;
}
body a {
	text-decoration: none;
}

/* @end */

/* @group misc */

.sitemap {
	background-color: rgba(255, 255, 255, 1);
	border: 1px dotted silver;
	padding: 12px;
	margin-left: auto;
	margin-right: auto;
}

.sitemap ul {
	font: 10pt proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-left: 0px;
}

.praise {
	margin-bottom: 0;
	font-size: 1em;
}
.praiser {
	text-align: right;
	font-size: 1em;
	margin-top: .2em;
	margin-bottom: 1.1em;
}


.movable {
	display:inline-block; 
	width:100px; 
	border: 1px solid yellow;
	margin-top: 0;
}


#track_box {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	overflow: scroll;
	width: 50%;
	margin: 0;
	padding: 24px;
	border: 3px solid red;
	background-color: rgba(254, 0, 0, 1);
	visibility: hidden;
	color: white;
	font: bold 13pt "Lucida Grande", Lucida, Verdana, sans-serif;
	height: 200px;
}
.button_01 {
	font: 12pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.alert {
	width:50%;
	margin: 40px auto;
	text-align: center;
	border: 1px solid silver;
	padding: 12px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #fafae7;
}
.white_1 {
	margin: 0px;
	background-color: transparent;
}

/* @end */

/* @group MAIN */

#main {
}

/* @end */

/* @group LOGO BAND */

#logo_band {
	z-index: 700;
	position: fixed;
	top: 0;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	height: 130px;
	padding-left: 100px;
	padding-top: 30px;
	background-color: white;
/*	border: 1px solid navy;*/
}
.logo_1 {
	font-variant: small-caps;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: gray;
}
.logo_1 h1 {
	font: 18pt/.9em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-variant: small-caps;
}
.logo_1 h2 {
	font-variant: small-caps;
	font: 14pt/.9em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-left: 40px;
}

/* @end */

/* @group HORIZONTAL MENU */

#horiz_menu {
	z-index: 710;
	position: fixed;
	top: 100px;
	left: 30%;
	width: 60%;
	height: intrinsic; /* Safari/WebKit uses a non-standard name */
	height: -moz-max-content; /* Firefox/Gecko */	
/*	border-style: dotted;*/
	border-bottom-style: solid;
	border-color: rgba(0, 0, 0, 0.3);
	border-weight: 1px;	
	background-color: transparent;
}
.horizontal_menu_1 {
	color: gray;
	font: 9pt "Lucida Grande", Lucida, Verdana, sans-serif;
	line-height: 12px;
	font-variant: small-caps;
}
.horizontal_menu_1 a {
	color: black;
}

/* @end */

/* @group VERTICAL MENU */

#vert_menu {
	z-index: 800;
	position: fixed;
	top: 150px;
	left: 2%;
	width: 60px;
	height: 60%;
	
/*	border-style: dotted;*/
	border-right-style: solid;
	border-color: rgba(0, 0, 0, 0.3);
	border-weight: 1px;
	background-color: transparent;
}
.vertical_menu_1 {
	color: gray;
	font: 10pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 1.2em;
	font-variant: small-caps;
}

/* @end */

/* @group IMAGE BOX */

#image_box {
	z-index: 200;
	position: fixed;
	top: 160px;
	left:10%;
/*	border: 1px solid purple;*/
}
.framed {
	border: 1px solid gray;
	border-radius: 6px !important;
}
.shadowed {
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
	margin: 20px;
}
.framed_deep {
	margin: 3px 24px 18px 0;
	-moz-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.3);
	box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.3);
}

/* @end */

/* @group SCROLL AREA */

#scroll_area {
	z-index: 500;
	position: absolute;
	top: 160px;
	left: 10%;
	width: 85%;
/*	border-style: solid;*/
	border-color: red;
	border-weight: 1px;
	border-style: none;
	background-color: transparent;
}

/* @end */

/* @group HEADLINE BOX */
#headline_box {
	z-index: 510;
	margin-left: 45%;
	overflow: auto;
	display: block;
	padding-right: 24px;
	padding-left: 24px;
	border-bottom-style: dashed;
	border-color: red;
	border-width: 1px;
	background-color: rgba(255, 255, 255, 0.8);
}
#headline_box ul {
    font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-variant: small-caps;
	font-weight: 500;
}
/* @end */

/* @group HEAVY TEXT */

#heavy_text {
	z-index: 510;
/*	border: 1px solid lime;*/
}

.cols_three {
	margin-left: 20%;
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
	padding: 12px 24px;
	border-radius: 6px !important;
	background-color: rgba(255,255,255, .95);
}
.cols_three p, ul, ol {
	font: 11pt Georgia, "Times New Roman", Times, serif;
	line-height: 1.4em;
	padding-left: 24px;
}

.cols_two {
	margin-left: 20%;
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
	padding: 12px 24px;
	border-radius: 6px !important;
	font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: rgba(255,255,255, .95);
}
.cols_two p, ul, ol {
	font: 11pt Georgia, "Times New Roman", Times, serif;
	line-height: 1.4em;
	padding-left: 24px;
}

.cols_one {
	margin-left: 20%;
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
	padding: 12px 24px;
	border-radius: 6px !important;
	font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: rgba(255,255,255, .95);
}
.cols_one p, ul, ol {
	font: normal 12pt Georgia, "Times New Roman", Times, serif;
	line-height: 1.6em;
	padding-left: 24px;
}

.full_width {
	margin: 0px;
	width: 100%;
	background-color: transparent;
}
.full_width p, ul {
/*	font: 9pt/1.4em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;*/
}

/* @end */

/* @group TABS */

.tab_area {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: relative;
	width: 100%; 
	height: 460px; 
	overflow: auto;
	left: 12px;
	top: 0px;
	border-style: none;
	background-color: transparent;
}
.tabbed_01 {
}
.tabbed_01 h1, tab_area h1 {
	font-size: 8pt;
	font-weight: 400;
	line-height: 1.3em;
}
.tabbed_01 h2, tab_area h2 {
	font-size: 12pt;
	font-weight: 600;
	line-height: 1.3em;
}
.tabbed_01 h3, tab_area h3 {
	font-size: 12pt;
	font-weight: 200;
	line-height: 1.3em;
}
.tabbed_01 h4, tab_area h4 {
	font: 10pt;
	font-weight: 300;
	line-height: 1.3em;
}
.tabbed_01 h5, tab_area h5 {
	font-size: 10pt;
	font-weight: bold;
	line-height: 1.5em;
}
.tabbed_01 h6, tab_area h6 {
	font-size: 9pt;
	font-variant: normal;
	line-height: 1.6em;
}
.tabbed_01 p, tab_area p {
	font-size: 11pt;
	line-height: 1.4em;
}

/* @end */

/* @group FOOTER */

#footer {
	z-index: 510;
	clear: both;
	width:40%; 
	height:60px; 
	padding: 24px;
	margin-left: auto;
	margin-right: auto;
	border-top-style: dotted;
	border-top-color: rgba(0, 0, 0, 0.5);
	background-color: transparent;
}
.footer_1 {
	font-size: 10pt;
	text-align: center;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* @end */

/* @group CALCULATED AREA */

#calculated_area {
	left: 12px;
	position: relative;
	width: 500px;
/*	height: 400px;*/
	padding: 12px;
	font: 9pt proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
	-moz-border-radius: 6px !important;
	-webkit-border-radius: 6px !important;
	border-radius: 6px !important;
	background-color: rgba(255, 255, 255, .7);
	margin-right: auto;
	margin-left: auto;
}
#calculated_area td {
/*	font-size: 11px;*/
}
#calculated_area th {
/*	font-size: 12px;
	font-weight: bold;*/
}

.cell_head {
	font-size: 18pt;
	font-weight: bold;
	width: 40px;
	text-align: center;
}
.spreadsheet_cell {
	width: 60px;
	text-align: right;
}

/* @end */

/* @group FORMS */

#form_area {
	width: intrinsic; /*Safari/WebKit uses non-standard name */
	width: -moz-max-content; /* Firefox/Gecko */

	background-color: rgba(255, 255, 255, 0.9);
	padding: 24px;
	margin: 24px auto;
	border: 1px solid silver;
	-moz-border-radius: 8px !important;
	-webkit-border-radius: 8px !important;
	border-radius: 8px !important;
}
form {
	font: 10pt proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-right: auto;
	margin-left: auto;
}
fieldset {
	background-color: white;
	border: 2px solid silver;
	-moz-border-radius: 6px !important;
	-webkit-border-radius: 6px !important;
	border-radius: 6px !important;
	margin-bottom: 24px;
}
legend {
	font-size: 11pt;
	margin-bottom: 0;
}
input {
}
.message_area {
	background-color: white;
	margin: 11px auto 14px;
	border: 2px solid silver;
	-moz-border-radius: 6px !important;
	-webkit-border-radius: 6px !important;
	border-radius: 6px !important;
	padding: 0 12px;
}

.label {
	text-align: right;
	background-color: #eeeeee;
	font-size: 9pt;
}
.textinput {
	font-size: 10pt;
}
.checkboxinput {
	font-size: 10pt;
}
.radioinput {
	font-size: 10pt;
}
.requiredInput {
	color: maroon;
}
.submit {
	font-size: 12pt;
-moz-border-radius: 6px !important;
-webkit-border-radius: 6px !important;
border-radius: 6px !important;
}


/* @end */

/* @group REFERENCE */

.SAVE {
	width: intrinsic;			 /*Safari/WebKit uses a non-standard name */
	width: -moz-max-content;	/* Firefox/Gecko */

	-moz-border-radius: 6px !important;
	-webkit-border-radius: 6px !important;
	border-radius: 6px !important;
	
}

.xformStyle td p {
	font-variant: small-caps;
}
/* @end */


