html {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
    background-color: #222222;
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 12px;
	color: #000000;
    text-align: left;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;

	background: #222222;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIyMjIyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #222222 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(100%,#000000));
	background: -webkit-linear-gradient(top,  #222222 0%,#000000 100%);
	background: -o-linear-gradient(top,  #222222 0%,#000000 100%);
	background: -ms-linear-gradient(top,  #222222 0%,#000000 100%);
	background: linear-gradient(to bottom,  #222222 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#000000',GradientType=0 );
}

input, button, select {
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 12px;
}

input {
	padding: 2px 0px 2px 3px;
	margin-bottom: 2px;
}

checkbox {
	vertical-align: middle;
	height: auto;
}

button, select {
	height: 26px;
}

.button {
    height: 24px;
	padding: 0px 10px 0px 10px;
    background: #181717;
    border: 1px solid #383838;
    color: #D8D8D8;
	text-align: left;
}

.button.selected {
	background: #242424;
}

.button .selected {
	color: #7E3333;
}

img {
	border: 0;
}

span {
	cursor: pointer;
}

.form {
	border-top: 1px dashed #3C3C3C;
	border-bottom: 1px dashed #3C3C3C;
	margin-top: 10px;
	padding-bottom: 10px;
}

.label {
	display: inline-block;
	width: 90px;
	height: 24px;
	vertical-align: middle;
	color: #222222;
}

#importtypes {
	font-size: 12px;
}

#filetypeinfo {
	display: none;
	margin-top: 10px; 
	font-size: 0.8em; 
	color: #420A0A; 
	background-color: #E6E6E6; 
	padding: 6px
}

.tooltip {
    display: none;
    background-color: #ffa;
    border: 1px solid #cc9;
    padding: 3px;
	border: 1px solid #666666;
	box-shadow: 0px 1px 11px 1px #666666;
	max-width: 200px;
	z-index: 3;
}

#top {
	width: 100%;
	height: 30px;
	margin: 0px;
}

#topbar {
	width: 1250px;
	margin: 0px auto 0px auto;
	padding-top: 7px;
}

#selecttheme {
	display: inline-block;
	width: 106px;
	line-height: 22px;
	padding: 0px 10px 0px 10px;
	cursor: pointer;
    background: #181717;
    border: 1px solid #383838;
    color: #eeeeee;
}

.selectthemearrow {
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid #a3a3a3;
}

#selectedtheme {
	display: inline-block;
	width: 90px;
}

#selectthemelist {
	position: absolute;
	display: none;
	z-index: 999;
	list-style: none;

	background: #0e0e0e;
	border-radius: .3em;
	border: 1px solid #333333;
	box-shadow: 0 0 5px #999;
	padding: 5px;
	cursor: pointer;
}

#selectthemelist li {
	width: 150px;
	padding: 3px;
	border-bottom: 1px dotted #222222;
	line-height: 25px;
	color: #eeeeee;
}

#selectthemelist li:hover {
	background: #333333;
}

#selectthemelist li:last-child {
    border: none;
}

#content {
	margin: 7px auto 0px auto;
	width: 1250px;
	overflow: hidden;
}

#wrapper {
	position: relative;
	left: -364px;
	width: 2000px;
}

#themes {
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	width: 355px;
	overflow-y: auto;
	background: #181717;
	border: 1px solid #3C3C3C;
}

#themes_inner {
	padding: 4px 5px;
}

#themelist {
	border-collapse: collapse;
	width: 100%;
	color: #DFDFDF;
	font-size: 13px;
}

#themelist tr.selected {
	background: #242424;
	font-style: italic;
}

#themelist th {
	color: #C8CC5A;
	font-weight: normal;
	text-align: left;
}

#themelist .theme {

}

#themelist .publisher {
	width: 150px;
}

#themelist td, th {
	padding: 3px;
}

#themelist td {
	border-bottom: 1px dashed #3C3C3C;
	cursor: pointer;
}

#themelist tr:hover > td {
	background: #242424;
}

