@CHARSET "ISO-8859-1";

/* ================================[ TABLE CELL STYLES ]================================ */

.addon-table-tr-odd { background-color: white ; }
.addon-table-tr-even { background-color:  #EFEFEF; }

.error_cell { background-color: red; }
.success_cell { background-color: green; }

.action_cell { background-color : #D4D4D4; }

.red_bg { background-color: red; }
.green_bg { background-color: green; }
.blue_bg { background-color: blue; }
.yellow_bg { background-color: yellow; }
.purple_bg { background-color: purple; }
.orange_bg { background-color: orange; }
.white_bg { background-color: white; }
.grey_bg { background-color: grey; }
.skyblue_bg { background-color: skyblue; }

.underline_cell { text-decoration: underline; }
.bold_cell { font-weight: bold; }
.center_cell { text-align: center; }
.left_cell { text-align: left; }
.right_cell { text-align: right; }
.uppercase_cell { text-transform:uppercase; }
.capitalize_cell { text-transform:capitalize; }
.italic_cell { font-style:italic; }

.align_center { text-align: center;}
.align_right { text-align: right; }
.align_left { text-align: left; }

.size_50 { width : 50px; }
.size_80 { width : 80px; }
.size_100 { width : 100px; }
.size_150 { width : 150px; }
.size_200 { width : 200px; }
.size_250 { width : 250px; }
.size_300 { width : 300px; }
.size_350 { width : 350px; }
.size_400 { width : 400px; }
.size_450 { width : 450px; }


/* ===================================================================================== */



