<style>
/* Form defs are not really used, but retained for future expansion */

FORM {font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #DFEFF7;
	font-size: 9pt;
	border: 1px solid #C0C0C0;
	padding: 0px;
}

TEXTAREA, INPUT, SELECT, OPTION, PASSWORD, .area {
	font-family: verdana;
	font-size: 9pt;
	border: 1px solid #C0C0C0;
	margin: 2px;
	padding: 0px;
}
BUTTON {
	font-family: verdana;
	font-size: 9pt;
	border: 1px solid #C0C0C0;
	padding: 0px;
	margin: 2px;
	color: red;
}
/* Placement of the Main image */
td.CurrentImage {
	text-align: left; //image position within its cell
}
/* The main image on the page */
.CurrentImage img {
	border: 1px solid black;
}
/* All other images, in this case: thumbnails */
img {
    border: 0;
}
/* The image description; AKA caption */
td.ImageDescription {
	font-family: verdana;
	font-size: 10pt;
	color: #401327;
	text-align: left;
}
/* Major link label */
td.MLinkLbl {
	font-family: verdana;
	font-size: 12pt;
	color: green;
	text-align: right;
}
/* Subcatgory link label */
td.SLinkLbl {
	font-family: verdana;
	font-size: 12pt;
	color: green;
	text-align: right;
}
/* The page selection #s */
td.PagePointers {
	font-family: verdana;
	font-size: 10pt;
	text-align: center;
}
/* title for the image */
td.ImageTitle {
	font-family: verdana;
	font-size: 14pt;
	color: #401327;
	text-align: left;
	font-weight: bold;
	font-style: italic;
}
/* The Navigation string */
td.GalleryNav {
    font-family: verdana;
	font-size: 14pt;
	color: #401327;
    font-weight: bold;
    font-style: italic;
	text-align: left;
}
/* Actually, the description of the gallery */
td.GalleryTitle {
	font-family: verdana;
	font-size: 10pt;
	color: #401327;
	text-align: left;
}
td.GalleryDesc {
	font-family: verdana;
	font-size: 10pt;
	color: white;
	text-align: left;

}
/* Text based listing of possible categories/sub categories */
td.GalleryListing {
	font-family: verdana;
	font-size: 10pt;
	color: #401327;
	text-align: center;
}
/* Major category links (text based) */
a.majorlink:link {
    color: Maroon;
    font-family: verdana;
    font-size: 90%;
	text-decoration: none;
}
a.majorlink:visited {
    color: Maroon;
    font-family: verdana;
    font-size: 90%;
    text-decoration: none;
}
a.majorlink:hover {
    color: Maroon;
    font-family: verdana;
    font-size: 90%;
    text-decoration: none;
}
a.majorlink:active {
    color: Maroon;
    font-family: verdana;
    font-size: 90%;
    text-decoration: none;
}
/* Sub links (text based) */
a.sublink:link {
    color: Red;
    font-family: verdana;
    font-size: 85%;
	text-decoration: none;
}
a.sublink:visited {
    color: Red;
    font-family: verdana;
    font-size: 85%;
    text-decoration: none;
}
a.sublink:hover {
    color: red;
    font-family: verdana;
    font-size: 85%;
    text-decoration: none;
}
a.sublink:active {
    color: red;
    font-family: verdana;
    font-size: 85%;
    text-decoration: none;
}
/* For labels and text on the admin form */
p.flbltext, flbltext {
	font-family: "arial", "verdana";
	font-size: 9pt;
	color: navy;
}
p.foptiontext {
	font-family: "arial", "verdana";
	font-size: 9pt;
	color: red;
}
</style>
