@charset "utf-8";
/* Styles specific to this particular page */

.placeholder { color: #666; }
.placeholderFocus { color: #000; }

#tab_container {
	border-bottom: 1px solid #F0F0F0;
}

.tab {
	width: 268px;
	height: 285px;
	overflow: auto;
	display:none;
}
.tab #list_type1 li a {
	padding:0;
}

#ul-categories {
	width: 255px;
}

#blockTags a:hover {
	text-decoration: underline;
}

.ui-tooltip {
	font-size: 14px;
	line-height: 20px;
	direction: rtl;
	text-align: right;
	font-family: Tahoma, Arial, Verdana, sans-serif;
}

.cursor-pointer {
	cursor: pointer;	
}

ul#sortable {
	width: 794px;
	list-style: none;	
}

ul#sortable > li {
	margin-top: 30px;
}

ul#sortable li .radius_main_theme1 {
	margin: 0;
}

::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #FFF;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1);
}
::-webkit-scrollbar-thumb {
    background: #CCC;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2);
}
::-webkit-scrollbar-thumb:hover {
    background: #AAA;
}
::-webkit-scrollbar-thumb:active {
    background: #888;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.3);
}

.toc_link_inner a {
	color: #ff0000;	
}

#link_copy {
	cursor:pointer;
	background-color:#f5f5f5;	
	padding: 0px 4px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: 0px 0px 1px 1px #CCC;
	-moz-box-shadow: 0px 0px 1px 1px #CCC;
	-webkit-box-shadow: 0px 0px 1px 1px #CCC;
}

#main-menu .menu-item:last-child {
	padding-left: 0px;
}
#main-menu .menu-item:first-child {
	color: #eee;
	margin-left: 15px;
}
#main-menu .menu-item:first-child:hover {
	color: #fff;
}

