body {
    overflow-x: hidden;
    overflow-y: hidden;
    height: 100%;
}

html {
    overflow-x: hidden;
    overflow-y: hidden;
}

#header {
    position: absolute
}

/* dsp_toolBarExt.cfm */
.edtPosition {
    padding-left: 1px;
    width: 34px;
    height: 26px;
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: center;
}

.edtPosition2 {
    height: 24px;
    font-family: Segoe UI, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

/* dsp_designCard.cfm */
.normalButton {
    border: solid 1px #cecece;
    border: none !important;
    cursor: pointer;
    border-radius: 0px;
}

.buttonDisabled {
    border: solid 1px #cecece;
    border: none !important;
    cursor: default;
    border: solid 1px #cecece;
    -moz-opacity: 0.2;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.overButton {
    border: 1px solid #ffb83b;
    border: none !important;
    background-color: #f6d499;
    cursor: pointer;
    border-radius: 0px;
}

.downButton {
    border: 1px solid #ffb83b;
    border: none !important;
    background-color: #f6d499;
    border-radius: 0px;
    cursor: pointer;
}


/* menu dividers */
.toolbar-divider {
    width: 0px;
    height: 28px;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #808080;
    margin-top: 3px;
    margin-left: 3px;
    margin-right: 3px;
}

td.webMenuDivider,
td.webMenuDividerBig {
    width: 6px;
    text-align: center;
    vertical-align: middle;
    padding: 2px;
}

td.webMenuDivider span.webMenuDivider,
td.webMenuDividerBig span.webMenuDivider {
    height: 16px;
    font-size: 1px;
    display: block;
}

td.webMenuDivider span.webMenuDivider {
    width: 1px;
    border-left: solid #ffffff 1px;
    background-color: #808080;
}

td.webMenuDividerBig span.webMenuDivider {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #cecece;
    border-top: solid #ffffff 1px;
    border-left: solid #ffffff 1px;
    border-bottom: solid #808080 1px;
    border-right: solid #808080 1px;
    width: 3px;
}

.webMenuInnerBorder {
	background-color:#cecece;
	padding:0;
	width:100%;
    background-color: #cecece;
    border-top: solid #ffffff 0;
    border-left: solid #ffffff 1px;
    border-bottom: solid #808080 1px;
    border-right: 1px solid #808080;
    padding: 0;
    width: 100%;
}

.defItemWhite {
    border: 1px solid white;
    background-color: #ffffff;
}

.defItemGrey {
    border: 1px solid #efefef;
    background-color: #efefef;
}

.selItem {
    border: 1px solid red;
}

.scaleText {
    color: #999999;
    font-size: 11px;
}

form {
    margin: 0px;
    padding: 0px;
}

td {
    color: #393e51;
    font-weight: normal;
    font-size: 12.9px;
    line-height: 15px;
    margin: 0px;
    vertical-align: top;
}

#toolbar_subFonts {
    background-color: white;
    z-index: 4;
    position: absolute;
    overflow-y: auto;
    overflow: -moz-scrollbars-vertical;
    height: 480px;
    width: 247px;
    border: 1px solid #808080;
}

.toolbar_subFonts_hdr {
    width: 228px;
    height: 12px;
}

.toolbar_subFonts_item {
    overflow: hidden;
    width: 228px;
    height: 22px;
    vertical-align: middle;
}

#toolbar_subFonts_ifr {
    z-index: 3;
    position: absolute;
    overflow-y: auto;
    overflow: -moz-scrollbars-vertical;
    height: 184px;
    width: 245px;
    border: 1px solid #7f9db9;
}

.toolbar_insert {
    font-family: inherit;
    font-size: 13px;
    color: #666666;
    font-weight: 300;
}

.mci-color {
    margin: 2px;
    width: 28px;
    height: 28px;
    font-size: 0px;
    font-weight: bold;
    border: 0px solid white;
    text-align: center;
    float: left;
    border-radius: 2px;
}

.mci-selector {
    margin: 2px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    font-weight: bold;
    border: 0px solid white;
    text-align: center;
    border-radius: 5px;
    color: black;
}

.mci-selector-color {
    background-color: yellow;
}

.mci-selector-bw {
    background-color: black;
    color: white;
}

.font_container {
    width: 200px;
    height: 26px;
    overflow: hidden;
    margin-top: 1px;
    background-color: white;
    border: 1px solid ##ffffff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.toolbar_subFonts_item img,
.toolbar_curentFont {
    max-height: 22px !important;