h4 {
    font-size: 110%;
    border-bottom: none;
    font-weight: lighter;
	color:white;
	padding-top:5px;
	padding-left:5px;
	margin-top: 0px;
}

.phoneExtLabel, .phone-input {
 vertical-align: top !important;
}

.claro h1 {
	/*font-variant:small-caps;*/
    font-size: 2em;
    border-bottom: none;
    font-weight: bold;
	color:#999999;
	padding-top:0px;
	padding-bottom:3px;
	margin-bottom:0em;
	margin-top:0;
	padding-top:0;
}

h1, h2 {
	/* font-family: 'Segoe UI','Segoe Light',Ebrima,Arial,Verdana,sans-serif;*/
	font-family: Ebrima, sans-serif;
	letter-spacing: 0.035em;
}

h2, .claro h2 {
	color:#01599c;
	font-weight: bold;
	font-size: 1.75em;
	padding-bottom:0;
	margin-top: 0;
	margin-bottom:0.5em;	
	line-height:1em;
}
h2 {
	/*see entry in assistEnhancedCommon.css*/
}

.claro {
	font-family: Arial, Helvetica, sans-serif;	
}

/*****************
 Body elements 
 *****************/
#content, #content-left-layout {
	padding: 0px 1%;
	margin: 0 auto;
	width: 98%;
	margin: 0 auto;
}

#content-left-layout {
	margin-top:5px;
	padding: 0px 1%;
}

#breadCrumbs {
	font-size: 75%;
	color:#232866; /*#036;*/
	padding-bottom:5px;
	padding-left:5px;
}

.page-title {
    font-size: 2em;
    border-bottom: none;
    font-weight: bold;
	color:#999999;
	padding-top:5px;
	padding-bottom:1px;
	margin-bottom:0;
	margin-top:0;
}

.box {
	background-color:white;
	border-top:1px solid #e5e5e5;
	clear: both;
	padding-top:0px;
	padding-left:0px;
	padding-bottom:2em;
}

.box-no-border {
    border: none !important;
}

.box-title {
	/*font-variant:small-caps;*/
	color: #01599c;
	/*padding: 0 15px 0 15px;*/
	font-weight: bold;
	padding-bottom: 2.25em;
	padding-top: 3px;
	
}

.left-title{
	float:left;
}

.right-title{
	float:right;
	text-align:right;
	font-size: 1.35em;
}

.right-title a, .right-title a:link, .right-title a:visited, .right-title a:hover {
font-weight:normal;
font-size:80%;
}

.box-content {
	padding-top:10px;
}
.search-box{
	padding-top:0;
}

.box-content>div{
	margin-bottom:10px;
	clear: left;
	min-height: 1em;
}

.box-content>div>label {
	font-weight: bold;
	margin-right: .5em;
	padding-right: 1em;
	text-align: right;
	width: 18em;
}

td>label {
	font-weight: bold;
	text-align: right;
}


.box-content>div>label.search-fields{
	font-weight: bold;
	margin-right:.1em;
	text-align: left;
	width: 14.6em;
}

.box-content>div>label.search-fields-special{
	width: 7.8em;
}

.important-text {
	color: #e60101;
}

.required {
	color: #e60101;
	font-size: 1.35em;
	padding-left: 4px;
}

.box-content span.required {
	/*margin-left: -1.3em;*/
	position: absolute;
	font-weight: bold;
}

#form-buttons {
  clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left:0px;
	margin-right: 5px;
	text-align:left;
}
.left-align-button{
	margin-top: -20px;
	margin-left: 100px;
	margin-bottom:50px;
}

.button-spacer {
	margin-left: 1em;
	margin-right: 1em;
}

a.secondary-action {
	text-decoration: underline;
	color: blue;
	font-size: 80%;
}

a.form-links {
	text-decoration: underline;
	color: blue;
	font-size: 90%;
}


.box-content span.dojoRadioButtons{
	display: inline-block;
	width: 166px;
}

