/*************************
**        Gallery       **
**************************/

/* Notes: trbl  darkgray = rgb( 50,50,50) bluetop = rgb(55,45,105) */

/*
table      { border: 2px solid red;   }
td         { border: 1px dotted purple }
div        { border: 1px dotted yellow }
*/

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

body.Main { 
   font-family: Arial, Helvetica, Geneva, sans-serif;
   font-size: 10px; 
   background: #999999;
   margin: 0; 
}     

body.Scroller {
   font-family: Arial, Helvetica, Geneva, sans-serif;
   font-size: 10px; 
   background: #333333;
   margin: 0; 
}

div.Credits {
   color: black; 
   font-size: 10px; 
   text-align: right;
   margin: 5px;
}

a.footer  { 
  color: black; 
  font-size: 10px;
}

div.PageTitle {
   font-family: Times New Roman,Times,serif;
   color: #666666;
   font-size: 38px;
   padding: 4 0 4 0px;
   text-align: center;
   font-weight: 800; 
   vertical-align: bottom;
}

/*************************
**        Menu          **
**************************/

div.Menu    {  margin: 8px;  }

div.MenuTitle1 {
   padding: 4 0 4 0px;
   text-align: center;
   color: #FFCC00; 
   font-size: 24px; 
   font-weight: 600; 
}

div.MenuTitle2 {
   font-family: 'Times New Roman',Times,serif;
   padding: 0 0 0 0px;
   margin: 0px;
   text-align: center;
   color: #FFCC00; 
   font-size: 10px; 
}

a.MenuItem { 
   color: white; 
   font-size: 11px; 
   padding: 0 0 10 0px;
}

/*************************
**        PopUp         **
**************************/

body.PopUp { 
   font-family: Arial, Helvetica, Geneva, sans-serif;
   background: white;
   color: black; 
   font-size: 12px; 
   margin: 0px;
} 

div.PopText {
   text-align: left;
   vertical-align: center;
   padding: 5 0 5 0px;
}

/*************************
**        Contact       **
**************************/

div.ContactTitle { 
   color: white; 
   font-size: 20px; 
   font-weight: bold; 
   padding: 20 0 10 0px; 
   vertical-align: top;
   text-align: center;
}

a.Contact {
   font-family: 'Times New Roman',Times,serif;
   color: blue;
   font-size: 18px; 
   padding: 4 0 0 0px;
}

span.ContactEmail {
   font-family: 'Times New Roman',Times,serif;
   color: white; 
   font-size: 18px;
   padding: 4 0 0 0px;
}

/*************************
**        Other         **
**************************/

td.text   { 
   font-family: 'Times New Roman',Times,serif;
   color: white;
   font-size: 12px; 
}

/*************************
**     End of File      **
**************************/
