/* --------------------------------------------------------------
-----------------------------------------------------------------

	AUTHOR:			Tony Espinosa
	VERSION:		09.3.2011

	CONTENTS:

	CSS Fix
	Elements
	Essentials
	Navigation
	Entry Overlay
	ControlPanel
	Login (landing page)
	Register (landing page)
	Reset Password Request (landing page)
	Line Item
	@media

-----------------------------------------------------------------
-------------------------------------------------------------- */



/*	START - CSS Fix
--------------------------------------------------------------
*/
input[type="hidden"] { /* FireFox */
	visibility: hidden;
	margin: 0; padding: 0;
	display: none;
}
input[type="image"] {
	margin: 0; padding: 0;
	border: 0;
}
:focus {
	outline: none;
}
::-moz-focus-inner {
	border: 0;
}
label { /* iOS fix/hack for onclick events */
	cursor: pointer;
}
/*	END - CSS Fix
--------------------------------------------------------------
*/



/*	Elements
-------------------------------------------------------------- */
html, body {
	height: 100%;
}
body {
	font-family: 'LiberationSans';
	font-weight: normal; font-style: normal; font-size: 1em;
	-webkit-font-smoothing: antialiased;
	color: rgba(0,0,0,0.5);
	text-align: center;
	background-color: white;
	background-image: url('/images/layout/pageBackDrop_02.jpg');
	background-attachment: fixed;
	background-position: center top;
	position: relative;
	margin: 0; padding: 0;
}
a {
	outline-style: none;
}
a:link, a:visited, a:active {
	color: #66781e;
	text-decoration: none;
	outline-style: none;
}
a:hover {
	color: #03a10f;
}
a:focus {
	color: rgba(255,105,5,1) !important;
	/*text-decoration: underline;*/
	/*border-bottom: 2px dotted rgba(255,117,0,0.5);*/
}
abbr {
	cursor: pointer;
	color: rgba(27,116,15,0.8) !important;
	text-decoration: none;
	border: none;
	border-style: none;
	outline: none;
}
img {
	border: none;
}
p, article, label, div, input, table, th, tr, td, tbody {
	box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
}
table {
	text-align: center;
    border: 1px solid #bdbdbd;
    border-collapse: collapse;
	position: relative; top: 0px; right: 0px; left: 0px;
	width: 100%; height: auto;
	margin: -1px 0 20px 0; padding: 0;
}
th, tr, td {
    border: 1px solid #bdbdbd;
    border-collapse: collapse;
    margin: 0; padding: 5px;
}


/*	Input
-------------------------------------------------------------- */
.inline-fill-in-the-blank {
	text-align: center;
	background-color: transparent !important;
	width: auto !important; height: inherit !important;
	margin: 0 !important; padding: 0;
	border-top: none !important;
	border-right: none !important;
	border-bottom: 1px solid rgba(0,0,0,0.5) !important;
	border-left: none !important;
	display: inline !important;
}

input[type="text"], input[type="password"], select {
	height: 1.7em;
}
input[type="text"], input[type="password"], textarea, select, .fauxInput {
	color: rgba(70,39,33,0.9) !important; /*color= #462721*/
	vertical-align: text-bottom;
	font-size: 1em !important;
	font-family: 'LiberationSans' !important;
	background-color: rgba(255,255,255,0.5) !important;
	background: none;
	border: 1px solid rgba(0,0,0,0.5);
	width: auto;
	margin: 0 0 7px 0; padding: 3px;
	opacity: 0.6;
	box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
	background: none;
	border: 1px solid rgba(27,116,15,0.6) !important;
	box-shadow: 0px 0px 5px rgba(255,105,5,0.7); /* Orange: #ff7500 */
	-webkit-box-shadow: 0px 0px 5px rgba(255,105,5,0.7);
	-moz-box-shadow: 0px 0px 5px rgba(255,105,5,0.7);
	opacity: 1.0 !important;
	z-index: 99 !important;
	box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
}
input[type="submit"]:focus, button:focus {
	outline: none !important;
	box-shadow: 0px 0px 5px rgba(255,105,5,0.7); /* Orange: #ff7500 */
	-webkit-box-shadow: 0px 0px 5px rgba(255,105,5,0.7);
	-moz-box-shadow: 0px 0px 5px rgba(255,105,5,0.7);
	z-index: 99 !important;
	box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
}
input[type="submit"] {
	cursor: pointer;
	color: rgba(70,39,33,0.9); /*color= #462721*/
	text-align: center;
	font-size: inherit; font-weight: inherit;
	background-color: rgba(255,150,0,0.2);
	border: 1px solid rgba(54,54,54,0.2);
	width: auto;
	margin: 0 0 7px 0; padding: 4px;
	display: inline-block;
	box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
}


/* Checkbox Styling */
input[type="checkbox"] {
	position: absolute !important;
	opacity: 0 !important;
}
input[type="checkbox"] + label {
	font-size: inherit !important;
	font-family: 'LiberationSans';
}
input[type="checkbox"] + label span:before {
	vertical-align: middle;
	font-size: 1em;
	font-family: 'FontAwesome_3_2_0' !important;
	font-weight: normal !important;
	font-style: normal !important;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	content: "\f096";
}
input[type="checkbox"] + label > span {
	color: rgba(0,0,0,0.65);
	text-align: center !important;
	vertical-align: text-top !important;
	position: relative !important;
	background-color: rgba(234,232,70,0.25);
	/*background: url(/images/layout/check_radio_sheet_orange.png) left top no-repeat;*/
	width: auto; height: auto;
	margin: -1px 4px 0 0 !important;
	display: inline-block !important; cursor: pointer !important;
}
input[type="checkbox"]:checked + label span:before {
	content: "\f14a" !important;
	/*background: url(/images/layout/check_radio_sheet_orange.png) -19px top no-repeat;*/
}
input[type="checkbox"]:focus + label > span {
	color: rgba(255,117,0,0.8) !important;
	box-shadow: none !important;
}

/* Checkbox-Alt*/
input[type="checkbox"].checkbox-alt:checked + label > span:before {
	content: "\f046" !important;
	/*background: url(/images/layout/check_radio_sheet_orange.png) -19px top no-repeat;*/
}


/* Radio Button Styling */
input[type="radio"] {
	position: absolute;
	width: 0px; height: 0px;
	margin: 0; padding: 0;
	display: block; opacity: 0;
}
input[type="radio"] + label {
	font-size: 1em;
	font-family: 'LiberationSans';
	position: relative;
	margin: 0; padding: 0;
	width: auto; height: auto;
	display: inline-block;
}
input[type="radio"] + label > span:before {
	vertical-align: middle;
	font-size: inherit; line-height: inherit;
	font-family: 'FontAwesome_3_2_0';
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	content: "\f10c";
}
input[type="radio"]:checked + label > span:before {
	content: "\f058";
	/*background: url(/images/layout/check_radio_sheet_orange.png) -57px top no-repeat;*/
}
input[type="radio"]:focus + label > span {
	color: rgba(255,117,0,0.8);
	box-shadow: none;
}
input[type="radio"] + label > span {
	color: rgba(0,0,0,0.65);
	vertical-align: text-top;
	/*background: url(/images/layout/check_radio_sheet_orange.png) -38px top no-repeat;*/
	width: auto; height: auto;
	margin: -1px 4px 0 0; padding: 0;
	display: inline-block; cursor: pointer;
}

label > span { /*Common Margin*/
	margin-right: 0 !important;
}


/*	Selection: Linear Scale
-------------------------------------------------------------- */
.linear-scale, div.linear-scale {
	text-align: center;
	position: relative;
	width: 100%; height: 30px;
	display: block;
}
.scale-segment, div.scale-segment {
	text-align: center; vertical-align: bottom;
	position: relative;
	height: 30px;
	display: inline-block;
}
.scale-tick-desc, div.scale-tick-desc {
	font-size: 0.8em; line-height: 1em;
	position: relative;
}
.scale-tick, div.scale-tick {
	text-align: center; vertical-align: bottom;
	font-size: 1.5em; line-height: 1em;
	position: relative; bottom: 0px;
	padding: 5px 0 0 0;
	display: inline-block; z-index: 1;
}
.scale-line, div.scale-line {
	position: absolute; bottom: 10px;
	width: 100%; height: 1px;
	display: block; z-index: 0;
	background-color: rgba(0,0,0,0.2);
}


