/* Admin Control Panel */

.editor{
	margin: 12px 12px;
	padding: 0px;
	width: auto;
	/*border: 1px solid #9A9A9A;*/	
}

.menu{
	margin: 12px 12px;
	padding: 0px;
	width: auto;
	border: 1px solid #9A9A9A;
}

.menu div.silverheader a{
	/*.silverheader a{*/
	background: black url(/skins/tick-tock-pro/images/silvergradient.gif) repeat-x center left;
	font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 5px 0;
	padding-left: 8px;
	text-decoration: none;
}


.menu div.silverheader a:visited, .menu div.silverheader a:active{
	color: white;
}

.menu div.selected a, .menu div.silverheader a:hover{
	background-image: url(/skins/tick-tock-pro/images/silvergradientover.gif);
	color: white;
}

.menu div.submenu{ /*DIV that contains each sub menu*/
	background: white;
	padding: 5px;
	height: 300px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}
