/* Tradingeye Inline Editor
=========================== */

/* Left Container
=================*/
#inline_editor, #inline_editor_hidden {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	width: 125px;
	height: 100%;
	background: #FFF;
	border: 0;
	border-right: 1px dotted #CBCBCB;
	z-index: 1000;
	background-attachment: scroll;
	background-image: url(../graphics/bg.png);
	background-repeat: repeat;
	background-position: 0 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

dl.inline_menu {
	width: 150px;
	padding: 0;
	margin: 8px;
	margin-top: 0;
}

#edit {
	background-image: url(../graphics/edit-icon.png);
	background-repeat: no-repeat;
	background-position: 12px 12px;
	padding-top: 75px;
	width: 100px;
}

dl.inline_menu dt	{
	color: #838383;
    text-decoration: none;
    text-transform: uppercase;
	text-align: left;
	line-height: 20px;
	margin: 0;
	padding: 3px;
	padding-left: 7px;
	height: 20px;
}
	
html> body * html dl.inline_menu dt	{
	width: auto;
}	/* End of Tantek hack */
	
dl.inline_menu dd {
	margin: 0;
	text-align: left;
}

dl.inline_menu dd a {
	display: block;
	color: #000;
	vertical-align: bottom; /* This fixes Win IE5 gap! */
	padding: 4px;
	padding-left: 6px;
	text-decoration: none;
	/* Start of Tantek hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	border-bottom: 1px solid #eff3f5;
}
		
html>body dl.inline_menu dd a {
	width: 100px; /* End of Tantek hack */
}
* html dl.inline_menu dd a {width:100px;}
dl.inline_menu dd a:hover, dl.inline_menu dd.active a {
	color: #838383;
	border-bottom: 1px solid #eff3f5;
}

/* [DRK] */
#show_menu {display: none;}
#inline_editor_hidden {width: 36px; padding-top: 6px; padding-left: 6px; height: 42px;border-bottom: 1px dotted #CBCBCB; }
#inline_editor_hidden .inline_menu {display: none;}
#inline_editor_hidden #show_menu {display: block;}
#inline_editor_hidden #show_menu span {display: block; width: 15px; cursor: pointer; color: #000;text-decoration: none;text-transform: uppercase;}
/* [/DRK] */
