.mode_div {
  text-align: center;
  padding-bottom: 6px;
  line-height: normal;
}

.mode_indicator {
  text-align: center;
  font-family: "Verdana", "Arial", "Helvetica", sans-serif;
  font-size: 10px !important;
  color: #000000;
  background-color: #dddddd;
  border: 1px solid #000000;
  padding: 2px;
  border-radius: 4px;
  -moz-border-radius: 4px;
}

.mode_indicator a {
  font-size: 10px !important;
}

.cc_reloadmsg {
  position: fixed;
  top: 50px;
  border: 1px solid #06f;
  padding: 6px 4px 6px 4px;
  color: #000;
  background-color: #ff9;
  font-family: "Verdana", "Arial", "Helvetica", sans-serif;
  font-size: 11px;
  text-align: center;
  vertical-align: middle;
  line-height: normal;
  z-index: 999;
  border-radius: 5px;
  -moz-border-radius: 5px;
}

#cc_popup {
  position: fixed;
  top: 200px;
  border: 1px solid #06f;
  padding: 6px 4px 6px 4px;
  color: #000;
  background-color: #fff;
  left: 50%;
  font-family: "Verdana", "Arial", "Helvetica", sans-serif;
  font-size: 11px;
  text-align: center;
  vertical-align: middle;
  line-height: normal;
  z-index: 999;
  border-radius: 5px;
  -moz-border-radius: 5px;
  margin: 0px 0px 0px -100px;
  width: 200px;
  overflow: auto;
}

.cc_indicator {
	border: 0px solid #fff;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.active_attributes {
  background-color: #9f9;
  border: 1px solid #000;
  width: 16px;
  padding-left: 3px;
  padding-right: 1px;
}

.inprogress_attributes {
  background-color: #ff9;
  border: 1px solid #000;
  width: 16px;
  padding-left: 3px;
  padding-right: 1px;
}

.past_attributes {
  background-color: #ccf;
  border: 1px solid #000;
  width: 16px;
  padding-left: 3px;
  padding-right: 1px;
}

.active_element_tab {
  font-family: "Verdana", "Arial", "Helvetica", sans-serif;
  font-size: 10px !important;
  font-weight: bold !important;
  color: #06c !important;
  background-color: #99ff99;
  border-bottom: 1px solid #99ff99;
  border-top: 1px solid #66aa66;
  border-right: 1px solid #66aa66;
  border-left: 1px solid #66aa66;
  padding-right: 6px;
  padding-left: 6px;
  padding-top: 0px;
  padding-bottom: 0px;
  vertical-align: middle;
  line-height: normal;
  border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
}

.active_element_tab_empty {
  font-size: 10px;
  border-bottom: 1px solid #66aa66;
  padding-right: 6px;
  padding-left: 6px;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: normal;
  text-align: left;
  display: none;
}

.inprogress_element_tab {
  font-family: "Verdana", "Arial", "Helvetica", sans-serif;
  font-size: 10px !important;
  font-weight: bold !important;
  color: #06c !important;
  background-color: #ffff99;
  border-bottom: 1px solid #ffff99;
  border-top: 1px solid #aaaa66;
  border-right: 1px solid #aaaa66;
  border-left: 1px solid #aaaa66;
  padding-right: 6px;
  padding-left: 6px;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 100%;
  vertical-align: middle;
  line-height: normal;
  border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
}

.inprogress_element_tab_empty {
  font-size: 10px;
  border-bottom: 1px solid #aaaa66;
  padding-right: 6px;
  padding-left: 6px;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: normal;
  text-align: left;
  display: none;
}

.past_element_tab {
  font-family: "Verdana", "Arial", "Helvetica", sans-serif;
  font-size: 10px !important;
  font-weight: bold !important;
  color: #06c !important;
  background-color: #ccccff;
  border-bottom: 1px solid #ccccff;
  border-top: 1px solid #6666aa;
  border-right: 1px solid #6666aa;
  border-left: 1px solid #6666aa;
  padding-right: 6px;
  padding-left: 6px;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 100%;
  vertical-align: middle;
  line-height: normal;
  border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
}

.past_element_tab_empty {
  font-size: 10px;
  border-bottom: 1px solid #6666aa;
  padding-right: 6px;
  padding-left: 6px;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: normal;
  text-align: left;
  display: none;
}

/* page tab for page properties */
.active_page_tab {
  font-family: "Verdana", "Arial", "Helvetica", sans-serif;
  font-size: 10px;
  font-weight: bold;
  background-color: #99ff99;
  border-top: 1px solid #99ff99;
  border-bottom: 1px solid #66aa66;
  border-right: 1px solid #66aa66;
  border-left: 1px solid #66aa66;
  padding-right: 6px;
  padding-left: 6px;
  padding-top: 0px;
  padding-bottom: 1px;
  vertical-align: middle;
  line-height: normal;
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
}

.inprogress_page_tab {
  font-family: "Verdana", "Arial", "Helvetica", sans-serif;
  font-size: 10px;
  font-weight: bold;
  background-color: #ffff99;
  border-top: 1px solid #ffff99;
  border-bottom: 1px solid #aaaa66;
  border-right: 1px solid #aaaa66;
  border-left: 1px solid #aaaa66;
  padding-right: 6px;
  padding-left: 6px;
  padding-top: 0px;
  padding-bottom: 1px;
  height: 100%;
  vertical-align: middle;
  line-height: normal;
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
}

