/* sbgftcn.css */

body {
   max-width: 1000px;
   margin: 0 auto;
   margin-left:auto;
   margin-right:auto;
   font-family:Arial, sans-serif;
   padding: 2px; 
}

a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { text-decoration: underline; }

a.menu {color: white;}
a.menu:link { text-decoration: none; color: white;}
a.menu:visited { text-decoration: none; color: white;}
a.menu:hover { text-decoration: underline; color: white;}
a.menu:active { text-decoration: underline; color: white;}

a img { padding:1px; max-width: 100%;}

img { padding:1px; max-width: 100%;}
img.noborder { border:none;  max-width: 100%;}

h1 { display: inline; }
h2 { display: inline; }
h3 { display: inline; }
/*
h1 { font-size: 4vw; display: inline; }
h2 { font-size: 2vw; display: inline; }
h3 { font-size: 1.5vw; display: inline; }
h1 { font-size: 2.5em; display: inline; }
*/

/*---------------------------------------------------------------------------*/
/* default table format */
/*---------------------------------------------------------------------------*/
table {
   width: 100%;     
   border: 0px;
   border-collapse: collapse;
   text-align:left;
   margin-left:auto; 
   margin-right:auto;
}

/*---------------------------------------------------------------------------*/
/* home page menu table format */
/*---------------------------------------------------------------------------*/
table#t0 {
   width: 100%;     
   max-width: none;   
   border: 1px solid black;
   border-collapse: collapse;
   text-align:center;
   margin-left:auto; 
   margin-right:auto;
}

table#t0 td {
   padding: 2px; 
   border: 1px white;
}

table#t0 th {
   padding: 2px; 
   border: 2px solid white;
   color: white;
   background-color: black;
   text-align:center;
} 

/*---------------------------------------------------------------------------*/
/* known sbgftcn table format */
/*---------------------------------------------------------------------------*/
table#t1 {
   max-width: 600px;
   margin-left:auto; 
   margin-right:auto;
   border: 1px solid black;
   border-collapse: collapse;
   text-align:center;
}

table#t1 th {
   padding: 2px; 
   border: 2px solid white;
   color: white;
   background-color: black;
   text-align:center;
} 

table#t1 td {
   padding: 2px; 
   border: 1px solid black;
}

/*---------------------------------------------------------------------------*/
/* sbgftcn faq table format */
/*---------------------------------------------------------------------------*/
table#t2 {
   width: 100%;
   max-width: 1000px;
   margin-left:auto;
   margin-right:auto;
   border: 1px solid black;
   border-collapse: collapse;
   text-align:left;
}

table#t2 td {
   padding: 2px; 
   border: 1px solid black;
}
 
/*---------------------------------------------------------------------------*/
/* sbgftcn models table format */
/*---------------------------------------------------------------------------*/
table#t3 {
   width: 100%;
   border: 1px solid black;
   border-collapse: collapse;
   text-align:center;
   margin-left:auto;
   margin-right:auto;
}

table#t3 td {
   padding: 2px;
   border: 1px solid black;
}

table#t3 th {
   padding: 2px;
   border: 2px solid white;
   color: white;
   background-color: black;
   text-align:center;
}
/*---------------------------------------------------------------------------*/

/*
table#t1 tr:nth-child(odd) {
   background-color: #E8E8E8;
}
*/
