/*controls all text links and color of text on the page*/
/*
body 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text: #000000;
	background-color:#99B6F0
}
*/
/* "master" table. width of this table should be the widith of what is set aside for content on site that gallery is being implemented. */
.main-table
{
	font-size: 11px;
	width: 550;
	cellspacing: 0
	cellpadding: 0
	/*border: 0*/
	align: center; 
	color: black;
}

/* TITLE OF GALLERY */
.title-col 
{
	color: #000000;
	font-size: 18px;
	font-weight: bold;
}

/* TITLE OF ALBUM */
.albumtitle 
{
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}


/* This is the second row. It contains image page navigation */
.nav-tab
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* Image navigation titles "Beginning, Previous, Pages, Next, End" */
FONT#pagenav-beginfont, FONT#pagenav-selfont,
FONT#pagenav-resfont, FONT#pagenav-nexfont,
FONT#pagenav-endfont
{
	font-size: 11px;
}
/*THIS SECTION IS FOR THE LINKS ON THE BIG IMAGES SECTION. FOR PREVIOUS NEXT AND THE NUMBER IN BETWEEN*/

/*PREVIOUS BUTTON ATTRIBUTES*/

a.pnl-sel:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
/*	color: #406fd8; */
	color: black;
	text-decoration: underline;
	line-height: 15px;
}
a.pnl-sel:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
/*	color: #406fd8; */
	color: black;
	text-decoration: underline;
	line-height: 15px;
}
a.pnl-sel:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
/*	color: #CCCCCC; */
	color: black;
	text-decoration: none;
	line-height: 15px;
}
a.pnl-sel:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
/*	color: #CCCCCC; */
	color: black;
	text-decoration: none;
	line-height: 15px;
}

/*NEXT BUTTON ATTRIBUTES*/

a.pnl-nex:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
/*	color: #406fd8; */
	color: black;
	text-decoration: underline;
	line-height: 15px;
}
a.pnl-nex:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
/*	color: #406fd8; */
	color: black;
	text-decoration: underline;
	line-height: 15px;
}
a.pnl-nex:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
/*	color: #CCCCCC; */
	color: black;
	text-decoration: none;
	line-height: 15px;
}
a.pnl-nex:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
/*	color: #CCCCCC; */
	color: black;
	text-decoration: none;
	line-height: 15px;
}

a.pnl-res:visited, A.pnl-res:link { color: red }
/*A.pnl-begin:visited, A.pnl-begin:link { color: black }*/
/*A.pnl-end:visited, A.pnl-end:link { color: green }*/




/* Left column album navigation TD */

.albumcol
{
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
}
.albumcol a:visited, .albumtitle { font-size: 15px; color: black; }

/* Copyright stuff */
FONT#copyright
{
	font-size: 7px;
	color: orange
}

/*DELET THIS PORTION WHEN DONE*/
/* Right column where single full sized picture is displayed */
/*.singleimg a:visited { color: red }
.thumbprev a:visited { color: green }*/

/* applied to all rows where album thumbs show */
.row a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: black;
}

.row img {
	border: 0
}

/*THIS TAKES CARE OF ALL THE LINKS WITHIN THE GALLERY. HAVE THESE COLORS MATCH WHATEVER IS ON THE CSS FOR THE SITE YOU ARE IMPLEMENTING THE GALLERY IN*/

.row a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
/*	color: #406fd8; */
	color: black;
/*	text-decoration: underline; */
	line-height: 15px;
}
.row a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
/*	color: #406fd8; */
	color: black;
/*	text-decoration: underline; */
	line-height: 15px;
}
.row a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	line-height: 15px;
}
.row a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	line-height: 15px;
}
A#toptitle { font-size: 15px; color: black; }
