/* @override http://payfeliz.tecnologias-avanzadas.net/asami/style.css */

html {
	background: rgba(106,137,69,0.8) repeat-x 0 -28px;
	font-family: "Courier New", Lucida, Verdana, sans-serif;
}

a {
	color: #252525;
	cursor: pointer;
	text-decoration: none;
	font-weight: bold;
}

body {
	margin: 0px;
	color: #575757;
}

.tweetblock {
	margin-left: auto;
	margin-right: auto;
	width: 550px;
	/*padding-left: 180px;*/
	margin-top: 60px;
}

.dialog {
	background-color: #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
	padding: 10px;
	max-width: 525px;
	min-height: 250px;
}

#tweet_limit {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #c3c3c3;
	position: absolute;
	margin-left: 386px;
	margin-top: -70px;
}

.success {
	display: block;
	background-color: #caf9cd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
	max-width: 445px;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	color: rgba(0,69,9,0.8);
	text-shadow: #f0faf7 1px 1px 0;
}

.error {
	display: block;
	background-color: #fde2e3;
	-webkit-border-radius: 5px;
	max-width: 445px;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #c00;
	text-shadow: #f0faf7 1px 1px 0;
}

h1 {
	color: #575757;
	font-size: 30px;
	text-shadow: #fff 1px 1px 0;
}

h2 {
	color: #575757;
	font-size: 20px;
	text-shadow: #fff 1px 1px 0;
}

.dialog textarea{
	font-size: 15px;
	width: 443px;
	height: 110px;
}

.dipass , #username{
	font-size: 15px;
	width: 160px;
	margin-left: 0px !important;	
}

.dialog #exploreUser input {
	margin-top: 7px;
	margin-bottom: 0px;
	margin-left: 360px;
	
}

.autocompleter-choices
{
	position:				absolute;
	margin:					0;
	padding:				0;
	list-style:				none;
	border:					1px solid #7c7c7c;
	border-left-color:		#c3c3c3;
	border-right-color:		#c3c3c3;
	border-bottom-color:	#ddd;
	background-color:		#fff;
	text-align:				left;
	font-family:			Verdana, Geneva, Arial, Helvetica, sans-serif;
	z-index:				50;
	background-color:		#fff;
}

.autocompleter-choices li
{
	position:				relative;
	margin:					-2px 0 0 0;
	padding:				0.2em 1.5em 0.2em 1em;
	display:				block;
	float:					none !important; 
	cursor:					pointer;
	font-weight:			normal;
	white-space:			nowrap;
	font-size:				1em;
	line-height:			1.5em;
}

.autocompleter-choices li.autocompleter-selected
{
	background-color:		#444;
	color:					#fff;
}

.autocompleter-choices span.autocompleter-queried
{
	display:				inline;
	float:					none;
	font-weight:			bold;
	margin:					0;
	padding:				0;
}

.autocompleter-choices li.autocompleter-selected span.autocompleter-queried
{
	color:					#9FCFFF;
}



.activity {
	margin: 6px;
	padding: 4px;
	margin-top: 0px;
	min-height: 52px;
	font-size: 11px;
	width: 200px;
	float: left;
	background-color: #EEE;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;		
}
.activity p{
	margin: 0px;
	padding: 0px; 
}
.activity img{
	float: left;
	height: 48px;
	width: 48px;
	margin: 2px;
}

#titulo img {
	float: left;
	margin-top: 6px;
	margin-right: 4px;
}

#titulo h1,#titulo h2 {
	margin: 0px;
	padding: 0px;
}


.Userinfo {
	font-size: 13px;
}

a img {
	border: 0px;
}

/**
 * SqueezeBox - Expandable Lightbox
 *
 * Allows to open various content as modal,
 * centered and animated box.
 *
 * @version		1.1 rc4
 *
 * @license		MIT-style license
 * @author		Harald Kirschner <mail [at] digitarald.de>
 * @copyright	Author
 */