/*	Essentials
-------------------------------------------------------------- */
svg rect:first-child {
	width: 100% !important;
	margin-right: auto !important;
	margin-left: auto !important;
}
.fixedIt {
	position: fixed !important;
}
div#fileUpload {
	position: relative;
	width: 100%;
	margin: 0 auto 10px auto; padding: 0;
	display: table !important; clear: both !important;
}
div#fileUpload input[type="text"] {
	color: rgba(70,39,33,0.9) !important; /*color= #462721*/
	font-size: 1em !important;
	font-family: 'LiberationSerif';
	font-style: italic;
	background-color: rgba(255,255,255,0.5) !important;
	background: none;
	border: 1px solid rgba(0,0,0,0.5) !important;
	position: absolute;
	margin: 0 0 7px 0 !important; padding: 5px !important;
	opacity: 0.6 !important;
}
div#fileUpload input[type="text"]:focus {
	background: none;
	border: 1px solid rgba(27,116,15,0.6) !important;
	box-shadow: 0px 0px 5px rgba(255,105,5,0.7); /* Orange: #ff7500 */
	-webkit-box-shadow: 0px 0px 5px rgba(255,105,5,0.7);
	-moz-box-shadow: 0px 0px 5px rgba(255,105,5,0.7);
	opacity: 1.0 !important; z-index: 0 !important;
}
div#fileUpload input[type="file"] {
	width: 100%;
	margin: 0; padding: 0;
	opacity: 0 !important; z-index: 99;
	cursor: pointer !important;
}
.fullWidthField {
	width: 100%;
}
.fullWidth {
	position: relative !important;
	width: 100% !important;
	display: block;
}
.boxIt, .boxIT {
	box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
}
.clearBoth {
	display: block !important;
	clear: both !important;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.offScreen {
	position: absolute;
	overflow: hidden;
	left: -9999px;
	top: -9999px;
	height: 1px;
	width: 1px;
}
.hiLite:hover {
	background-color: rgba(234,232,70,0.4) !important; /*color= #eae845*/
}
.smButtonText {
	font-size: 0.8em !important;
}
.pageTitle {
	color: #be4b2a;
	vertical-align: middle;
	font-size: 1.6em;
	line-height: 1.2em;
	margin: 0 5px 0 5px;
}
.cpTitle {
	color: rgba(0,0,0,0.5);
	vertical-align: middle;
	font-size: 1.6em;
	line-height: 1.2em;
	margin: 0 3px 0 3px;
}
dfn.lineDesc, span.lineDesc {
	padding: 0 0 0 1em;
	display: inline-block;
}
.profilePicture {
	background-image: url('/images/icon/anonymousUserPicture.png');
	background-size: cover;
	-moz-background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	width: 102px !important;
	height: 102px !important;
	display: block;
}
.userPictureDisplay, .casePictureDisplay {
	background-image: url('/images/icon/anonymousUserPicture.png');
	background-size: cover;
	-moz-background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	width: 250px !important;
	height: auto !important;
	display: inline-block;
}
span.userPicture a, span.casePicture a {
	text-indent: -9999px;
	width: 100%;
	height: 100%;
	display: block;
}
.userTitle, .caseTitle, .affiliateTitle {
	color: #462721 !important;
	vertical-align: middle;
	font-size: 1.4em;
	line-height: 1.2em;
	margin: 0 12px 0 12px;
}
.dataEntry_fieldset {
	height: 4em !important;
}
a.xOut,
a:active.xOut,
a:visited.xOut,
a:link.xOut {
	cursor: pointer;
	text-align: center;
	font-size: inherit;
	position: relative; top: 5px; right: 5px;
	width: auto; height: auto;
	margin: 0; padding: 0;
	float: right; display: inline-block; z-index: 3000 !important;
}
a.deleteButton, a:active.deleteButton, a:visited.deleteButton, a:link.deleteButton {
	background-color: rgba(255,255,255,0.2);
	text-align: center;
	vertical-align: middle;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 0.6em;
	border: 1px solid rgba(54,54,54,0.15);
	position: relative;
	right: 0px;
	height: auto;
	width: auto;
	margin: 3px 7px 0px 10px;
	padding: 0px 3px 3px 3px;
	float: right;
	display: inline-block;
	clear: right;
}
a:hover.deleteButton {
	color: #9f290f;
}
a.actionButton, a:active.actionButton, a:visited.actionButton, a:link.actionButton, button.actionButton {
	color: rgba(0,0,0,0.5); /*color= #462721*/
	font-family: 'LiberationSans';
	vertical-align: bottom; text-align: center;
	font-size: 1em; font-weight: normal;
	background-color: rgba(0,0,0,0.1);
	border: 1px solid rgba(54,54,54,0.2) !important;
	width: auto; height: auto !important;
	margin: 3px; padding: 3px 6px 3px 6px;
	display: inline-block; cursor: pointer !important;
}
.actionButton:hover, a:hover.actionButton, button:hover.actionButton {
	color: rgba(0,0,0,0.8); /*color= #462721*/
	background-color: rgba(255,150,0,0.2) !important;
	-webkit-box-shadow: 0px 0px 5px rgba(255,255,0,0.6);
	-moz-box-shadow: 0px 0px 5px rgba(255,255,0,0.6);
	box-shadow: 0px 0px 5px rgba(255,255,0,0.6);
}
.activeButton {
	color: #9f290f;
	background-color: rgba(255,150,0,0.4) !important;
	-webkit-box-shadow: 0px 0px 5px rgba(255,255,0,0.6) !important;
	-moz-box-shadow: 0px 0px 5px rgba(255,255,0,0.6) !important;
	box-shadow: 0px 0px 5px rgba(255,255,0,0.6) !important;
}
.logOut {
	text-align: center;
	font-size: 0.7em;
	line-height: 37px;
	position: relative;
	height: 37px;
	margin: 0;
	padding: 0;
	float: right;
	display: block;
}
.logOut a:link, .logOut a:active, .logOut a:visited, .logOut a:hover {
	color: #dfdfb6;
}

#alertCenter {
	text-align: left; font-size: 1em;
	background-color: rgba(255,196,86,1);
	border-top: 1px solid rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px #a1a1a1;
	-moz-box-shadow: 0px 0px 5px #a1a1a1;
	-webkit-box-shadow: 0px 0px 5px #a1a1a1;
	height: auto;
	position: fixed; right: 20px; bottom: 20px; left: 20px;
	margin: 0 auto 0 auto; padding: 20px;
	display: block; z-index: 9999 !important; visibility: visible;
}
#alertCenter h1 {
	text-align: left;
	color: rgba(70,39,33,0.9); /*color= #462721*/
	font-size: 1em;
	margin: 0;
	padding: 0;
	display: block;
}
#alertCenter p {
	color: rgba(70,39,33,0.9); /*color= #462721*/
	font-size: 0.8em;
	line-height: 1em;
	line-height: 0.9em;
	margin: 0;
	padding: 0;
}
#landingPageWrap {
	text-align: center;
	position: relative;
	top: 0; right: 0; bottom: 0; left: 0;
	margin: 0; padding: 0;
	width: 100%; height: 100%;
	display: block;
}
#appLogo {
	background-image: url('/images/logo/appLogoGhost.png');
	background-repeat: no-repeat;
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 171px;
	height: 30px;
	display: block;
}
#logoutTimer {
	color: rgba(255,255,255,0.4);
	text-align: left;
	font-size: 0.75em;
	line-height: 20px;
	overflow: hidden;
	height: 20px;
	float: left;
	display: inline-block;
}
#logoutTimer:before {
	content: "Auto Logout In - ";
}
#version {
	color: #f9f8e4;
	text-align: left;
	font-size: 0.6em;
	line-height: 20px;
	overflow: hidden;
	height: 20px;
	float: right;
	display: block;
}
#version a {
	outline-style: none;
}
#version a:link, #version a:visited, #version a:active {
	color: rgba(255,255,255,0.4);
	text-decoration: none;
	outline-style: none;
}
#version a:hover {
	color: #ffffff;
}