.box-content label.phoneExtLabel {
	width:auto;
	margin-left: 1em;
	padding-right: 0;
	font-weight: bold;
	float: none;
	margin-right: auto;
	text-align: left;
}

.box-content .spacer {
	margin-left: 1em;
}

.box-content label.instruction {
	display: inline-block;
	padding-bottom:1em;
}

.box-content>div>div.dojowrapper {
	margin-bottom:10px;
	clear: left;
	min-height: 1em;
}

.box-content>div.clear {
	margin-bottom:0px;
	clear: none;
	min-height: 0px;
}

.box-content label.clear {
	font-weight: bold;
	width: 18em;
	float: left;
	margin-right: .5em;
	padding-right: 1em;
	text-align: right;
}

.deletemark {
	border: 0px;
	height: 17px;
	width: 20px;
	background-image: url("/assist-web/resources/images/GridDelete.png");
}

/*********************************
 Styles for messages 
 *********************************/
.info, .success, .warning, .error {
    border: 1px solid;
    margin: 10px 0px;
    padding:10px 5px 5px 45px;
    width: 80%;	
    font: bold 11px verdana;
    -moz-box-shadow: 0 0 4px #888;
    -webkit-box-shadow: 0 0 4px#888;
    box-shadow: 0 0 4px #888;
    text-shadow: 2px 2px 2px #ccc;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.info {
    color: #00529B;
   /*  background: #BDE5F8 url('/assist-web/resources/images/icon-info.png') no-repeat 10px center; */
}
.success {
    color: #4F8A10;
    /* background: #DFF2BF url('/assist-web/resources/images/icon-tick.png') no-repeat 10px center; */
}
.warning {
    color: #9F6000;
    /* background: #FEEFB3 url('/assist-web/resources/images/icon-warning.png') no-repeat 10px center; */
}
.error {
    color: #E60101;
   /*  background: #FFBABA url('/assist-web/resources/images/icon-cross.png') no-repeat 10px center; */
}
.validation-error {
    color: #E60101;
    font-weight:bold;
}

.errorMessageIndent {
	margin-left: 19.4em;
	color: #E60101;
	position: relative; 
	display: block;
}

.errorMessage {
	position: relative; 
	display: block;
	min-height: 0!important;
}
.errorMessage, .errorText{
	color: #E60101;
	font-weight:bold;
	max-width: 250px;
}



/*********************************
 Buttons and other objects
  ********************************/
.assistBtn {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #9ba9c8) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #9ba9c8 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#9ba9c8');
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:3px;
	border:1px solid #b2b2b2;
	display:inline-block;
	color:#323987;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	vertical-align:middle;
}
.assistBtn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9ba9c8), color-stop(1, #ffffff) );
	background:-moz-linear-gradient( center top, #9ba9c8 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9ba9c8', endColorstr='#ffffff');
	background-color:#9ba9c8;
}
.assistBtn:active {
	position:relative;
	top:1px;
}

.chkboxLabel {
    display: inline-block;
    padding-left: 10px;   
    font-family:Arial, Helvetica, sans-serif;  
    font-size:12px;  
	font-weight:bold;
    color: #323987;
}

.chkboxLabelBold {
	display: inline-block;
    padding-left: 10px;   
    font-family:Arial, Helvetica, sans-serif;  
    font-size:12px;  
	font-weight:bold;
    color: #323987;
}

.formLabel {
    display: inline-block;
    padding-left: 0px;    
    font-family:Arial, Helvetica, sans-serif;  
    font-size:12px;  
    color: #323987;
}

.formLabelBold {
    display: inline-block;
    padding-left: 0px;    
    font-family:Arial, Helvetica, sans-serif;  
    font-size:12px;  
	font-weight:bold; 
    color: #323987;
}

.chkboxInput {
    width: 13px;
    height: 13px;
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
}

/* Link styles */
a, a:link, a:visited	{
	color: #0764b6;
	text-decoration:none;
}
a:hover { 
	color:#258ae5;
	text-decoration: underline;
}

#tiles-footer {
	border: 0;
	font: 13px/16px Helvetica,Verdana,Arial,Garuda,sans-serif;
	color: #989898;
	text-align: center;
	margin-bottom: 2em;
}
#tiles-footer a, 
#tiles-footer a:link,
#tiles-footer a:hover,
#tiles-footer a:visited{
    white-space: nowrap;
}

