@charset "utf-8";
/* SYPHEX.COM SIDEBAR CSS PAGE */


.sidebar-list {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.sidebar-list li {
	margin: 0px;
	display: block;
	padding: 10px;
	/*
	background-image: url(../img/fa-bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	*/
	font-size: 10px;
	
	overflow: hidden;
	
	text-align: left;
	
	/*
	border-bottom: 1px solid #111111;
	border-top: 1px solid #444444;
	*/
}
.sidebar-list li img {
	border: 1px solid #000000;
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 5px;
}
.sidebar-list a {
	color: #DD0000;
}
.sidebar-list a:hover {
	color: #FF0000;
}

.sidebar-list-title a {
	text-decoration: none;
	color: #DD0000;
	font-size: 12px;
	
	line-height: 140%;
}
.sidebar-list-title a:hover {
	color: #FF0000;
}
.sidebar-cell {
	margin: 0 auto;
	display: table-cell;
	vertical-align: middle;
}





.recent-portal {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.recent-portal li {
	display: block;
	
	/*
	background-image: url(../img/bg-style-2.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	*/
	font-size: 10px;
	
	overflow: hidden;
	
	text-align: left;
	/*
	border-bottom: 1px solid #111111;
	border-top: 1px solid #444444;
	*/
}
.recent-portal a img {
	margin-right: 5px;
}
.recent-portal a {
	padding: 3px;
	display: block;
	text-decoration: none;
	color: #CC0000;
	
	font-size: 12px;
	line-height: 140%;
	
}
.recent-portal a:hover {
	color: #EE0000;
}
.recent-portal-tabs {
	display: block;
	background-color: #262626;
	overflow: hidden;
	
	border-bottom: 1px solid #111111;
	border-top: 1px solid #444444;
}
.recent-portal-tabs a {
	background-color: #333333;
	display: block;
	float: left;
	padding: 5px 8px 5px 8px;
	color: #BB0000;
	border-right: 1px solid #111111;
	border-left: 1px solid #444444;
}
a.recent-portal-tab-active {
	background-color: #222222;
	color: #DD0000;
}


/* ADS */
div .sidebar_ad {
	width: 250px;
	height: 250px;
	background-color: #222222;
	margin-bottom: 10px;
	
	border-top: 1px solid #111111;
	border-left: 1px solid #111111;
	border-right: 1px solid #444444;
	border-bottom: 1px solid #444444;
}
