@charset "utf-8";
/* CSS Document */

body {
	margin: 0 auto 0 auto;
	padding: 0;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	overflow:hidden;
}

#pagewrapper-nj{
	width: 800px;
	text-align:center;
	position:relative;
	height: 375px;
	height: 410px;
	max-height: 410px;
	margin: 0 auto;
	border: #03C 1px solid;
	overflow:hidden;
}



/************************/
/***** Instructions *****/
/************************/

#instruction-div{
	text-align:left;
	width:100%;
	padding-left:40px;
	clear:both;
}
#instruction{
	text-align:left;
	color:#390;
}

/******************/
/***** Errors *****/
/******************/

.ui-state-highlight{
	border: none!Important;
}


/******************/
/***** Header *****/
/******************/

#header-div{
	min-height: 80px;
	margin: 0 0 3px 0; 
	border-bottom: 1px solid black;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
}
#header-image{
	background-image: url(../images/nouveau_questions_relevant.png);
	background-repeat:no-repeat;
	display:inline-block;
	float:left;
	height:121px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	width:262px;
	text-indent: -9999px;
}
#header-na-image{
	background-image: url(../images/nouveau_questions_relevant.png);
	background-repeat:no-repeat;
	display:inline-block;
	float:left;
	height:121px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	width:262px;
	text-indent: -9999px;
}
#header-nj-image{
	background-image: url(../images/NJ_splash_logo_135x74.png);
	background-repeat:no-repeat;
	display:inline-block;
	float:left;
	height:121px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	width:262px;
	text-indent: -9999px;
}
#header-image-2{
	background-image: url(../images/body_language_01.png);
	background-repeat:no-repeat;
	display:inline-block;
	float:right;
	height:121px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	width:81px;
	padding-right:40px;
}
#greeting{
	font-size: 10pt;
	padding: 60px 0 0 10px;
}
#logout-link{
	font-size: .7em;
}
#home-link{
	font-size: .7em;
}

/******************/
/***** Footer *****/
/******************/

#footer-div{
	position: absolute;
	bottom: 0;
	font-size: 8pt;
	color: #666;
	width: 100%;
}
.copyright-div-left{
	width: 50%;
	text-align: left;
	padding-left: 5px;
}
.copyright-div-center{
	width: 15%;
	text-align: center;
	padding-left: 5px;
}
.copyright-div-right{
	width: 28%;
	text-align: right;
}

.helplink:link{
	color: #666;
	text-decoration: none;
}
.helplink:visited{
	color: #666;
	text-decoration: none;
}
.helplink:hover{
	color: #999;
	text-decoration: none;
}
.helplink:active{
	color: #609;
	text-decoration: none;
}


/*************************/
/***** Miscellaneous *****/
/*************************/

.clear {
	clear: both;
}

.spaceabove {
	margin: 15px 0 0 0;
}

.sameline {
	display:inline-block;
	float:left;
	padding-right:10px;
}

.samelinenopad {
	display:inline-block;
	float:left;
}

.newline {
	display:block;
	clear:both;
	float:left;
	padding-right:10px;
}

.required input::after {
	content:"*";
	color:#F00;
}
.required label::after {
	content:"*";
	color:#F00;
}
.required span::after {
	content:"* ";
	color:#F00;
}
.required div::after {
	content:"*";
	color:#F00;
}
.isrequired div::before {
	content:"*";
	color:#F00;
}

.tinybluelink a:link{
	color: #369;
	font-size:9pt;
}
.tinybluelink a:visited{
	color: #369;
}
.tinybluelink a:hover{
	color: #162D43;
}
.tinybluelink a:active{
	color: #369;
}

/*******************/
/***** Borders *****/
/*******************/

.blueborder{
	border: #03C 1px solid;
}
.greenborder{
	border: #0C0 1px solid;
}
.redborder{
	border: #F00 1px solid;
}
.orangeborder{
	border: #F60 1px solid;
}


/*******************/
/***** Buttons *****/
/*******************/

.btn-red-block{
	text-align:center;
}
.btn-red-container{
	margin-top:15px;
	min-height:50px;
	width:100px;
	text-align:center;
	padding:0 20px;
	margin:10px auto;
}

