/**** HTML TAGS ****/
BODY { 
	margin: 0px; 
	/* this path may have to be adjusted based on local pathway */
	background-image: url(../images/common/background_nav.gif); 
	background-repeat: repeat-y;
	background-color: #FFF; 
	font-family: verdana,arial,helvetica,sans-serif; 
}
body.night {
	margin: 0px; 
	/* this path may have to be adjusted based on local pathway */
	background-image: url(../images/common/background_nav_night.gif); 
	background-repeat: repeat-y;
	background-color: black; 
	font-family: verdana,arial,helvetica,sans-serif;
}
textarea, input, button, select { 
	font-family: inherit; 
	font-size: inherit; 
}

/* these applies to form elements */
input[type="button"], input[type="submit"], button, input.btn1 {
	min-width: 80px;
}
input[type="button"], input[type="submit"], button, input.btn1 {
	font-size: 11px; 
	font-weight: normal; 
	color: #FFF;
	background-color: #777;
	padding: 2px 8px;
	width: auto;
	overflow: visible;
	cursor: pointer;
}
input[type="button"]:hover:not(:disabled), input[type="submit"]:hover:not(:disabled), button:hover:not(:disabled), input.btn1:hover:not(:disabled) {
	color: yellow;
	background-color: #999;
}
input[type="button"]:disabled, input[type="submit"]:disabled, button:disabled, input.btn2 {
	color: #666;
	background-color: #e8e8e8;
	cursor: not-allowed;
}
INPUT.btn3 {
	font-size: 11px; 
	font-weight: normal; 
	color: #000;
	background-color: #8492B5;
	padding: 0 3px 1px 2px;
}
INPUT.btn4 {
	font-size: 12px; 
	font-weight: bold; 
	color: yellow;
	background-color: blue;
	padding: 0 3px 1px 2px;
	border-top: 2px solid yellow;
	border-left: 2px solid yellow;
	border-right: 2px solid yellow;
	border-bottom: 2px solid yellow;
	width: auto;
	overflow: visible;
}
SELECT {
	font-size: 12px; 
	font-weight: normal; 
}
body.night SELECT {
	font-size:12px; 
	font-weight: normal; 
	background-color: #1E222E;
	border-top: 1px solid #9BA4CB;
	border-left: 1px solid #9BA4CB;
	border-right: 1px solid #9BA4CB;
	border-bottom: 1px solid #9BA4CB;
	border-color: #9BA4CB;
	color: #70D500;
}

SELECT.menu {
	font-size: 12px; 
	font-weight: normal; 
}

SELECT.selectlabel {
	font-size: 12px; 
	font-weight: normal; 
}
body.night SELECT.selectlabel {
	font-size:12px; 
	font-weight: normal; 
	background-color: #1E222E;
	border-top: 1px solid #9BA4CB;
	border-left: 1px solid #9BA4CB;
	border-right: 1px solid #9BA4CB;
	border-bottom: 1px solid #9BA4CB;
	border-color: #9BA4CB;
	color: #70D500;
}

TEXTAREA
{
	background-color: #FFFFFF;
	font-size: 12px; 
	font-weight: normal; 
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;	
}
body.night TEXTAREA
{
	background-color: #1E222E;
	font-size: 12px; 
	font-weight: normal; 
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #70D500;	
}

INPUT[type="text"], INPUT[type="date"], INPUT.txt {
	background-color: #FFFFFF;
	font-size: 12px; 
	font-weight: normal; 
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;	
}
body.night INPUT[type="text"], body.night INPUT.txt {
	background-color: #1E222E;
	font-size: 12px; 
	font-weight: normal; 
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #9BA4CB;
	border-bottom: 1px solid #9BA4CB;
	color: #70D500;	
}

body.night INPUT[type="date"] {
	background-color: #1E222E;
	color: #70D500;	
	color-scheme: dark;
	-webkit-text-fill-color: #70D500;
}

INPUT.txtlabel {
	background-color: #FFFFFF;
	font-size: 12px; 
	font-weight: normal; 
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;	
}
body.night INPUT.txtlabel {
	background-color: #1E222E;
	font-size: 12px; 
	font-weight: normal; 
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #9BA4CB;
	border-bottom: 1px solid #9BA4CB;
	color: #70D500;	
}

INPUT.textLg {
	background-color: #FFFFFF;
	font-size: 16px; 
	font-weight: normal; 
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;	
}
body.night INPUT.textLg {
	background-color: #1E222E;
	font-size: 16px; 
	font-weight: normal; 
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #9BA4CB;
	border-bottom: 1px solid #9BA4CB;
	color: #70D500;	
}

INPUT.textLgGray {
	background-color: #FFFFFF;
	font-size: 16px; 
	font-weight: normal; 
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: gray;	
}
body.night INPUT.textLgGray {
	background-color: #1E222E;
	font-size: 16px; 
	font-weight: normal; 
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: gray;	
}

INPUT:invalid {
	background-color: yellow;
	border: 2px solid red;	
}
INPUT.txtReadOnly 
{
	background-color: #E8E8E8;
	font-size: 12px; 
	font-weight: normal; 
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;	
}
body.night INPUT.txtReadOnly 
{
	background-color: #999999;
	font-size: 12px; 
	font-weight: normal; 
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;	
}

