/** ------------------ Popup -------------------**/
.popupDialog {
  border:1px solid #c4c4c4;
  width: 588px;
}

.popupStyle {
  background: #E8E8E8;
  /*opacity: 0.8;
  filter: alpha(opacity = 80);*/	
  border-radius: 7px; /* CSS 3 */
  -moz-border-radius: 7px; /* Firefox */
  -khtml-border-radius-bottomright: 7px; /* Konqueror */
  -webkit-border-radius: 7px; /* Safari, Chrome */
}



.popupContentWrapper {
	background-color: #FFFFFF;
	line-height: 1.3em;
	border-bottom-left-radius: 0.07in;
	-moz-border-bottom-left-radius: 0.07in; /* Firefox */
	-webkit-border-bottom-left-radius: 0.07in; /* Safari, Chrome */
	border-bottom-right-radius: 0.07in;
	-moz-border-bottom-right-radius: 0.07in; /* Firefox */
	-webkit-border-bottom-right-radius: 0.07in; /* Safari, Chrome */
}


.eePopupContent {
	padding: 20px;
	line-height: 1.3em;
}

.popupHeader {
	background-color:#77B800; 
	border-top-left-radius: 0.07in; /* CSS 3 */
	-moz-border-top-left-radius: 0.07in; /* Firefox */
	-webkit-border-top-left-radius: 0.07in; /* Safari, Chrome */
	border-top-right-radius: 0.07in; /* CSS 3 */
	-moz-border-top-right-radius: 0.07in; /* Firefox */
	-webkit-border-top-right-radius: 0.07in; /* Safari, Chrome */
	height:27px;
}

.popupHeader .header {
	color: white;
	font-family: Arial, Helvetica;
	font-size: 8pt;
	text-align: left;
	line-height: 27px;
	float:left;
}

.popupHeader .closeLink {
	color: white;
	font-family: Arial, Helvetica;
	font-size: 8pt;
	text-align: left;
	line-height: 27px;
	float:right;
	height: 27px;
}

.popupSubHeader {
	border-bottom:2px dotted #009ddb;  /* custom color */
	color:#009ddb;   /* custom color */
	font-family: Arial, Helvetica;
	font-size: 11pt;
	text-align: left;
	/*
	border-bottom:2px dotted #CB9E42;
	border-bottom:1px;
	border-bottom-image: url(images/cdc_blueRule9.png);*/
	padding-bottom: 5px;
	margin: 0;
	font-weight: bold;
	margin-bottom: 9px;
}

.eePopupButton {
	height: 20px;
	/*outline:0px;*/
	margin:0px;	
	color: #FFFFFF;
	cursor: pointer;	
	font-family: Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
}

.eePopupButton .html-face {
	padding-top:2px;
	padding-left:10px;
	padding-right:10px; 
	color:white;
}

.eePopupButton-left-up 
{
	background: transparent url('../images/newui/ee_greenBTN_left.png') no-repeat scroll top right;
	display: block;
	float: left;
	height: 20px;
	width:7px;
	text-decoration: none;
}

.eePopupButton-left-up-hovering{
	background: transparent url('../images/newui/ee_greenBTN_left.png') no-repeat scroll top right;
	display: block;
	float: left;
	height: 20px;
	width:7px;
	text-decoration: none;
}


.eePopupButton-left-down{
	background: transparent url('../images/newui/ee_greenBTN_left.png') no-repeat scroll top right;
	display: block;
	float: left;
	height: 20px;
	width:7px;
	text-decoration: none;
}


.eePopupButton-left-down-hovering{
	background: transparent url('../images/newui/ee_greenBTN_left.png') no-repeat scroll top right;
	display: block;
	float: left;
	height: 20px;
	width:7px;
	text-decoration: none;
}

.eePopupButton-left-up-disabled{
	background: transparent url('../images/newui/ee_greenBTN_left.png') no-repeat scroll top right;
	display: block;
	float: left;
	height: 20px;
	width:7px;
	text-decoration: none;
}