.divSeparator {
height: 10px;
width: 100%;
}

ul
{
    list-style-type: none;
    padding: 0;
    margin:0;
}

.labelList {
	font-weight:bold;
	padding-bottom: 15px;
}

.valueList {
	/*padding-bottom:1em;*/
	padding-left:3em;
	padding-bottom: 5px;
}


#columns .column {
	position: relative;
	min-width: 160px;
}


#columns .smallcolumn {
	position: relative;
	min-width: 50px;
}


#columns .widecolumn {
	position: relative;
	min-width: 300px;
}

#columns .left {
	float: left;
	text-align:left;
}

#columns .filler {
	position: relative;
	float: left;
	min-width: 50px;
	text-align:center;
}

#columns .right {
	float: right;
}

.dojoxGridMasterMessages{
	color: #C2C2C2;
    font-family: sans-serif;
    font-size: 1.7em;
    }
    
.box-content ul label {
   	font-weight: bold;
}
   
.box-content ul ul {
   	float: left;
   	padding-right: 10px;
   	padding-bottom: 14px;
}

.box-content ul ul.divider {
    margin-left: 20px;
    margin-right: 20px;
}

.box-content ul .button {
    padding-top: 12px;
    padding-left: 10px;
}


.enhancedTextBoxInner{
	padding-top:1px !important;
	padding-bottom:1px !important;
	padding-left:0px !important;
	padding-right:6px !important;
	margin:0px !important;	
	margin-right:4px !important;
	width: 100% !important;
}

.enhancedTextBoxInput{
	margin: 2px !important;
	padding: 2px !important;
	background-color: transparent;
	float: left;
	width: 100% !important;
}

.enhancedTextBoxArrow{

	margin-top: 3px !important;
	margin-bottom: 3px !important;
}

.enhancedTextBox{
	border:0px !important;
	padding:0px !important;
	margin:0px !important;
	display: inline-block  !important;
	/*margin-right:4px !important;*/
	padding-left:0px !important;
	padding-right:6px !important;
}

.enhancedTextBoxOpened .errorText{
	border:0px !important;
	padding:0px !important;
	margin:0px !important;
	display:none !important;
}

.enhancedTextBoxHover{
	
}

.enhancedTextBoxError{
	background-color: transparent  !important;
}

.enhancedTextBoxErrorHover{
	background-color:transparent !important;	
}

.enhancedTextBox .enhancedTextBoxInner{
	border:1px solid rgb(181, 188, 199) !important;
}

.enhancedTextBoxHover .enhancedTextBoxInner{
	border:1px solid rgb(117, 157, 192)!important;

}

.enhancedTextBoxError .enhancedTextBoxInner{
	border:1px solid #d30000 !important;
	color: #E60000;
	background-color:#ffffe7 !important;
}

.enhancedTextBoxErrorHover .enhancedTextBoxInner{
	border:1px solid #d30000 !important;
	color: #E60000;
	background-color:#ffffe7 !important;
}

/*
External Link Arrow
*/

.external-link {
    background: url("/assist-web/resources/images/lookup.png") no-repeat scroll 100% 50% transparent;
    padding-right: 10px;
}