textarea.txtArea
{
	background-color: #FFFFFF;
	font-size: 12px; 
	font-weight: normal; 
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

textarea.txtAreaReadOnly 
{
	background-color: #E8E8E8;
	font-size: 12px; 
	font-weight: normal; 
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;	
}

/**** TEXT STYLES ****/
P, .bodyText { 
	font-size: 11px; 
	font-weight: normal;
	color: #000;
	line-height: 130%;
}
body.night P, body.night .bodyText { 
	font-size: 11px; 
	font-weight: normal;
	color: #9BA4CB;
	line-height: 130%;
}

.popupBodyText { 
	font-size: 11px; 
	font-weight: normal;
	color: #000;
	line-height: 130%;
}
.boldText {
	font-size: 11px; 
	font-weight: bold;
	color: #000;
	line-height: 130%;
}
body.night .boldText {
	font-size: 11px; 
	font-weight: bold;
	color: #9BA4CB;
	line-height: 130%;
}

.emphasisText {
	font-size: 11px; 
	font-weight: normal;
	font-style: italic;
	color: #000;
	background: yellow;
	line-height: 130%;
}
body.night .emphasisText {
	font-size: 11px; 
	font-weight: normal;
	font-style: italic;
	color: #9BA4CB;
	background: yellow;
	line-height: 130%;
}

.bodyTextSm { 
	font-size: 10px; 
	font-weight: normal; 
	color: #000; 
}
body.night .bodyTextSm { 
	font-size: 10px; 
	font-weight: normal; 
	color: #70D500; 
}

.rapSheetText { 
	font-size: 11px; 
	font-weight: normal; 
	color: #000; 
}
body.night .rapSheetText { 
	font-size: 11px; 
	font-weight: normal; 
	color: #70D500; 
}

.boldTextSm {
	font-size: 10px; 
	font-weight: bold;
	color: #000;
}
body.night .boldTextSm {
	font-size: 10px; 
	font-weight: bold;
	color: #9BA4CB;
}

.boldTextSmGray {
	font-size: 10px; 
	font-weight: bold;
	color: Gray;
}
body.night .boldTextSmGray {
	font-size: 10px; 
	font-weight: bold;
	color: gray;
}

.boldTextMed {
	font-size: 12px; 
	font-weight: bold;
	color: #000;
}
body.night .boldTextMed {
	font-size: 12px; 
	font-weight: bold;
	color: #9BA4CB;
}

.boldHeaderText {
	font-size: 13px; 
	font-weight: bold;
	color: #000;
}

.bodyTextMed {
	font-size: 13px; 
	font-weight: normal;
	color: #000;
}
body.night .bodyTextMed {
	font-size: 12px; 
	font-weight: normal;
	color: #9BA4CB;
}

.boldTextLg {
	font-size: 16px; 
	font-weight: bold;
	color: #000;
}
body.night .boldTextLg {
	font-size: 16px; 
	font-weight: bold;
	color: #9BA4CB;
}

.plainTextLgGray {
	font-size: 32px; 
	font-weight: normal;
	color: black;
}
body.night .plainTextLgGray {
	font-size: 32px; 
	font-weight: normal;
	color: #9BA4CB;
}

.boldTextGry {
	font-size: 11px; 
	font-weight: bold;
	color: #666;
}

.titleText {
	font-size: 16px; 
	font-weight: bold;
	color: #FFF;
}
.neighborhoodText {
	font-size: 18px; 
	font-weight: bold;
	font-style: normal;
	color: yellow;
}
div.titleText {
	width: 35%;
	display: inline-block;
	vertical-align: top;
}
div.neighborhoodText {
	display: inline-block;
	line-height: 34px;
	text-align: right;
	float: right;
}
.titleLink {
	font-size: 12px; 
	font-weight: bold;
	color: #FFF;
}
.alertText {
	font-size: 11px; 
	font-weight: bold;
	font-style: italic;
	color: #C00;
}

.normalTextHint {
	font-weight: bold;
	color: blue;
}
body.night .normalTextHint {
	font-weight: bold;
	color: #0090FF;
}

span.disabledLabel {
	font-weight: bold;
	color: grey;
	font-size: 10px;
}

span.disabledLabel span.normalTextHint {
	color: grey;
}
.subtitle {
	font-size: 13px; 
	font-weight: bold;
	color: #339;
}
body.night .subtitle {
	font-size: 13px; 
	font-weight: bold;
	color: yellos;
}
.tabHL { 
	font-size: 13px; 
	font-weight: bold; 
	color: #666;  
	padding-left: 1.0ex;
}
body.night .tabHL { 
	font-size: 13px; 
	font-weight: bold; 
	color: #FFF;  
	padding-left: 1.0ex;
}

.tabHLhint { 
	font-weight: bold; 
	color: blue;
	font-size: 13px;
	font-style: italic;
}
body.night .tabHLhint { 
	font-weight: bold; 
	color: #70D500;
	font-size: 13px;
	font-style: italic;
}

/**** LAYOUT ****/
/* this style was added to, causing problems with tab display */
.topSpace { 
	margin-top: 8px; 
	/*border-style: solid; 
	border-width: 2px; 
	border-color: #CCCCCC; 
	padding-left:1.0ex;*/
}
/* above class takes care of this, consider removing this class */
.topSpaceNoBorder { 
	margin-top: 8px; 
	border-style: none; 
	padding-left:1.0ex;
}
.highlightY { 
	background-color: #FFFF96;  
	line-height: 130%;
	font-size: 11px;
	color: black;
}
.highlightY div.alertText {
    padding: 2px 6px;
}

.titleBarPurple { 
	background-color: #63C; 
}
body.night .titleBarPurple { 
	background-color: #9BA4CB; 
}

.footer { 
	font-size: 10px; 
	color: #666; 
	padding: 4px;
	margin-right: 4px;
	border-top: 1px solid #CCC;
	background-image: url(../images/peraton-logo-day.svg);
	background-size: 60px;
	background-repeat: no-repeat;
	background-position: top right;
	height: 18px;
}
body.night .footer { 
	font-size: 10px; 
	color: #9BA4CB;
	padding: 4px;
	margin-right: 4px;
	border-top: 1px solid #CCC;
	background-image: url(../images/peraton-logo-night.svg);
	background-size: 60px;
	background-repeat: no-repeat;
	background-position: top right;
	height: 18px;
}

.footerNoLogo { 
	font-size: 10px; 
	font-weight: normal; 
	color: #666; 
	border-top: 1px solid #CCC;
}
body.night .footerNoLogo { 
	font-size: 10px; 
	font-weight: normal; 
	color: #9BA4CB; 
	border-top: 1px solid #CCC;
	background-repeat:no-repeat;
	background-position:right;
}

.copyBox {
	padding-left: 4px;
}
.instructBox {
	width: 652px;
	padding-top: 8px;
	padding-bottom: 14px;
}
.container {
	height: 200px; 
	width: 600px; 
	overflow: auto;
	margin: 8px;
	width: 98%;
}
/**** TABLE STYLES ****/
.trSelected { 
	font-size: 13px; 
	font-weight: bold; 
	color: #EEEEEE;  
	cursor: pointer;
}
body.night .trSelected { 
	font-size: 13px; 
	font-weight: bold; 
	color: #9BA4CB;  
	cursor: pointer;
}

.trFound { 
	font-size: 13px; 
	font-weight: bold; 
	background:	#9BA4CB;  
	color: #FFFFFF;
	cursor: pointer;
}
.trMobileSelected { 
	font-size: 7px; 
	font-weight: bold; 
	color: #EEEEEE;  
	cursor: pointer;
}

.trPlain { 
	font-size: 13px; 
	color: #333333; 
	cursor: pointer;
}
body.night .trPlain { 
	font-size: 13px; 
	color: #9BA4CB; 
	cursor: pointer;
}

.trMobilePlain { 
	font-size: 7px; 
	color: #333333; 
	cursor: pointer;
}
.trSelectedNoHand { 
	font-size: 13px; 
	font-weight: bold; 
	color: #EEEEEE;  
}

.trPlainNoHand { 
	font-size: 13px; 
	color: #333333; 
}
body.night .trPlainNoHand { 
	font-size: 13px; 
	color: #9BA4CB; 
}

tr.oddRow {
	background-color: #FFFFFF;
}
body.night tr.oddRow {
	background-color: black;
}

tr.evenRow {
	background-color: #EEEEEE;
}
body.night tr.evenRow {
	background-color: #191D29;
}

/**** "altRowTbl" CLASS ****/
.altRowTbl {
	text-align: left;
	font-size: 13px; 
}

.altRowTbl thead tr {
	background-color: #E5E5CC;
}
body.night .altRowTbl thead tr {
	background-color: #5269AC;
}

.altRowTbl thead th,.altRowTbl thead td {
	border:	1px solid;
	border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
	font-weight: bold;
    color: #666;
	padding: 4px;
}
body.night .altRowTbl thead th, body.night .altRowTbl thead td {
	border:	1px solid;
	border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
	font-weight: bold;
	color: #e1e1e1;
	padding: 4px;
}

.altRowTbl tbody tr:nth-child(2n+1) {
	background-color: white;
	color: #333333;
}
body.night .altRowTbl tbody tr:nth-child(2n+1) {
	background-color: #191d29;
	color: #9ba4cb;
}

.altRowTbl tbody tr:nth-child(2n) {
	background-color: #eeeeee;
	color: #333333;
}
body.night .altRowTbl tbody tr:nth-child(2n) {
	background-color: black;
	color: #9ba4cb;
}

.altRowTbl tbody tr.trSelected {
	background-color: #6633CC;
	color: white;
}
body.night .altRowTble tbody tr.trSelected { 
	background-color: #5269AC;
	color: white;
}

.altRowTbl tbody tr td {
	padding: 1px 4px;
}
/**** "sort-table" CLASS  ****/
.sort-table {
	border:	1px Solid ThreeDShadow;
	background:	Window;
	color: WindowText;
}
body.night .sort-table {
	border:	1px Solid ThreeDShadow;
	background:	black;
	color: WindowText;
}

.sort-table thead {
	background:	ButtonFace;
}
.sort-table td {
	padding: 2px 5px;
	font-size: 9pt; 
}
.sort-table thead td {
	border:	1px solid;
	border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
	background-color: lightblue;
	cursor:	default;
    font-size: 9pt; 
	font-weight: bold;
    color: #666;
}
.sort-table thead td:active {
	border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
	padding: 3px 4px 1px 6px;
}
.sort-arrow {
	width: 11px;
	height: 11px;
	background-position: center center;
	background-repeat: no-repeat;
	margin:	0 2px;
}

.even { background:	#FFFFFF; }
body.night .even { }

.odd { background: #EEEEEE; }
body.night .odd { }

/**** NAVIGATION STYLES ****/
.boldTextNav {
	font-size: 11px; 
	font-weight: bold;
	color: #000;
}
body.night .boldTextNav {
	font-size: 11px; 
	font-weight: bold;
	color: #9BA4CB;
}

.navoff {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #CCC;
	background-color: #E5E5CC;
	padding-top: 5px;
	padding-bottom: 6px;
	font-size: 11px; 
	font-weight: bold;
}
body.night .navoff {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #CCC;
	background-color: #1E222E;
	padding-top: 5px;
	padding-bottom: 6px;
	font-size: 11px; 
	font-weight: bold;
	color: #0090FF;
}

.navoffplain {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #CCC;
	background-color: #E5E5CC;
	padding-top: 5px;
	padding-bottom: 6px;
	font-size: 11px; 
}
body.night .navoffplain {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #CCC;
	background-color:  black;
	padding-top: 5px;
	padding-bottom: 6px;
	font-size: 11px; 
	color: #9BA4CB
}

.navon {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #CCC;
	background-color: #6255B4;
	padding-top: 5px;
	padding-bottom: 6px;
	font-size: 11px; 
	font-weight: bold;
	color: #FFF;
}

.navon i {
	color: gold;
}

.navoff i {
	color: blue;
}

body.night .navon {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #CCC;
	background-color: #9BA4CB;
	padding-top: 5px;
	padding-bottom: 6px;
	font-size: 11px; 
	font-weight: bold;
	color: #FFF;
}

.qt-navon {
	font-size: 12px;
}

.qt-navoff {
	background-color: chartreuse;
}

.qt-navoff a {
	font-size: 12px;
}

body.night .qt-navon {
}
	
body.night .qt-navoff a {	
	color: chartreuse;
}

.subnav {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #CCC;
	background-color: #FFF;
	padding-top: 5px;
	padding-bottom: 6px;
	font-size: 10px; 
	font-weight: normal;
}
.subnav .fa-ul {
	margin-left: 2em;
}
.subnav .fa-li {
	left: -2em;
}
body.night .subnav {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #CCC;
	background-color: black;
	padding-top: 5px;
	padding-bottom: 6px;
	color: #9BA4CB;
	font-size: 10px; 
	font-weight: normal;
}

.subnavoff {
	padding-top: 1px;
	padding-bottom: 2px;
	font-size: 10px; 
	font-weight: normal;
}
body.night .subnavoff {
	padding-top: 3px;
	padding-bottom: 4px;
	font-size: 10px; 
	font-weight: normal;
	background-color: black;
	color: #9BA4CB
}

.subnavon{
	padding-top: 1px;
	padding-bottom: 2px;
	font-size: 10px; 
	font-weight: bold;
	background-color: #FFFFE5;
}
body.night .subnavon {
	padding-top: 3px;
	padding-bottom: 4px;
	font-size: 10px; 
	font-weight: bold;
	background-color: #5269AC;
	color: #9BA4CB
}

body.night .subnavon a {
	color: #e1e1e1
}

.loginBox {
	padding: 10px 2px 10px 7px;
}
.loginBox img {
	vertical-align: text-top;
}

.blue { text-decoration: none; color: #039; background-color: transparent; }
body.night .blue { text-decoration: none; color: #0090FF; background-color: transparent; }

/**** LINKS ****/
A { text-decoration: none; color: #039; background-color: transparent; }
body.night A { text-decoration: none; color: #0090FF; background-color: transparent; }

A:hover { text-decoration: underline; }
body.night A:hover { text-decoration: underline; }

A:active { text-decoration: underline; } 
body.night A:active { text-decoration: underline; } 

A.showVisited { color:#0000EE; }
A.showVisited:visited { color:#7902e7; }
body.night A.showVisited:visited { color:#a87ad3; }
 
.blueLink A:link { text-decoration: none; color: blue; background-color: transparent; }
body.night .blueLink A:link { text-decoration: none; color: #0090FF; background-color: transparent; }

.blueLink A:visited { text-decoration: none; color: blue; background-color: transparent; }
body.night .blueLink A:visited { text-decoration: none; color: #0090FF; background-color: transparent; }

.blueLink A:hover { text-decoration: underline; color: blue; background-color: transparent; }
body.night .blueLink A:hover { text-decoration: underline; color: #0090FF; background-color: transparent; }

.blueLink A:active { text-decoration: underline; color: blue; background-color: transparent; }
body.night .blueLink A:active { text-decoration: underline; color: #0090FF; background-color: transparent; }


td.populatedTab {
	font-size: 11px; 
	line-height: 130%; 
}
body.night td.populatedTab A:link { color: #0090FF;; }
body.night td.populatedTab A:visited { color: #0090FF;; }
body.night td.populatedTab A:hover { color: #0090FF;; }
body.night td.populatedTab A:active { color: #0090FF;; }

td.emptyTab {
	font-size: 11px; 
	line-height: 130%;  
	font-style: italic;
}
td.emptyTab A:link { text-decoration: none; color: gray; }
td.emptyTab A:visited { text-decoration: none; color: gray; }
td.emptyTab A:hover { text-decoration: none; color: gray; }
td.emptyTab A:active { text-decoration: none; color: gray; } 

td.selectedTab {
	font-size: 11px; 
	font-weight: bold;
	color: #000;
	line-height: 130%; 
}
body.night td.selectedTab {
	font-size: 11px; 
	font-weight: bold;
	color: #FFF;
	line-height: 130%; 
}

.boldTextLarge {
	font-size: 24px; 
	font-weight: bold;
	color: #000;
}
body.night .boldTextLarge {
	font-size: 24px; 
	font-weight: bold;
	color: #9BA4CB;
}

INPUT.bigButton {
	font-size: 30px; 
	font-weight: normal; 
	color: #FFF;
	background-color: #999;
	padding: padding: 4px 12px;
	width: auto;
	overflow: visible;
	margin: 10px;
}
body.night INPUT.bigButton {
	font-size: 30px; 
	font-weight: normal; 
	color: black;
	background-color: #9BA4CB;
	padding: padding: 4px 12px;
	width: auto;
	overflow: visible;
	margin: 10px;
}

.boldTextSmRed {
	font-size: 10px; 
	font-weight: bold;
	color: Red;
}

.blackBorder {
	border: 1px solid #000; 
}
body.night .blackBorder {
	border: 1px solid #FFF; 
}

.boldTextRed {
	font-size: 12px; 
	font-weight: bold;
	color: Red;
}

div.inlinePopupStyle1 {
	text-decoration:none;
	color: #000; 
	cursor: default;
	position: relative;
}
body.night div.inlinePopupStyle1 {
	text-decoration:none;
	cursor: default;
	position: relative;
}

div.inlinePopupStyle1 div {
	display:none;
	width: 200px;
	position:absolute;
	top: 20px;
	left: -130px;
	padding: 5px;
	margin: 10px;
	z-index: 100;
	background: #f0f0f0;
	border: 2px solid black;
	opacity: 0.9;
}
body.night div.inlinePopupStyle1 div {
	display:none;
	width: 200px;
	position:absolute;
	top: 20px;
	left: -130px;
	padding: 5px;
	margin: 10px;
	z-index: 100;
	background: black;
	border: 2px solid white;
	opacity: 0.9;
}
div.inlinePopupContainer3 {
	text-decoration:none;
	color: #000; 
	cursor: default;
	position: absolute;
}
body.night div.inlinePopupContainer3 {
	text-decoration:none;
	cursor: default;
	position: absolute;
}

div.inlinePopupMenu3 {
	display:none;
	width: 230px;
	position:absolute;
	top: 0px;
	left: -100px;
	padding: 5px;
	margin: 10px;
	z-index: 100;
	background: #f0f0f0;
	border: 2px solid black;
	opacity: 0.9;
}
body.night div.inlinePopupMenu3 {
	display:none;
	width: 230px;
	position:absolute;
	top: 0px;
	left: -100px;
	padding: 5px;
	margin: 10px;
	z-index: 100;
	background: black;
	border: 2px solid white;
	opacity: 0.9;
}

DIV.searchAssistantPopupStyle {
	display:none;
	width: 310px;
	position:absolute;
	top: 130px;
	left:350px;
	padding: 5px;
	margin: 10px;
	z-index: 80;
	background: #f0f0f0;
	border: 1px solid black;
}
body.night DIV.searchAssistantPopupStyle {
	display:none;
	width: 310px;
	position:absolute;
	top: 130px;
	left:350px;
	padding: 5px;
	margin: 10px;
	z-index: 80;
	background: black;
	border: 1px solid white;
}

a.tooltip1 {
	text-decoration:none;
	color: #000; 
	cursor: default;
}
body.night a.tooltip1 {
	text-decoration:none;
	color: #9BA4CB; 
	cursor: default;
}

a.tooltip1 span {
	display:none;
	width: 300px;
}

a.tooltip1:hover {
	position: relative;
	text-decoration:none;
	color:black;
	cursor: default;
}
body.night a.tooltip1:hover {
	position: relative;
	text-decoration:none;
	color: #9BA4CB;
	cursor: default;
}

a.tooltip1:hover span {
	display:block;
	position:absolute;
	top: 10px;
	left: -20px;
	padding: 5px;
	margin: 10px;
	z-index: 100; 
	background: #FFFFE5;
	border: 2px solid #c0c0c0;
	opacity: 0.9;
}
body.night a.tooltip1:hover span {
	display:block;
	position:absolute;
	top: 10px;
	left: -20px;
	padding: 5px;
	margin: 10px;
	z-index: 100;
	background: black;
	color: #9BA4CB;
	border: 2px solid white;
	opacity: 0.9;
}
div.inlinePopupStyle5 {
	text-decoration: none;
	color: #000; 
	cursor: default;
	position: relative;
}
div.inlinePopupStyle5 div {
	display: none;
	min-width: 202px;
	color: black;
	position:absolute;
	padding: 5px;
	margin: 10px;
	z-index: 100;
	background: white;
	border: 2px solid black;
}
body.night div.inlinePopupStyle5 div {
	display: none;
	min-width: 202px;
	position:absolute;
	padding: 5px;
	margin: 10px;
	z-index: 100;
	background: black;
	border: 2px solid white;
}
/** scrolling table, header is supposed to stay fixed while body scrolls **/
div.scrollTable {
	overflow-y: scroll;
	width: 808px;
	height: 300px;
	border: 1px solid gray;
	border-collapse: collapse;
}
table.scrollTable {
	width: 100%;
	border-spacing: 0;
}
table.scrollTable thead tr {
	width: 790px;
	position: absolute;
	background-color: #E5E5CC;
}
table.scrollTable tbody tr.firstRow td {
	padding: 24px 2px 2px 2px;
}
table.scrollTable td {
	font-size: 9pt; 
	font-weight: normal; 
	color: #000; 
	padding: 2px 2px 2px 2px;
}
table.scrollTable th {
	text-align: left;
	font-size: 9pt; 
	font-weight: bold; 
	color: #000; 
	padding: 2px 2px 2px 2px;
	white-space: nowrap;
}
table.scrollTable tr.altRow td {
	background-color: #EEEEEE;
	padding: 2px 2px 2px 2px;
}
span.concept {color: red; font-weight: bold; }
span.term { color: blue; font-weight: bold; }
@media print {body {display:none;}}
.boldTitleLarge {
	font-size: 20px; 
	font-weight: bold;
	color: #000;
}
.inputDisabled {
	border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
    font-size: 11px; 
	font-weight: bold;
	color : black;
	background-color: #EBEBEB;
}
* {
	margin: 0;
}
.wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}
.notifyBox {
	position: fixed;
	width: 400px;
	z-index: 60;
}
div.notifyStyle {
	padding: 20px;
	background: #f0f0f0;
	border: 3px solid black;
	border-radius: 10px;
	opacity: 0.92
}
.downloadText { 
	font-weight: bold; 
	color: blue;
    font-size: 11px;
    font-style: italic;
}
.bottomBorder {
	border-bottom: 1px solid #000;
	border-top: 0px;
	border-left: 0px solid #BDE2F9;
	border-right: 0px solid #BDE2F9;
}
.layoutTable {
	border:none; 
	border-spacing:0; 
	border-collapse:collapse;
	width:100%;
}
.layoutTable tbody td {
	padding:0;
}
.thumbNailImage {
	position:absolute;
    left:120px;
    height:100px;
    border:2px solid green;
    border-radius:8px;
    opacity:0.9;
}
.thumbNailImageTop {
	position:absolute;
	left:120px;
	height:100px;
	border:2px solid green;
	border-radius:8px;
	opacity:0.9;
}
div.titleBar { 
	background-color: #63C;
	line-height: 34px; 
	border-top-left-radius:8px; 
	border-top-right-radius:8px; 
}
img.titleBarIcon { 
	float:left; 
	padding:4px;
	height:26px;
}
img.titleBarHelp { 
	float:right; 
	padding:4px; 
}
div.mainContent {
	border-style:solid;
	border-color:gray; 
	border-width:2px; 
	border-radius:10px;
	box-shadow:4px 4px 2px lightgray;
	min-height: 400px;
	min-width: 800px;
	margin: 6px;
}
body.night div.mainContent {
	border-style:solid;
	border-color:gray; 
	border-width:2px; 
	border-radius:10px;
	box-shadow:2px 2px 2px lightgray;
	min-height: 400px;
	min-width: 800px;
	margin: 6px;
}

div.tableHeader {
	line-height:25px; 
	background-image: url('../images/tab_top_section_background.gif'); 
	background-repeat: repeat-x;
}
.folder {
	border-radius: 5px;
	padding: 1px;
	cursor: pointer;
	border: 0;
}
a:link .folder {
	background-color: #00ff00;
}
a:visited .folder {
 	background-color: #f2f2f2;
}
.reminderText {
	font-size: 12px; 
	font-weight: bold;
	color: #C00;
}
/* input tags aren't allowed within <a> tags so should use divs instead */
a.multiselect input {
	padding:1px; 
	border-top: 1px solid #5d5d5d; 
	border-right: 0; 
	border-left: 1px solid #5d5d5d; 
	border-bottom: 1px solid gray;
	height: 15px;
}
a.multiselect img {
	vertical-align: bottom; 
	border-top: 1px solid #5d5d5d; 
	border-left: 0; 
	border-right: 1px solid #5d5d5d; 
	border-bottom: 1px solid gray;
	height: 17px;
}
div.multiselect {
	display: inline;
	border-top: 1px solid #5d5d5d; 
	border-right: 1px solid #5d5d5d;
	border-left: 1px solid #5d5d5d; 
	border-bottom: 1px solid gray;
	padding-bottom: 1px;
}
div.multiselect input {
	padding: 1px; 
	border: 0;
	cursor: default;
}
div.multiselect img {
	vertical-align: top; 
}
div.multiselect:hover img {
	background-color: lightgrey;
	border: 1px solid blue;
}
div.topBar {	
	background-color: #d9ffd9;	
	display:inline-block;
	padding: 6px 0;
	width: 100%;
}
div.searchBar {
	display:inline-block; 
	border: solid; 
	border-color: #CCCCCC; 
	background-color: white;
}
input.goButton {
	background-color: #FFFFFF;
	font-size: 12px; 
	font-weight: normal; 
	border-left: 3px solid #CCCCCC;
	border-top: none;
	border-bottom: none;
	border-right: none;
	float: right; 
	height: 22px;	
}
input.goButton:hover {
	background-color: blue;
	color: white;
	font-weight: bold;
}
#resultTabs {
	height: 23px;
	margin-top: 8px;
}
#resultTabs ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#resultTabs li {
	float: left;
	border-top-left-radius: 4px; 
	border-top-right-radius: 4px; 
	width: 72px;
	margin-right: 3px;
	font-style: italic;
	text-align: center;
	background-color: #E8E8E8;
	border: 1px solid darkgrey;
	border-bottom: none;
}
#resultTabs li.selected {
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
    padding: 4px 4px 5px 4px;
	background-color: #e5e5cc;
	border-bottom: 1px solid #e5e5cc;
	color: black;
}
#detailsTitleDiv {
	background-color: #e5e5cc;
	border: 1px solid darkgrey;
	font-size: 13px;
	font-weight: bold;
	padding: 4px 4px 4px 10px;;
}
#resultTabs li a {
	text-decoration: none;
	font-size: 11px;
	padding: 4px;
	display: block;
	color: darkgrey;
}
#resultTabs li.populated a {
	font-style: normal;
	color: darkblue;
}
#resultTabs li a:hover {
	font-weight: bold;
	background-color: black;
	color: yellow;
}

.auditReportTbl thead {
	border:	1px solid;
	border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
	background-color: lightblue;
	cursor:	default;
    font-size: 13px; 
	font-weight: bold;
    color: #666;
	background:	ButtonFace; 
    border-right:1px solid grey; 
    border-bottom:1px solid grey;   
}

.auditReportTbl thead:last-child {
	border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
	background-color: lightblue;
	cursor:	default;
    font-size: 13px; 
	font-weight: bold;
    color: #666;
	background:	ButtonFace; 
    border-right:0px none; 
    border-bottom:1px solid grey;   
}

.auditReportTbl td {
	border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
	cursor:	default;
    font-size: 13px; 
    color: #666;
    border-right:1px solid grey; 
    border-bottom:1px solid grey;   
}

.auditReportTbl td:last-child {
	border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
	cursor:	default;
    font-size: 13px; 
    color: #666;
    border-right:0px;
    border-bottom:1px solid grey;   
}

.agencyTitleText {
	font-size: 14px; 
	font-weight: bold;
	color: #FFF;
}

div.mainInput {
	border-style:solid;
	border-color:gray; 
	border-width:2px; 
	border-radius:10px;
	box-shadow:4px 4px 2px lightgray;
	min-height: 160px;
	min-width: 794px;
	margin: 2px;
}	 

/* for FontAwesome blinking icon */
@keyframes blink {
     0%   { opacity: 1;    }
     25%  { opacity: 0.75; }
     50%  { opacity: 0.5;  }
     75%  { opacity: 0.25; }
     100% { opacity: 0;    }
 }
@-webkit-keyframes blink {
     0%   { opacity: 1;    }
     25%  { opacity: 0.75; }
     50%  { opacity: 0.5;  }
     75%  { opacity: 0.25; }
     100% { opacity: 0;    }
 }
.blink {
   -webkit-animation: blink 2s steps(5, start) infinite;
   -moz-animation:    blink 2s steps(5, start) infinite;
   -ms-animation:     blink 2s steps(5, start) infinite;
   -o-animation:      blink 2s steps(5, start) infinite;
   animation:         blink 2s steps(5, start) infinite;
}

/* for snippet to show the first line that fit the width and then in full when hover over */
div.snippetCell {
	max-width: 240px; 
	white-space: nowrap;
	overflow: hidden; 
	text-overflow: ellipsis;
}
div.snippetCell:hover {
	width: 240px;
    white-space: normal;
	overflow: visible;
}
div.borderContainer {
/*	border: 1px solid gray; */
	padding-top: 5px;
	margin-top: 5px;
	display:block;
}
div.borderContainerTitle {
	float: left;
	padding: 0 5px 0 0;
	margin: -15px 0 0 0;  
	background: #FFF;
}

.thesaurusLookupContainerStyle {
	position: relative;
}
.thesaurusLookupStyle {
	display: none;
	position:absolute;
	padding: 5px;
	margin: 10px;
	z-index: 40;
	background: #f0f0f0;
	border: 2px solid black;
}
.thesaurusLookupWordListStyle {
	background-color: #FFFFFF;
	color: #000;
	border-color: #666666 #CCCCCC #CCCCCC #666666;
	border-style: solid;
	border-width: 1px;
	height: 120px;
	overflow: auto;
	font-size: 12px;
	padding: 2px;
}
.freeTextDetailStyle {
	overflow: auto;
	height: 320px;
	padding: 2px;
	white-space: pre-wrap;
	word-wrap: break-word;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}
.getDocumentLink { 
	color: #0000FF; 
	text-decoration: underline; 
}
.inlineLabelField {
	display: inline-block;
	vertical-align: top;
	width: 115px;
}
.inlineBlockTopLabelField {
	display: inline-block;
	vertical-align: top;
	width: 150px;
}
.inlineBlockTop {
	display: inline-block;
	vertical-align: top;
}
.dividerContainer {
	border-bottom:2px solid gray;
	background-color: Wheat;
}
.trOddRow {
	font-size: 13px; 
	color: #000000; 
	cursor: pointer;
	background-color: #FFFFFF;
}
.trEvenRow {
	font-size: 13px; 
	color: #000000; 
	cursor: pointer;
	background-color: #EEEEEE;
}
.trSelectedRow {
	font-size: 13px; 
	font-weight: bold; 
	color: #EEEEEE;  
	cursor: pointer;
	background-color: #6633CC;
}

table.searchtable {
	padding: 5px; 
	width: 812px; 
	border-spacing: 0px;
	table-layout: fixed;
}
table.searchtable td {
	padding: 0px;
	vertical-align: bottom;
}

div.subMainContent {
	border-style:solid;
	border-color:gray; 
	border-width:0px 2px 2px 2px; 
	border-radius:0px 0px 10px 10px;
	box-shadow:4px 4px 2px lightgray;
	min-height: 400px;
	min-width: 800px;
	margin: 0px 4px 4px 0px;
}

div.subMainContentTop {
	border-style:solid;
	border-color:gray; 
  	border-width:1px 2px 0px 2px; 
	border-radius: 3px 3px 0px 0px;
	height: 2px;
	background-color: #e7e7ce;
}
div.subMainContentBottom {
	padding-bottom: 5px;
	border-style:solid;
	border-color:gray; 
  	border-width:0px 2px 2px 2px; 
	border-radius: 0px 0px 10px 10px;
}
      	
input.tab-180 {
  display: none;
}
label.tab-180 {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 2px 0px;
  text-align: center;
  color: #abc;
  border: 1px solid transparent;
  min-width: 180px;
}
label.tab-180:hover {
  color: #789;
  cursor: pointer;
}
input.tab-180:checked + label {
  	color: #000;
	background-color: #e7e7ce;
	font-weight: bold;
	border-style:solid;
	border-color:gray gray transparent gray; 
	border-width:1px 2px 1px 1px;
	border-radius:3px 3px 0px 0px;
	box-shadow: 2px 0px 2px lightgray;
  	font-size: 11px;
	line-height: 130%;
}
input.tab-180 + label {
	color: blue;
	background-color: #f0f0f0;
	font-weight: normal;
	border-style:solid;
	border-color:gray;
	border-width:1px 2px 1px 1px;
	border-radius:3px 3px 0px 0px;
	box-shadow: 2px 0px 2px lightgray;
	font-size: 11px;
	line-height: 130%;
}

.bubbleDivContainer {
	position: absolute;
	display: none;
}
.bubbleDiv {
  position: relative;
  width: 600px;
  height: 25px;
  left: 20px;
  top: -55px;
  text-align: center;
  line-height: 25px;
  background-color: #E8E8E8;
  border: 1px solid #666;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.bubbleDiv:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 10px;
  top: 25px;
  border: 10px solid;
  border-color: #666 transparent transparent #666;
}
.bubbleDiv:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 12px;
  top: 25px;
  border: 8px solid;
  border-color: #E8E8E8 transparent transparent #E8E8E8;
}
.bubbleDiv .bubbleText {
	font-size: 12px;
	font-weight: normal;
	color: red;
}
div.pageHeader {
	height:80px; 
	width: 100%;
}
div.pageHeader img {
	max-width: 1024px;
	width: 100%;
	margin: 0 auto;
	display: block;
}
span.round-border-icon {
	border-radius: 5px;
	padding: 2px;
	background-color: White;
}
span.title-icon {
	border-radius: 15px;
	border: 2px solid White;
	padding: 2px;
	background-color: DarkBlue;
	color: White;
	width:30px;
	height: 30px;
	font-size: 20px;
	text-align: center;
}
div.titleBarOnly {
	width:812px; 
	min-height: 20px;
	background-color: #63C;
	line-height: 34px;
	border: 2px solid gray;
	border-radius: 8px;
	box-shadow: 4px 4px 2px lightgray;
}
div.resizableHoz {
	resize: horizontal;
	display: inline-block;
	border: 2px solid gray;
	border-radius: 8px;
	box-shadow: 4px 4px 2px lightgray;
}
div.rightButtonsFullBar {
	display: flex;
	flex-direction: row-reverse;
	border-spacing: 0px;
	padding: 5px;
}

.LInX div.pageHeader {
	background-color: #2a3175;  
}
.D-DEx div.pageHeader {
	background-color: black; 
}

.pseudoButton {
	border-radius: 3px;
	padding: 2px 4px;
	margin: 6px;
	cursor: pointer;
	font-weight: bold;
}
body.day .pseudoButton {
	border: 2px solid black;
	background-color: white;
	color: blue;
}
body.night .pseudoButton {
	border: 2px solid #9BA4CB;
	background-color: black;
	color: #0090FF;
}
.pseudoButton:hover {
	text-decoration: underline;
}
div.valueList {
	font-size: 12px; 
	font-weight: normal; 
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 1px;
}
.expandIconHolder {
	font-size:13px;
	line-height:13px;
}
.expandIconHidden {
	padding: 2px;
	visibility:hidden;
}
.expandIcon {
	padding: 2px;
}
.expandIcon:hover {
	transform:scale(1.3);
	-moz-transform:scale(1.3);
	-webkit-transform:scale(1.3);
	-ms-transform:scale(1.3);
	-o-transform:scale(1.3);
	background-color: yellow;
	cursor: pointer;
}
.bodyFreeTextMed { 
	font-size: 11px; 
	font-weight: normal; 
	color: #000; 
}
.boldFreeTextMed {
	font-size: 11px; 
	font-weight: bold;
	color: #000;
}

.userAgreementText {
	font-size: 11px; 
	color: #000;
	line-height: 130%;
}
body.night .userAgreementText {
	font-size: 11px; 
	color: #42DF4E;
	line-height: 130%;
}

body.night .userAgreementText p{
	color: #42DF4E;
}

div.dimming {
	font-size: 11px;
	font-style: normal;
	background-color: #ffffff;
	position: absolute;
	z-index: 50;
	visibility: hidden;
	border-style: solid;
	border-color: #999999;
	border-width: 4px;
}

body.night div.dimming {
	font-size: 11px;
	font-style: normal;
	background-color: black;
	position: absolute;
	z-index: 50;
	visibility: hidden;
	border-style: solid;
	border-color: #999999;
	border-width: 4px;
	color: #70D500; 
}

table.floatingHeader {
	background-color: #0000ff;
	color:#ffffff;
}

body.night table.floatingHeader {
	background-color: #0090FF;
	color:#ffffff;
}

.logoZoom {
	position:absolute;
    left:20px;
    top:-50px;
    max-height:200px;
    max-width:200px;
    opacity:0.9;
    z-index: 99;
}

span.splash-icon {
	border-radius: 25px;
	border: 3px solid DarkBlue;
	padding: 3px;
	background-color: White;
	color: DarkBlue;
	width:48px;
	height: 48px;
	font-size: 32px;
	text-align: center;
	cursor: pointer;
}
span.splash-icon i {
	vertical-align: middle;
}

