a:link
{
	color: #ffffff;	
}
a:visited
{
	color: #ffffff;	
} 
a:active 
{
	color: #ffffff;	
}

body
{
	background-color: #3333cc;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

#container
{
	background-color: #000000;
	width: 900px;
	border: 1px solid gray;
	height: 100%;
}

#header
{
	background-color: #000000;
	padding: 0px;
	margin-top: 20px;
}

#textArea
{
	color: white;
	padding: 15px;
}

.content
{
	padding-bottom: 20px;
}

#contentHolder
{
	padding: 0;
	margin: 0;
	width: 90%;
}

#pupInquiry
{
	border: 1px solid white;
	width: 650px;
}

#pupInquiry tr td
{
	color: #ffffff;
	padding: 7px;
}

#topLeftCorner
{
	background-image: url('images/topLeftCorner.gif');
	background-repeat: no-repeat;
	width: 26px;
	height: 20px;
}

#centerTopLine
{
	background-image: url('images/topLine.gif');
	background-repeat: repeat-x;
	height: 20px;
}

#topRightCorner
{
	background-image: url('images/topRightCorner.gif');
	background-repeat: no-repeat;
	width: 26px;
	height: 20px;
}

#leftSideColumn
{
	background-image: url('images/sideLeftLine.gif');
	background-repeat: repeat-y;
	width: 26px;
}

#bottomLeftCorner
{
	background-image: url('images/bottomLeftCorner.gif');
	background-repeat: no-repeat;
	width: 26px;
	height: 19px;
}

#centerBottomLine
{
	background-image: url('images/bottomLine.gif');
	background-repeat: repeat-x;
	height: 19px;
}

#bottomRightCorner
{
	background-image: url('images/bottomRightCorner.gif');
	background-repeat: no-repeat;
	width: 26px;
	height: 19px;
}

#rightSideColumn
{
	background-image: url('images/sideRightLine.gif');
	background-repeat: repeat-y;
	width: 26px;
}

h1
{
	font-family: Georgia;
	font-size: 16pt;
	color: white;
	text-align: center;
	text-decoration: underline;
}

h2
{
}

h3
{
}


#thumbBox{ position: absolute; left: 0; top: 0; width: auto; padding: 10px; padding-bottom: 0; background: #313131; visibility: hidden; z-index: 10; cursor: hand; cursor: pointer; }
#thumbBox .footerbar{ font: bold 16px Tahoma; letter-spacing: 5px; line-height: 1.1em; color: white; padding: 5px 0; text-align: right; }
#thumbImage { padding-bottom: 5px }
#thumbBox #thumbImage{ background-color: white; }
#thumbLoading{ position: absolute; visibility: hidden; border: 1px solid black; background-color: #EFEFEF; padding: 5px; z-index: 5; }