#step_editor_tcontainer
{
	background: #ececec url('/common/images/editor/bg_top.png') repeat-x 0 0;
	padding: 15px 0 0 0;
	border-bottom: 5px solid #53c1cf;
	height:80px;
	width:100%;
}
#step_editor {
	background: #ececec url('/common/images/editor/bg_top.png') repeat-x 0 0;
	color: #333;
	margin: 0;
	padding: 15px 0 0 0;
	font-family: Tahoma, Arial, sans-serif;
	border-bottom: 5px solid #53c1cf;
	position: fixed;
	height:80px;
	top:0px;
	left:0px;
	z-index:200;
	width:100%;
}
#step_editor p strong a{font-size:12px;}
#step_editor a:link,
#step_editor a:visited,
#step_editor a:hover,
#step_editor a:active {
	color: #32909c;
	font-family:Tahoma,Arial,sans-serif;
	text-decoration: none;
}

#step_editor a:hover {
	text-decoration: underline;
}

#step_editor .functions span,
#step_editor .functions a:link,
#step_editor .functions a:visited,
#step_editor .functions a:hover,
#step_editor .functions a:active {
	float: left;
	display: block;
	padding: 0 5px 10px 0;
	color: #333;
	font-size:10px;
}

#step_editor div.editor_content {
	width: 900px;
	margin: 0 auto;
	}

#step_editor h4 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 15px;
	line-height: 20px;
	text-align: left;
	padding:0px 0px 0px 20px;
	background: url('/common/images/icon_pencil.png') no-repeat 0 50%;
	font-weight:bold;
	margin:0px;
}

#step_editor p {
	padding: 0 0 10px 0;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	margin:0px;
	font-family:Tahoma,Arial,sans-serif;
}
	
#step_editor p.functions {
	float: right;
	font-size: 10px;
	line-height: 10px;
	padding: 0;
	text-transform: uppercase;	
}

#step_editor ol {
	margin: 0;
	padding: 0;
	}

#step_editor ol li {
	float: left;
	font-size: 10px;
	line-height: 10px;
	color: #000;
	margin: 0;
	list-style: none;
	text-transform: uppercase;
	}
#step_editor ol li a:link,
#step_editor ol li a:visited,
#step_editor ol li a:hover,
#step_editor ol li a:active {
	float: left;
	display: block;
	color: #000;
	background: #fefefe url('/common/images/editor/nav.png') no-repeat 0 0;
	text-align: center;
	text-decoration: none;
	text-shadow: #fff 1px 1px 0;
	padding:0px;
	}

#step_editor ol li a span {
	float: left;
	display: block;
	padding: 12px 18px;
	font-size:10px;
}

#step_editor ol li a span.last {
	background: url('/common/images/editor/nav_right.png') no-repeat 100% 0;
	}
		
#step_editor ol li a:hover {
	background: #fefefe url('/common/images/editor/nav_active.png') no-repeat 0 0;
	color: #000;
	}

#step_editor ol li.active a:link,
#step_editor ol li.active a:visited,
#step_editor ol li.active a:hover,
#step_editor ol li.active a:active {
	background: #fefefe url('/common/images/editor/nav_active.png') no-repeat 0 0;
	color: #000;
}