#sbox-overlay {
	position: absolute;
	background-color: #000;
	left: 0px;
	top: 0px;
	zoom: 1;
}

#sbox-window {
	position: absolute;
	background-color: #fff;
	text-align: left;
	overflow: visible;
	padding: 10px;
	/* invalid values, but looks smoother! */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#sbox-btn-close {
	position: absolute;
	width: 30px;
	height: 30px;
	right: -15px;
	top: -15px;
	background: url(assets/closebox.png) no-repeat center;
	border: none;
}

.sbox-window-ie6 #sbox-btn-close {
	background-image: url(assets/closebox.gif);
}

#sbox-content {
	clear: both;
	overflow: auto;
	background-color: #fff;
	height: 100%;
	width: 100%;
}

.sbox-content-image#sbox-content {
	overflow: visible;
}

#sbox-image {
	display: block;
}

.sbox-content-image img {
	display: block;
	width: 100%;
	height: 100%;
}

.sbox-content-iframe#sbox-content {
	overflow: visible;
}

/* Hides scrollbars */
.body-overlayed {
	overflow: hidden;
}
/* Hides flash (Firefox problem) and selects (IE) */
.body-overlayed embed, .body-overlayed object, .body-overlayed select {
	visibility: hidden;
}
#sbox-window embed, #sbox-window object, #sbox-window select {
	visibility: visible;
}

/* Shadows */
.sbox-bg {
	position: absolute;
	width: 33px;
	height: 40px;
}

.sbox-bg-n {
	left: 0;
	top: -40px;
	width: 100%;
	background: url(assets/bg_n.png) repeat-x;
}
.sbox-bg-ne {
	right: -33px;
	top: -40px;
	background: url(assets/bg_ne.png) no-repeat;
}
.sbox-bg-e {
	right: -33px;
	top: 0;
	height: 100%;
	background: url(assets/bg_e.png) repeat-y;
}
.sbox-bg-se {
	right: -33px;
	bottom: -40px;
	background: url(assets/bg_se.png) no-repeat;
}
.sbox-bg-s {
	left: 0;
	bottom: -40px;
	width: 100%;
	background: url(assets/bg_s.png) repeat-x;
}
.sbox-bg-sw {
	left: -33px;
	bottom: -40px;
	background: url(assets/bg_sw.png) no-repeat;
}
.sbox-bg-w {
	left: -33px;
	top: 0;
	height: 100%;
	background: url(assets/bg_w.png) repeat-y;
}
.sbox-bg-nw {
	left: -33px;
	top: -40px;
	background: url(assets/bg_nw.png) no-repeat;
}

#logMenu {
	text-align: right;
	padding-right: 5px;
	color: #fff;
	font-size: 11px;
}

#logMenu a{
	color: inherit;
	font-weight: inherit;
}

.preferences {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
.preferences .box {
	width: 40px;
	float: left;
	text-align: center;
}
.preferences .name {
/*
	width: 380px;
	float: left;
*/
}

.preferences li{
	clear: both;
}

/* slider */
div.slider {
	width: 240px;
	height: 46px;
	background: #eee url(/css/images/back.png) repeat-x;
	padding-top: 3px;
	padding-left: 3px;
	-moz-border-radius: 8px;
	-webkit-border-radius:8px;
	border-radius:8px;		
	margin: auto;
	border: 1px #5c5e60 solid;
	
}
#texte {
	color: #4d4d4d;
	float: left;
	width: 240px;
	line-height: 46px;
	font-size: 16px;
	height: 46px;
}
.knob {
	background: url(/css/images/slide.png) no-repeat;
	width: 74px;
	height: 47px;
	margin-right: 3px;
	position: absolute;
	cursor: pointer;
}

#maine {
	text-align: center;	
	margin-bottom: 4px;		
}

.guardar {
	float: right;
	margin-right: 20px;
}

.error_msg{
	color: #f03030;
}