.past_page_tab {
  font-family: "Verdana", "Arial", "Helvetica", sans-serif;
  font-size: 10px;
  font-weight: bold;
  background-color: #ccccff;
  border-top: 1px solid #ccccff;
  border-bottom: 1px solid #6666aa;
  border-right: 1px solid #6666aa;
  border-left: 1px solid #6666aa;
  padding-right: 6px;
  padding-left: 6px;
  padding-top: 0px;
  padding-bottom: 1px;
  height: 100%;
  vertical-align: middle;
  line-height: normal;
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
}

.cc_page_properties {
  margin: 0px 0px 0px 0px;
  position: absolute;
  top: 0px;
  left: 20px;
  display: none;
  line-height: 100%;
}

div.cc_page_properties ul li {
  line-height: 0;
}

div.cc_page_properties ul li div span ul li {
  line-height: 18px;
  margin-bottom: 12px;
}

a.tablink {
        color: #0066cc;
        text-decoration: none;
}

a.tablink:active {
        color: #0066cc;
        text-decoration: none;
        outline: none;
}

a.tablink:visited {
        color: #0066cc;
        text-decoration: none;
        outline: none;
}

a.tablink:hover {
	text-decoration: underline;
        outline: none;
}

.nodata {
  font-family: "Verdana", "Arial", "Helvetica", sans-serif;
  font-size: 10px;
}

.edit {
  font-family: "Verdana", "Arial", "Helvetica", sans-serif;
  font-size: 12px;
}

/* classes used to float short text/large images properly */
.floatclear {
  display:inline-block;
  width:100%;
}

/* Hide from IE-mac \*/
* html .floatclear {
  height:1%;
  width:auto;
}

.floatclear {
  display:table;
}

/* new style tabs and element options */
ul.cc_tab, .cc_tab ul {
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
        list-style: none;
	display: block !important;
	/* width: 100%; <--- fixes wrapping problem on sidebar that is fixed position!!! */
}

ul.cc_tab a {
        display: block;
        white-space: nowrap;
        font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
        font-size: 11px;
        color: #00f !important;
        text-decoration: none;
        padding: 0px 2px 0px 2px;
/*      background-color: #c6d1b7; */
        letter-spacing: 1px;
        font-weight: normal !important;
        font-size: 11px !important;
        color: #06c !important;
}

ul.cc_tab li {
        /* float: left; */
        padding: 0px 0px 0px 0px;
        position: relative;
        color: #000 !important;
        font-weight: normal !important;
        font-size: 11px !important;
        color: #06c !important;
        text-align: left !important;
	margin: 0px;
	padding: 0px;
}

ul.cc_tab li ul {
        position: absolute;
        left: -999em;
        background-color: #fff;
        margin-top: 0px;
        z-index: 2147483646;
        padding-right: 5px;
        padding-left: 5px;
        padding-bottom: 2px;
        color: #000 !important;
        font-weight: normal !important;
        font-size: 11px !important;
        text-align: left !important;
}

ul.cc_tab li ul a {
        background-image: none;
}

ul.cc_tab li ul li {
        text-align: left;
	margin-left: -6px;
	padding-left: 6px;
	margin-top: 1px;
	padding-bottom: 3px;
}

ul.cc_tab li div span:hover ul {
        left: auto;
	margin-left: -6px;
	padding-left: 6px;
	margin-top: 1px;
	padding-bottom: 3px;
}

ul.cc_tab li div span:hover ul, .cc_tab li.sfhover ul {
        left: auto;
}

ul.cc_tab a:hover {
       /* background-color: #ffffff; */
        color: #6d6ded !important;
        text-decoration: underline;
}

ul.cc_tab ul li a:hover {
        /* background-color: #eef; */
        text-decoration: underline;
}

ul.cc_tab br {
	display: none;
}

ul.cc_options_active {
  border-top: 1px dashed #6a6 !important;
  border-left: 1px solid #6a6 !important;
  border-bottom: 1px solid #6a6 !important;
  border-right: 1px solid #6a6 !important;
  border-bottom-right-radius: 5px !important;
  -moz-border-radius-bottomright: 5px !important;
  border-bottom-left-radius: 5px !important;
  -moz-border-radius-bottomleft: 5px !important;
  background-color: #fff !important;
  z-index: 1000;
}

ul.cc_options_active li {
  margin-bottom: 0px;
}

ul.cc_options_active a { background-color: #fff !important; }

ul.cc_options_inprogress {
  border-top: 1px dashed #aa6 !important;
  border-left: 1px solid #aa6 !important;
  border-bottom: 1px solid #aa6 !important;
  border-right: 1px solid #aa6 !important;
  border-bottom-right-radius: 5px !important;
  -moz-border-radius-bottomright: 5px !important;
  border-bottom-left-radius: 5px !important;
  -moz-border-radius-bottomleft: 5px !important;
  background-color: #fff !important;
  z-index: 16777271;
}

ul.cc_options_inprogress li {
  margin-bottom: 0px;
}

ul.cc_options_inprogress a { background-color: #fff !important; }

ul.cc_options_past {
  border-top: 1px dashed #66a !important;
  border-left: 1px solid #66a !important;
  border-bottom: 1px solid #66a !important;
  border-right: 1px solid #66a;border-bottom-right-radius: 5px !important;
  -moz-border-radius-bottomright: 5px !important;
  border-bottom-left-radius: 5px !important;
  -moz-border-radius-bottomleft: 5px !important;
  background-color: #fff !important;
  z-index: 16777271;
}

ul.cc_options_past li {
  margin-bottom: 0px;
}

ul.cc_options_past a { background-color: #fff !important; }

div#cc_mode_options { min-width: 180px; }
