@import url("bootstrap.css");
/* Generic */
body, td, pre{
  margin:8px 8px 0 8px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
}

body.mceForceColors {
    margin:8px 8px 0 8px;
    background:#FFF;
    color:#000;
}

td {
    font-size:10px;
}
textarea {
    resize:none;
    outline:none;
}
.nowrap {
    white-space: nowrap;
}

/* Forms */
fieldset {
    margin:0;
    padding:4px;
    border:1px solid #dfdfdf;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:10px;
}
legend {
    color:#2B6FB6;
    font-weight:bold;
}
label {
    display: inline;
}
label.msg {
    display:none;
}
label.invalid {
    color:#EE0000;
    display:inline;
}
input.invalid {
    border:1px solid #EE0000;
}
input {
    background:#FFF;
    border:1px solid #dfdfdf;
}
input, select, textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:10px;
}
input, select, textarea {
    border:1px solid #dfdfdf;
}
textarea{
    margin-bottom: 0;
}
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;
}
input[type="radio"],
input[type="checkbox"] {
    line-height: normal;
    margin: 0 0 0;
}
/* Buttons */
#insert, #cancel, #apply, .mceActionPanel .button, input.mceButton, .updateButton {
  padding: 4px 12px;
  margin:0; 
  font-weight:bold;
  font-size: 11px;
  width:94px; 
  height:24px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #bbbbbb;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
#cancel, #apply, .mceActionPanel .button, input.mceButton, .updateButton{
	color: #333333;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
}
#insert{
	color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
#cancel:hover,
input.mceButton:hover,
.updateButton:hover,
#cancel:focus,
input.mceButton:focus,
.updateButton:focus {
	color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}
#insert:hover,#insert:focus{
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}
/* Browse */
a.browse span {
    display:block;
    width:20px;
    height:18px;
    background:url(../../img/icons.gif) -860px 0;
    border:1px solid #FFF;
    margin-left:1px;
}
.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; -moz-opacity:0.3; opacity:0.3;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
}
a.browse:hover span.disabled {
    border:1px solid white;
    background-color:transparent;
}
a.pickcolor span {
    display:block;
    width:20px;
    height:16px;
    background:url(../../img/icons.gif) -840px 0;
    margin-left:2px;
}
.mceOldBoxModel a.pickcolor span {
    width:21px;
    height:17px;
}
a.pickcolor:hover span {
    background-color:#B2BBD0;
}
a.pickcolor, a.browse {
    text-decoration:none;
}

/* 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:10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align:center;
}
#charmap #codeV {
    font-size:40px;
    height:80px;
    border:1px solid #AAA;
    text-align:center;
}
#charmap #charmapView {
    background-color:#fff;
}

/* 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; background:url(img/tabs.gif) repeat-x 0 -72px;}
.tabs ul {margin:0; padding:0; list-style:none;}
.tabs li {float:left; background:url(img/tabs.gif) no-repeat 0 0; margin:0 2px 0 0; padding:0 0 0 10px; line-height:17px; height:18px; display:block;}
.tabs li.current {background:url(img/tabs.gif) no-repeat 0 -18px; margin-right:2px;}
.tabs span {float:left; display:block; background:url(img/tabs.gif) no-repeat right -36px; padding:0px 10px 0 0;}
.tabs .current span {background:url(img/tabs.gif) no-repeat right -54px;}
.tabs a {text-decoration:none; font-family:Verdana, Arial; font-size:10px;}
.tabs a:link, .tabs a:visited, .tabs a:hover {color:black;}

/* Panels */
.panel_wrapper div.panel {display:none;}
.panel_wrapper div.current {display:block; width:100%; height:300px; overflow:visible;}
.panel_wrapper {border:1px solid #919B9C; border-top:0px; padding:10px; padding-top:5px; clear:both; background:white;}

/* Columns */
.column {float:left;}
.properties {width:100%;}
.properties .column1 {}
.properties .column2 {text-align:left;}

/* Titles */
.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 {float:right; width:50px; height:14px;line-height:1px; border:1px solid black; margin-left:5px;}
#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 #previewblock {float:right; padding-left:10px; height:20px;}
#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;}