html {
  /*overflow: hidden;*/
}

body {
  /*overflow: hidden;*/
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  display: table;
}

a div#LinkButtonBack {
  background-image: url("http://www.paulstarink.com/media/images/LinkButtonBack.gif");
  background-repeat: no-repeat;
  background-position: left;
  width: 84px;
	text-align: right;
  height: 31px;
	font-size: 16pt;
	color: green;
	margin-left: 40px;
	letter-spacing: 1px;
}

a div#LinkButtonNext {
  background-image: url("http://www.paulstarink.com/media/images/LinkButton.gif");
  background-repeat: no-repeat;
	background-position: right;
  width: 80px;
  height: 31px;
	font-size: 16pt;
	color: green;
	margin-right: 40px;
	letter-spacing: 1px;
}

a:hover div#LinkButtonNext,
a:hover div#LinkButtonBack
 {
  background-image: url("http://www.paulstarink.com/media/images/LinkButton_Hover.gif");
  background-repeat: no-repeat;
  height: 31px;
  cursor: hand;
	font-weight: bold;
	color: green;
}

a:hover div#LinkButtonBack
 {
  background-image: url("http://www.paulstarink.com/media/images/LinkButtonBack_Hover.gif");

}

div#WindowPane
{
  width: 100%;
  height: 100%;
  display: table;
}

div#EditorialDescription
{
  position: absolute;
  top: 0px;
  left: 0px;
  color: White;
}

div#EditorialDescription a img
{
  border-collapse: collapse;
  border: 0;
  vertical-align: middle;
  margin-right: 10px;
}

div#CurrentImage, div#CurrentText
{
  padding-bottom: 50px;
  display: table-cell;
  vertical-align: middle;
}

div#CurrentImage div, div#CurrentText div {
  display: table-cell;
  text-align: center;
  margin: auto;    
  padding-top: 150px;
}

div#CurrentText div {
  padding-top: 50px;
}

div#Text p {
  color: lightblue;
  font-size: 18px;
  letter-spacing: 1px;
  width: 508px;
  text-align: justify;
  font-family: Arial;
}

div#Text table#Calendar {
  width: 70%;
  color: lightblue;
  font-family: Arial;
  border-collapse: collapse;
}

table#Calendar td {
  vertical-align: top;
  padding-bottom: 30px;
  border-bottom: solid 1px #3A3A3A;
}


table#Calendar td.dates,
table#Calendar td.links {
  padding-top: 35px; 
}

table#Calendar td.dates {
  /*border-right: solid 2px Silver;*/
  padding-top: 35px; 
  text-align: center;
  width: 100px;
}

table#Calendar td.links {
  /*border-left: solid 2px Silver;  */
  padding-left: 30px;
  width: 80px;
}

table#Calendar td.links a {
  color: lightblue;
  line-height: 36px;  
}

table#Calendar td.links a img {
  border: 0px;
  display: inline;
  margin-bottom: -10px;
}


table#Calendar td.description {
  text-align: justify;
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 30px;
}

table#Calendar td.description span.title {
  font-weight: bold;
  color: green;
  letter-spacing: 1px;
  text-decoration: underline;
  font-size: 16pt;
}

div#CurrentImage img
{
  display: block;
  margin: auto;
	line-height: 1px; 
}

div#FooterWrapper
{
  padding: 0;
  position: absolute;
  bottom: 5px;
  width: 100%;
  left: 0px; 
}

div#Menu {
  padding: 0;
  position: absolute;
  bottom: 40px;
  width: 100%;
  left: 0px; 
}

div#Menu table#MenuItems {
  width: 100%;
  border-collapse: collapse;
}

div#menu table#MenuItems td#MenuItems
{
  text-align: center;
}

table#TheMenu {
  width: 458px;
}

td.MenuItem {
  width: 190px;
}

td.leftAlign {
  text-align: left;
}

td.centerAlign {
  text-align: center;
}

td.rightAlign {
  text-align: right;
  width: 215px;
}

td.Filler {
  width: 70px;
}

td.MenuItem a {
  color: Green;
  text-decoration: none;  
  font-size: 16pt;
  font-family: Arial;
  letter-spacing: 1px;
}

td.MenuItem a:hover {
  text-decoration: underline;
  font-weight: bold;
}

div#FooterWrapper table#FooterTable
{
  width: 100%;
  border-collapse: collapse;
}

div#FooterWrapper table#FooterTable td
{
  line-height: 30px;
  color: Silver;  
  border-top: solid 1px Silver;
}

div#FooterWrapper table#FooterTable td#Previous
{
  width: 70px;
  text-align: right;
  font-family: Arial;
  color: Silver;
}

div#FooterWrapper table#FooterTable td#Previous a div
{
  float: right;
}

div#FooterWrapper table#FooterTable td#Next
{
  width: 70px;
  /*margin-left: 25px;*/
}

div#FooterWrapper table#FooterTable td a
{  
  font-family: Arial;
  color: Silver;
  text-decoration: none;
}

div#FooterWrapper table#FooterTable td a:hover
{
  text-decoration: underline;
}

div#FooterWrapper table#FooterTable td#Footer
{
  font-family: Arial;
  color: Silver;
  margin-bottom: 5px;
  text-align: center;
  letter-spacing: 1px;
  /*border: dashed 1px white;*/
}

div#FooterWrapper table#FooterTable td.ignore
{
  line-height: 1px;
	border-top: solid 0px black;
	text-align: center;
}
span.SuperSmall
{
  font-size: 1px;
  color: black;
}
