﻿body{
background: #fff;
}

body.pendingedit{
background: #FFCCCC;
}

div.toolsmenuborder
{
	border: solid 1px #d2d2d2;
	background-color: #f2f2f2;
	width: 150px;
	margin-top: 10px;
}

table.toolsmenu
{
	border: 1px;
	/*margin: 5px;*/
}

td.toolsmenu
{
	padding: 5px;
}

td.toolsmenu span {
	font-size: .8em;
}

#cmsmenustrip
{
	background: url(../../cms/images/misc/header_slice.gif);
	height: 23px;
	width:100%;
	min-width:100%;
	margin:0px;
	padding:0px;
	/* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
	position:absolute;left:0px;top:0px;
	z-index:3;
}