#themelist td:nth-child(2) {
	width: 150px;
	color: #B8B8B8;
}

#themelist tr:last-child > td {
	border: 0;
}

#script {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 880px;
	overflow: auto;
	border: 1px solid #000000;
}

#selectscript, #selecthighlight {
	position: absolute;
	top: 11px;
	right: 35px;
	line-height: 24px;
	width: 125px;
    border-radius: .3em;
	border: 1px dotted #333333;
	cursor: pointer;
	background-color: #dddddd;
	padding: 1px 0 0 7px;
	z-index: 3;
}

.selectscriptarrow {
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid #222222;
}

#selecthighlight {
	display: none;
	cursor: default;
}

#selectedscript, #selectedhighlight {
	display: inline-block;
	width: 102px;
	left: 0px;
}

#selectscriptlist {
	position: absolute;
	display: none;
	z-index: 999;
	list-style: none;

	background: #ffffff;
	border-radius: .3em;
	border: 1px solid #333333;
	box-shadow: 0 0 5px #999;
	padding: 5px;
	cursor: pointer;
}

#selectscriptlist li {
	width: 150px;
	padding: 3px;
	border-bottom: 1px dotted #222222;
	line-height: 25px;
	color: #222222;
}

#selectscriptlist li:hover {
    background: #cccccc;
}

#selectscriptlist li:last-child {
    border: none;
}

#closehighlight {
	display: inline-block;
	color: #7E3333;
	font-weight: bold;
	padding-left: 5px;
	cursor: pointer;
}

.textlimitlinecolor {
	position: absolute;
	right: 7px;
	min-width: 5px;
	border-right: 1px solid;
	cursor: pointer;
}

.linenumber {
	display: inline-block;
	position: relative;
	font-family: 'Courier New';
	width: 30px;
	border-right: 1px solid #b8b8b8;
	padding-right: 5px;
	text-align: right;
	z-index: 2;
	overflow: hidden;
}

.linefolding {
	display: inline-block;
	width: 10px;
}

.lineversioning {
	display: inline-block;
	width: 6px;
}

.linecontent {
	display: inline-block;
	position: relative;
	z-index: 2;
	width: 800px;
	white-space: nowrap;
	overflow: hidden;
}

#panel {
	display: inline-block;
	vertical-align: top;
	margin-left: 5px;
	width: 355px;
}

.listdefinitions {
	display: inline-block;
	list-style: none;
	margin: 0 0 0 5px;
	padding: 0px;
	/*width: 164px;*/
	width: 158px;
	vertical-align: top
}

.listdefinitions li {
	padding: 3px;
	border-bottom: 1px dotted #222222;
	line-height: 18px;
	color: #222222;
	cursor: pointer;
}

.listdefinitions li:hover {
    background-color: #cccccc;
}

.listdefinitions li:last-child {
    border: none;
}

.list_item_selected {
	background-color: #cc9 !important;
}

.selectbox {
	/*display: inline-block;*/
	position: relative;
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0px;
	vertical-align: top;
	border: 1px dotted #404040;
	/*height: 170px;*/
	overflow-y: scroll;
	overflow-x: hidden;
	background: #ffffff;
}

.selectbox li {
	padding: 3px;
	line-height: 18px;
	color: #222222;
	cursor: pointer;
}

.selectbox li:hover {
    background-color: #cccccc;
}

.element {
	display: inline-block;
	width: 133px;
}

.description {
	display: inline-block;
	text-align: center;
	width: 16px;
	line-height: 16px;
	border-radius: .6em;
	border: 1px solid #dddddd;
}

#palette {
	margin-top: 20px;
	border: 1px solid black;
	padding: 5px 0 0 4px;
	background-color: #eeeeee;
}

.paletteitem {
	display: inline-block;
	width: 17px;
	height: 15px;
	border: 1px solid;
	background-color: #b8ad6d;
	margin: 0 2px 0 2px;
	cursor: pointer;
}

