/*  general  */
.inline {display: inline}
.center {text-align: center}
.left {text-align: left}
.right {text-align: right}
.justify {text-align: justify}
.full {width: 100%}
.red {color: red}
.w25 {width: 25px}
.w50 {width: 50px}
.w100 {width: 100px}
.w150 {width: 150px}
.w200 {width: 200px}
.w250 {width: 250px}
.w300 {width: 300px}
.w400 {width: 400px}
.w600 {width: 600px}

/* error messages */
#error {margin: 10px; padding: 5px; text-align: justify; color: #ff0000; background-color: #e4e4e4; font-weight: bold}
#error #ok {color: #009933}

/* tables */
table.azatable {border-collapse: collapse; width: 500px; margin: 0px auto; border-width: 0px; font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; color: #FFFFFF}