@charset "utf-8";
/* noteca CSS Document */


/** ranks **/

/*
.rank {
	-moz-border-radius:2px;
	color:#fff;
	padding:0px 5px 2px 6px;
	letter-spacing:1px;
	font-size:11px;
}
*/


.rank {
	padding:0 5px;
	display:inline-block;
	font-size:10px;
	width:50px;
	text-align:right;
	line-height:16px;
	font-family:Verdana, Geneva, sans-serif;
	font-style: normal;

}

h1 .rank{
	padding:0 5px;
	display:inline-block;
	width:inherit;
	font-size:inherit;
	line-height:inherit;
	text-align:right;
	font-family:Verdana, Geneva, sans-serif;
	font-style: normal;
}

.unknown {
	visibility: hidden;
	display:none;
}

.regular {
	background:#E6E4E4;
	color:#888;	
}
/*
.newbie {
	background:#E6E4E4;
	color:#888;	
}

.junior {
	background:#BBDDEF;
	color:#808080;
}

.master {
	background:#F7D5ED;	
	color:#808080;
}

.guru {
	background:#90AA24;	
	color:#ffffff;
}

.known {
	color:#fff;
	background:#55799a;
}

*/

.newbie {
	background:#e1e6fa;
	color:#888;	
}

.junior {
	background:#abc8e2 ;
	color:#ffffff;
}

.master {
	background:#55799a;	
	color:#ffffff;
}

.guru {
	background:#183152;	
	color:#ffffff;
}

.known {
	background:#90AA24;	
	color:#ffffff;
}

.viral {
	background:#ff0000;	
	color:#ffffff;
}

.admin {
	background:#90AA24;	
	color:#fff;
}


.user-rank {
  background:#eaeaea;
  color:#666;
}


.read {
  color:#fff;
  background:#666;  
  width:auto;  
  display:inline-block !important;
}

.deleted {
	color:#fff;
	background:#990000;
	width:auto;  
}

.tweet {
	background:#b0fdfe;
	color:#03d6d9;
}


.activeconv {
  background:#f20085;
  color:#fff;
  width:auto;
}

.post-content .activeconv {
  float:right;
}


/***** clases de alarmas ***/
.ctweet {
	background:#b0fdfe;
	color:#03d6d9;
}

.cpost {
	background:#7FB847;	
	color:#376a05;
}

.ccomment {
	background:#FDCB37;
	color:#bb8c01;
}

.crank {
	background:#58a2d4;	
	color:#004d79;
}


/*
.viral {
	background-color:#bd5400;
	color:#741200;
}*/


.email, .post {
	color:#fff;
	background-color:#000;
	padding:2px 5px;
	font-size:11px;
	width:50px;
	text-align:right;
	display:inline-block;
}




