﻿/* NAVIGATION LINKS */


div.top_nav {
	margin: 0px;
	padding: 0px;
	height: 25px; 
}
div.cnode_editbutton a {
	font-weight: bold !IMPORTANT;
	color: #ffdd88 !IMPORTANT;
	text-decoration: none !IMPORTANT;
	margin: 0px !IMPORTANT;
	padding: 0px !IMPORTANT;
	padding-top: 3px !IMPORTANT;
	padding-bottom: 4px !IMPORTANT;
	padding-left: 6px !IMPORTANT;
	padding-right: 6px !IMPORTANT;
	background-color: #e54800 !IMPORTANT;
	text-transform: uppercase !IMPORTANT;
	border-top: 2px solid #cccccc;
	border-left: 2px solid #cccccc;
	border-bottom: 2px solid #333;
	border-right: 2px solid #333;
	
	
}
div.cnode_editbutton a:hover {
	color: #000000 !IMPORTANT;
}

div.cnode_editbutton {
	display: inline;
	padding: 0px;
	margin: 0px;
}

div.top_nav div.button {
	
}

div.composer_topmenu {
	background-color: #666;
	margin: 0px;
	padding: 10px;
}

/* The following styles need to be included only when in Admin mode */

div.cnode_button_container {
	height: 30px;
	width: 150px;
	overflow: visible;
	position: relative;
}
div.cnode_button_container div.cnode_editbutton {
	line-height: 2.2em;
}

div.cnode_button_edit {
    position: absolute;
    top: 0px;
    left: 80px;
}
