body {
	background: url(puzzle.png) top left repeat;
}

* {
	font-size: 12px;
	font-family: Verdana,Arial,sans-serif !important;
}

#hexml_content {
	position: relative;
	top: -30px;
	width: 100%;
	min-height: 550px;
}

#hexml_elements {
	position: fixed;
	left: 10px;
	top: 10px;
	width: 180px;
}

#hexml_workspace {
	margin: 0px 200px;
}

#hexml_tools {
	position: fixed;
	right: 10px;
	top: 10px;
	width: 180px;
}

#hexml_source {
	width: 100%; 
	height: 100%;	
	overflow: auto;				
}

#hexml_design {
	width: 98%; 
	height: 100%;
	float: left;
	margin-left: 5px;
	margin-bottom: 150px;
}

#hexml_design-editor-tab {	
	margin: 0px;
	padding: 0px;
	width: 100%; 
	height: 80%;
	overflow: auto;
}

#hexml_design-source-tab {	
	margin: 0px;
	padding: 0px;
	width: 100%; 
	height: 80%;				
}


#hexml_elements-list,
#hexml_activity_elements-list  {
	margin: 0px;
	padding: 0px;
	border: none;
}

#hexml_elements_list,
#hexml_activity_elements_list {
	overflow: visible !important;
	margin-top: 1px;
	min-height: 500px;
	padding: 2px;
}

#hexml_elements-list li,
#hexml_activity_elements-list li {
	list-style: none;
	width: 80%; 
	height: 20px;
	padding: 3px;
	margin-top: 3px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;	
	cursor: pointer;
	z-index: 1000;
}

#hexml_elements-list li:hover,
#hexml_activity_elements-list li:hover {
	border-width: 2px;
}

.hexml_document {
	width: 95%; 
	min-height: 400px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding: 5px 5px 50px;
}

.hexml_object {
	color: #666666;
	position: relative;
}

.hexml_entity {
	width: 98%; 
	min-height: 50px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	padding: 3px;
}
.hexml_content_node {
	width: 98%; 
	min-height: 50px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	padding: 3px;
}
#hexml_tools_attributes {
	padding: 0px;
	margin:  0px;
}

#hexml_tools_attributes select {
	max-width: 150px;
}

#hexml_tools_attributes legend {
	font-size: 12px;
	display: block;
	margin-left: 5px;
}

#hexml_tools_attributes input {
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
}

#hexml_design_actions {
	margin: 2px;
	top: 10px;
	right: 200px;
	padding: 0;
	position: fixed;
	z-index: 100;
}

#hexml_design_actions li {
	margin: 2px; 
	position: relative; 
	padding: 4px 0; 
	cursor: pointer; 
	float: right;  
	list-style: none;
}
#hexml_design_actions li ul {
	padding-left: 0;
}
#hexml_design_actions li ul li {
	float: none !important;
}

#hexml_design_actions span.ui-icon {
	float: left; 
	margin: 0 4px;
}

#hexml_messages {
	position: fixed;
	display: none;
	bottom: 5px;
	z-index: 200;
	right: 200px;
}

#hexml_messages div {
	padding: 2px;
}

#hexml_messages span {
	float: left;
	margin-right: 5px;
}

#hexml_entity_text textarea {
	width: 650px; 
	height: 340px;
}

#hexml_tools_files {
	margin: 0px; 
	padding: 0px;
}

#hexml_tools_files_list {
	list-style: none; 
	margin: 0px; 
	padding: 0px;
}

#hexml_tools_files_list li {
	padding: 3px;
}

#hexml_tools_files_list li:hover {
	cursor: pointer;
	color: #E17009;
}

#hexml_tools_files_list li.odd {
	background-color: #EFEFEF;
}
#hexml_document_title {
	text-align: center;
	margin: 3px;
}
.hexml_entity_title {
	font-size: 120%;
	font-weight: bold;
	margin-left: 20px;
}
.hexml_entity_hover {
	border: 1px dashed #850000;
	background-color: #f2f7fa !important;
}
.hexml_entity_active {
	border: 1px solid #2E6E9E !important;
}
.ui-state-active {
	color: #000000 !important;
	font-weight: normal !important;
}
#hexml_design-preview-area {
	width: 100%;
	min-height: 600px;
	height: 100%;
	border: none;
}
.hexml-action-button {
	font-size: 9px;
	font-weight: normal;
	margin-right: 5px;
}
.hexml-entity-options {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 18px;
	height: 18px;
	padding: 10px;
	margin: 5px;
	background: url(edit.png) top right no-repeat;
}
.hexml-entity-options-menu {
	position: absolute;
	top: 0px;
	right: 0px;
	list-style: none !important;
	padding: 10px;
	margin: 0px;
	min-width: 80px;
	z-index: 200;
}
.hexml-entity-options-menu li {
	padding: 5px;	
}
.hexml-entity-options-menu li:hover {
	color: #E17009;
}
div.hexml-entity-options ul.hexml-entity-options-menu {
	display: none;
	z-index: 300;
}
div.hexml-entity-options:hover {
	cursor: pointer;
}
div.hexml-entity-options:hover ul.hexml-entity-options-menu {
	display: block;
	cursor: pointer;
}
.hexml_entity_placeholder {
	width: 98%; 
	min-height: 50px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	padding: 3px;
	border: 1px dashed #E17009;
}
.hexml_entity_draggable{
	cursor: move;
	border: 1px dashed #E17009 !important;
}
.hexml_content_hover {
	border: 1px dashed #ce6700;
	background-color: #ffffdf;
}
.hexml_content_active {
	border: 1px solid #ce6700 !important;
	background: #ffffdf !important;
}
.hexml_attr-error {
	background-color: #ff9d9d;
}
#hexml_validation-errors li {
	padding: 4px;
}
#hexml_validation-errors li:hover {
	cursor: pointer;
	background-color: #ffb164;
}
.hexml_entity_moving {
	overflow: hidden;
	width: 50px !important;	
	height: 50px !important;
}
.hexml-entity-move {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 14px;
	height: 15px;
	margin: 5px;
	cursor: move;
	background: url(move.png) top right no-repeat;
}
.hexml-entity-remove {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 14px;
	height: 15px;
	margin: 5px;
	cursor: pointer;
	background: url(remove.png) top right no-repeat;
}
.hexml_content_text {
	padding: 15px 10px 10px 10px;
	
}
.hexml_entity_tagname{
	margin-left: 20px;
	color: green;
}
#hexml_banner {
	position: relative;
	left: 200px;
	height: 80px;
	width: 50%;
	background: url(logo_small.png) top left no-repeat;	
}
#hexml_footer {
	text-align: center;
}
#hexml_footer p, #hexml_footer a {
	font-size: 90%;
}
.term {
	color: #800040;
	font-style: italic;
}
.aside {
	color: #408080;;
	font-style: italic;
}

