/*****************************************************************************/
/*** ALERT BOXES *************************************************************/

table.alert_info, table.alert_question, table.alert_warning, table.alert_error,
table.alert_info_small {
 margin-bottom: 10px;
 margin-top: 10px;
 border-width: 1px;
 border-style: solid;
}

table.alert_info th, table.alert_question th, table.alert_warning th, table.alert_error th {
 font-size: 16px;
 padding: 15px 20px 10px 0px;
}

td.alert_icon    { padding: 10px 10px 10px 10px; }
td.alert_content { padding: 0px 20px 16px 0px; }

table.alert_info        { background-color: #e7f1fb; border-color: #459ede; }
table.alert_info th     { color: #459ede; }

table.alert_question    { background-color: #ffefe1; border-color: #ff762c; }
table.alert_question th { color: #ff762c; }

table.alert_warning     { background-color: #fff8e0; border-color: #ffac00; }
table.alert_warning th  { color: #ffac00; }

table.alert_error       { background-color: #fcf5f4; border-color: #c43442; }
table.alert_error th    { color: #c43442; }


/*** SMALL ALERT BOXES *******************************************************/

table.alert_info_small    { background-color: #e7f1fb; border-color: #459ede; }
table.alert_info_small td { padding: 5px; }

table.alert_info_small span.alert_title_small { color: #459ede; font-size: 14px; }

