/*Default skin*/

/*Body, header and footer*/

#main {
	background: rgb(229,244,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(229,244,255,1) 6%, rgba(226,247,253,1) 58%, rgba(204,240,250,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(6%,rgba(229,244,255,1)), color-stop(58%,rgba(226,247,253,1)), color-stop(100%,rgba(204,240,250,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(229,244,255,1) 6%,rgba(226,247,253,1) 58%,rgba(204,240,250,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(229,244,255,1) 6%,rgba(226,247,253,1) 58%,rgba(204,240,250,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(229,244,255,1) 6%,rgba(226,247,253,1) 58%,rgba(204,240,250,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(229,244,255,1) 6%,rgba(226,247,253,1) 58%,rgba(204,240,250,1) 100%); /* W3C */
/* 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5f4ff', endColorstr='#ccf0fa',GradientType=0 ); /* IE6-9 */
 */
}

#mainMenu {
	background: rgba(43,184,224,0.8);
}

#menuRight {
	background: rgba(33,33,33,0.4);
	background: -moz-linear-gradient(top,  rgba(33,33,33,0.4) 0%, rgba(33,33,33,0.33) 45%, rgba(0,0,0,0.32) 55%, rgba(0,0,0,0.25) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(33,33,33,0.4)), color-stop(45%,rgba(33,33,33,0.33)), color-stop(55%,rgba(0,0,0,0.32)), color-stop(100%,rgba(0,0,0,0.25))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(33,33,33,0.4) 0%,rgba(33,33,33,0.33) 45%,rgba(0,0,0,0.32) 55%,rgba(0,0,0,0.25) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(33,33,33,0.4) 0%,rgba(33,33,33,0.33) 45%,rgba(0,0,0,0.32) 55%,rgba(0,0,0,0.25) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(33,33,33,0.4) 0%,rgba(33,33,33,0.33) 45%,rgba(0,0,0,0.32) 55%,rgba(0,0,0,0.25) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(33,33,33,0.4) 0%,rgba(33,33,33,0.33) 45%,rgba(0,0,0,0.32) 55%,rgba(0,0,0,0.25) 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66212121', endColorstr='#40000000',GradientType=0 ); */ /* IE6-9 */

}

#userBox .user {
    background: url(../images/skins/0/userBox.png) left top no-repeat;
}

#approvalLinksDiv .activeApprovalLinks {
    color: #214a63;
}

.rss_feeds body {
	background: white;
}


/*CleanupCenter*/

#findDeadBookmarks, #findUnusedBookmarks, #findDuplicateBookmarks, #stopFindDeadBookmarks, #deleteAllBookmarks, #archiveAllBookmarks {
	color: rgba(0, 119, 153, 0.90);
}

#findDeadBookmarks:hover, #findUnusedBookmarks:hover, #findDuplicateBookmarks:hover,
#findDeadBookmarks.active, #findUnusedBookmarks.active, #findDuplicateBookmarks.active
#stopFindDeadBookmarks:hover, #deleteAllBookmarks:hover, #archiveAllBookmarks:hover {
	background-color: rgba(255, 255, 255, 0.5);
}

/*Buttons*/

#userBox  {
	background: rgba(43,184,224,0.9);
}

#usersListBox  {
	background: rgba(43,184,224,0.9);
}

#treeViewLinks .addLinkBut {
}

.addCatBut:hover, 
.button:hover, 
.button2:hover, 
.editableElement button:hover,
#treeViewLinks .addLinkBut:hover {
	color: white;
 	background: rgba(43,184,224,0.8);
}

#tabs a.tab:hover, 
#otabs a.otab:hover {
	color: white;
	border: 1px solid rgba(255,255,255,0.6);
}
	

#tabs a.tab, #otabs a.otab, .addTabBut, #moreTabBut {
	background: none;
	margin-top: 7px;
}

#tabs a.tab, #otabs a.otab, #moreTabBut {
	box-shadow: none;
	border: 1px solid rgba(255,255,255,0.3);
	border-radius: 2px;
}

#tabs a.activeTab, #otabs a.activeTab {
    background-color: rgb(49, 162, 196);
    border: 1px solid rgba(255,255,255,0);
    box-shadow:none;
    color: #FFF;
}

.addTabBut {
	border-style: dashed !important;
	border-width: 1px;
}

.addLinkBut, #treeViewLinks .addLinkBut {
	margin-top: 8px;
	background: none;
	box-shadow: none;
	text-shadow: none;
	color: rgba(15, 186, 235, 0.84);
	border: rgba(15, 186, 235, 0.66) dotted 1px;
	border-bottom: none;
}

.addCatBut {
	background: none;
	box-shadow: none;
	text-shadow: none;
	color: rgba(15, 186, 235, 0.73);
	border-color: rgba(15, 186, 235, 0.78);
}

.addCatBut:before, .addLinkBut:before {
	background: rgba(111, 221, 255, 0.56);
	color: white;
}


#columns.none .addLinkBut {
    background: none;
	background-color: transparent;
	border: 1px dashed rgba(43, 184, 224, 0.5);
	color: rgba(43, 184, 224, 0.7);
	text-shadow: none;
	box-shadow: none;
	
}

#columns.none .addLinkBut:hover {
	background: rgba(43,184,224,0.8);
	color: white;
}

