/* @override http://perrohunter.com/twitter/style.css */

/* @override http://perrohunter.com/twitter/style.css */



	body {
				background: #94e4e8;
				font-family: Arial;
				margin: 0px;
				padding: 0px;			
				color: #333;
			}
			
			a {
				color: #333;
				text-decoration: none;
				cursor: pointer;
			}
			
			a img {
				border: 0px;
			}
			
			#wrapper {
				width: 900px;
				margin: auto;
				margin-top: 20px;	
				background: white;
				-moz-border-radius: 4px;
				-webkit-border-radius: 4px;
			    border-radius: 4px; 
			    padding: 8px;				
			    margin-bottom: 10px;
			}
			
			#lista li {
				float: left;
				width: 100px;
				list-style: none;
			}
			#lista li img{
				width: 50px;
				height: 50px;
			}		
			#tools {
			width: 340px;
			margin: auto;
			margin-top: 20px;
			}
			#tools ul {
				padding: 0px;
				margin: 0px;
				width: 1000px;
			}
			#tools ul li{
				list-style: none;
				float: left;
				font-size: 10px;
				padding: 4px;
				padding-bottom: 2px;
				background: #57b1cc;
				-moz-border-radius-topleft: 4px;
				-moz-border-radius-topright: 4px;	
				-webkit-border-top-right-radius: 4px;
				-webkit-border-top-left-radius: 4px;	
				border-top-left-radius: 4px; 	
				border-top-right-radius: 4px; 	
			    margin-right: 4px;				
			    cursor: pointer;
			}
			.selected {
				background: #6ddcff !important;
				padding-bottom: 4px !important;
			}
			.forma {
				width: 340px;
				margin: auto;
				margin-top: -2px;	
				background: #6ddcff;
				-moz-border-radius: 4px;
				-webkit-border-radius: 4px;
			    border-radius: 4px; 
			    padding: 8px;				
			    margin-bottom: 10px;
			}	
			
			#replys li {
				list-style: none;
				width: 400px;
				margin: auto;
				margin-top: -2px;	
				background: #6ddcff;
				-moz-border-radius: 4px;
				-webkit-border-radius: 4px;
			    border-radius: 4px; 
			    padding: 8px;				
			    margin-bottom: 10px;
				min-height: 50px;
			}
			#replys li img {
				float: left;
				margin-right: 4px;
				height: 50px;
				width: 50px;
			}
			
			.forma button {
				width: 100px;
				margin: auto;
				display: block;
				margin-top:10px;
				-moz-border-radius: 4px;
				-webkit-border-radius: 4px;
			    border-radius: 4px;
			    border: 0px;
			    background-color: white;
			    font-weight: bolder;
			    font-size: 14px;
			    cursor: pointer;
			}
			
			.forma button:hover
			{
				color: white;
				background-color: #999;
				cursor: pointer;
			}
			
			.forma input {
				border: 1px solid #eee;
				height: 20px;
				display: inline;
			}
			
			#formanoreply ,#formafollow,#replysentre{
				display: none;
}
			
			#ads {
				width: 468px;
				margin: auto;
			}
			
			#intro {
				font-size: 11px;
				font-weight: bolder;
				font-family: verdana;
				padding: 0px;
				margin: 0px;
				margin-bottom: 4px;
			}
			
			#smallnote {
				font-size: 11px;
			}
			#smallnote a {
				color: #000;
				font-weight: bolder;
			}
			
			#checkfor {
				border: 0px;
				background-color: white;
			}
			.clearer {
				clear: both;
	
			}
			
			#followed 
			{
				width: 400px;
				margin: auto;
			}
			
			#uno {
				float: left;
				width: 150px;
				text-align: center;
			}
			#doing {
				float: left;
				width: 100px;
				line-height: 60px;
				text-align: center;
			}
			#dos {
				float: left;
				width: 150px;
				text-align: center;
			}
			
			.details {
				font-size: 10px;
				color: #898989;
			}
			
			.txto {
				width: 340px;
				float: left;
			}

			.txto2 {
				width: 280px;
				float: left;
			}
			
			.listTweets {
				background-color: white;
				padding-top: 4px;
				margin-top: 4px;
				margin-bottom: 4px;
				padding-bottom: 4px;
				-moz-border-radius: 4px;
				-webkit-border-radius: 4px;
			    border-radius: 4px;
			    width: 380px;
				}

			.listTweets ul {
				padding: 0px !important;
				}			
			.listTweets ul li {
				margin:0px !important;
				background-color: #eee !important;
				font-size: 12px !important;
				width: 350px !important;
				margin: 5px !important;
				min-height: 30px !important;
}	
				
			.listTweets ul li img
			{
				width: 30px !important;
				height: 30px !important;
			}	
				
			.listTweets .txto {
				width: 300px;
			}	
			
			
			.dmbox {
				float: right;
				width: 30px;
			}
			.botton {
				background: #6ddcff;
				-moz-border-radius: 4px;
				-webkit-border-radius: 4px;
			    border-radius: 4px; 
			    padding: 8px;		
			    cursor: pointer;		
			}
			.bottonRed {
				background: #6ddcff;
				-moz-border-radius: 4px;
				-webkit-border-radius: 4px;
			    border-radius: 4px; 
			    padding: 8px;		
			    cursor: pointer;	
				background: red;
				color: white;
			}
			
			.doom {
				display:inline !important; 
				width:30px !important;
				margin-left: 10px !important;
			}