/* Post Entry Overlay Dashboard */
.peoDashboard {
	text-align: left !important; font-size: 0.9em;
	position: relative; top: 0; right: 0; left: 0;
	width: auto; height: auto;
	margin: 0; padding: 0 0 0 3px;
	display: block; overflow: visible; z-index: 1;
}
.peoDashboard em {
	color: rgba(255,255,255,0.9);
	vertical-align: bottom; font-size: inherit; font-weight: bold;
	/*background-color: rgba(0,0,0,0.5);*/
	border: 1px solid rgba(54,54,54,0.1); border-radius: 5px; -moz-border-radius: 5px;
	position: absolute; top: 3px; left: 3px;
	width: auto; height: auto;
	margin: 0; padding: 2px 5px;
	display: block; overflow: hidden; cursor: pointer;
	box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	z-index: 99;
}
/* Dashboard Menu */
.peoDashboard ul {
	position: absolute; top: 0; left: 0;
	width: auto; height: auto;
	margin: 0; padding: 0;
	display: block; z-index: 90 !important;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
}
.peoDashboard ul li:first-child {
	height: 35px;
}
.peoDashboard ul li {
	color: #dfdfb6;
	/*background-color: rgba(0,0,0,0.7);*/
	border: none;
	height: auto;
	margin: 0; padding: 0;
	display: block;
}
.peoDashboard ul li a {
	color: #dfdfb6;
	font-size: 0.95em !important; font-weight: normal; line-height: 1.1em !important;
	height: auto;
	margin: 0; padding: 5px 15px;
	display: block;
}
.peoDashboard ul li:first-child a {
	padding-top: 16px;
}
.peoDashboard ul li:last-child a {
	padding-bottom: 12px;
}
.peoDashboard a:hover {
	color: #ffffff;
	font-weight: bold;
}
.peoDashboard li a:focus {
	color: rgba(255,255,255,0.5) !important;
	border: none;
}



/* Case Dashboard */
.caseDashboard {
	text-align: left !important; font-size: 0.9em;
	position: relative; top: 0; left: 0;
	width: auto; height: 10px !important;
	margin: 0; padding: 0 0 0 3px;
	display: block; overflow: visible; z-index: 1;
}
.caseDashboard em {
	color: rgba(255,255,255,0.9);
	vertical-align: top; font-size: inherit; font-weight: bold;
	background-color: #4a4948;
	border: 1px solid rgba(54,54,54,0.1); border-radius: 5px; -moz-border-radius: 5px;
	position: absolute; top: 0; left: 10px;
	width: auto; height: auto;
	margin: 0; padding: 7px 5px 2px 5px;
	display: inline; overflow: hidden; cursor: pointer;
	box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	z-index: 99;
}

/* Dashboard Menu */
.caseDashboard ul {
	background-color: rgba(255,255,255,0.7);
	position: absolute; top: 10px; left: 0;
	width: 100%; height: auto;
	margin: 0; padding: 0;
	display: block; z-index: 90 !important;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
}
.caseDashboard ul li {
	color: #dfdfb6;
	background-color: rgba(0,0,0,0.7);
	border: none;
	height: auto;
	margin: 0; padding: 0;
	display: block;
}
.caseDashboard ul li a {
	color: #dfdfb6;
	font-size: 0.95em !important; font-weight: normal; line-height: 1.1em !important;
	height: auto;
	margin: 0; padding: 5px 15px;
	display: block;
}
.caseDashboard ul li:first-child a {
	padding-top: 27px;
}
.caseDashboard ul li:last-child a {
	padding-bottom: 12px;
}
.caseDashboard a:hover {
	color: #ffffff;
	font-weight: bold;
}
.caseDashboard li a:focus {
	color: rgba(255,255,255,0.6) !important;
	border: none;
}



/* FRAME */
#pageFrameTop {
	text-align: center;
	background-color: rgba(0,0,0,0.7);
	position: fixed;
	top: 0px;
	right: 20px;
	left: 20px;
	height: 37px;
	margin: 0;
	padding: 0;
	display: block;
	z-index: 99;
}
#pageFrameTop h1 {
	color: rgba(255,255,255,0.6);
	font-size: 1.2em;
	background-color: #be4b2a;
	/*border-bottom: 1px solid #be4b2a;
	border-left: 1px solid #be4b2a;
	border-right: 1px solid #be4b2a;*/
	position: fixed;
	top: 0; right: 20px; left: 20px;
	width: inherit; height: 37px;
	margin: 0 auto 0 auto; padding: 10px 35px 10px 10px;
	display: block; clear: both;
	overflow: hidden; z-index: 99 !important;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#pageFrameTop h1 span {
	font-size: 0.8em;
	color: rgba(249,248,229,1);
}

#pageFrameBottom {
	background-color: rgba(0,0,0,0.7);
	position: fixed;
	bottom: 0;
	left: 20px;
	right: 20px;
	height: 20px;
	display: block;
	overflow: hidden;
	z-index: 99;
}

#pageFrameLeft {
	background-color: rgba(0,0,0,0.7);
	position: fixed;
	left: 0;
	width: 20px;
	height: 100%;
	margin: 0;
	padding: 37px 0 0 0;
	display: block;
	overflow: hidden;
	z-index: 98;
}

#pageFrameRight {
	background-color: rgba(0,0,0,0.7);
	position: fixed;
	right: 0;
	width: 20px;
	height: 100%;
	margin: 0;
	padding: 37px 0 0 0;
	display: block;
	overflow: hidden;
	z-index: 98;
}
#pageFrameRight span {
	color: rgba(255,255,255,0.6);
	text-align: center;
	background-color: rgba(0,0,0,0.1);
	border-top: 1px dotted rgba(255,255,255,0.5);
	margin: 0 !important;
	padding: 7px 0 7px 0 !important;
	display: block;
}
#pageFrameRight span:first-child {
	border-top: none;
}
#pageFrameRight span:hover {
	color: rgba(150,43,50,0.7);
	background-color: rgba(255,255,255,0.7);
	cursor: pointer !important;
}
#pageFrameRight span img {
	border: none;
	width: 20px;
}



#contentFrame {
	color: #462721;
	text-align: left;
	overflow: auto;
	position: absolute;
	top: 37px; right: 20px; bottom: 20px; left: 20px;
	display: block; clear: both;
	box-shadow: inset 0 0 10px #2c2c2c;
	-moz-box-shadow: inset 0 0 10px #2c2c2c;
	-webkit-box-shadow: inset 0 0 10px #2c2c2c;
}
#recordFrame {
	color: inherit;
	position: relative !important;
	top: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	display: block !important;
	clear: both !important;
}
#recordFrame div:first-child {
	padding-top: 27px;
}
/*
#recordPanelLabel {
	color: rgba(0,0,0,0.1);
	font-size: 1.5em;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0 0 35px 5px;
	display: block;
	clear: both;
}
*/



/*	Navigation
-------------------------------------------------------------- */
.topMenu {
	font-family: 'Enigmatic';
	text-align: left;
	font-size: 0.9em;
	position: absolute; right: 0; left: 0;
	width: 100%; height: 37px;
	display: block;
}
.topMenu li a:focus {
	color: rgba(255,255,255,0.6) !important;
	border: none;
}
.topMenu ul {
	color: white;
	white-space: nowrap;
	position: relative;
	width: auto;
	margin: 0; padding: 0;
	float: left; display: block; clear: both;
}
.topMenu ul li {
	color: #dfdfb6;
	text-align: left;
	line-height: 37px;
	font-size: inherit;
	border-left: 1px solid rgba(0,0,0,0.2);
	position: relative;
	margin: 0; padding: 0;
	float: left; display: block;
}
.topMenu ul li:first-child {
	border-left: none;
}
.topMenu ul li a {
	color: #dfdfb6;
	text-align: left;
	text-decoration: none;
	font-size: inherit;
	font-weight: bold;
	line-height: 37px;
	cursor: pointer;
	padding: 0 9px 0 9px;
	height: 37px;
	display: block;
}
.topMenu ul li ul {
	width: auto;
	display: none;
	z-index: 90 !important;
}
.topMenu li:hover ul {
	box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
	position: absolute;
	display: block;
}
.topMenu li:hover li {
	margin: 0;
	padding: 0;
	float: none;
}
.topMenu ul li ul li {
	color: #dfdfb6;
	border-left: none;
	height: auto;
	margin: 0; padding: 0;
	display: block;
}
.topMenu ul li ul li a {
	color: #dfdfb6;
	font-size: 0.95em !important; font-weight: normal;
	line-height: 1.1em !important;
	height: auto;
	margin: 0; padding: 4px 20px 4px 9px;
	display: block;
}
.topMenu ul li ul li:first-child a {
	padding-top: 8px;
}
.topMenu ul li ul li:last-child a {
	padding-bottom: 12px;
}
.topMenu a:hover {
	color: #ffffff;
	font-weight: bold;
}



