/* Generic */
@font-face { font-family: Open-Sans; src: url('../../../../../../../fonty/OpenSans-Regular.ttf'); }
@font-face { font-family: Open-Sans; src: url('../../../../../../../fonty/OpenSans-Italic.ttf'); font-style:italic; }
@font-face { font-family: Open-Sans; src: url('../../../../../../../fonty/OpenSans-Bold.ttf'); font-weight:bold; }
@font-face { font-family: Open-Sans; src: url('../../../../../../../fonty/OpenSans-BoldItalic.ttf'); font-weight:bold; font-style:italic; }
body {
font-family:Open-Sans, Geneva, Arial, Helvetica, sans-serif; font-size:12px;
background:#eee;
padding:0;
margin:8px 8px 0 8px;
}

html {background:#eee;}
td {font-family:Open-Sans, Verdana, Arial, Helvetica, sans-serif; font-size:12px;}
textarea {resize:none;outline:none;}
a:link, a:visited {color:black;}
a:hover {color:#2B6FB6;}
.nowrap {white-space: nowrap}

/* Forms */
fieldset {margin:0; padding:4px; border:1px solid #919B9C; font-family:Open-Sans, Verdana, Arial; font-size:12px;}
legend {color:#2B6FB6; font-weight:bold;}
label.msg {display:none;}
label.invalid {color:#EE0000; display:inline;}
input.invalid {border:1px solid #EE0000;}
input, select, textarea {
	font-family:Open-Sans, Verdana, Arial, Helvetica, sans-serif; font-size:12px;
	border-radius:3px;border:1px solid #888; padding:0;
	}
input,select {height:18px; width:200px}
input.radio {border:1px none #000000; background:transparent; vertical-align:middle;}
input.checkbox {border:1px none #000000; background:transparent; vertical-align:middle;}
.input_noborder {border:0;}


/* Buttons */
#insert, #cancel, input.button, .updateButton {

border:1px solid #666;border-radius:3px;
width:60px;
background-color:#ddd;transition: background-color 0.5s;
cursor:pointer;
float:left;
}
#insert:hover, #cancel:hover {background-color: #aaa}
#cancel {float:right}

/* Browse */
a.pickcolor, a.browse {text-decoration:none}
a.browse span:before {content:"Browse\2026";}
a.browse span {display:inline-block;height:18px; margin-left:1px;
border:1px solid #666;background-color:#ddd;
			   border-radius:3px;
			   padding:0 4px;

}
.mceOldBoxModel a.browse span {width:22px; height:20px;}
a.browse:hover span {border:1px solid #0A246A; background-color:#B2BBD0;}
a.browse span.disabled {border:1px solid white; opacity:0.3; filter:alpha(opacity=30)}
a.browse:hover span.disabled {border:1px solid white; background-color:transparent;}
a.pickcolor span {display:inline-block; height:16px;content:"Browse&hellip;";  margin-left:2px;}
.mceOldBoxModel a.pickcolor span {width:21px; height:17px;}
a.pickcolor:hover span {background-color:#B2BBD0;}
a.pickcolor:hover span.disabled {}

/* Charmap */
table.charmap {border:1px solid #AAA; text-align:center}
td.charmap, #charmap a {width:18px; height:18px; color:#000; border:1px solid #AAA; text-align:center; font-size:12px; vertical-align:middle; line-height: 18px;}
#charmap a {display:block; color:#000; text-decoration:none; border:0}
#charmap a:hover {background:#CCC;color:#2B6FB6}
#charmap #codeN {font-size:12px; font-family:Open-Sans,Arial,Helvetica,sans-serif; text-align:center}
#charmap #codeV {font-size:40px; height:80px; border:1px solid #AAA; text-align:center}

/* Source */
.wordWrapCode {vertical-align:middle; border:1px none #000000; background:transparent;}
.mceActionPanel {margin-top:5px;}

/* Tabs classes */
.tabs {width:100%; height:18px; line-height:normal;}
.tabs ul {margin:0; padding:0; list-style:none;}
.tabs li {float:left;

	border: 1px solid #888; border-top-left-radius:3px; border-top-right-radius:3px; border-bottom:0;
margin:0 2px 0 0;
padding:0 0 0 10px;
text-height:17px;
height:18px;
display:block;}
 .tabs li.current {  border-top:2px solid #356;  margin-right:2px;height:17px}
.tabs span {float:left; display:block; padding:0px 10px 0 0;}
.tabs a {text-decoration:none; font-family:Open-Sans,Verdana, Arial; font-size:12px; outline:none}
.tabs a:link, .tabs a:visited, .tabs a:hover {color:black;}
.tabs li::-moz-focus-inner { border: 0; }
.tabs li:focus {outline:none;}

/* Panels */
.panel_wrapper div.panel {display:none;}
.panel_wrapper div.current {display:block; width:100%; height:300px; overflow:visible;}
.panel_wrapper {border:1px solid #888;
				padding:10px; padding-top:5px;
				clear:both; background:white;
				border-radius:3px;
				border-top-left-radius:0;
				}

/* Columns */
.column {float:left;}
.properties {width:100%;}
.properties .column1 {}
.properties .column2 {text-align:left;}

/* Titles */
h1, h2, h3, h4 {color:#2B6FB6; margin:0; padding:0; padding-top:5px;}
h3 {font-size:14px;}
.title {font-size:12px; font-weight:bold; color:#2B6FB6;}

/* Dialog specific */
#link .panel_wrapper, #link div.current {height:125px;}
#image .panel_wrapper, #image div.current {height:200px;}
#plugintable thead {font-weight:bold; background:#DDD;}
#plugintable, #about #plugintable td {border:1px solid #919B9C;}
#plugintable {width:96%; margin-top:10px;}
#pluginscontainer {height:290px; overflow:auto;}
#colorpicker #preview {display:inline-block; padding-left:40px; height:14px; border:1px solid black; margin-left:5px; margin-right: 5px}
#colorpicker #previewblock {position: relative; top: -3px; padding-left:5px; padding-top: 0px; display:inline}
#colorpicker #preview_wrapper { text-align:center; padding-top:4px; white-space: nowrap}
#colorpicker #colors {float:left; border:1px solid gray; cursor:crosshair;}
#colorpicker #light {border:1px solid gray; margin-left:5px; float:left;width:15px; height:150px; cursor:crosshair;}
#colorpicker #light div {overflow:hidden;}
#colorpicker .panel_wrapper div.current {height:175px;}
#colorpicker #namedcolors {width:150px;}
#colorpicker #namedcolors a {display:block; float:left; width:10px; height:10px; margin:1px 1px 0 0; overflow:hidden;}
#colorpicker #colornamecontainer {margin-top:5px;}
#colorpicker #picker_panel fieldset {margin:auto;width:325px;}
