/* -- USER DATA -- */
input.userdata {
 text-align: center;
}
input.find {
color:#fff; 
font-size:14px; 
font-family:Verdana; 
background-image:url(img/button_enter.gif); 
border: none; 
background-repeat:no-repeat;
height:25px;
width:85px;
text-decoration:underline;
margin: 0;
padding: 0;
}
input.find:hover {
	text-decoration:none;
	cursor: pointer;
}
/* // USER DATA    */

div.w33 {
			font-size: .75em;
			line-height:1.4em;
}
/*  -----|  PAGE LIST  |----  */

.pageList {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pageList li {
  display: inline;
  float: left;
}

.pageList a {
  border-bottom: 2px solid white;
  display: block;
  padding: 3px;
  padding-bottom: 2px;
  text-transform: lowercase;
}
.pageList a:hover {
  background: #45668E;
  border-color: #DAE2E8;
  border-bottom: 1px solid #45668E;
  color: white;
  text-decoration: none;
}
.pageList .current a,
.pageList .current a:hover {
  background: transparent;
  border-color: #45668E;
  border-bottom: 2px solid #45668E;
  color: #45668E;
  font-weight: bold;
  padding-left: 2px;
  padding-right: 2px;
}


/* Tag cloud */
	
tag-cloud {
	font-family: Verdana, Arial;
	font-size: 16px;
	float: left;
	width: 95%;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 1%;
	margin-right: 1%;
	text-align: center;
}

		tag-cloud a {
			font-size: .83em;
			color: #000;
			text-decoration: none;
			line-height:1.4em;
		}
		tag-cloud a:hover {
			color: #fff;
			background: #996;
		}
		
/*		tag-cloud a 	 {white-space:nowrap;}*/
		tag-cloud a.w1  { font-size: 60%; }
		tag-cloud a.w2  { font-size: 60%; }
		tag-cloud a.w3  { font-size: 60%; }
		tag-cloud a.w4  { font-size: 140%; }
		tag-cloud a.w5  { font-size: 160%; }
		tag-cloud a.w6  { font-size: 180%; }
		tag-cloud a.w7  { font-size: 200%; }
		tag-cloud a.w8  { font-size: 220%; }
		tag-cloud a.w9  { font-size: 240%; }
		tag-cloud a.w10  { font-size: 260%; }

		 a.w1 {
			font-size: 12px;
			font-family: Arial;
			color: #000;
			line-height:1.4em;
		}
		 a.w2 {
			font-size: .75em;
			color: red;
			text-decoration: none;			
			line-height:1.4em;
		}
	
		 a.w3 {
			font-size: .75em;
			color: #369;
			text-decoration: none;			
			line-height:1.4em;
		}
		

/* // Tag cloud */