.btn-red {
  background: #DDD;
  background-image: -webkit-linear-gradient(top, #DDD, #DD9FA6);
  background-image: -moz-linear-gradient(top, #DDD, #DD9FA6);
  background-image: -ms-linear-gradient(top, #DDD, #DD9FA6);
  background-image: -o-linear-gradient(top, #DDD, #DD9FA6);
  background-image: linear-gradient(to bottom, #DDD, #DD9FA6);
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  font-family: Arial;
  color: #C60636;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn-red:hover {
  background: #DDD;
  background-image: -webkit-linear-gradient(top, #DDD, #B98C91);
  background-image: -moz-linear-gradient(top, #DDD, #B98C91);
  background-image: -ms-linear-gradient(top, #DDD, #B98C91);
  background-image: -o-linear-gradient(top, #DDD, #B98C91);
  background-image: linear-gradient(to bottom, #DDD, #B98C91);
  text-decoration: none;
}


/**********************/
/***** Login Page *****/
/**********************/

#login-form-div{
	padding: 10px 0 20px 0;
  color: #369;
}
#register-form-div{
	padding: 10px 0 20px 0;
  color: #369;
}
#forgot-form-div{
	padding: 10px 0 20px 0;
  color: #369;
}


/*********************************/
/************* Tabs **************/
/*********************************/
.saTab {
	color:#900!Important;
	background-color:#999;
}

/*********************************/
/***** Tabs - Personal Tests *****/
/*********************************/

.take_test_icon{
	background-text: asd;
}

#personalteststable th{
	font-size:.6em;
	text-align: center;
}

#admincreditstable th, #adminteststable th{
	font-size:.6em!Important;
	text-align: center!Important;
}

.fs90{
	font-size: 90%;
}

.fs80{
	font-size: 80%;
}

.fs70{
	font-size: 70%;
}

.fs60{
	font-size: 60%;
}

/********************************/
/***** Tabs - Administrator *****/
/********************************/



/********************************/
/***** Tabs - Custom Portal *****/
/********************************/



/********************************/
/****** Tabs - Super Admin ******/
/********************************/

#pagewrapper-sa{
	width: 1200px!Important;
	text-align:center;
	position:relative;
	min-height: 800px!Important;
	margin: 0 auto;
	border: #990000 1px solid;
	overflow: auto;
}




/*************************/
/***** Questionnaire *****/
/*************************/













/***********************************/
/***********************************/
/***********************************/
/***********************************/
/***********************************/
/***********************************/
/***********************************/
/***********************************/
/***********************************/
/***********************************/

.loggedinuser {
	location: absolute;
	float: right;
	padding: 40px 5% 0 0;
	font: 11px bold Arial, Helvetica, sans-serif;
	color: #185C90;
}


/********************************/

.date-time {
	location: relative;
	clear:both;
	float: right;
	padding: 0px 5% 0 0;
	font: 10px bold Arial, Helvetica, sans-serif;
}

.login-logout {
	location: absolute;
	float: right;
	padding: 0px 5% 0 0;
	font: 10px bold Arial, Helvetica, sans-serif;
	display: inline;
	color: #C00;
}

.login-logout a:link{ color: #C00; }
.login-logout a:visited{ color: #C00; }
.login-logout a:hover{ color: #F0C; }
.login-logout a:active{ color: #C00; }

#enrollmentform {
	padding: 5px 5px 5px 5px;
}

#form_heading {
	background-color: #D26E0B;
	color: #101141;
	clear: both;
	padding-left: 20px;
}

#form2_heading {
	background-color: #D26E0B;
	color: #101141;
	clear: both;
	padding-left: 20px;
}

#form_title {
	font-weight: bold;
	text-align: left;
}

#form2_title {
	font-weight: bold;
}

#admin_form_heading {
	background-color: #185C90;
	color: #F00;
	clear: both;
	padding-left: 20px;
}

#admin_form_title {
	font-weight: bold;
}

.enroll_form_column {
	min-width: 300px;
	min-height: 400px;
	float: left;
	display: inline;
	padding: 0 20px 0 20px
}

.enroll_col_heading {
	min-width: 280px;
	min-height: 20px;
	background-color: #185C90;
	color: #FFF;
	text-align: center;
}

#enrollmentform p {
	line-height: 20%;
}


.input-text {
	width: 200px;
}

.input-text-wide {
	width: 230px;
}

.input-text-exwide {
	width: 260px;
}

.input-date {
	width: 80px;
}

.input-zip {
	width: 40px;
}

.input-one {
	size: 150px;
	border: #9F0 thin solid;
	width: 200px;
}



#button_strip {
	background-color: #D26E0B;
	color: #101141;
	clear: both;
	padding-left: 20px;
	min-height: 30px;
	text-align: center;
	padding-top: 10px;
}

/*------------------------*/
/*------ Menu Items ------*/
/*------------------------*/
.menu_item {
	float:left;
	padding:.4em 0 0 2em;
}

.menu_item a {
	/*display: block;*/
	color: #FFF;
	text-decoration: none;
	outline-style: none;
}

.menu_item a:hover {
	text-decoration: none;
	color: #F90;
}