div.jHtmlArea .ToolBar ul li a.custom_aside_button {
    background: url(aside_btn.png) no-repeat;
    background-position: 0 0;
}
div.jHtmlArea .ToolBar ul li a.custom_term_button {
    background: url(term_btn.png) no-repeat;
    background-position: 0 0;
}
div.jHtmlArea .ToolBar ul li a.custom_addref_button {
    background: url(addref_btn.png) no-repeat;
    background-position: 0 0;
}
div.jHtmlArea .ToolBar ul li a.custom_linkref_button {
    background: url(linkref_btn.png) no-repeat;
    background-position: 0 0;
}
div.jHtmlArea .ToolBar ul li a.custom_acronym_button {
    background: url(acronym_btn.png) no-repeat;
    background-position: 0 0;
}        
		
div.jHtmlArea { 
	border: none; 
}
.hexml_tools_attributes_file {
	width: 80% !important;
}
#hexml_tools_attributes img {
	float: right;
	cursor: pointer;
}

#hexml_media-manager {
	overflow: hidden;
}

.mm-file-list {
	width: 250px;
	height: 220px;
	float: left;
	padding-right: 5px;
	overflow: auto;
}
.mm-file-preview {
	width: 320px;
	height: 220px;
	float: right;
	background-color: #eee;
	overflow: hidden;
}
.mm-img-preview {
	display: block;	
	margin: auto;
	max-height: 220px;
	max-width: 320px;
}
.mm-file-upload {
	width: 310px;
	height: 210px;
	padding: 5px;
	float: right;
	background-color: #bbddff;
	overflow: auto;
	display: none;
}
.ui-autocomplete {
	max-height: 400px;
	max-width: 300px;
	overflow-y: auto;
}
sup.hexml_reference {
	color: #0000ff;
	font-size: 80%;
	margin: 0 3px;
}
#hexml_reference-new ul {
	list-style: none;
	width: 100%;
	padding: 0px;
}
#hexml_reference-new li {
	padding: 3px;
}
#hexml_reference-new li label {
	display: block;
	float: left;
	text-align: right;
	width: 100px; 
}
#hexml_reference-new li input,
#hexml_reference-new li select {
	margin-left: 5px;
}
#hexml_reference-new fieldset {
	border: 1px solid #A6C9E2;
}
#hexml_reference-new legend {
	color: #E17009;
	/*
#2E6E9E
*/
	padding: 5px;
	font-weight: bold;
}
#hexml_reference-new span.lookup-btn {
	background: url(lookup_btn.png) no-repeat center center;
	cursor: pointer;
	padding: 5px 10px;
}
.hexml_content_text table {
	min-width: 50%;
	border-collapse: collapse;
}
.hexml_content_text table td, 
.hexml_content_text table th {
	padding: 5px;
	border: 1px solid #ccc;
}
.action-loader {
	background: url(action-loader.gif) no-repeat center center;	
}
.hexml_entity_header {
	width: 100%;
	height: 25px;
}

/**
 * entity styles
 */
.el-img {
	height: 256px;
	width: 256px;
	border: 2px solid #A6C9E2;
    background-image: url("images/el-img.png") !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.el-video {
	height: 256px;
	width: 256px;
	border: 2px solid #A6C9E2;
	background-image: url("images/el-video.png") !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;	
}
.el-flash {
	height: 256px;
	width: 256px;
	border: 2px solid #A6C9E2;
	background-image: url("images/el-flash.png") !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;	
}
.el-audio {
	height: 256px;
	width: 256px;
	border: 2px solid #A6C9E2;
	background-image: url("images/el-audio.png") !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;	
}
.el-activitybox {
	height: 128px;
	background-image: url("images/el-activitybox.png") !important;
    background-position: left 5px !important;
    background-repeat: repeat !important;	
}
.el-pagebreak {
	background-image: url("images/el-pagebreak.png") !important;
    background-position: left center !important;
    background-repeat: repeat-x !important;	
}
.el-box {
	background: #eeeeee;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.el-column {
	display: inline-block;
	vertical-align: top;
	margin: auto 1px;
}
.el-lines, .el-line {
	background-image: url("images/el-lines.png") !important;
    background-position: left top !important;
    background-repeat: repeat !important;		
}
.hexml_design_wait_loader {
	padding-top: 250px;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 1002;
}
.hexml_design_wait_loader p {
	font-weight: bold;
	font-size: 16px;
}
.hexml_design_wait {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1001;
}