/*	Post Data Entry (Post Entry Overlay)
-------------------------------------------------------------- */
#postDataEntry {
	width: auto !important;
	margin-right: auto !important;
	margin-left: auto !important;
}
#entryBoxOverlay {
	text-align: center;
	background-color: rgba(0,0,0,0.25);
	position: absolute;
	top: 37px; right: 20px; bottom: 20px; left: 20px;
	margin: 0; padding: 0;
	z-index: 10; overflow: auto;
}
#entryBox {
	color: rgba(70,39,33,0.7);
	/*background-color: #f9f8e4;*/
	/*border: 10px solid rgba(225,150,0,0.6);*/
	background-color: white;
	background-image: url('/images/layout/pageBackDrop_02.jpg');
	position: absolute;
	width: inherit; height: auto;
	top: 0; right: 0; left: 0;
	margin: 0; padding: 0;
	display: block; overflow: visible;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-shadow: 0px 0px 20px #2c2c2c;
	-moz-box-shadow: 0px 0px 20px #2c2c2c;
	-webkit-box-shadow: 0px 0px 20px #2c2c2c;
}
#entryBox form {
	text-align: left;
	font-size: 1em;
	box-sizing: padding-box !important;
	-moz-box-sizing: padding-box !important;
	-webkit-box-sizing: padding-box !important;
	height: inherit;
	margin: 0 auto 15px auto; padding: 20px 20px 35px 20px;
	display: table;
}
#entryBox p {
	text-align: center;
	font-size: inherit;
	width: 85%;
	margin: 0 auto 15px auto; padding: 10px;
	display: table !important;
}
#entryBox form input[type="submit"] {
	color: rgba(70,39,33,0.7) !important;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	background-color: transparent;
	background: none;
	border: none;
	position: absolute;
	right: 0px; bottom: 0px;
	width: auto;
	margin: 0; padding: 5px;
	display: block; clear: both;
}
#entryBox form input[type="submit"]:hover {
	color: rgba(255,117,0,0.8) !important;
}
#entryBox form input[type="submit"]:focus {
	color: rgba(255,117,0,0.8) !important;
	box-shadow: none !important;
}
#entryBox form input, #entryBox form select  {
	font-size: 1.2em;
}
#entryBox span, #entryBox abbr {
	vertical-align: top;
	margin-right: 15px;
	display: inline-block;
}
.entryTools {
	border-top: 1px dotted #363636;
	width: auto;
	margin: 20px auto 20px auto;
	padding: 5px;
	display: block;
	clear: both;
}

/* Entry List */
form.entryBox_listSelect, div.entryBox_listSelect {
	font-size: 0.9em !important;
	margin: 0 !important; padding: 0 0 55px 0 !important;
	width: 100% !important; height: auto;
	display: table !important;
}
form.entryBox_listSelect label:first-child, form.entryBox_listSelect fieldset legend + label, div.entryBox_listSelect label:first-child {
	padding: 6px auto 3px auto !important;
	border: none;
}
form.entryBox_listSelect label, div.entryBox_listSelect label {
	text-align: left;
	position: relative;
	border-top: 1px dotted rgba(0,0,0,0.3);
	width: 100%; height: auto;
	margin: 0; padding: 3px 15px;
	display: table; clear: both;
}
form.entryBox_listSelect label aside, div.entryBox_listSelect label aside {
	vertical-align: middle;
	position: relative;
	width: auto; height: inherit;
	margin: 0; padding: 3px 5px 5px 0;
	display: table; float: left;
}
form.entryBox_listSelect label article, div.entryBox_listSelect label article {
	text-align: left; vertical-align: bottom;
	width: auto; height: auto;
	margin: 0 auto 0 auto; padding: 5px 0;
	display: block;
}

form.entryBox_listCheckbox, div.entryBox_listCheckbox {
	font-size: 0.9em !important;
	margin: 0 !important; padding: 0 0 55px 0 !important;
	width: 100% !important; height: auto;
	display: block !important;
}
form.entryBox_listCheckbox fieldset legend:first-child + article, div.entryBox_listCheckbox fieldset legend:first-child + article {
	border: none;
}
form.entryBox_listCheckbox fieldset, div.entryBox_listCheckbox fieldset {
	margin: 10px auto 5px auto !important;
}
form.entryBox_listCheckbox article, div.entryBox_listCheckbox article {
	text-align: left; vertical-align: bottom;
	position: relative; left: 0;
	border-top: 1px dotted rgba(0,0,0,0.3);
	width: 100%; height: auto;
	margin: 0; padding: 8px 15px !important;
	display: table; clear: both;
}
form.entryBox_listCheckbox article aside, div.entryBox_listCheckbox article aside {
	vertical-align: middle;
	position: relative; top: 0; left: 0;
	width: auto; height: inherit;
	margin: 0; padding: 3px 5px 5px 0;
	display: block; float: left;
}

.recEntryInfo-botRt { /* Record Entry Info. - Bottom Right */
	font-size: 0.8em;
	position: relative; bottom: 0; right: 0;
	width: auto; height: auto;
	margin: 0; padding: 0;
	display: inline-block; clear: right; float: right; opacity: 0.65;
}
.recActLinks-topRt { /* Record Action Links */
	font-size: 1.1em;
	position: relative; top: 0; right: 0;
	width: auto; height: auto;
	margin: 0; padding: 5px 0 0 25px;
	display: inline-block; clear: right; float: right;
}
.recActLinks a {
	color: rgba(112,20,0,0.7); /* clr: #701400 */
}
.recActLinks a:hover {
	color: #03a10f;
}



/*	ControlPanel
-------------------------------------------------------------- */
#controlPanel {
	color: #462721;
	text-align: left;
	font-size: 0.75em;
	background-color: rgba(256,150,0,0.2); /*color= #ff9500*/
	position: relative;
	left: 0; right: 0;
	height: auto;
	margin: 0; padding: 0 10px 10px 10px;
	display: block; clear: both; z-index: 0;
}
#controlPanel a, #controlPanel a:active, #controlPanel a:link, #controlPanel a:visited {
	color: rgba(2,62,14,0.9);
}
#controlPanel a:hover {
	color: rgba(27,116,15,0.9);
}
#controlPanel form {
	margin: 0;
	padding: 0;
	width: 100%;
}
#controlPanel span {
	text-decoration: none;
	margin: 0 10px 0 10px;
	padding: 0;
	float: left;
	display: inline-block;
}
#controlPanel span:first-child {
	margin: 0 10px 0 20px;
}
#controlPanel fieldset {
	color: #462721;
	text-align: center;
	vertical-align: text-top;
	background-color: rgba(255,255,255,0.1);
	border: 1px dotted rgba(54,54,54,0.3);
	position: relative;
	height: auto;
	width: auto;
	margin: 5px 5px 0 0;
	padding: 5px 5px 0 5px;
	display: inline-block;
}
#controlPanel fieldset:first-child {
	margin: 0 5px 0 0;
}
#controlPanel legend {
	cursor: pointer;
	color: rgba(54,54,54,0.6);
	font-size: 1.15em;
	/*font-weight: bold;*/
	position: relative;
	top: 0;
	left: 0;
	margin: 0 5px 0 5px;
	display: block;
}
#controlPanelLabel {
	font-size: 2em;
	font-weight: bold;
	position: absolute; right: 0; bottom: 0;
	margin: 0; padding: 0 5px 0 0;
	display: block; clear: left; opacity: 0.1;
}
#controlPanel button {
	cursor: pointer;
	color: rgba(70,39,33,0.9); /*color= #462721*/
	text-align: center;
	font-size: inherit;
	font-weight: inherit;
	background-color: rgba(255,150,0,0.3);
	border: 1px solid rgba(54,54,54,0.2);
	box-shadow: 0px 0px 5px rgba(255,255,0,0.6);
	-webkit-box-shadow: 0px 0px 5px rgba(255,255,0,0.6);
	-moz-box-shadow: 0px 0px 5px rgba(255,255,0,0.6);
	width: auto;
	margin: 0 0 7px 0;
	padding: 3px 6px 3px 6px;
	display: inline-block;
}
#controlPanel select {
	font-size: inherit !important;
	font-weight: inherit !important;
	background-color: rgba(255,150,0,0.3) !important;
	border: 1px solid rgba(54,54,54,0.2) !important;
	box-shadow: 0px 0px 5px rgba(255,255,0,0.6) !important;
	-webkit-box-shadow: 0px 0px 5px rgba(255,255,0,0.6) !important;
	-moz-box-shadow: 0px 0px 5px rgba(255,255,0,0.6) !important;
	padding: 0;
	display: inline-block !important; opacity: 0.9 !important;
}

