body {background-color:black;text-align:center;}

.class1 A:link {text-decoration:none}
.class1 A:visited {text-decoration:none}
.class1 A:active {text-decoration:none}
.class1 A:hover {text-decoration:none}


.class2 A:link {text-decoration:underline;color:red;;}
.class2 A:visited {text-decoration: underline; color:red;}
.class2 A:active {text-decoration: underline; color:red;}
.class2 A:hover {text-decoration:none}


p  {text-indent:20px;margin-top:-20px;}

tt {color:red; font-weight:bold; font-size:22pt; margin-right: 4px;}

h2 {font-family:timesnewroman,serif; color:#009933; font-weight:bold; font-size:22pt;}

h3 {font-family:arial,sans-serif; color:yellow; font-weight:normal; font-size:14pt;margin-top:-20px;}

h4 {font-family:arial,sans-serif; color:yellow; font-weight:normal; font-size:14pt; text-align:left;}

h5 {font-family:timesnewroman,serif; color:#009933; font-weight:bold; font-size:16pt;}


#main {position:absolute; top:265px; background-color:transparent ;left:245px ; width:665px; height: auto;}


#ads {position: absolute; top: 680px; background-color:transparent ;left: 62px; width: 153px;height: auto;}

#menuads {position: absolute; top: 575px; background-color:transparent ;left: 62px; width: 153px;height: auto;}


table.available {font-family:timesnewroman,serif; color:white; font-weight:bold; font-size:12pt;width: 215px; height: auto; }
table.availablespace {font-family:timesnewroman,serif; color:white; font-weight:bold; font-size:12pt;width:164px; height: auto; }
table.availablealign {font-family:timesnewroman,serif; color:white; font-weight:bold; font-size:12pt;width: 655px; height: auto;}
table.cages {font-family:timesnewroman,serif; color:green; font-weight:bold; font-size:12pt;width: 100%;}



#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../lightbox/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../lightbox/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}




