@charset "UTF-8";
/* CSS Document */

#GalleryLayout
{
  width:100%;
  table-layout:fixed;
}

#ImageSection
{
  
}
normal
{
   font-weight:100;  colour:#FF0000; font-size:12px;
}
   
#TextSection
{
  
}
strong
{
  font-weight:bold; color:#FF0000; font-size:14px;
}

/* this is to make the demo look pretty */

table
{
  font:normal normal normal 0.85em sans-serif;
  border:0px solid #000000;
  border-collapse:collapse;
}

td, th
{
  text-align:left;
  vertical-align:top;
  padding:1px 4px;
  border:0px solid #ffffff;
  background:#ffffff;
}

th
{
  background:#ffffff;
}