#cpDivide {
	color: rgba(255,255,255,0.2);
	text-align: center; font-size: 1em;
	background-color: rgba(0,0,0,0.7);
	position: relative;
	top: 0; right: 0; left: 0;
	width: 100% !important; height: 10px !important;
	margin: 0 !important; padding: 0 !important;
	display: block !important; overflow: visible !important;
}

/* cpAction */
button.cpAction, select.cpAction {
	text-align: center;
	font-size: 0.7em;
	background-color: rgba(255,150,0,0.3);
	border-top: 1px solid rgba(54,54,54,0.2);
	border-bottom: none;
	border-right: none;
	border-left: 1px solid rgba(54,54,54,0.2);
	width: auto;
	margin: 0;
	padding: 3px;
	float: right;
	display: block;
	clear: left;
}



/*	Login (landing page)
-------------------------------------------------------------- */
.loginBox {
	color: inherit;
	text-align: center;
	vertical-align: middle;
	position: relative; top: 10%;
	width: auto; height: auto;
	margin: 50px 0 0 0; padding: 0;
	display: inline-block;
	border: 10px solid rgba(0,0,0,0.1);
	border-radius: 10px;
}
form.loginForm, div.loginForm, form.registerForm, div.registerForm, form.resetPassForm, div.resetPassForm {
	color: inherit;
	width: inherit; height: auto;
	margin: 0; padding: 25px 25px 55px 25px;
	border: 1px solid rgba(0,0,0,0.2);
}
form.loginForm:hover, div.loginForm:hover, form.registerForm:hover, div.registerForm:hover, form.resetPassForm:hover, div.resetPassForm:hover {
	background-color: rgba(234,232,70,0.2); /*color= #eae845*/
}
form.loginForm label, div.loginForm label, form.registerForm label, div.registerForm label, form.resetPassForm label, div.resetPassForm label {
	text-align: left;
	margin: 0 auto 0 auto;
	padding: 0;
	display: block;
}
form.loginForm a, div.loginForm a, form.registerForm a, div.registerForm a, form.resetPassForm a, div.resetPassForm a {
	font-size: 0.7em;
	margin: 0;
	float: left; display: block;
}
form.loginForm button, div.loginForm button, form.registerForm button, div.registerForm button, form.resetPassForm button, div.resetPassForm button {
	color: inherit;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	background-color: transparent;
	background: none;
	border: none;
	position: absolute;
	right: 0px; bottom: 0px;
	width: auto;
	margin: 0; padding: 5px;
	display: block; clear: both;
}
form.loginForm button:hover, div.loginForm button:hover, form.registerForm button:hover, div.registerForm button:hover, form.resetPassForm button:hover, div.resetPassForm button:hover {
	color: #03a10f;
}
form.loginForm button:focus, div.loginForm button:focus, form.registerForm button:focus, div.registerForm button:focus, form.resetPassForm button:focus, div.resetPassForm button:focus {
	color: rgba(255,117,0,0.8) !important;
	box-shadow: none !important;
}



/*	Register (landing page)
--------------------------------------------------------------
form.registerForm {
	vertical-align: middle;
	border: 10px solid rgba(0,0,0,0.5);
	position: relative;
	top: 15%;
	padding: 25px;
	display: inline-block;
}
form.registerForm:hover {
	background-color: rgba(234,232,70,0.2); /*color= #eae845
}
form.registerForm span {
	text-align: left;
	margin: 0 auto 0 auto;
	padding: 0;
	display: block;
}
form.registerForm button {
	cursor: pointer;
	color: rgba(70,39,33,0.9); /*color= #462721
	text-align: center;
	font-size: 0.8em;
	background-color: rgba(255,150,0,0.2);
	border-top: 1px solid rgba(54,54,54,0.2);
	border-bottom: none;
	border-left: 1px solid rgba(54,54,54,0.2);
	border-right: none;
	position: relative;
	right: -25px;
	bottom: -25px;
	width: auto;
	margin: 0;
	padding: 5px;
	float: right;
	display: block;
	clear: left;
}
form.registerForm a {
	font-size: 0.7em;
	margin: 0 5px 0 5px;
	float: left;
	display: block;
}



/*	Reset Password Request (landing page)
--------------------------------------------------------------
form.resetPassForm, div.resetPassForm {
	vertical-align: middle;
	border: 10px solid rgba(0,0,0,0.5);
	position: relative;
	top: 15%;
	padding: 25px;
	display: inline-block;
}
form.resetPassForm:hover, div.resetPassForm:hover {
	background-color: rgba(234,232,70,0.2); /*color= #eae845
}
form.resetPassForm label, div.resetPassForm label {
	text-align: left;
	margin: 0 auto 0 auto;
	padding: 0;
	display: block;
}
form.resetPassForm button, div.resetPassForm button {
	cursor: pointer;
	color: rgba(70,39,33,0.9); /*color= #462721
	text-align: center;
	font-size: 0.8em;
	background-color: rgba(255,150,0,0.2);
	border-top: 1px solid rgba(54,54,54,0.2);
	border-bottom: none;
	border-left: 1px solid rgba(54,54,54,0.2);
	border-right: none;
	position: relative;
	right: -25px;
	bottom: -25px;
	width: auto;
	margin: 0;
	padding: 5px;
	float: right;
	display: block;
	clear: left;
}
form.resetPassForm a, div.resetPassForm a {
	font-size: 0.7em;
	margin: 0 5px 0 5px;
	float: left;
	display: block;
}



/*	Mod Data Entry
-------------------------------------------------------------- */
.mod-form-entry {
	text-align: center;
	position: relative;
	width: 100%; height: auto;
	margin: 0 auto; padding: 0 0 55px 0;
	display: table;
}
.mod-form-entry input[type="text"] {
	text-align: center;
	margin-bottom: 0 !important;
}
.mod-form-entry p {
	color: rgba(70,39,33,0.7);
	font-size: 0.95em;
	position: relative;
	width: 100%; height: auto;
	margin: 0 auto; padding: 8px 10px;
	display: block; clear: both;
	page-break-inside: avoid;
}
.mod-form-entry fieldset, fieldset.mod-form-entry {
	color: rgba(70,39,33,0.8);
	vertical-align: text-top;
	border-top: 1px dotted rgba(54,54,54,0.4);
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin: 0 auto; padding: 0 10px 0 10px;
	display: block;
	page-break-inside: avoid !important;
}
.mod-form-entry legend {
	color: rgba(0,0,0,0.6);
	font-size: 1.2em; font-weight: bold;
	z-index: 0;
	page-break-inside: avoid !important;
}
.mod-form-entry article {
	text-align: center; vertical-align: top;
	position: relative;
	width: auto; height: auto;
	margin: 5px 3px !important; padding: 3px !important;
	border: 1px solid rgba(0,0,0,0.1);
	display: inline-block;
}
.mod-form-entry article dfn {
	font-size: 1em; font-weight: bold; font-style: normal;
	background-color: rgba(0,0,0,0.1);
	position: relative;
	width: inherit; height: auto;
	margin: -5px -5px 7px -5px !important; padding: 3px;
	display: block; clear: both;
}
#mod-form-entry-ctrl {
	text-align: center;
	background-color: #ffffff;
	background-image: url('/images/layout/pageBackDrop_02.jpg');
	background-attachment: fixed;
	background-position: center top;
	position: fixed; right: 20px; bottom: 20px; left: 20px;
	height: 35px;
	margin: 0; padding: 0;
	border-top: 1px solid rgba(0,0,0,0.3);
	display: block; overflow: hidden;
}
#mod-form-entry-ctrl p {
	position: absolute; top: -20px; bottom: 0; left: 0;
	width: 110%;
	margin: 0 auto; padding: 0;
	display: block;
	box-shadow: inset 0 0 10px #2c2c2c;
	-moz-box-shadow: inset 0 0 10px #2c2c2c;
	-webkit-box-shadow: inset 0 0 10px #2c2c2c;
}
#mod-form-entry-ctrl article {
	position: relative;
	width: 100%; height: auto;
	margin: 0 auto !important; padding: 0 !important;
	display: inline-block;
	border: none;
}
#mod-form-entry-ctrl article a, #mod-form-entry-ctrl article a:visited {
	color: rgba(70,39,33,0.7);
}
#mod-form-entry-ctrl button {
	color: rgba(0,0,0,0.5);
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	background-color: transparent; background: none;
	width: auto; height: auto;
	margin: 0 !important; padding: 5px !important;
	display: inline-block;
	border: none;
}
#mod-form-entry-ctrl button:hover {
	color: rgba(255,117,0,0.8) !important;
}
#mod-form-entry-ctrl button:focus {
	color: rgba(255,117,0,0.8) !important;
	box-shadow: none !important;
}



