/*
 * File: $HeadURL: https://dotsubprodp.dot.state.wi.us/java_repos/rico/trunk/rico-web/src/main/webapp/styles/common.css $
 * Created: August 8, 2011 4:00pm
 * 
 * Copyright: Wisconsin Department of Transportation
 * Project: rico-web
 * Created by: dots1l
 * 
 * Purpose: Common styles used throughout the application.
 *      NOTE: all style names here must be unique for the entire application.
 * 
 * Last updated on $Date: 2011-08-31 15:58:00 -0500 (Wed, 31 Aug 2011) $
 * Last updated by $Author: mscldb $
 *
 * @author dots1l
 * @version $Revision: 5133 $
 */
 
/* All HTML elements go in this section alphabetically. */
/* Begin of HTML elements */

div.clear { 
    margin-top: 20px;
    clear:both; 
} 
      
p.textLine {
    padding-left: 0px;
    max-width: 90%
}
  
td {
    padding: 8px 10px;
}

th {
    border-bottom: 1px solid #d6d6d6;
    padding: 10px 18px;    
}

tr:nth-child(even) {
    background:#e9e9e9;
}

            
    
/* End of HTML elements */
/**************************************************************************************/
    
/* All classes go in this section alphabetically. */
/* Begin of classes */
.dataRow {
    position: relative;
}
.entryColumn{
    padding-top:3px;
    padding-bottom: 5px;
}
.labelColumn {
    float: left;
    padding-right:5px;
    text-align: right;
    padding-bottom: 5px;
}

.messageError {
    max-width: 775px!important;
}
.messageInformation {
    max-width: 775px!important;
}
.messageWarning {
    max-width: 775px!important;
}

.ui-datepicker {
  z-index: 9999 !important;
}
/* End of classes */
/**************************************************************************************/
/* All IDs go in this section alphabetically. */
/* Begin of IDs */



/* End of IDs */ 
 

