@charset "utf-8";
/* CSS Document */

div.sc_menu_wrapper {
	float: right;
	width: 65px;
	height: 365px;
	background-color:#000000;
	padding: 10px;
	margin-right: 40px;
	_margin-right: 20px;
	overflow: auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;		

}
div.sc_menu {
	padding: 0 0;
}
.sc_menu a {
	display: block;
	margin-bottom: 5px;
	width: 60px;
	
	border: 2px rgb(79, 79, 79) solid;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;		
	
	/* When image support is turned off */
	color: #fff;
	background: rgb(79, 79, 79);	
}
.sc_menu a:hover {
	border-color: rgb(45, 45, 45);
	border-style: dotted;
}
.sc_menu img {
	display: block;
	border: none;
	width: 60px;
	height: 60px;
}

.sc_menu_wrapper .loading {
	position: absolute;
	top: 700px;
	left: 350px;
	
	margin: 0 auto;
	padding: 10px;

	width: 100px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;	
	
	text-align: center;
	color: #fff;
	border: 1px solid rgb(79, 79, 79);
	background: #1F1D1D;
}
/* Styling tooltip */
.sc_menu_tooltip {
	display: block;
	position: absolute;
	
	padding: 6px;
	font-size: 12px;	
	color: #fff;
	
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;	
	
	border: 1px solid rgb(79, 79, 79);
	background: rgb(0, 0, 0);
	/* Make background a bit transparent for browsers that support rgba */	
	background: rgba(0, 0, 0, 0.5);
}

/* Here are styles for a link to an article. Not for you :) */
#back {
	margin-left: 8px;
	color: gray;
	font-size: 10px;
	text-decoration: none;
}
#back:hover {
	text-decoration: underline;
}