﻿/* This section contains CSS for menu.js */
a.unselected{text-decoration:none; color:#0088FF; font-weight:bold}
a.selected{text-decoration:none; color:#FFAA00; font-weight:bold}

a:hover{
text-decoration:underline;	
}

/* This section contains CSS for the free style menu */
a.freeLarger{text-decoration:none; font-size:larger}
a.freeLargerYellow{text-decoration:none; color:#FFAA00; font-size:larger}
a.freeLarge{text-decoration:none;  font-size:large}
a.freeLargeYellow{text-decoration:none; color:#FFAA00; font-size:large}
a.freeLargeBlue{text-decoration:none; color:#0088FF; font-size:large}
a.freeLargeGray{text-decoration:none; color:#888888; font-size:large}
a.freeMedium{text-decoration:none; font-size:medium}
a.freeMediumYellow{text-decoration:none; color:#FFAA00; font-size:medium}
a.freeMediumBlue{text-decoration:none; color:#0088FF; font-size:medium}
a.freeMediumGray{text-decoration:none; color:#888888; font-size:medium}
a.freeSmall{text-decoration:none; font-size:small}
a.freeSmallYellow{text-decoration:none; color:#FFAA00; font-size:small}
a.freeSmallBlue{text-decoration:none; color:#0088FF; font-size:small}

a.freeBlue{text-decoration:underline; color:#0088FF}
a.freeSmallGray{text-decoration:underline; color:#AAAAAA; font-size:small}

a.particular-link {display: block; /* or inline-block; I think IE would respect it since a link is an inline-element */                    background: #fff url(path/to/image.gif) top left no-repeat;                     
text-align: center;                    
line-height: 50px; }

/* This section contains CSS for the title bar */
.titlepic {background-image: url(./images/TitleBackground.png);background-position:center; background-repeat:no-repeat;}
.titleline {background-image: url(./images/yellowline.gif); background-repeat:repeat-x;}

/* sold */
.sold {color:red; font-family:"Century Gothic"; font-size:x-small}

/* overall styles */
td{
 font-family:"Century Gothic";
 font-size:x-small
}

td.artist{
	font-family:Papyrus;
	font-style:italic;
	color:#FFCC00;
}

div.pageTitle{
	Margin:12; font-family:Papyrus; font-size:medium
}

body.overall{
	background-color:black;
	color:#FFAA00
}

/* This section contains CSS for gallery.cs */
.photogallery{ /*CSS for TABLE containing a photo album*/
}

/* img td */
.photogallery td{
width: 100px;
vertical-align:top;
}

.photogallery img{ /*CSS for images within an album*/
border: 1px solid green;
}

.photonavlinks{ /*CSS for pagination DIV*/
font: bold 14px Arial;
}

.photonavlinks a{ /*CSS for each navigational link*/
margin-right: 2px;
margin-bottom: 3px;
padding: 1px 5px;
border:1px solid gray;
text-decoration: none;
background-color: white;
}

.photonavlinks a.current{ /*CSS for currently selected navigational link*/
background-color: #FFAA00;
}

