/* All HTML elements go in this section alphabetically. */
/* Begin of HTML elements */

/* End of HTML elements */
/**************************************************************************************/
/* All classes go in this section alphabetically. */
/* Begin of classes */
.bodyDiv {
	min-width: 980px;
}

.dataRow {
    position: relative;
    padding-bottom: 10px;
}

.dmvFieldSeparator {
    display:inline;
} 

.entryColumn{
    padding-top:3px;
}

.labelColumn {
    float: left;
    padding-right:5px;
    text-align: right;
}
.messageError, .messageInformation, .messageSuccess, .messageWarning{
	max-width: 45%;
}
.ui-dialog .ui-dialog-titlebar-close span {
    margin: -9px;
} 

/* End of classes */
/**************************************************************************************/
/* All IDs go in this section alphabetically. */
/* Begin of IDs */
#outOfStateMobile{
	display: none;
}

/* End of IDs */






