﻿
#list			{ height: 300px; width: auto; overflow: hidden; position: relative;
				  margin: 0 auto;
				  background-color: #f4f4f4;
				}
#list ul, #list li
				{ list-style: none; margin: 0; padding: 0; }
			
#list a			{ position: absolute; font-weight: bold; text-decoration: none; padding: 2px 20px;
				  /*color: #111; background-color: #cecece; border: solid 1px #555;*/
				}

 
/*blue*/    
#list a.tagcloudc1:link, #list a.tagcloudc1:visited, #list a.tagcloudc1:active
				{ color: #fff; background-color: #3b91be; border: solid 1px #2777a0; }
/*orange*/
#list a.tagcloudc2:link, #list a.tagcloudc2:visited, #list a.tagcloudc2:active
				{ color: #fff; background-color: #ff9900; border: solid 1px #ff9900; }
/*purple*/				
#list a.tagcloudc3:link, #list a.tagcloudc3:visited, #list a.tagcloudc3:active
				{ color: #fff; background-color: #814b95; border: solid 1px #692f7f; }
/*green*/				
#list a.tagcloudc4:link, #list a.tagcloudc4:visited, #list a.tagcloudc4:active
				{ color: #fff; background-color: #539d97; border: solid 1px #418c86; }
/*red*/				
#list a.tagcloudc5:link, #list a.tagcloudc5:visited, #list a.tagcloudc5:active
				{ color: #fff; background-color: #9a0000; border: solid 1px #870000; }

#list a:hover,
#list a.tagcloudc1:hover, #list a.tagcloudc2:hover, #list a.tagcloudc3:hover, #list a.tagcloudc4:hover, #list a.tagcloudc5:hover	
				{ color: #fff; background-color: #cc0000; border: solid 1px #b20303; }








.tagCloud
{
	display:inline;
	padding:5px;
	margin-bottom:10px;
	text-align:justify;
	width: 97%;
}

.tagCloud A
{
	text-decoration:none;
	margin-left:5px;
	margin-right:5px;
	font-family:Trebuchet MS, Verdana, Arial;
	text-transform:lowercase;
	cursor: pointer; 
}

.tagCloud A:hover
{
	color:#00cc00;
	text-decoration:underline;
	cursor: pointer; 
}

.tagCloud A.weight1
{
	color: #ff9900;
	font-size: 14pt;
	font-weight:bolder;
}

.tagCloud A.weight2
{
	color: #4169e1;
	font-size:11pt;
	font-weight:bolder;
}

.tagCloud A.weight3
{
	color: #009eff;
	font-size: 10pt;
	font-weight:bolder;
}

.tagCloud A.weight4
{
	color: #4188cf;
	font-size: 9pt;
}

.tagCloud A.weight5
{
	color: #83bcd8;
	font-size: 8pt;
}

.searchResults
{
	padding:5px;
	margin-bottom:10px;
	color: #000000;
	background-color: #F4F4EB;
	width: 97%;
}

.searchResultsHeader
{
	font-size: 13pt;
	font-weight: bold;
}

.searchResultTitle 
{
	font-size: 11pt;
	cursor: pointer; 
}

.searchResultDescription
{
	font-size: 11px;	
}

.searchResultsUrl 
{
	color: #008000;
	font-size: 11px;
}

