﻿/* User Control Styles */

	/* Quote User Control Styles */

#QuoteContainer 
{ 
	width: inherit;
	background-color: White;  
	border: solid 1px black;
}
					  
.QuoteText 
{ 
	font-family: Arial, Tahoma;
	font-size: 8pt;
	color: black; 
	text-align: justify;
	font-style: italic; 
	padding: 0px 0px 0px 0px;
}
		 
.QuoteContainerTitle		
{
	font-family: Comic Sans MS;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;	
	text-decoration: underline;
}	

	/* Safari Fact User Control Styles */	 

#SafariFactContainer 
{ 
	width: 250px; 
	border: solid 1px black;
	background-color: White; 
	margin-bottom: 15px;
}

.SafariFactContainerTitle
{
	font-family: Comic Sans MS;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;	
	text-decoration: underline;
}

.SafariFactText
{
	text-align: left;
	font-family: Comic Sans MS;
	font-size: 8pt;
	/* color: #5A5349; */
	color: Black;
	padding: 0px 0px 0px 0px;
}

	/* News User Control Styles */
	
#newsContainer
{
	text-align: left;
	width: 245px;
	border: solid 1px #000000;
	font-family: Comic Sans MS;
	font-size: 8pt;
	color: black;
	background-color: #FFFF99; 
	padding: 0px 0px 15px 15px;
	margin-bottom: 15px;
}

#newsContainer li
{
	margin-left: 15px;	
	margin-right: 4px;
}

#newsContainer a
{ 
	color: #5A5349;
	text-decoration: none;
	font-weight: bold;
}	

#newsContainer a:hover
{ 
	text-decoration: underline;
}

/* TidBits */
.TidBitsContainer { Border: solid 1px black;
					background-color: #FFFF99; 
					padding: 1px 5px 5px 5px;
					text-align: left;
					margin-bottom: 15px; 
					margin-right: 5px;}

.TidBitsContainerTitle { font-family: Comic Sans MS;
						 font-size: 9pt;
						 font-weight: bold;
						 text-align: center;	
						 text-decoration: underline; }

.TidBitList { margin: 0 0 0 15px;
			  padding: 0 0 0 0; }

.TidBit { font-family: Comic Sans MS;
		  font-size: 8pt;	
		  line-height: 14px;
		  color: #5A5349;
		  color: Black;	}
		  
.TidBitBold { font-family: Comic Sans MS;
			font-size: 8pt;	
			line-height: 14px;
			color: #5A5349;
			color: Black;
			font-weight: bold	}		  

.TidBit a { font-family: Comic Sans MS;
			font-size: 8pt;
			text-align: left;
			text-decoration: underline;
			/*color: #5A5349;*/
			color: Black; }	

.TidBit a:hover { text-decoration: underline; }	