/*	Line Data
-------------------------------------------------------------- */
.lineData {
	color: rgba(70,39,33,0.7);
	font-size: 1em;
	position: relative;
	margin: 0 auto 0 auto; padding: 8px 0 8px 0;
	display: block; clear: both;
	page-break-inside: avoid;
}
.lineData a, .lineData a:active, .lineData a:link, .lineData a:visited {
	color: rgba(2,62,14,0.9);
	vertical-align: middle;
}
.lineData a:hover {
	color: rgba(27,116,15,0.9);
}
.lineData fieldset, fieldset.lineData {
	color: rgba(70,39,33,0.8);
	text-align: left; vertical-align: text-top;
	border-top: 1px dotted rgba(54,54,54,0.4);
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin: 0 auto; padding: 0 10px 0 10px;
	display: block;
}
.lineData legend {
	color: rgba(0,0,0,0.6);
	font-size: 1.2em; font-weight: bold;
	position: relative;
	margin: 0;
	z-index: 0;
}
.lineData fieldset article {
	text-align: left;
	position: relative;
	background-color: rgba(70,39,33,0.1);
	border: 1px solid rgba(54,54,54,0.1);
	border-radius: 5px;
	-moz-border-radius: 5px;
	width: auto; height: auto;
	margin: 3px; padding: 0px;
	float: left; display: inline-block;
	overflow: hidden;
	box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
}
.lineData fieldset label {
	width: inherit; height: inherit;
	margin: 0; padding: 0;
	display: inline-block;
}
.lineData article cite {
	text-align: center;
	vertical-align: sub;
	font-style: normal;
	width: auto; height: auto;
	margin: 0px auto; padding: 0px 5px;
	display: inline-block;
}
.lineData fieldset article em {
	color: rgba(0,0,0,0.6);
	font-size: inherit; font-style: normal;
	line-height: inherit;
	vertical-align: middle;
	position: relative; left: -3px;
	background-color: rgba(27,116,15,0.1);
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	width: auto; height: auto;
	margin: 0px; padding: 3px 5px;
	float: left; display: inline-block !important; clear: left;
	box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
}
.lineData img {
	margin: 3px;
	display: block;
}
.lineData fieldset article aside, aside.dataLink {
	color: rgba(0,0,0,0.5);
	font-size: inherit;
	line-height: inherit;
	position: relative; right: -3px;
	background-color: rgba(255,150,0,0.2);
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	width: auto; height: auto;
	margin: 0 auto; padding: 3px 5px;
	float: right; display: inline-block; clear: right;
	box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
}
.lineData fieldset article aside a, aside.dataLink a {
	vertical-align: text-top;
	margin: 0; padding: 0 3px;
}



/*	Line Question
-------------------------------------------------------------- */
.lineQuestion {
	color: rgba(70,39,33,0.7);
	font-size: 1.1em;
	position: relative;
	margin: 0 auto 0 auto; padding: 8px 0 8px 0;
	display: block; clear: both;
	page-break-inside: avoid;
}
.lineQuestion p {
	margin: 0 0 10px 0; padding: 0;
}
.lineQuestion a, .lineQuestion a:active, .lineQuestion a:link, .lineQuestion a:visited {
	color: rgba(2,62,14,0.9);
	vertical-align: center;
}
.lineQuestion a:hover {
	color: rgba(27,116,15,0.9);
}
.lineQuestion fieldset, fieldset.lineQuestion {
	color: rgba(70,39,33,0.7);
	text-align: left; vertical-align: text-top;
	border-top: 1px dotted rgba(54,54,54,0.4);
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin: 0 auto; padding: 0 10px 0 10px;
	display: block;
}
.lineQuestion legend {
	color: rgba(0,0,0,0.6);
	font-size: 1.2em;
	font-weight: bold;
	float: left; z-index: 0;
}
.lineQuestion fieldset dfn, .sig-wrap {
	position: relative;
	background-color: rgba(255,255,255,0.3);
	border: 1px solid rgba(54,54,54,0.1);
	border-radius: 5px;
	-moz-border-radius: 5px;
	width: auto; height: auto;
	margin: 5px; padding: 5px !important;
	display: inline-block;
}
.lineQuestion span, .lineQuestion b {
	vertical-align: middle;
	margin: 0px 4px;
}
.lineQuestion fieldset dfn em {
	color: rgba(0,0,0,0.5);
	font-size: inherit;
	vertical-align: middle;
	position: relative;
	top: -3px; bottom: -3px; left: -3px;
	background-color: rgba(27,116,15,0.1);
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	width: auto; height: inherit;
	margin: 0 5px 0 0; padding: 6px 4px 0 6px;
	float: left; display: block;
}
.lineQuestion img {
	margin: 3px;
	display: block;
}
.lineQuestion input[type="text"], .lineQuestion textarea {
	background-color: transparent !important;
	border: 1pt solid rgba(0,0,0,0.1) !important;
	margin: 0 !important;
}
.lineQuestion input[type="text"]:focus, .lineQuestion textarea:focus {
	background-color: rgba(255,255,255,0.3) !important;
}
.lineQuestion input[type="submit"] {
	margin: 0 auto;
	display: block; clear: both;
}
aside.questionLink {
	color: rgba(0,0,0,0.5);
	font-size: inherit;
	vertical-align: middle;
	position: relative;
	top: -3px;
	right: -3px;
	bottom: -3px;
	background-color: rgba(255,150,0,0.2);
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	width: auto; height: inherit;
	margin: 0; padding: 6px 4px 0 6px;
	float: right; display: block;
}
aside.questionLink a {
	vertical-align: top;
	margin: 0; padding: 0 3px 0 3px;
}
.completedAnswerOverlay {
	text-align: center;
	background-color: rgba(174,242,174,0.2);
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	width: 100%; height: 100%;
	margin: 0; padding: 0.5em 1em 1em 1em;
}
.lockQuestionOverlay {
	text-align: center;
	background-color: rgba(0,0,0,0.1);
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	width: 100%; height: 100%;
	margin: 0; padding: 21px;
}
.completedAnswerOverlay p, .lockQuestionOverlay p {
	color: rgba(0,0,0,0.2);
	font-size: 0.8em;
	font-weight: normal;
	vertical-align: center;
	width: auto; height: auto;
	margin: 0; padding: 0;
	float: right; display: inline-block;
}



