/* 
   default text styles - background and colors overriden by
   album 'bgcolor', 'background', and 'textcolor' properties.
*/
BODY  
	{ 
	margin: 0px;
	padding: 0;
	BACKGROUND-COLOR: grey;
	}
BODY,DIV,TH,TD,P,INPUT,SELECT,TEXTAREA,TT {
	FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
	FONT-SIZE: 11px;
	COLOR: #000000;
}
TD, P 
	{ 
	  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	  font-size: 11px; 
	}
TABLE 
	{
		border: 0px;
	}
/* 
   link colors - overridden by the album 'linkcolor' property.
*/
A:link {
	COLOR: #4e4e4e;
	TEXT-DECORATION: none;
}
A:visited {
	COLOR: #4e4e4e;
	TEXT-DECORATION: none;
}
A:hover {
	COLOR: #000000;
	TEXT-DECORATION: underline;
}
A:active  {
	COLOR: #000000;
	TEXT-DECORATION: none;
}
/* 
   text styles 
*/
HR {
	border: 0px;
	color: black;
	background-color: black;
	height: 1px;
	width: 100%;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
td.leftfill {
	background-image: url(../../../../skin1/images/backgroundfill.jpg);
	background-position: top right;	
}
td.rightfill {
	background-image: url(../../../../skin1/images/backgroundfill.jpg);
	background-position: top left;
}
td.leftfillt {
	background-image: url(../../../../skin1/images/backgroundgradl.jpg);
	background-position: top right;	
}
td.rightfillt {
	background-image: url(../../../../skin1/images/backgroundgradr.jpg);
	background-position: top left;	
}
.title                          /* album titles on main page */
	{ 
	  padding:2px;
	  width: 100%;
	}
.mod_title	/* album title  Text is controled by .title */ 
	{ 
          width: 100%;
          height: 28px;
	}
.error  /* all error text */
	{ 
	  color: red; 
	}
.attention /* voting instructions */
	{
	}
.modnavbox  /* main navigation bar next and previous */
	{
		border: 0px solid;
	}
.modnavboxtop  /*navagation bar top of screen where admin buttons show*/
	{ 
	  background-color: #ffffff;
	  line-height:140%;
	  letter-spacing: .1em;
	  border: 0px;
	  width: 100%  
	}
.modnavboxmid  /*navagation bar middle where the link for the albums show*/
	{
	  background-color: #ffffff;
	  line-height:140%;
	  border:0px;
	  width: 100%  
	}
.modfooter  /*footer where the Gallery version is located*/
	{ 
	  background-color: #ffffff;
	  border:0px;
	  width:100% 
	  height:100%
	}
.pview /* brackets both the image and all text in one frame */
{
	margin:7px;
	padding: 7px;
 }

.pcaption /* brackets all text below photo */
{ 
	padding:2px;
	margin-top:2px;
 }

.vatable /* width of the div set for all photo sets - view albums  */
 { 
 	width: 100%;
 }

.vathumbs /* full background bracket for images and text - veiw albums  */
 { 
	margin:17px;
 }

.vafloat /* float for view album - text */
 {
	float: none;
 }

.vafloat2 /* float for view album - images */
 {
 	float: none; 
 }

.vasummary /* controls the view of Album summary */
{
        padding:2px;
        margin-top:10px;
        width:80%;
}
.fineprint, .fineprint a:link, .fineprint a:active, .fineprint a:visited                       /* used for fine print */
	{
      color: #ffffff;
	  TEXT-DECORATION: none;
	}
.fineprint a:hover
	{
	  TEXT-DECORATION: underline;
	}
