/* CSS Document for zogmorph.com*/
/* version 2.0 10.15.2005 */
/* Common styles used on all pages in zogmorph.com */

/* center and align top - contents in all table data cells */
td {
	text-align: center;
	margin: 0px;
	padding: 0px;
	border: 0px;
	vertical-align: top;
}

/* ids for swapped large image and swapped associated text */
/* bigwrapper is id for the img tag containing large imagaes */
#bigwrapper {margin: 0px;	padding: 0px;	border: 0px;}
/* caption, copyright, description are id's for the div tags that have innerhtml re-written by script */
#caption {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 4px 0px 0px;
	padding: 0px;
	border: 0px;
}
#copyright {
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#description {
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
/* styles for links inside of description */
#description a:link {color: #000000;	text-decoration: none;}
#description a:visited {color: #000000;	text-decoration: none;}
#description a:hover {color: #000000;	text-decoration: underline;}
#description a:active {color: #000000; text-decoration: none;}
/* bottom navigation text and link styles  */
.bottomlinks {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding: 0px;
	margin: 0px;
	border: 0px;
}
.bottomlinks a:link {color: #CC0000; text-decoration: none;}
.bottomlinks a:visited {color: #CC0000; text-decoration: none;}
.bottomlinks a:hover {color: #CC0000; text-decoration: underline;}
.bottomlinks a:active {color: #CC0000; text-decoration: none;}

/* Cenetered - Text and link styles for small copyright (pages not in frames) */
.fineprint {font-size: 8px; font-style: italic; color: #FFF; text-align: center;}
.fineprint a:link {color: #FFF; text-decoration: none;}
.fineprint a:visited {color: #FFF; text-decoration: none;}
.fineprint a:hover {color: #FFF; text-decoration: underline;}
.fineprint a:active {color: #FFF; text-decoration: none;}

/* Aligned Right - Text and link styles for small copyright (pages loading into leftFrame) */
.whitetext8px {font-size: 8px; font-style: italic; color: #FFF; text-align: right; padding-right: 4px;}
.whitetext8px a:link {color: #FFF; text-decoration: none;}
.whitetext8px a:visited {color: #FFF; text-decoration: none;}
.whitetext8px a:hover {color: #FFF; text-decoration: underline;}
.whitetext8px a:active {color: #FFF; text-decoration: none;}

/* Text and link styles for small copyright (scrolling pages loading into mainFrame */
.whitetext9px {font-size: 9px; font-weight: bold; font-style: italic; color: #FFF;}
.whitetext9px a:link {color: #FFF; text-decoration: none;}
.whitetext9px a:visited {color: #FFF; text-decoration: none;}
.whitetext9px a:hover {color: #FFF; text-decoration: underline;}
.whitetext9px a:active {color: #FFF; text-decoration: none;}

/* White 11px text and link styles */
.whitetext11px {font-size: 11px;	font-weight: bold; color: #FFF; text-align: center;}
.whitetext11px a:link {color: #FFF;	text-decoration: none;}
.whitetext11px a:visited {color: #FFF;	text-decoration: none;}
.whitetext11px a:hover {text-decoration: underline;}
.whitetext11px a:active {text-decoration: none;}

/* Thumbnail image rollover link styles */
.hilite img {color: #CDDAD0;	border-width: 2px;	border-style: solid;	border-color: transparent;}
.hilite:link img {border-width: 2px;	border-style: solid;	border-color: transparent;}
.hilite:visited img {border-width: 2px;	border-style: solid;	border-color: transparent;}
.hilite:hover img {border-width: 2px;	border-style:solid;	border-color: #CC0000;}
.hilite:hover{
color: #CC0000; /* Dummy definition to overcome IE bug */
}