.panelitem {
	margin-top: 8px;
	border: 1px solid black;
	padding: 6px 0 6px 10px;
	background-color: #dddddd;
	cursor: pointer;
}

#colorpickercontainer {
	position: relative;
}

#foreground_panel, #background_panel, #font_panel, #effect_panel, #inheritance_panel {
	position: relative;
	margin-top: -1px;
	border-top: 1px dotted black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	padding: 5px;
	background-color: #eeeeee;
	height: 162px;
	display: none;
	vertical-align: middle;
}

#foreground_panel, #background_panel {
	padding: 0px;
}

#inheritance_panel, #font_panel {
	height: 152px;
}

.inheritance_list {
	list-style-type: none;
	margin: 0 0 0 -40px;
}

.inheritance_box {
	position: relative;
	list-style: none;
	margin: 5px 0 0 0;
	padding: 5px 0px 5px 10px;
	vertical-align: top;
	border: 1px dotted #404040;
	height: 155px;
	width: 323px;
	overflow: auto;
	background: #ffffff;
}

#effect_panel {
	height: 224px;
}

#inheritance_background {
	margin: 5px 0 0 0;
	padding: 10px 0px 14px 0px;
	border: 1px dotted #404040;
	width: 96px;
	text-align: center;
}

#color_default {
	display: inline-block;
	width: 76px;
	height: 20px;
	border: 1px solid black;
	cursor: pointer
}

#color_selected {
	display: inline-block;
	width: 76px;
	height: 20px;
	border: 1px solid black;
}

.font_column, .inheritance_column {
	display: inline-block;
	margin: 5px 0 0 10px;
	vertical-align: top;
}

#buttons {
	margin-top: 10px;
	text-align: right;
}

.feedback {
	float: right;
	margin: 4px 9px 0px 0px;
	color: #B6B6B6;
}

.link {
	color: #C8CC5A;
	text-decoration: none;
}

#loadmask {
	display: none;
	position: absolute;
	border: 1px solid #111111;
	background: #111111;
	opacity: 0.7;
	z-index: 3;
}

#info {
	position: absolute;
	display: none;
	background: #000000;
	z-index: 4;
	color: #ffffff;
	padding: 10px;
	border: 1px solid #b4b189;
}

#themeinfobox {
	position: absolute;
	display: none;
	z-index: 4;
}

#themeinfo {
	display: block;
	position: relative;
	background: #C8CC5A;
	color: #222222;
	padding: 8px;
	border: 1px dashed #222222;
	border-radius: .3em;
	margin-left: auto;
	margin-right: auto;
	width: 390px;
	margin-top: 7px;
	text-align: center;
}

.saveid {
	color: #ffff10;
	cursor: text;
	user-select: text;
	-webkit-user-select: text;
	-moz-user-select: text;
}

#loadmaskimage {
	position: absolute;
	top: 50%;
	left: 50%;
}

#esm {
	background-color: #dddddd;
	border-radius: .3em;
	border: 1px dotted #333333;
	display: none;
}

.esmlist {
	border-spacing: 5px;
	cursor: pointer;
}

.esmelement {
	padding: 0px 8px 0px 8px;
}

.esmunselectable {
	cursor: not-allowed;
}

.esmborder {
	border-right: 1px dotted #333333;
}

.esmmouseout {
	color: #666666;
}

.esmmouseover {
	color: #000000;
}

/**
 * Absolute positioned elements that serve as background for some elements
 */
#blocksearch, #jsembedded {
	position: absolute;
	display: none;
	z-index: 1;
	width: 800px;
	cursor: pointer;
}

#linenumber {
	position: absolute;
	z-index: 1
}

.effect_wave {
	border-top: 1px dotted;
}

.effect_wave2 {
	border-top: 1px dotted;
	margin-left: 1px;
}

.effect_underline {
	border-top: 1px solid;
}

.effect_strikethrough {
	text-decoration: line-through;
}

.highlightcaretrow {
	width: 800px;
	cursor: pointer;
}

