@import "../basic.css";

H2 { 
  text-align: center;
}

P { 
  font-size: 1em;
}

TABLE { 
/* border: outset 2px #cccccc; */
  border: 1px #bbbbbb;
  border-spacing: 2px;
  border-collapse: separate; 
/*empty-cells: show;*/
  text-align: center;
  vertical-align: middle;
  width: 100%; /*margin: auto; center all tables */
}
TABLE.normal {
  border: 0px;
  border-spacing: 0;
  border-collapse: collapse;
  text-align: left;
  width: auto;
  margin-top: 1em;
  margin-bottom: 1em;
}
TR {
/*  border: inset 1px #bbbbbb; */
  border-spacing: inherit; /* IE ignores this :-( */
  border-spacing: 2px;
  padding: 8px; 
}
TH {
/*border: inset 1px #bbbbbb;*/
  border: outset 1px #bbbbbb;
  border-left: outset 1px #bbbbbb;
  border-spacing: inherit; /* IE ignores this :-( */
  border-spacing: 2px;
  padding: inherit; /* IE ignores this :-( */
  padding: 8px; 
}
TD {
/*  border: inherit; */ /* IE ignores this :-( */
/*  border: inset 1px #bbbbbb;*/
  border: outset 1px #bbbbbb;
  border-spacing: inherit; /* IE ignores this :-( */
  border-spacing: 2px;
  padding: inherit; /* IE ignores this :-( */
  padding: 8px; 
}
TD.text { 
  text-align: left;
}
TD.Prev { 
  text-align: left;
  font-size: 1.5em;
  font-weight: bold;
  vertical-align: middle;
}
TD.Curr { 
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  vertical-align: middle;
}
TD.Next { 
  text-align: right;
  font-size: 1.5em;
  font-weight: bold;
  vertical-align: middle;
}

iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 0px;
  width: 1000px;
  height: 660px;
}
