/* ------------ sidebar ----------- */
.sidebar {


}
.sidebar, .sidebar th, .sidebar td {
	color: #fff;
}
.sidebar li {
	list-style: none;
}

.sidebar a,
.sidebar a:active,
.sidebar a:visited {
	color: #fff;
}
.sidebar a:hover {
	color: #fff;
}

.sidebar:after {
	content:" ";
	display:block;
	border-bottom: solid 1px #FFAC45;
}

.sidebar h2 {
	color: #FFFFFF;
	background:#330938;
	border-bottom: solid 8px #7a0c85;
	border-top: solid 8px #7a0c85;
	border-left: solid 12px #7a0c85;
	border-right: solid 12px #7a0c85;
	margin-top: 20px;
	font-weight:normal;
	font-size:16px;
	padding: 13px 0 13px 0;
}
.sidebar>div {
	padding: 2px;
}

/* ------------ login -------------- */

.sidebar .login input,
.sidebar .login input[type=text],
.sidebar .login input[type=password] {
	width: 130px;
}
.sidebar .login .menu a {
	zoom: 1;
	display: inline-block;
	display: block;
	text-align: left;
	padding: 3px;
	margin: 1px;
	background: #4a3289;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.sidebar .login .menu a:hover {
	background: #FF8D00;
}

.sidebar .login .menu li.break {
	height: 10px;
}



.sidebar .login h4 {
	font-size: 14px;
	color: #DA7900;
	text-align: left;
	padding: 5px;
	border-bottom: solid 1px #DA7900;
	margin-bottom: 10px;
}

/* ----------- statistics ---------- */
.sidebar .statistics th, .sidebar .statistics td {
	font-size: 12px;
	border-bottom: dotted 1px #FF8D00;
	padding: 3px;
	font-weight: normal;
}
.sidebar .statistics th.last, .sidebar .statistics td.last {
	border-bottom: 0;
}

/* ------------ table.form --------- */
.sidebar table.form {
	width: 100%;
}
.sidebar table.form th {
	width: 40%;
	text-align: right;
}
.sidebar table.form td {
	width: 60%;
	text-align: left;
}
.sidebar table.form td input[type=text],
.sidebar table.form td input[type=password],
.sidebar table.form td textarea,
.sidebar table.form td select {
	width: 100%;
	background:#c0e58c;
	border:1px solid #892450;
	padding:12px 8px;
	outline:none;
}

.sidebar table.form td input[type=submit] {
	background:#feba44;
	color:rgba(0,0,0,1);
	padding:12px 7px;
	border:none;
	
	min-width:120px;
	outline:none;
	cursor:pointer;
	margin-top:5px;
	margin-right:-18px;
}
.sidebar table.form td input[type=submit]:hover {
	background:#330938;
		color:rgba(255,255,255,1);
	padding:12px 7px;
	border:none;
	
	min-width:120px;
	outline:none;
	cursor:pointer;
	margin-top:5px;
	margin-right:-18px;
}
/* --------- box ------------------- */
.sidebar .stats li {
	margin:3px 1px;

}
.sidebar .stats li .date {
	display: block;
	text-align: left;
	padding: 6px 5px 7px 32px;
	background:#330938 url(../images/date.png) no-repeat 7px 50%;
	color:rgba(255,255,255,1);
}


/* --------- last payouts ---------- */
.sidebar .last_payouts .amount {
	display: block;
	float: left;
	width: 25%;
	text-align: left;
	padding: 5px 5px;
}
.sidebar .last_payouts .name {
	display: block;
	float: left;
	width: 65%;
	text-align: left;
	padding: 5px 1px;
	font-weight: bold;
	font-size: 12px;
}
/* --------- last deposits ---------- */
.sidebar .last_deposits .amount {
	display: block;
	float: left;
	width: 25%;
	text-align: left;
	padding: 5px 5px;
}
.sidebar .last_deposits .name {
	display: block;
	float: left;
	width: 65%;
	text-align: left;
	padding: 5px 1px;
	font-weight: bold;
	font-size: 12px;
}

