/* 
   default text styles - background and colors overriden by
   album 'bgcolor', 'background', and 'textcolor' properties.
*/
BODY  
	{ 
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 10pt;
	  color:#152A25;
/*	  font-weight:bold;
	  background-image: url(../images/background.jpg); */
	  background-repeat: repeat-y;
	  background-color:#a1a1a1;
	  padding-left: 0px;
	  margin-top: 0px;
	  margin-left: 0px;
	  margin-right: 0px;
	}
TD, P 
	{ 
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 10pt; 
	}
/* 
   link colors - overridden by the album 'linkcolor' property.
*/
A   	{ color: #152A25; text-decoration: none; }
A:link	{ color: #152A25; text-decoration: none; }
A:visited { color: #152A25; text-decoration: none; }
A:active { color: #152A25; }
A:hover	{ color: #E2E2E2; }
/* 
   text styles 
*/
.title                          /* album titles on main page */
	{ 
	  line-height:140%;
	  padding-right:2px;
	  padding-left:3px;
	  padding-bottom:4px;
      
	}
.title a,
.title a:link,
.title a:visited,
.title a:active {
	  font-family:verdana, arial, sans-serif;
	  color:#E2E2E2;
	  font-size:x-small;
	  font-weight:bold;
	  letter-spacing: .2em;  
	  text-decoration: none;
	}
.title a:hover {
	  color: #152A25;
	  text-decoration: none;
	} 
	
.mod_title	/* album title  Text is controled by .title */ 
	{ 
	  background-image: url(../images/mod_navbar.jpg);
	  background-repeat: repeat-x;
	  height: 20px;
	  width: 100%;
	}
.mod_title_bg	/* album title hightlight Text is controled by .title */ 
	{
	}
.mod_title_right  /* album title hightlight  Text is controled by .title*/ 
	{ 
	}
.mod_title_left  /* album title hightlight  Text is controled by .title */ 
	{
	}
.albumdesc  /*album description includes all text and background*/
	{
	  font-family:verdana, arial, sans-serif;
	  color:#152A25;
	  font-size:x-small;
	  font-weight:normal;
	  line-height:140%;
      padding: 3px;
	  background-color: #c3c3c3;
	  border:0px double #152A25;
	}
.desc  /* album descriptions on main page just description and author*/
	{ 
	  font-family:verdana, arial, sans-serif;
	  color:#152A25;
	  font-size:x-small;
	  font-weight:bold;
	  line-height:140%;
	  margin-top:2px; 
	}
.caption  /* photo captions on all pages */
	{ 
	  font-size: 10px; 	
	}
.modcaption  /* modifies background for caption text to reside */
	{
	  font-family:verdana, arial, sans-serif;
	  color: #152A25;
	  font-size: 10px;
	  font-weight:bold;
	  line-height:140%;
	  padding:2px;
	  margin-top:2px;
	  background-color: #808080;		
	  border:0px dashed #152A25;
	}
.error  /* all error text */
	{ 
	  color: red; 
	  font-size: 12px; 
	}
.attention  /*voting instructions */
	{
	}
.headbox  /* box around the page headers */
	{
	}
.head  /* page headers behind the Gallery title*/
	{ 
	  font-family:verdana, arial, sans-serif;
	  color:#152A25;
	  font-size: 18px;
	  font-weight:bold; 
	  padding-left: 150px;
	  padding-top: 10px;
	  line-height:140%;  
	  border:0px dashed #152A25;
	  height:30px;
	  width: 100%;
	}
.mod_headliner  /* Gallery & Album titles. Text is controled by .head */ 
	{ 
      width: 100%;	  
	}
.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 */
	{ 
	  font-size: 10px; 
	}
.nav    /* used in navigation bars */
	{
	  font-size: 12px;
	}
.bordertop
	{
	}
.borderright
	{
	}
.borderleft
	{
	}
.fineprint  /* used for fine print */
	{ 
	  font-size: 10px; 
	}
.popuphead
	{
	  font-size: 16px;
 	  font-weight: bold;
	  color: #ffffff;
	}
.popup
	{
	  font-size: 12px;
	  font-weight: bold;
	  color: #ffffff;	  
	}
.editlink,  /* Used for the [edit] tags */
.editlink a,
.editlink a:link,
.editlink a:visited,
.editlink a:active
	{
	  font-size: 10px;
	  font-weight: normal;
	  color: #152A25;	  
	}
.modnavbox  /* main navigation bar next and previous */ 
	{ 
	  font-family:verdana, arial, sans-serif;	
	  color:#E2E2E2;
	  font-size: 12px; 
	  font-weight:bold;line-height:140%;
	  background-image: url(../images/mod_navbar.jpg);
	  width: 100%;
	  height: 20px;
	}
.modnavbox a,
.modnavbox a:link,
.modnavbox a:visited,
.modnavbox a:active {
	  font-weight: normal;
	  color:#E2E2E2;
	  text-decoration: none;
	}
.modnavbox a:hover {
	  font-weight: normal;
	  color: #152A25;
	  text-decoration: underline;
	}
.admin  /* used in admin bars - the serch text*/
	{ 
	  font-size: 10px;
	  color: #152A25; 
	  font-weight: bold;
	}
.search  /* used in admin bars - the serch text*/
	{ 
	  font-size: 10px;
	  color: #152A25; 
	  font-weight: bold;
	}
.leftspacer /* amount of space to the left of the header and titles */
	{
	  width: 10px;
	}
.modnavboxtop  /*navagation bar top of screen where admin buttons show*/
	{ 
	  font-family:verdana, arial, sans-serif;
	  color: #152A25;
	  font-size: 10px;
	  font-weight:bold;
	  line-height:140%;
	  background-color: #808080;
	  border:0px dashed #152A25;
	  width: 100%  
	}
.modnavboxtop a,
.modnavboxtop a:link,
.modnavboxtop a:visited,
.modnavboxtop a:active {
	  font-weight: normal;
	  color: #152A25;
	  text-decoration: none;
	}
.modnavboxtop a:hover {
	  font-weight: normal;
	  color: #E2E2E2;
	  text-decoration: none;
	}
.modnavboxmid  /*navagation bar middle where the link for the albums show*/
	{ 
	  font-family:verdana, arial, sans-serif;
	  color: #152A25;
	  font-size: 10px;
	  font-weight:bold;
	  line-height:140%;
	  border:0px dashed #152A25;
	  width: 100%  
	}
.modnavboxmid a,
.modnavboxmid a:link,
.modnavboxmid a:visited,
.modnavboxmid a:active {
	  font-weight: normal;
	  color:#152A25;
	  text-decoration: none;
	}
.modnavboxmid a:hover {
	  font-weight: normal;
	  color: #E2E2E2;
	  text-decoration: underline;
	}
.modfooter  /*footer where the Gallery version is located*/
	{ 
	  font-family:verdana, arial, sans-serif;
	  color:#152A25;
	  font-size: 8px;
	  font-weight:normal;
	  line-height:140%;
	  padding:2px;
	  background-color: #a1a1a1;
	  border:0px dashed #152A25;
	  width: 100%;
	}
.modfooter a,
.modfooter a:link,
.modfooter a:visited,
.modfooter a:active {
	  color:#152A25;
	  text-decoration: none;
	}
.modfooter a:hover {
	  color: #E2E2E2;
	  text-decoration: none;
	}

	/* popups */

.popupbody  /* controls the background of popup. */ 
{
    margin: 5px;
    background-color: #909090;
}
	
.popuphead, .separator  /* controls the title and background */ 
{
    margin: 0px; padding:0px;
    background-image: url(../images/mod_navbar.jpg);
    text-align:center;
    font-size: 14px; font-weight: bold;
    color: #202020;
    padding-left: 5px;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
}

.popup /* controls the main text and message body */
{
    font-size: 12px;
    color: #202020;
    padding: 5px;
    border: 1px solid #000000;
    background-color: #ffffff;
    margin-bottom: 10px;  
}

.popupform /* controls form textarea */
{
    font-size: 12px;
    line-height: 120%;
    color: #202020;
    padding: 2px;
    border: 1px solid #000000;
    background-color: #c0c0c0;
}
	
	
/*left side nav links*/
			A.nav:link {color: #e3e5e8; text-decoration: none;font-weight: bold;font-family: Arial, Helvetica, sans-serif;}
			A.nav:link {font-family: Arial, Helvetica, sans-serif;font-size : 8pt;}
			A.nav:visited {font-family: Arial, Helvetica, sans-serif; color: #e3e5e8; text-decoration: none; font-weight:bold;font-size:8pt;}
			A.nav:hover {color: red;}
			
/*left side nav links for RSS & footer*/
			A.nav2:link {color: #000000; text-decoration: none;font-weight: normal;font-family: Arial, Helvetica, sans-serif;}
			A.nav2:link {font-family: Arial, Helvetica, sans-serif;font-size : 8pt;}
			A.nav2:visited {font-family: Arial, Helvetica, sans-serif; color: #666666; text-decoration: none; font-weight: normal; font-size : 8pt;}
			A.nav2:hover {color: red; text-decoration: underline;}
			
/*used in footer /include/online.php*/
			.text3 {
				font-family: Arial, Helvetica, sans-serif;
				font-size: 8pt;
				color: black;
			}

.text5 {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 8pt;
			font-style : normal;
			font-weight : bold;
			color: #e3e5e8;
			}
			
			/*small-caps, navy*/
.text6 {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 9pt;
			font-style : normal;
			font-weight : bolder;
			text-decoration: none;
			font-variant : small-caps;
			color: navy;
			}
/*main body links - small, black, underline*/
			A.body2:link {color: #000000; text-decoration: underline;font-weight: normal;font-family: Arial, Helvetica, sans-serif;}
			A.body2:link {font-family: Arial, Helvetica, sans-serif;font-size : 8pt;}
			A.body2:visited {font-family: Arial, Helvetica, sans-serif; color: #666666; text-decoration: none; font-weight: normal; font-size : 8pt;}
			A.body2:hover {color: red;}
						
/* used, main navigation bar next and previous */
.navbox 
	{ 
	  font-family:verdana, arial, sans-serif;	
	  color:#E2E2E2;
	  font-size: 12px; 
	  font-weight:bold;line-height:140%;
	  background-image: url(../images/navbox.jpg);
	  width: 100%;
	  height: 20px;
	}
	
/* used, main (larger) navigation bar next and previous */
.navbox_20  /* main navigation for the body */ 
	{ 
	  font-family:verdana, arial, sans-serif;	
	  color:#E2E2E2;
	  font-size: 12px; 
	  font-weight:bold;line-height:140%;
	  background-image: url(../images/navbox_20.jpg);
	  width: 100%;
	  height: 10px;
	}
	
.navbox_40  /* main navigation for the body */ 
	{ 
	  font-family:verdana, arial, sans-serif;	
	  color:#E2E2E2;
	  font-size: 12px; 
	  font-weight:bold;line-height:140%;
	  background-image: url(../images/navbox_40.jpg);
	  width: 100%;
	  height: 40px;
	}

/*red, bold, used in /time/time.php*/
			.text02 {
				font-family: Arial, Helvetica, sans-serif;
				font-size: 9pt;
				font-weight : bold;
				color: red
	}
	
	/*used*/
			.text3 {
				font-family: Arial, Helvetica, sans-serif;
				font-size: 8pt;
				color: black;
	}
	
	/*navy, bold, used in gallery discription*/
			.text03 {
				font-family: Arial, Helvetica, sans-serif;
				font-size: 9pt;
				font-weight : bold;
				color: navy;
	}
	
/*right side border that is set to 1px currently, used in /include/nav.php on line 26*/
.text3_border_nav {
				font-family: Arial, Helvetica, sans-serif;
				font-size: 8pt;
				color: black;
				border-right-style: ridge;
				border-right-width: 3px;
				border-right-color: #c3c3c3;
	}