body.edit
{

}
div.placeholderAuthorEdit #updatetable
{background-color: Navy !important; color: White !important;}

div.placeholderAuthorEdit .ScaleLink,
div.placeholderAuthorHover .ScaleLink,
div.placeholderAuthorNormal .ScaleLink
{
	border-bottom: solid 20px #cccccc;
}

div.placeholderPresentation
{
	padding: 8px;
}

div.placeholderAuthorNormal
{
	padding: 7px;
	border: dashed 1px orange;
}

div.placeholderAuthorHover
{
	padding: 7px;
	border: dashed 1px orange;
	background-color: #F5F4F2;
	cursor: hand;
}

div.placeholderAuthorEdit
{
	padding: 7px;
	border: dashed 1px red;
	background-color: #ffffff;
	overflow:scroll;	
}

div#placeholderCommandBar
{
	display:none;
	position: relative;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFF5F4F2, endColorstr=#FFD5D2CA);
	width: 410px;
}
div#placeholderCommandBar select.selectionList
{
	font-family: Tahoma;
	font-size: 11px;
	width: 120px;
}
div#placeholderCommandBar img
{	
	padding: 0;
}
div#placeholderCommandBar img.normal
{
	margin: 2px 2px 2px 2px; /* changed from padding to work with tearfund*/
}
div#placeholderCommandBar img.disabled
{
	margin: 2px 2px 2px 2px; /* changed from padding to work with tearfund*/
	filter:progid:DXImageTransform.Microsoft.BasicImage(grayScale=1, opacity=0.2)
}
div#placeholderCommandBar img.hover
{
	margin: 1px 1px 1px 1px; /* changed from padding to work with tearfund*/
	border: solid 1px #0A246A;
	background-color: #B6BDD2;
}
div#placeholderCommandBar img.click
{
	margin: 1px 1px 1px 1px; /* changed from padding to work with tearfund*/
	border: solid 1px #0A246A;
	background-color: #76859B;
}
div.placeholderHTMLEditor
{	
	position: absolute;
	top: 20px;
	left: 30px;
	margin: 0px;
	padding: 0px;
	display: none;
	border: #999999 2px solid;	
	z-index: 600;	
	/*margin-right: -220px;	
	margin-left: -210px;*/
}

div.placeholderHTMLEditor div.dragBar
{	
	background-color: #336699;
	cursor: move;
	color: #ffffff;
	font-weight: bold;
	padding: 4px;
	height: 20px; /* Changed from 14px */
	width: 300px;	
}
div.placeholderHTMLEditor textarea
{	
	height: 200px;
	width: 300px;
	line-height: 110%;
	font-family: Lucida Console;
	font-size:12px;
	letter-spacing: 1px;
}

hr.pagebreak
{	
	border: dashed 1px orange;
}

div.createTable
{
	background-color: #fefefe;	
}

