/* 
   default text styles - background and colors overriden by
   album 'bgcolor', 'background', and 'textcolor' properties.
*/
body {  
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal; 
  color: #000000;
  margin: 0;
  padding: 0;
  background: #FEFBF1;
}


TD, P { 
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}
/* 
   link colors - overridden by the album 'linkcolor' property.
*/
A:link, 
A:visited { 
  color: #000000;
}

/* 
   text styles 
*/
.title                          /* album titles on main page */
	{ 
	  padding:2px;
	  margin-top:2px;
	}

.title a:link,
.title a:visited {
	  color:#000000;
	  font-weight:bold;
	}


.mod_title	/* album title  Text is controled by .title */ 
{ 
  width: 100%;
  padding: 3px;
  background: #FA961E;
}

.albumdesc  /*album description includes all text and background*/
	{
	  background: #ffffff;
    border: 1px solid #c8c8c8;
	}
  

  /* album descriptions on main page just description and author*/
.albumdesc .desc,
.albumdesc .fineprint	{
   display: block;
   margin: 5px; 
	}

  
.caption  /* photo captions on all pages */
	{ 
	}

.modcaption  /* modifies background for caption text to reside */
	{
	  font-weight:bold;
    text-align: center;
	}
.error  /* all error text */
	{ 
	  color: red; 
	}
.attention /* voting instructions */
	{
	}
.headbox  /* box around the page headers */
	{
	}
.head  /* page headers behind the Gallery title*/
	{ 
  font-weight: bold;
  font-size: 15px;
  font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #ffffff;
	}
  
.head a:link,
.head a:visited
	{
	  font-weight: normal;
	  color:#ffffff;
	  text-decoration: none;
	}

.mod_headliner  /* Gallery & Album titles. Text is controled by .head */ 
	{ 
          background: #b40000;
          width: 100%;
          height: 28px;
	}
.mod_toplight_bg  /* Gallery & Album titles. Text is controled by .head */ 
	{ 
	}
.mod_toplight_right  /* Gallery & Album titles. Text is controled by .head*/ 
	{ 
	}
.mod_toplight_left  /* Gallery & Album titles. Text is controled by .head */ 
	{ 
	}
.bread  /* used in breadcrumb bars */
	{ 
	}

.fineprint  /* used for fine print */
	{ 
	  color: #000000;
    font-weight: normal; 
	}
.popuphead
	{
	  font-size: 16px;
	}
.popup
	{
	  font-size: 12px;
	}
.editlink a:link,  /* Used for the [edit] tags */
.editlink a:visited
	{
	  color: #E91414;	  
	}

.modnavbox  /* main navigation bar next and previous */ 
	{ 
	  font-weight:bold;
    background: #E6E6E6;
	  width: 100%;
    border-bottom: 1px solid #c8c8c8;
    border-top: 1px solid #c8c8c8;
  }

.modnavbox  td	{ 
  padding: 3px;
}

.modnavbox a:link,
.modnavbox a:visited {
	  font-weight: normal;
	  color:#000000;
	}

.admin  /* used in admin bars - the serch text*/
	{ 
	  font-weight: bold;
    color: #b40000;
	}
.search  /* used in admin bars - the serch text*/
	{}
.leftspacer /* amount of space to the left of the header and titles */
	{
	  width: 0px;
    display: none;
	}
  
/*
.mod_title_left {
  display: none;
}
*/
.modnavboxtop  /*navagation bar top of screen where admin buttons show*/
	{ 
	  font-weight:bold;
	  width: 100%  
	}

.modnavboxtop a:link,
.modnavboxtop a:visited {
	  font-weight: normal;
	  color: #000000;
	}

.modnavboxmid  /*navagation bar middle where the link for the albums show*/
	{ 
	  font-weight: bold;
	  background: #FDBE71;
	  width: 100%;
    padding: 3px;
	}

.modnavboxmid a:link,
.modnavboxmid a:visited {
	  font-weight: normal;
	  color:#000000;
}
  

.modfooter .fineprint /*footer where the Gallery version is located*/
	{ 
	  color:#666666;
	  padding:3px;
	  width=100%   
	}
  
.modfooter .fineprint a:link,
.modfooter .fineprint a:visited
	{ 
	  color:#666666;
	}