* 			{
			margin:0px;
			padding:0px;
			}


.promptBox		{
			text-align:		left;
			padding:		10px;
			border-spacing:		0px;
			font-size:		10pt; 
			background-color:	#FFFFFF;
			color:			#000000; 
			}


.scrollArea		{
			text-align:		justify;
			overflow:		auto; 
			padding:		10px;
			border-spacing:		0px;
			height:			90px;
			}


/* Height specific to the usage; .scrollArea.height controls the pet bios,
thus avoiding the need to specify height for numbered id's 
imageTitle prevents the slide show 'bouncing' when there is no title. */
#caption		{ height:		75px;	}
#commNotes		{ height:		385px;	}
#imageTitle		{ height:		18px;	} 


/* .comment is used only in the note about the former comment function */
.leaderName, .comment	{
			color:			#000000; 
			font-size:		10pt; 
			}

.comment		{ text-align:		center; }


/* Must be small; font, color and alignment cascaded */
.leaderName		{
			font-size:		8pt; 
			text-decoration: 	none;
			}


/* The following are used only with the slide show */

a.speedbutton, a.widebutton, div.widebutton, a.greybutton, div.greybutton
	{
	font-family:		Arial, sanserif; 
	font-size:		8pt; 
	font-weight:		bold;
	text-decoration:	none;

	padding-top:		0px; 
	margin:			0px; 
	text-align:		center; 
	background-repeat:	no-repeat; 
	display:		block;
	} 


a.speedbutton, a.widebutton, div.widebutton, a.widestbutton, div.widestbutton
	{
	color: 			black;
	}

a.greybutton, div.greybutton
	{
	color: 			#909090;
	}


a.widebutton, div.widebutton, a.widestbutton, div.widestbutton, a.greybutton, div.greybutton
	{
	height: 		30px; 
	line-height:		30px; 
	width:			60px;
	} 

a.widebutton, a.widestbutton, a.greybutton
	{
	width:			60px;
	background-image: url(../../images/buttons/slideshow/button.jpg); 
	}

div.widebutton, div.widestbutton
	{
	width:			90px;
	background-image: url(../../images/buttons/slideshow/button_wider.jpg); 
	}


a.speedbutton 	
	{
	background-image: url(../../images/buttons/slideshow/midblank.jpg);
	height:			30px;
	line-height:		30px;
	width:			60px;
	}

.slideOptions
	{
	margin-top: 		0px;
	padding-left:		1px;
	padding-right:		1px;
	}
