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

/* This section contains CSS for the free style menu */
a.freeLarger{text-decoration:none; color:#FFCC00; font-size:larger}
a.freeLarge{text-decoration:none; color:#FFCC00; font-size:large}
a.freeMedium{text-decoration:none; color:#FFCC00; font-size:medium}
a.freeSmall{text-decoration:none; color:#FFCC00; font-size:small}
a.freeBlue{text-decoration:underline; color:#0066FF}


/* 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}

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

.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: yellow;
}