/* --------- last votes ---------- */

.sidebar .last_votes li {
	text-align: left;
	height: 25px;
}
.sidebar .last_votes img {
	padding: 3px;
}
/* --------- top profitable ---------- */
.sidebar .top_profitable .ratio {
	display: block;
	float: left;
	width: 35%;
	text-align: left;
	padding: 5px 5px;
}
.sidebar .top_profitable .name {
	display: block;
	float: left;
	width: 55%;
	text-align: left;
	padding: 5px 1px;
	font-weight: bold;
	font-size: 12px;
}
/* --------- top monitored ---------- */
.sidebar .top_monitored .monitored {
	display: block;
	float: left;
	width: 35%;
	text-align: left;
	padding: 5px 5px;
}
.sidebar .top_monitored .name {
	display: block;
	float: left;
	width: 55%;
	text-align: left;
	padding: 5px 1px;
	font-weight: bold;
	font-size: 12px;
}
/* --------- top rcb ---------- */
.sidebar .top_rcb .rcb {
	display: block;
	float: left;
	width: 35%;
	text-align: left;
	padding: 5px 5px;
}
.sidebar .top_rcb .name {
	display: block;
	float: left;
	width: 55%;
	text-align: left;
	padding: 5px 1px;
	font-weight: bold;
	font-size: 12px;
}

/* --------- top traffic ---------- */
.sidebar .top_traffic .traffic {
	display: block;
	text-align: left;
	padding: 3px 5px;
}
.sidebar .top_traffic .name {
	display: block;
	text-align: left;
	padding: 3px 1px;
	font-weight: bold;
	font-size: 12px;
}

/* ---------- news ---------------- */
.sidebar .news a.title {
	text-align: left;
	display: block;
}
.sidebar .news .text {
	text-align: justify;
}
.sidebar .news li .date {
	font-weight: normal;
	text-align: right;
	border-bottom: 0;
}
.sidebar .news .links {
	padding: 5px;
}

/* ---------- articles ---------------- */
.sidebar .articles a.title {
	text-align: justify;
	display: block;
	font-weight: bold;
}
.sidebar .articles .text {
	text-align: justify;
}
.sidebar .articles li .date {
	font-weight: normal;
	text-align: right;
	border-bottom: 0;
}
.sidebar .articles .links {
	padding: 5px;
}

/* ---------- top investors ---------------- */
.sidebar .top_investors .counter {
	text-align: left;
}
.sidebar .top_investors .username {
	display: inline-block;
	text-align: left;
	width: 60%;
}
.sidebar .top_investors .amount {
	display: inline-block;
	width: 30%;
	text-align: right;
}


/* ---------- new_listings ------- */
.sidebar .new_listings .name {
	text-align: left;
	font-weight: bold;
}
.sidebar .new_listings .status {
	text-align: left;
	font-weight: bold;
	padding-left: 10px;
}
.sidebar .new_listings .percents {
	text-align: left;
	padding-left: 10px;
}
.sidebar .new_listings .status1 {
	color: green;
	border-left:6px solid green;
}
.sidebar .new_listings .status2 {
	color: gray;
	border-left:6px solid gray;
}
.sidebar .new_listings .status3 {
	color: orange;
	border-left:6px solid orange;
}
.sidebar .new_listings .status4 {    
	color: red;
	border-left:6px solid red;
}
.sidebar .paymentsystems li {
	display: block;
}
.sidebar .paymentsystems .logo {
	display: block;
	width: 30%;
	padding: 3px;
	float : left;
}
.sidebar .paymentsystems .staff {
	display: block;
	width: 64%;
	padding: 3px;
	float : right;
	text-align: left;
	font-size: 10px;
}
.sidebar .paymentsystems .staff strong{
	font-size: 10px;
}
.sidebar .sticky_listings .title {
	font-weight: bold;
	font-size: 15px;
}
.sidebar div {
	padding:10px;
	background:#892450;
	color:#fff;
}