@charset "UTF-8";

#greenhighlight {

	color: #46CC00;
	}

.bar {
	background-color: #46CC00;
	}

.barbottom {
	background-color: #46CC00;
	}

.bartop {
	background-color: #46CC00;
	}

.bartopbottom {
	background-color: #46CC00;
	}

.barlong {
	background-color: #46CC00;
	}

.barbottomlong {
	background-color: #46CC00;
	}

.bartoplong {
	background-color: #46CC00;
	}

.bartopbottomlong {
	background-color: #46CC00;
	}

.baumedium {
	color: #46CC00;
	}

.link:hover {
	color: #46CC00;
	}

.link:active {
	color: #46CC00;
	}

.bloglink:hover {
	color: #46CC00;
	}

.bloglink:active {
	color: #46CC00;
	}

.nubbutton {
	border-color: #46CC00;
	}

.nubbutton:hover {
	color: #46CC00;
	}

li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0; /* Adjust this if you want to move the SVG icon horizontally */
    top: 50%;
    transform: translateY(-45%); /* This centers the SVG icon vertically */
    
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='14px' height='16px' viewBox='0 0 14 16' style='enable-background:new 0 0 14 16;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .cls-1%7Bfill:%2346CC00;%7D %3C/style%3E%3Cg%3E%3Cpolygon class='cls-1' points='0,0 0,16 13.9,8 0,0'/%3E%3C/g%3E%3C/svg%3E");
    
    background-size: contain;
    background-repeat: no-repeat;
}

#CoBaTop { 
    background: url('/global_pics/bg_pic_top_nuberoone.svg');
	}