/*	Line Item
-------------------------------------------------------------- */
.lineDivideTop {
	border-top: 1px dotted rgba(0,0,0,0.5);
	margin-top: 7px !important; padding-top: 7px !important;
}
.infoPack {
	vertical-align: baseline;
	position: relative;
	top: 0; bottom: 0;
	width: auto; height: inherit;
	margin: 0; padding: 0;
	display: table; float: left;
}
.infoControl {
	height: 102px !important;
	overflow: hidden;
}
.lineItem {
	color: #363636;
	font-size: 0.9em;
	line-height: 1.1em;
	position: relative;
	margin: 0 auto 0 auto; padding: 8px 0 8px 0;
	display: block; clear: both;
}
div.lineItem:first-child {
	padding: 16px 0 8px 0;
}
div.lineItem:last-child {
	padding: 8px 0 16px 0;
}
.lineItem:hover {
	background-color: rgba(234,232,70,0.15); /*color= #eae845*/
}
.lineItem fieldset {
	text-align: left;
	vertical-align: text-top;
	border-top: 1px dotted rgba(54,54,54,0.4);
	border-bottom: 1px dotted rgba(54,54,54,0.4);
	border-left: none;
	border-right: none;
	position: relative;
	right: 0;
	left: 0;
	margin: 0;
	padding: 0 10px 10px 10px;
	display: block;
}
.lineItem legend {
	color: rgba(0,0,0,0.6);
	font-weight: bold;
	z-index: 0;
}
.lineItem legend em {
	color: rgba(54,54,54,0.3);
	font-size: 0.7em;
}
.lineItem button {
	text-align: center;
	font-size: 0.7em;
	background-color: rgba(255,150,0,0.3);
	border-top: none;
	border-bottom: 1px solid rgba(54,54,54,0.2);
	border-right: none;
	border-left: 1px solid rgba(54,54,54,0.2);
	position: relative;
	top: -13px;
	right: -9px;
	bottom: 0;
	width: auto;
	height: inherit;
	margin: 0;
	padding: 3px 0 3px 3px;
	float: right;
	display: block;
}
.subLineItem {
	color: #363636;
	text-align: left;
	font-size: inherit;
	line-height: 1.1em;
	position: relative;
	width: 100%; height: auto;
	margin: 0 auto 0 auto; padding: 4px 7px;
	display: table; clear: both; cursor: pointer;
}
.subLineItem span, .subLineItem strong, .subLineItem b, .subLineItem dfn, .subLineItem em {
	vertical-align: baseline;
}
.subLineItem:hover {
	background-color: rgba(190,75,43,0.1); /*color= #eae845*/
}
p.infoBox, form.infoBox {
	vertical-align: middle;
	font-size: inherit;
	line-height: inherit;
	width: auto;
	margin: 0 3px 0 3px;
	padding: 5px 0 0 0;
	float: left;
	display: block;
}
p strong.infoBox, form strong.infoBox {
	color: #462721;
	background-color: rgba(255,150,0,0.1);
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	width: auto;
	height: auto;
	margin: 0 auto 0 auto;
	padding: 0 0 5px 5px;
	display: block;
	clear: both;
}
p.infoBox span, form.infoBox span {
	background-color: rgba(70,39,33,0.1); /*color= #462721*/
	border: 1px solid rgba(54,54,54,0.1); /*color= #363636*/
	position: relative;
	left: 0;
	right: 0;
	height: auto;
	width: inherit;
	margin: 0;
	padding: 7px;
	display: block;
	clear: both;
}
p.infoBox b {
	padding: 0;
	margin: 0;
	display: inline-block;
}
p.infoBox button:first-child, form.infoBox button:first-child {
	border-right: 1px solid rgba(54,54,54,0.2);
	margin: 0;
}
p.infoBox button, form.infoBox button {
	cursor: pointer;
	text-align: center;
	font-size: 0.7em;
	font-weight: normal;
	background-color: rgba(255,150,0,0.2);
	border-top: 1px solid rgba(54,54,54,0.2);
	border-bottom: none;
	border-left: 1px solid rgba(54,54,54,0.2);
	position: relative;
	top: 0;
	right: 0;
	margin: 0;
	padding: 3px;
	float: right;
	display: inline-block;
}

p.infoBox_lineItem, form.infoBox_lineItem {
	vertical-align: middle;
	font-size: inherit;
	line-height: inherit;
	width: auto;
	margin: 0 3px 0 3px;
	padding: 5px 0 0 0;
	float: left;
	display: block;
}
p strong.infoBox_lineItem, form strong.infoBox_lineItem {
	color: #462721;
	background-color: rgba(255,150,0,0.1);
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	width: auto;
	height: auto;
	margin: 0 auto 0 auto;
	padding: 0 0 5px 5px;
	display: block;
	clear: both;
}
p.infoBox_lineItem span, form.infoBox_lineItem span {
	background-color: rgba(70,39,33,0.1); /*color= #462721*/
	border: 1px solid rgba(54,54,54,0.1); /*color= #363636*/
	position: relative;
	left: 0;
	right: 0;
	height: auto;
	width: inherit;
	margin: 0;
	padding: 7px;
	display: block;
	clear: both;
}
p.infoBox_lineItem span b, form.infoBox_lineItem span b {
	cursor: pointer;
	text-align: left;
	font-size: inherit;
	font-weight: normal;
	line-height: 1.35em;
	position: relative;
	right: 0;
	left: 0;
	width: 100%;
	height: auto;
	margin: 0 7px 0 auto;
	padding: 2px 0 2px 0;
	display: inline-block;
}
p.infoBox_lineItem span b:hover, form.infoBox_lineItem span b:hover {
	background-color: rgba(234,232,70,0.4); /*color= #eae845*/
}
p.infoBox_lineItem span b em, form.infoBox_lineItem span b em {
	color: rgba(54,54,54,0.5);
	text-align: right;
	font-size: 0.8em;
	font-weight: bold;
	line-height: inherit;
	position: relative;
	top: 0;
	left: 0;
	height: auto;
	width: 4em;
	margin: 0;
	padding: 0 5px 0 0;
	float: left;
	display: inline-block;
}
p.infoBox_lineItem span b, p.infoBox_lineItem span em, p.infoBox_lineItem span a {
	vertical-align: middle;
}
p.infoBox_lineItem button, form.infoBox_lineItem button {
	cursor: pointer;
	text-align: center;
	font-size: 0.7em;
	font-weight: normal;
	background-color: rgba(255,150,0,0.2);
	border-top: 1px solid rgba(54,54,54,0.2);
	border-bottom: none;
	border-left: 1px solid rgba(54,54,54,0.2);
	border-right: 1px solid rgba(54,54,54,0.2);
	position: relative;
	top: 0;
	right: 0;
	margin: 0 0 0 8px;
	padding: 3px 6px 3px 6px;
	float: right;
	display: inline-block;
}



/*	Calendar
-------------------------------------------------------------- */
.calTargetMarker {
	color: rgba(0,0,0,0.2) !important;
	font-size: 15em !important;
	position: absolute !important;
	right: -0.6em !important;
	top: -0.4em !important;
	margin: 0; padding: 0;
	display: block; z-index: -9999 !important; opacity: 0.3 !important;
}

/*Calendar Legend (Mon-Sun)*/
ul.calRow_weekLegend {
	color: rgba(0,0,0,0.7);
	text-align: center;
	font-size: 0.8em; font-weight: bold;
	line-height: 0.8em;
	border: 1px dotted rgba(54,54,54,0.2);
	position: relative;
	right: 0; left: 0;
	width: inherit; height: 25px;
	margin: 0 auto 0 auto; padding: 0;
	display: block; clear: both;
}
ul.calRow_weekLegend li {
	background-image: url('/images/layout/botDropShade_25px.png');
	background-repeat: repeat-x;
	background-color: rgba(33,73,116,0.1);
	width: 14.283%; height: 100%;
	margin: 0; padding: 0;
	float: left; display: inline-block;
}
ul.calRow_weekLegend li span {
	line-height: 2em;
	margin: 0; padding: 5px 0 5px 0 !important;
}


