
<!--//***************** Question of The Day Flash Module configurations ********************// 
//Main formatting
  QOD_Header_background = 'http://hosted.ap.org/mnm/header_shade.jpg';
  QOD_Module_background_color = 'eeeeee';
  QOD_Suggest_panel_background_color = 'ffffff';
  QOD_Separation_border_color = '999999'
  QOD_Warning_text_color = 'cc3300'; //Suggest panel. Appears on Submit event in the case of an error.
//Module Title formatting
  QOD_Title_value = 'Question of the Day';
  QOD_Title_color = '000000';
  QOD_Title_font = 'Verdana';
  QOD_Title_size = '11';
//Date formatting
  QOD_Date_color = 'cc3300';
  QOD_Date_font = 'Verdana';
  QOD_Date_size = '10';
//Navigation component formatting
  QOD_Navigation_arrow_color = '99aabb';
  QOD_Navigation_arrow_color_over_state = '556677';
  QOD_Navigation_button_background_color_over_state = 'dddddd';
  QOD_Navigation_date_count_number_font = 'Verdana';
  QOD_Navigation_date_count_number_color = '000000';
  QOD_Navigation_date_count_number_size= '10';
//Question text formatting
  QOD_Question_font = 'Verdana';
  QOD_Question_color = '000000';
  QOD_Question_size = '11';
  QOD_Question_bold_style = '';//(Yes -> value 'Yes')
//Answer text formatting
  QOD_Answer_font = 'Verdana';
  QOD_Answer_color = '000000';
  QOD_Answer_size = '11';
  QOD_Answer_bold_style = '';//(Yes -> value 'Yes')
//Vote/Submit button formatting
  QOD_Button_background_color = 'cccccc';
  QOD_Button_text_font = 'Verdana';
  QOD_Button_text_color = '000000';
  QOD_Button_text_over_state = '666666';
  QOD_Button_text_size = '11';
//Link text formatting
  QOD_Link_font = 'Verdana';
  QOD_Link_color = '556677';
  QOD_Link_size = '11';
  QOD_Link_undeline = '';//(Yes -> value 'Yes')
  QOD_Link_color_over_state = '000000';
  QOD_Link_Undeline_over_state = 'Yes';//(NO -> value '')
//-->