/*controls all text links and color of text on the page*/
/*
.bodytext
{
	font-family: Arial, sans-serif;
	font-size: 14px;
	text-decoration: none;
}
*/
/* "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
{
	position: relative;
	left: 50px;
	top: -20px;
	font-size: 14px;
	width: 550px;
}

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

/* TITLE OF ALBUM */
.albumtitle 
{
	color: #f2cc85;
	font-size: 14px;
	position: relative;
	top: -3px;
}


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

/* 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: 14px;
}
/*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, a.pnl-sel:visited,
a.pnl-set:hover, a.pnl-sel:active
{
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
 	line-height: 15px;
}

/*NEXT BUTTON ATTRIBUTES*/

a.pnl-nex:link, a.pnl-nex:visited,
a.pnl-nex:hover, a.pnl-nex:active
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	line-height: 15px;
}
a.pnl-res:visited, A.pnl-res:link { color: #f78403 !important; }

/* Left column album navigation TD */

.albumcol
{
	vertical-align: middle;
	/* text-align: center; */
	padding-top: 20px;
	font-weight: bold;
}
.albumcol a:visited { font-size: 15px; color: #f78403; }

/* Copyright stuff */
font#copyright
{
	font-size: 7px;
	color: #f78403 !important;
}

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

/* applied to all rows where album thumbs show */
.row a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #f78403 !important;
}
.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*/

table.row td a:link, table.row td a:visited,
table.row td a:hover, table.row td a:active
{	
	font-family: Arial, sans-serif;
	font-size: 15px !important;
	text-decoration: none;
	padding: 12px 0 12px 0;
}

table.row td a:link, table.row td a:visited { color: #f78403 !important; }
table.row td a:hover, table.row td a:active { color: #dec70d !important; }

.row img { border: 1px solid #dec70d; }
.singleimg img { border: 1px solid #f78403; }

a#toptitle 
{ 
	font-size: 15px; color: #dec70d !important; 
	/* padding: 0 245px 0 245px; */
}
td.singleimg, table.page-nav-table table 
{ position: relative; top: -3px; color: #f2cc85; }

/* mariposa orange: #f78403
   mariposa yellow: #dec70d
   mariposa gold: #f2cc85
   mariposa font: Arial
*/