/*Month Calendar*/
.calRow_month {
	font-size: 1em;
	line-height: 0.8em;
	text-align: center;
	position: relative;
	height: 20%;
	margin: 0 auto 0 auto; padding: 0;
	display: block; clear: both;
}
.calRow_month article {
	text-align: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid rgba(0,0,0,0.4);
	border-left: 1px solid rgba(0,0,0,0.4);
	position: relative;
	width: 14.283%; height: 100%;
	float: left; display: block; overflow: hidden;
}
.calRow_month article:first-child {
	border-left: none;
}
.calRow_month a {
	width: 100%; height: 100%;
	margin: 0; padding: 0;
	display: block;
}
.calRow_month article ul {
	white-space: nowrap;
	font-size: 0.8em;
	width: inherit;
	margin: 0; padding: 5px;
	display: block; overflow: hidden;
}
.calRow_month article ul li {
	border-top: 1px dotted rgba(0,0,0,0.3);
	width: inherit;
	margin: 0; padding: 3px 5px 3px 5px;
	display: block; clear: both; overflow: hidden;
}
.calRow_month article ul li:first-child {
	border-top: 0px;
}
.calRow_month h2 {
	color: rgba(0,0,0,0.4);
	font-size: 0.8em;
	text-align: right;
	font-weight: normal;
	background-color: rgba(33,73,116,0.1);
	border-bottom: 1px solid rgba(33,73,116,0.1);
	position: relative;
	top: 0px;
	width: 100%; height: 1.7em;
	margin: 0 auto 0 auto; padding: 3px 0 3px 0;
	display: inline-block;
}
.calRow_month h2 aside {
	font-size: 1.2em;
	text-align: center;
	font-style: normal; font-weight: bold;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: rgba(33,73,116,0.2);
	/*border-top: none;
	border-right: none;
	border-bottom: 1px solid rgba(0,0,0,0.4);
	border-left: 1px solid rgba(0,0,0,0.4);*/
	position: relative;
	top: -3px; right: 0px;
	width: 1.7em; height: inherit;
	margin: 0 0 0 5px; padding: 3px;
	float: right; cursor: pointer; display: block;
}


/*Week Calendar*/
.calWeek {
	font-size: 1em;
	line-height: 0.8em;
	text-align: center;
	position: relative;
	width: auto; height: 1500%;
	display: block !important; overflow: visible;
}
.calWeek article {
	text-align: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid rgba(0,0,0,0.4);
	position: relative !important;
	top: 0 !important; right: 0 !important; bottom: 0 !important; left: 0 !important;
	width: 14.283%; height: 100% !important;
	float: left; display: block !important; overflow: hidden;
}
.calWeek article:first-child {
	border-left: none;
}
.calWeek article a {
	width: 100%; height: 100%;
	margin: 0; padding: 3px 5px 3px 5px;
	display: block; z-index: 9999 !important;
}
.calWeek article ul {
	white-space: nowrap;
	font-size: 0.8em;
	width: 100%;
	margin: 0; padding: 0;
	display: block; overflow: hidden; z-index: 9999 !important;
}
.calWeek article ul li {
	border-top: 1px dotted rgba(0,0,0,0.3);
	margin: 0; padding: 3px 5px 3px 5px;
	display: block; clear: both;
}
.calWeek article ul li:first-child {
	border-top: none;
}
.calWeek h2 {
	color: rgba(0,0,0,0.4);
	font-size: 0.8em;
	text-align: right;
	font-weight: normal;
	background-color: rgba(33,73,116,0.1);
	border-bottom: 1px solid rgba(33,73,116,0.1);
	position: relative;
	width: 100%; height: 1.7em;
	margin: 0 auto 0 auto; padding: 3px 0 3px 0;
	display: inline-block;
}
.calWeek h2 aside {
	font-size: 1.2em; font-style: normal; font-weight: bold;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: rgba(33,73,116,0.2);
	/*border-top: none;
	border-right: none;
	border-bottom: 1px solid rgba(0,0,0,0.4);
	border-left: 1px solid rgba(0,0,0,0.4);*/
	position: relative;
	top: -3px; right: 0px;
	width: 1.7em; height: inherit;
	margin: 0 0 0 5px; padding: 3px;
	float: right; cursor: pointer; display: block;
}


/*Day Calendar*/
.calRow_day {
	font-size: 1em;
	line-height: 0.8em;
	text-align: center;
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	clear: both;
}
.calRow_day article {
	text-align: left;
	border-top: 1px solid rgba(0,0,0,0.4);
	position: relative;
	width: 100%;
	height: 45px;
	display: table;
	overflow: auto;
}
.calRow_day article:first-child {
	border-top: none;
}
.calRow_day a {
	margin: 0;
	padding: 0;
	display: block;
}
.calRow_day article ul {
	font-size: 0.8em;
	margin: 0 0 0 3.5em;
	padding: 0;
	display: block;
	clear: both;
}
.calRow_day article ul li {
	border-top: 1px dotted rgba(0,0,0,0.3);
	width: auto;
	margin: 0;
	padding: 3px 5px 3px 15px;
	display: block;
}
.calRow_day article ul li:first-child {
	border-top: none;
}
.calRow_day h1 {
	font-size: 0.8em;
	text-align: center;
	font-style: normal;
	position: absolute;
	width: 3.5em;
	height: inherit;
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
}
.calRow_day h1 span {
	vertical-align: middle;
	margin: 0;
	padding: 7px 0 0 0;
}
.calRow_day p {
	font-size: 0.8em;
	text-align: center;
	font-style: normal;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-right: 1px solid rgba(0,0,0,0.4);
	position: absolute;
	top: 0;
	width: 3.5em;
	height: 100%;
	margin: 0;
	padding: 3px;
	display: block;
}
/*
.calRow_day h2 {
	color: rgba(0,0,0,0.4);
	font-size: 0.8em;
	text-align: right;
	font-weight: normal;
	background-color: rgba(33,73,116,0.1);
	border-bottom: 1px solid rgba(33,73,116,0.1);
	width: auto;
	margin: 0 auto 0 auto;
	padding: 3px 0 3px 0;
	display: block;
}
*/

/*Calendar Variable Styling*/
a.calHiLite, a.calHiLite:link, a.calHiLite:visited, a.calHiLite:active {
	color: rgba(33,73,116,0.8);
}
a.calHiLite:hover {
	color: rgba(0,0,0,0.8);
}
.calMonth_overlap {
	background-image: url('/images/calendar/overlapBkgd.png') !important;
}
.calMonth_weekendBkgd {
	background-color: rgba(33,73,116,0.1) !important;
}
.calMonth_todayHiLite {
	background-color: rgba(0,237,25,0.1) !important;
}
.calWeek_weekendBkgd {
	background-color: rgba(33,73,116,0.1) !important;
}
.calWeek_todayHiLite {
	background-color: rgba(0,237,25,0.1) !important;
}
.calDay_nowHiLite {
	background-color: rgba(0,237,25,0.1) !important;
}
.calDay_hourHiLite {
	background-color: rgba(203,136,3,0.1);
}
.calTarget_hiLite {
	background-color: rgba(255,150,0,0.1) !important;
}
.calWeek_dayClose {
	color: rgba(0,0,0,0.2);
	text-align: center;
	font-weight: bold;
	background-image: url('/images/layout/botDropShade_25px.png');
	background-repeat: repeat-x;
	border-top: 1px dotted rgba(0,0,0,0.2);
	height: 75px;
	margin: auto !important;
	padding: 5px 0 0 0 !important;
	display: block !important;
	cursor: pointer;
}



/*	Analytics Report
-------------------------------------------------------------- */
.analyticsReport h1 {
	text-align: center !important;
	font-size: 1em !important;
	border-bottom: 2px solid #000000 !important;
	margin: 0; padding: 15px 7px 3px 7px !important;
	display: block !important; clear: both !important;
}
.analyticsReport h1 em {
	font-size: 0.9em !important;
}



/*	News Ticker
-------------------------------------------------------------- */
#newsTicker {
 padding: 20px;
}

ul#news {
 list-style: none;
 margin: 0;
 padding: 0;
}

ul#news li {
 margin: 0;
}

ul#news li.loud {
 color: #c00;
 font-weight: bold;
}



/*	CSR: Case Service Report;
-------------------------------------------------------------- */
h1#csr-title {
	color: rgba(0,0,0,0.6);
	font-size: 1.5em; text-align: center;
	background-color: rgba(174,242,174,0.4); /* color: #AEF2AE */
	border-top: 1px solid rgba(0,0,0,0.6);
	border-bottom: 1px solid rgba(0,0,0,0.6);
	position: relative; top: 0; right: 0; left: 0;
	width: 100%; height: auto;
	margin: 10px auto 0 auto; padding: 7px;
	display: table; clear: both ; z-index: 0;
	box-sizing: border-box ;
	-moz-box-sizing: border-box ;
	-webkit-box-sizing: border-box ;
}
h1#csr-title i {
	vertical-align: top;
	margin-top: 2px;
}

div#csr-doc-tag {
	position: absolute; top: 0; right: 0;
	margin: 0 !important; padding: 0 5px 5px 5px !important;
	display: inline-block; float: right;
}