/* All HTML elements go in this section alphabetically. */
/* Begin of HTML elements */
tr:nth-child(even) {
	background: #e9e9e9;
}
/* End of HTML elements */
/**************************************************************************************/
/* All classes go in this section alphabetically. */
/* Begin of classes */
.bodyDiv {
	min-width: 850px;
}

.bold {
	font-weight: bold;
}

.dataRow {
    position: relative;
    padding-bottom: 5px;
}

.entryColumn{
   
}

.helpGraphic {    
    height: 100%; 
    width: 100%;        
} 

.imageblock {
    display:none;
} 

.labelColumn {
    float: left;
    padding-right:5px;
    text-align: right;
    padding-bottom: 5px;
    width: 340px;
}

.messageError {
	max-width: 700px;
}

.messageInformation {
	max-width: 700px;
}

.messageSuccess {
	max-width: 700px;
}

.messageWarning {
	max-width: 700px;
}

.smallText {
	font-size: small;
}

.timerPopup {
    visibility: hidden;
    position: fixed;
    width: 30%;
    height: 15%;
    margin: auto;
    text-align: center;
}

.timerPopup .visible {
    visibility: visible;
}

.ui-dialog .ui-dialog-titlebar-close span {
    margin: -8px;
}

.ui-widget-overlay {
   position: fixed;
}

.validationErrorRed {
	border-color: red !important;
	border-width: 2px !important;
	border-style: solid !important;
}

/* End of classes */
/**************************************************************************************/
/* All IDs go in this section alphabetically. */
/* Begin of IDs */


/* End of IDs */