a.approveLink, a.declineLink {
	color: #535353;
}

/*Categories and links*/

.linkTable {
	box-shadow: none;
	-webkit-box-shadow: none;
	border: 1px solid rgba(49, 162, 196, 0.2);
	background: none;
}

.linkTable:hover {
	border: 1px solid rgba(49, 162, 196, 0.45);
	background: none;
	box-shadow: none;
}

.linkTable:hover .linkA {
	color: #35A1F7;
}

.category .link .linkA {
	color: rgb(66, 66, 66);
}

.categoryDiv .catTitle {
	color: #FFFFFF;
}

.categoryDiv .header {
	background: #32BEE9;
	border-radius: 2px;
}


.categoryDiv {
    background: white;
}

.linkACopy a {
	color: black;
}

.dataComment {
	color: #999;
}

.searchSite input:focus {
	background: #7cc9de;
}


#columns.none .linkACopy a {
	color: rgb(107, 107, 107);
}


/*Tree body*/

#treeViewLinks .addLinkBut {
}

#treeViewLinks .treeCatContent {
	background: rgba(115,201,228,0.2);
}

#treeViewLinks .linkTable {
	background: rgba(255,255,255,.1);
}


#treeViewLinks .linkTable:hover {
    background: rgba(255,255,255,.2);
}

/*Tree categories*/

#treeView .categoryDiv {
  border: 0px outset #c9c9c9;
}

#treeView .categories {
  background: rgba(115,201,228,0.2);
}

#treeView .catArrow {
	z-index: 11;
}

#treeView .header.active .catTitle, #treeView .header:hover {
  color: #757575;
}

.size3 #treeView .subCatDiv .catTitle {
	margin-top: -10px;
}

#treeView .categoryDiv .header.active .linksCount,  #treeView .categoryDiv .header.active .catTitle {
	color: #757575;
}

#treeView .categoryDiv:hover .catTitle, #treeView .categoryDiv:hover .linksCount  {
	color: #757575;;
}

/*Tree subcategories*/

#treeView .subCatDiv .header {
  background: url(../images/skins/0/sub_back_1.png) no-repeat left bottom;
}

.size2 #treeView .subCatDiv .header {
  height: 28px;
  margin-bottom: 1px;
}

.size2 #treeView .subCatDiv .catTitle {
	margin-top: -6px;
}

/* Icons */

.category.iconvl .linkACopy {
	color: black;
}

#columns .category.iconvl .linkACopy {
	background: rgba(255, 255, 255, 0.63);
}

.iconvl .sublinkList {
	background: rgba(255,255,255,.7);
}

.iconvl .sublinkList .linksList {
	background: rgba(43, 184, 224, 0.88);
	color: white;
	border-bottom: 1px solid rgba(255,255,255,.5);
}

.iconvl .sublinkList .linksList:hover {
	background: rgba(43, 184, 224, 0.6);
}


.searchSite input {
	background: url(../images/skins/0/searchIconBlueSize2.png) 50% no-repeat;
	margin-right: 5px;
	border: none;
}

.unusedBookmarksPagination {
	color: rgb(133, 133, 133);
}

#bottomDiv {
    opacity: 1;
    width: 100%;
    background: url(../images/clouds-wide.png) top center no-repeat;
    clear: both;
    float: left;
    background-color: #CCF0FA ;
	background-size: cover;
}

/* Fix for public tab clouds */

body {
     background-color: rgba(214, 243, 251, 1);    
}

.search-page-item-block.link:hover {
	background: rgb(248, 248, 248);
	box-shadow: 0 0 2px #19a0c8;
}

.search-page-item-block.link {
	border: 1px solid rgba(218, 218, 218, 0.57);
}

#rssBody, #listBody {
	background: white;
}


#treeView .categoryDiv .header {
	background: none;
}

#treeView .mainCatSpace > .categoryDiv {
	background-color: white;
}

#treeView .mainCatSpace {
	margin-bottom: 10px;
}

.size2 #treeView .mainCatSpace {
	margin-bottom: 8px;
}

.size3 #treeView .mainCatSpace {
	margin-bottom: 6px;
}

.size4 #treeView .mainCatSpace {
	margin-bottom: 5px;
}

#treeView .mainCatSpace:last-child {
	margin-bottom: 0;
}

#treeView ul.level-id-1 div.categoryDiv {
	width: 277px;
	background-color: white;
	margin-top: 5px;
}

#treeView ul.level-id-2 > li.subCatSpace > div.subCatDiv {
	width: 264px;
}

#treeView ul.level-id-3 > li.subCatSpace > div.categoryDiv {
	width: 250px;
}

#treeView ul.level-id-4 > li.subCatSpace > div.categoryDiv {
	width: 237px;
}

#treeView .catCollapse {
	background: url(../images/user/new/category_tick_skin0.png) no-repeat;
}

div.bdescription-overflow .addComment {
	background: rgb(50, 190, 233);
}

div.bdescription-overflow .addComment:hover {
	background: rgb(53, 205, 252);
};

div.supportedWebsitesBox {
	background: rgba(53, 167, 200, 1);
}

#treeView .disableViewUserView {
	background: url(../images/view_only3.png) no-repeat;
	background-size: contain;
}

#treeView .disableViewUserEdit {
	background: url("../images/canEdit2.png") no-repeat;
	background-size: contain;
}