.ui-dialog-titlebar {
      background-image: url(../images/btn_blue_bg.png);
  background-position:bottom;
  /*-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);*/
  background: #275d8e !important; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE2NzBjMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNzVkOGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
  background: -moz-linear-gradient(top, #1670c0 0%, #275d8e 100%) !important; /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1670c0), color-stop(100%,#275d8e)) !important; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #1670c0 0%,#275d8e 100%) !important; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #1670c0 0%,#275d8e 100%) !important; /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #1670c0 0%,#275d8e 100%) !important; /* IE10+ */
  background: linear-gradient(to bottom, #1670c0 0%,#275d8e 100%) !important; /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1670c0', endColorstr='#275d8e',GradientType=0 ); /* IE6-8 */
    border: medium none;
    padding: 5px 7px 4px;
}

.ui-dialog-title {
    color: #FFFFFF;
    font-weight: bold;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}

.ui-widget {
  font-family: Arial,Helvetica,sans-serif !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: url("/assist-web/resources/images/dialogCloseIcon.png") no-repeat scroll 50% 50%  !important;
    height: 18px !important;
    position: absolute !important;
    right: 5px !important;
    width: 21px !important;
  border: none !important;
}

.ui-state-active, .ui-state-hover .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  background: url("/assist-web/resources/images/dialogCloseIcon.png") no-repeat scroll 50% 50% !important;
    height: 18px !important;
    position: absolute !important;
    right: 5px !important;
    color: black;
    width: 21px !important;
  border: none !important;
   background-position: -42px !important;
}

.ui-state-hover, 
.ui-widget-content .ui-state-hover, 
.ui-widget-header .ui-state-hover, 
.ui-state-focus, 
.ui-widget-content .ui-state-focus, 
.ui-widget-header .ui-state-focus {
   background: url("/assist-web/resources/images/dialogCloseIcon.png") no-repeat scroll 50% 50% !important;
    height: 18px !important;
    position: absolute !important;
    right: 5px !important;
    width: 21px !important;
  border: none !important;
  background-position: -21px !important;
}

.ui-widget {
  font-size: 1em !important;
}

.ui-dialog {
  padding: 0 !important;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl  {
  border-bottom-right-radius: 0 !important;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-left-radius: 0 !important;
}

.instructions {
    padding-bottom: 1em;
    padding-left: 0.5em;
    padding-top: 0.5em;
}

.instructional-text {
  clear: both;
  font-size: 1.1em;
}

.logo-img {
	background: url('/assist-web/resources/images/logo.png') no-repeat;
	display: block;
	font-size: 0;
	height: 62px;
	text-indent: -9999em;
	width: 173px;
	float: left;
	margin-left: 44px;
	margin-top: 14px;
}

.hListLayout {
    display:inline;
    margin-right: 8px;
}


.hListLayout li{
    display:inline;
    margin-right: 8px;
}

.multiSelectScrollBox{
	background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #DADEE6;
    border-radius: 5px;
    height: 80px;
    overflow-y: auto;
    padding: 8px 3px 0 8px;
    width: 120px;
}

.right-label {
	float: right;
	margin-top: 7px;
	margin-left: 5px;
}

.uxCombobox {
	overflow: hidden;
}

.uxCombobox select {
	height: 28px;
	padding: 3px;
	width: 285px;
}

.uxCombobox select option {
	color: #222222;
}
.uxCombobox select.longInput {
	width: 350px;
}

.uxCombobox select.hasError {
	background: #FFFFE7;
	border: 1px solid red;
	color: red;
}

.valueList .uxCombobox select {
	width: 228px;
}

.navHeading{
    font-size: 1.1em;
    line-height:1.5em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #777;
}

input[type="checkbox"]:focus,input[type="radio"]:focus, a:focus, span:focus {
	outline-color: rgb(117, 157, 192);
	border: 1px solid rgb(117, 157, 192) !important;
}

.box-title{
	padding-bottom:1.5em;
}

#form-buttons{
	margin: 10px 5px 10px 0;
}

.instruction{
	display: block;
	clear:both;
}
	
.box-content label.instruction {
    display: inline-block;
    padding-bottom: 0.5em;
}

.box-content ul .button {
    padding-left: 0 !important;
    padding-top: 5px !important;
    padding-bottom: 5px;
}

ul.button{margin:0; padding:0; }
ul.button li {
display: inline;list-style-type: none;
 }
 
.box-content ul ul {
padding-bottom:0px;
}
.box{.5em;}