\begin{table}
  \parbox{16cm}{\caption{   \label{ }}}\vspace*{2ex}
  \begin{tabular*}{16cm}{@{\extracolsep\fill}|c|c|c|c|}
    .....
  \end{tabular*}
\end{table}


\stepcounter{footnote}
\begin{table}
  \begin{minipage}{17cm}
    \caption{  $^{\thefootnote}$\label{}}
    \vspace*{2ex}\tiny
    \begin{tabular}{|c|c|c|c|c|c|c|c|c|c|c|c|}
      \multicolumn{12}{|c|}{ }
    \end{tabular}
  \end{minipage}
\end{table}
\footnotetext{ }


\stepcounter{footnote}
\begin{table}
  \begin{minipage}{16cm}
    \begin{center}
      \parbox{11cm}{\caption{  $^{\thefootnote}$ \label{ }}}
      \vspace*{3ex}
      \begin{tabular*}{11cm}{@{\extracolsep\fill}|l|c|}
        & \multicolumn{1}{l|}{ }\\
      \end{tabular*}
    \end{center}
  \end{minipage}
\end{table}
\footnotetext{ } 


\begin{table}
  \parbox{16cm}{\caption{  \label{ }}}\vspace*{2ex}
  \begin{tabular*}{16cm}{@{\extracolsep\fill}|lccccc|}\hline
     & & & & &\\
    \raisebox{1.3ex}[-1.3ex]{ } & & & \raisebox{1.3ex}[-1.3ex]{ } & 
    \raisebox{1.3ex}[-1.3ex]{ } &\\\hline
  \end{tabular*}
\end{table}



\begin{table}
  \renewcommand{\arraystretch}{1.1}
  \parbox{16cm}{\caption{  \label{  }}\vspace*{2ex}}
  \begin{minipage}{16cm}
    \begin{supertabular*}{16cm}{@{\extracolsep\fill}|l|c|c|c|c|c|}
       & \multicolumn{1}{c|}{ } & \multicolumn{1}{c|}{ } & 
         \multicolumn{1}{c|}{ } & \multicolumn{1}{c|}{ } & 
         \multicolumn{1}{c|}{ }\\
       ...\footnote{ } & & & & &\\
    \end{supertabular*}
  \end{minipage}
\end{table}