.menu_item a:active {
	text-decoration: none;
	color: #693;
}

.adminmenu a {
	color:#185C90;
}

.specialmenu a {
	color:#F00;
}

/******* Help Page *******/
.helpLevel1 li{
	padding:0 0 10px 0;
}

.helpLevel2 li{
	padding:0 0 10px 0;
	font-size:10pt;
}

.completed{
	color:#393;
}

.inprogress{
	color:#F60;
}

.tbd{
	color:#60F;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1/*{borderColorHighlight}*/; background: #fbf9ee/*{bgColorHighlight}*/ url(images/ui-bg_glass_55_fbf9ee_1x400.png)/*{bgImgUrlHighlight}*/ 50%/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/; color: #363636/*{fcHighlight}*/; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636/*{fcHighlight}*/; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a/*{borderColorError}*/; background: #fef1ec/*{bgColorError}*/ url(images/ui-bg_glass_95_fef1ec_1x400.png)/*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/; color: #cd0a0a/*{fcError}*/; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a/*{fcError}*/; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a/*{fcError}*/; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }


/************* Date Picker *************/
.datepick-ctrl {
	background-color: #447398!Important;
}


/*********** Participant Reporting ***********/

.reportlink {
	text-decoration: none;
	color:#000;
}

.reportlink:hover {
	color:#F00;
}

.reportlink:active {
	color:#F00;
}

.addbutton {
	padding-top:10px;
	font-weight:bold;
}

.addbutton img {
	border-style:none;
}

.subheader_left{
	display:inline;
	width:175px;
}

#uppermessage {
	display:inline;
	width:600px;
	margin-left:25px;
	font-size:12px;
	color:#900;
}

#lowermessage {
	display:inline;
	width:600px;
	margin-left:25px;
	font-size:12px;
	color:#900;
	white-space:nowrap;
}

#form1 image{
	border:none;
}
/***    Report popups    ***/
/**************************/

#popup1 div, #popup2 div, #popup3 div, #popup4 div, #popup5, #popup6 div{
	font-size:12pt;
}

#popup1 .instructions, #popup2 .instructions, #popup3 .instructions, #popup4 .instructions, #popup5 .instructions, #popup6 .instructions{
	font-size:12pt;
	color:#06C;
	padding:0px 0 0px 0;
}

#popup1 label, #popup2 label, #popup3 label, #popup4 label, #popup5 label, #popup6 label{
	font-size:10pt;
	color:#222;
}

#popup1 #defendant_id_nr, #popup2 #defendant_id_er, #popup3 #defendant_id_nv, #popup4 #defendant_id_ev, #popup5 #defendant_id_en{
	font-size:10pt;
	color:#33C;
	border:none;
}


.popup_date_label {
	padding-left:0px;
	color:#C3C!Important;
	font-size:14pt!Important;
}


#popup1 #report_date_nr, #popup2 #report_date_er, #popup3 #violation_date_nv, #popup4 #violation_date_ev{
	color:#F60;
}

.popup_content_label{
	font-size:14pt!Important;
	color:#C3C!Important;
}

#popup1 #report_data_nr, #popup2 #report_data_er, #popup3 #report_data_nv, #popup4 #report_data_ev, #popup5 #notes_data_ev{
	font-size:11pt;
	color:#C3C;
	color:#F60;
	width:500px;
	height:200px;
}

#popup1 button, #popup2 button, #popup3 button, #popup4 button, #popup5 button{
	font-size:10pt;
}



/****************************************************/
/***         datepicker custom styling            ***/
/****************************************************/

.ui-datepicker {
	width: 17em;
	width: 15em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
	background-color: #444!Important;
}
.ui-widget-header {
	background-color: #444!Important;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	margin: .2em .2em .2em ;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	padding: 0000;
	font-weight: normal;
	font-size: 12pt;
	color: #447398;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

.ui-state-highlight {
	color: #F93!Important;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}


/*******************/
/****** Admin ******/
/*******************/


.divrequired > div:after {
	content: " *";
	color:#F00;
	font-size:18px;
	position:relative;
	top:2px;
}
	
.labelreqbefore > label:before {
	content: " *";
	color:#F00;
	font-size:18px;
	position:relative;
	top:2px;
}
	
.labelreqafter > label:after {
	content: " *";
	color:#F00;
	font-size:18px;
	position:relative;
	top:2px;
}
	
.spanrequired > span:after {
	content: " *";
	color:#F00;
	font-size:18px;
	position:relative;
	top:2px;
}
	
.left {
	text-align:left;
}

.center {
	text-align:center;
}

.right {
	text-align:right;
}

.gpsfileuploader {
	color: #369;
}