	body {
	  background-color: #000000;
	  color: #cccccc;
	  margin-left: 10px;
	  margin-top: 10px;
	}
	
	img {
	  border: 0;
	}

    .thumbnail:hover{
       background-color: transparent;
    }

    .thumbnail span{ /*CSS for enlarged image*/
      position: absolute;
      /*padding: 5px;*/
      left: -1000px;
      border: 0px;
      visibility: hidden;
      color: #d0d0d0;
      width: 750px;
      height: 27px;
	  font-family: 'Times New Roman', 'Times', 'sans-serif'; 
      font-size: 24px;
      font-weight: bold;
      font-style: oblique;
      line-height: 27px;
      background-color: #333333;
	  background-image: url(common/dark_wall.jpg);
     }

    .thumbnail span img{ /*CSS for enlarged image*/
      border-width: 0;
      /*padding: 2px;*/
      vertical-align: middle;
    }

    .thumbnail:hover span{ /*CSS for enlarged image*/
      visibility: visible;
      top: 477px;
      left: 10px; /*position where enlarged image should offset horizontally */
      z-index: 50;
    }

	
	img.logo {
	  margin-top: 10px;
	  margin-left: 15px;
	}

    a:link {
	  color: #cccccc;
	}

    a:visited {
	  color: #cccccc;
	}
	
    a:active {
	  color: #ffffff;
	}
	
	table.light {
	  background: url(common/light_wall.jpg);
	  width: 960px;
	  padding: 0px;
	}
	
	table.light td {
	  text-align: center;
	  height: 180px;
	}
	
    table.light td.logo {
	  width: 180px;
	}
	
	table.dark {
	  background: url(common/dark_wall.jpg);
	  width: 750px;
	  padding: 0px;
	}
	
	table.dark td {
	  text-align: center;
	  width: 150px;
	  height: 130px;
	  vertical-align: middle;
	}  
	
	table.dark td.flag {
	  text-align: center;
	  width: 150px;
	  height: 35px;
	  vertical-align: bottom;
	}  

	table.narrow {
	  background-color: #333333;
	  text-align: center;
	  width: 960px;
	  padding: 0px;
	}
	
	table.narrow td {
	  height: 20px;
	  font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; 
	  font-size: 7pt; 
	  color: #cccccc;
	  font-weight: bold;
	  margin-left: 60px;
	  margin-right: 60px;
	}
	
	.title {
	  font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	  font-size: 12pt;
	  color: black;
	  font-weight: bolder;
	  text-align: center;
	  margin-bottom: 0px;
	  margin-left: 90px;
	  margin-right: 90px;
	}

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
    text-align: left;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	/*top: -200px;
	left: 100px;*/
	z-index: 1;
}

.hoverbox li
{
	/*background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;*/
	display: inline;
	float: left;
	margin-left: 0px;
    margin-right: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
	/*padding: 20px;*/
	position: relative;
}

.hoverbox .preview
{
	border-color: black;
    border-width: 1px;
    border-style: dashed;
    background-color: #ffffdd;
	width: 300px;
	height: 240px;
    padding: 0px 0px 0px 0px;
    vertical-align: middle;
    filter:alpha(opacity=90);
    -moz-opacity:.90;
    opacity:.90;
}
/*.hoverbox .preview h2
{
  text-align: center;
  color: black;
  font-family: 'Arial', 'Times', 'sans-serif'; 
  font-size: 16px;
  font-weight: bold;
}*/

	  

