/**
* Calendar Form Tag Formating
*/
  /**
  * General form tag 
  **/
  form {
    margin: 0px;
  }
  
  /**
  * Label tag
  */
  label {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-color: #000000;
    font-weight: bold;    
  }
  
  /* Month Select Menu */
  .month_select {}
  
  /* Month Select Menu Options */
  .month_select_option {}
  
  /* Year Select Menu */
  .year_select {}
  
  /* Year Select Menu Options */
  .year_select_option {}
  
  /* Category Select Menu */
  #category_select {}
  
  /* Category Select Menu Options */
  .category_select_option {}
  
  /* Forms for calendar list display */
  .cl_form {}
  
  /* Select button for calendar list display forms */
  .cl_submit {}
  
  /* Form tag */
  .c_form { 

    display: inline;
  }
  
  /* Submit Button */
  .c_submit {}   