@charset "utf-8";
/* CSS Document */

.validation_error {
	/*padding: 6px;*/
	/*text-shadow: #fff 0 1px;
	margin-bottom: 1em; */
	border: 1px solid #FBC2C4;
	background: #FBE3E4; 
	color: #8a1f11; 
}

/*Tables*/

.table-style {
    width:100%;
}
    .table-style th {
		background-color:#E9E9E9;
		font-weight:bold;
		text-align:left
    }
	
	
    
    .table-style tfoot {
        background:#eee;
    }
    
    .table-style tr td:first-child {
        
    }
