BODY.edit

{background: none; }     

/*...Control Container...*/
BODY.edit #edit-control

{   color: #000; height:0; font-size: 11px; margin: 0;  padding: 0;}
	  
BODY.edit #edit-control a

{   color:#000; height:0; text-decoration: none; font-size: 11px; 
	padding: 0 0 0 3px; margin: 0 0 2px 0; display:block;
	background: #e6e6e6 url(../img/bullet_box5_.png) no-repeat right bottom;}
	  
BODY.edit #edit-control a:hover
{   color: #000;  height:0; text-decoration: none; font-size: 11px;
	padding: 0 0 0 3px; margin: 0 0 2px 0; display:block;
 	background: #ccc url(../img/bullet_box5_.png) no-repeat right bottom;}

	  
/*...Content...*/
BODY.edit #edit-text 
{   color: #000; height:0; font-size: 11px; margin: 0;  padding: 0;}

BODY.edit #edit-text a
{   color: #000; height:0; text-decoration: none; font-size: 11px;  
	padding: 0 0 0 3px; margin: 0 0 2px 0; display:block;
	background: #ffffcc url(../img/bullet_box5_.png) no-repeat right bottom;}

BODY.edit #edit-text a:hover
{   color: #000; height:0; text-decoration: none; font-size: 11px;  
	padding: 0 0 0 3px; margin: 0 0 2px 0; display:block; 
	background: #ebebbc url(../img/bullet_box5_.png) no-repeat right bottom;}
	  

/*...Relation...*/

BODY.edit #edit-relation 
{   color: #000; font-size: 11px; margin: 0; padding: 0;}
	  
BODY.edit #edit-relation a
{ 	color: #000; height:0; text-decoration: none; font-size: 11px;  
	padding: 0 0 0 3px; margin: 0 0 2px 0; display:block;
	background: #ff9900 url(../img/bullet_box5_.png) no-repeat right bottom;}
	  
BODY.edit #edit-relation a:hover
{   color: #000; height:0; text-decoration: none; font-size: 11px; 
	padding: 0 0 0 3px; margin: 0 0 2px 0; display:block; 
	background: #e18700 url(../img/bullet_box5_.png) no-repeat right bottom;}
	  