.eePopupButton-right-up 
{
	background: transparent url('../images/newui/ee_greenBTN_right.png') no-repeat scroll top right;
	display: block;
	float: left;
	height: 20px;
	width: 7px;
	text-decoration: none;	
}


.eePopupButton-right-up-hovering{
	background: transparent url('../images/newui/ee_greenBTN_right.png') no-repeat scroll top right;
	display: block;
	float: left;
	height: 20px;
	width: 7px;
	text-decoration: none;	
}

.eePopupButton-right-down{
	background: transparent url('../images/newui/ee_greenBTN_right.png') no-repeat scroll top right;
	display: block;
	float: left;
	height: 20px;
	width: 7px;
	text-decoration: none;	
}

.eePopupButton-right-down-hovering{
	background: transparent url('../images/newui/ee_greenBTN_right.png') no-repeat scroll top right;
	display: block;
	float: left;
	height: 20px;
	width: 7px;
	text-decoration: none;	
}

.eePopupButton-right-up-disabled{
	background: transparent url('../images/newui/ee_greenBTN_right.png') no-repeat scroll top right;
	display: block;
	float: left;
	height: 20px;
	width: 7px;
	text-decoration: none;	
}


.eePopupButton-up 
{
  background-image:url(../images/newui/ee_greenBTN_center.png);
  display: block;
  /*line-height: 14px;*/
  height: 20px;
  text-align: center;
  vertical-align:middle;  
  
}


.eePopupButton-up-hovering{
  background-image:url(../images/newui/ee_greenBTN_center.png);
  display: block;
  /*line-height: 14px;*/
  height: 20px;
  text-align: center;
  vertical-align:middle;  
  
}

.eePopupButton-down{
  background-image:url(../images/newui/ee_greenBTN_center.png);
  display: block;
  /*line-height: 14px;*/
  height: 20px;
  text-align: center;
  vertical-align:middle;  
  
}

.eePopupButton-down-hovering{
  background-image:url(../images/newui/ee_greenBTN_center.png);
  display: block;
  /*line-height: 14px;*/
  height: 20px;
  text-align: center;
  vertical-align:middle;  
  
}

.eePopupButton-up-disabled{
  background-image:url(../images/newui/ee_greenBTN_center.png);
  display: block;
  /*line-height: 14px;*/
  height: 20px;
  text-align: center;
  vertical-align:middle;  
  
}

.eePopupButton-down-disabled {
  background-image:url(../images/newui/ee_greenBTN_center.png);
  display: block;
  /*line-height: 14px;*/
  height: 20px;
  text-align: center;
  vertical-align:middle;    
}

.eePopupButton-button {
  	background: none repeat scroll 0 0 transparent;
    border: 0 none;
    color: black;
    font-size: 8pt;	
}


.popupText {
	font-family: Arial, Helvetica;
	font-style: normal;
	font-size: 8pt;
	color: #464646;
	text-align: left;
	padding-top: 5px;
	vertical-align: middle;
	line-height:1.3em;
	padding-top:2px;
}

.bold {
	font-weight:bold;
}

.popupTextLink {
	font-family: Arial, Helvetica;
	font-style: normal;
	font-size: 8pt;
	color: #009ddb;
	text-align: left;
	padding-top: 5px;
	line-height:1.3em;
	padding-top:2px;
}

.popupTextLink:hover {
	font-family: Arial, Helvetica;
	font-style: normal;
	font-size: 8pt;
	color: #009ddb;
	text-align: left;
	padding-top: 5px;
	line-height:1.3em;
	padding-top:2px;
}



/** ---------------------------------Popup end---------------**/



.eePopupButton2 {
	height: 26px;
	/*outline:0px;*/
	margin:0px;	
	color: #000000;
	cursor: pointer;	
	font-family: Arial, Helvetica;
	font-size: 8pt;
	/*font-weight: bold;*/
}

.eePopupButton2 .html-face {
	padding-top:2px;
	padding-left:10px;
	padding-right:10px; 
}

.eePopupButton2-left-up 
{
	background: transparent url('../images/newui/ee_big_left_standard.png') no-repeat scroll top right;
	display: block;
	float: left;
	height: 26px;
	width:12px;
	text-decoration: none;
}

