
#eCARD .ui-widget-content {
	background: #eee;
}

.eCARDtooltip {
    position: relative;
    display: inline;
}

/* CSS tooltip*/
.eCARDtooltip .eCARDtooltiptext {
    visibility: hidden;
    width: 250px; /*made this bigger*/
    background-color: #555;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 5px ;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -120px; /*had to make this bigger to fit the increased box size*/
    opacity: 0;
    transition: opacity 0.3s;
}

.eCARDtooltip .eCARDtooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
    border-top: none;
    border-bottom: none;
}

.eCARDtooltip:hover .eCARDtooltiptext {
    visibility: visible;
    opacity: 1;
}

#eCARDRegistrationForm div {clear:both;margin-bottom:5px;}



.eCARDWarning {
	display:none;
	border: none;
}

.eCARDAlert {
	display:none;
	border: none;
}

.eCARDSectionLabel {
	margin: 10px 0px 5px 0px;
	font:  100% Arial, Helvetica, Sans-serif;
	font-weight: bold;
	padding-top: 2px;
}

.eCARDSectionName {
	font-weight: bold;
	font-size: larger;
}

.eCARDSectionMessageWarning {
	font-weight: bold;
	font-size: smaller	;
	padding-left:20px;
	color: blue;
}

.eCARDSectionMessageAlert {
	font-weight: bold;
	font-size: smaller	;
	padding-left:20px;
	color: blue;
}

.eCARDSectionMessageNote {
	font-weight: bold;
	font-size: medium;
	margin-left:20px;
}

.eCARDSectionMessageNote1 {
	font-weight: bold;
	font-size: 0.8em;
	margin-left:20px;
}

.eCARDSectionMessageNoteNoMargin {
	font-weight: bold;
	font-size: small;
}

.eCARDSectionMessageNoteNoMargin1 {
	font-weight: bold;
	font-size: 0.8em;
}

#eCARD table {
	width: 100%;	
}

#eCARD th {
	font-weight: normal;
	text-align: left;
/* 	padding-left:20px; */
/* 	width: 185px; */
	width: 30%;
	vertical-align: top;
}

.eCARDTHIndent {
	padding-left:20px;
}

.eCARDTxt {
	width: 200px;
}

.eCARDRequired {
	color:#900E28;
	font-weight: 900;
}

/*
.eCARDDialog {
}
*/

#eCARD .ui-dialog-title {
	color: black;
	font-size: 18px;
}

#eCARD .ui-dialog-titlebar {
	background-color: red;
/* 	background-color: #4B83B3; */
/* 	background-color: #001339; */
}

.eCARDButton {
	font-weight: bold;
}


#eCARDTermsMessage {
	font-weight: bold;
}

.ui-tooltip-content {
	font-size: small;
}

/* .ui-button-icon-only {display:none;} */

.eCARDSpinnerNI {
	display:    none;
	position:   fixed;
	z-index:    1000;
	top:        0;
	left:       0;
	height:     100%;
	width:      100%;
	background: rgba( 255, 255, 255, .3 ) 
	url('/imgs/processing.gif') 
	50% 50% 
	no-repeat;	
}


.eCARDSpinner {
	display:    none !important;
	position:   fixed;
	z-index:    1000;
	top:        0;
	left:       0;
	height:     100%;
	width:      100%;
	background: rgba( 255, 255, 255, .3 ) 
	url('/imgs/processing.gif') 
	50% 50% 
	no-repeat;	
}


.eCARDInfoIcon {
	border: none;
}

#eCARD img {
	border: none;
}


