/*	File:			DesignMode.css
 *	Author:			Robert Neumann
 *	Date:			07-04-2005
 *
 */

/***************** General **************/

a.editLink {
	border-right: #ffc800 2px dashed;
	border-bottom: #ffc800 2px dashed;
	padding-left: 2px;
	padding-right: 2px;
	font-size: 8pt;
	background: #ffc800;
	color: #000000;
	font-family: Verdana, Tahoma;
	text-decoration: none;
	height: 20px;
	vertical-align: middle;
}

a.editLink:hover {
	border-right: #ffc800 2px dashed;
	border-bottom: #ffc800 2px dashed;
	padding-left: 2px;
	padding-right: 2px;
	font-size: 8pt;
	background: #ffc800;
	color: #000000;
	font-family: Verdana, Tahoma;
	text-decoration: none;
	height: 20px;
	vertical-align: middle;
}

div.actionList {
	border: #ffc800 2px dashed;
	font-size: 8pt;
	background: #ffffff;
	color: black;
	font-family: Verdana, Tahoma;
	position: absolute;
	text-decoration: none;
	display: none;
}

td.dummyText
{	border: #ffc800 2px dashed;
	width: 100%;
	height: 100%;
	vertical-align: top;
}

/***************** FooterMenu **************/

a.itemEditLink {
	border-right: #ffc800 2px dashed;
	border-bottom: #ffc800 2px dashed;
	padding-left: 2px;
	padding-right: 2px;
	font-size: 8pt;
	background: #ffc800;
	color: #000000;
	font-family: Verdana, Tahoma;
	text-decoration: none;
	height: 20px;
	vertical-align: middle;
}

a.itemEditLink:hover {
	border-right: #ffc800 2px dashed;
	border-bottom: #ffc800 2px dashed;
	padding-left: 2px;
	padding-right: 2px;
	font-size: 8pt;
	background: #ffc800;
	color: #000000;
	font-family: Verdana, Tahoma;
	text-decoration: none;
	height: 20px;
	vertical-align: middle;
}

td.dummyFooterItem
{	border-left: #ffc800 2px dashed;
	border-right: #ffc800 2px dashed;
	border-bottom: #ffc800 2px dashed;
	border-top: #ffc800 2px dashed;
	width: 100%;
	height: 20px;
	vertical-align: top;
}