.eePopupButton2-left-up-hovering{
	background: transparent url('../images/newui/ee_big_left_standard.png') no-repeat scroll top right;
	display: block;
	float: left;
	height: 26px;
	width:12px;
	text-decoration: none;
}


.eePopupButton2-left-down{
	background: transparent url('../images/newui/ee_big_left_standard.png') no-repeat scroll top right;
	display: block;
	float: left;
	height: 26px;
	width:12px;
	text-decoration: none;
}


.eePopupButton2-left-down-hovering{
	background: transparent url('../images/newui/ee_big_left_standard.png') no-repeat scroll top right;
	display: block;
	float: left;
	height: 26px;
	width:12px;
	text-decoration: none;
}

.eePopupButton2-left-up-disabled{
	background: transparent url('../images/newui/ee_big_left_standard.png') no-repeat scroll top right;
	display: block;
	float: left;
	height: 26px;
	width:12px;
	text-decoration: none;
}


.eePopupButton2-right-up 
{
	background: transparent url('../images/newui/ee_big_right_standard.png') no-repeat scroll top right;
	display: block;
	float: left;
	height: 26px;
	width: 12px;
	text-decoration: none;	
}


.eePopupButton2-right-up-hovering{
	background: transparent url('../images/newui/ee_big_right_standard.png') no-repeat scroll top right;
	display: block;
	float: left;
	height: 26px;
	width: 12px;
	text-decoration: none;	
}

.eePopupButton2-right-down{
	background: transparent url('../images/newui/ee_big_right_standard.png') no-repeat scroll top right;
	display: block;
	float: left;
	height: 26px;
	width: 12px;
	text-decoration: none;	
}

.eePopupButton2-right-down-hovering{
	background: transparent url('../images/newui/ee_big_right_standard.png') no-repeat scroll top right;
	display: block;
	float: left;
	height: 26px;
	width: 12px;
	text-decoration: none;	
}

.eePopupButton2-right-up-disabled{
	background: transparent url('../images/newui/ee_big_right_standard.png') no-repeat scroll top right;
	display: block;
	float: left;
	height: 26px;
	width: 12px;
	text-decoration: none;	
}


.eePopupButton2-up 
{
  background-image:url(../images/newui/ee_big_filler_standard.png);
  display: block;
  /*line-height: 14px;*/
  height: 26px;
  text-align: center;
  vertical-align:middle;  
  
}


.eePopupButton2-up-hovering{
  background-image:url(../images/newui/ee_big_filler_standard.png);
  display: block;
  /*line-height: 14px;*/
  height: 26px;
  text-align: center;
  vertical-align:middle;  
  
}

.eePopupButton2-down{
  background-image:url(../images/newui/ee_big_filler_standard.png);
  display: block;
  /*line-height: 14px;*/
  height: 26px;
  text-align: center;
  vertical-align:middle;  
  
}

.eePopupButton2-down-hovering{
  background-image:url(../images/newui/ee_big_filler_standard.png);
  display: block;
  /*line-height: 14px;*/
  height: 26px;
  text-align: center;
  vertical-align:middle;  
  
}

.eePopupButton2-up-disabled{
  background-image:url(../images/newui/ee_big_filler_standard.png);
  display: block;
  /*line-height: 14px;*/
  height: 26px;
  text-align: center;
  vertical-align:middle;  
  
}

.eePopupButton2-down-disabled {
  background-image:url(../images/newui/ee_big_filler_standard.png);
  display: block;
  /*line-height: 14px;*/
  height: 26px;
  text-align: center;
  vertical-align:middle;    
}

.eePopupButton2-button {
  	background: none repeat scroll 0 0 transparent;
    border: 0 none;
    color: black;
    font-size: 8pt;	
}

.display-Information .gwt-label {
	color: #CC0033;
	font-weight: normal;
}

.names-Instructions .gwt-label{
	color:black;
	font-size:12px;
} 
.criminal-date-alignment{padding-top: 30px;}
.acic-padding-bottom{padding-bottom:30px}
