html, body, form, iframe {
	border: 0;
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}

body,
.regularwhite,
.white {
	background-color: #fff;
}

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a,a:active,a:focus,a:hover,a:visited,a:link {
	font-weight: bold;
	color: #333;
	cursor: pointer;
	text-decoration: none;
}

hr {
	border: 0;
	border-top: 1px solid #666;
	height: 1px;
}

table {
	empty-cells: show;
	margin: 0;
	border-spacing: 0;
}

table, tbody, td, tfoot, th, thead {
	border: 0;
	padding: 0;
}

#babam,
.full-height {
	height: 100%;
}

.full-size {
	height: 100%;
	width: 100%;
	overflow: auto;
}

.full-width {
	width: 100%;
}

.half-height {
	height: 50%;
}

.half-size {
	height: 50%;
	width: 50%;
}

.half-width {
	width: 50%;
}

body,td,th,input {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

input {
	color: #333;
	background-color: #FFFFFF;
	height: 16px;
	font-size: 10px;
	border: solid 1px #666;
	padding-top: 1px;
	width: 120px;
	padding-left: 4px;
	margin: 2px 0 2px 0;
}

::-webkit-input-placeholder {
	color: #333;
	text-overflow: ellipsis;

}
::-moz-placeholder {
	color: #333;
	opacity: 1; /* as Gecko 'dims' placeholders*/
	text-overflow: ellipsis;
}
:-ms-input-placeholder {
	color: #333;
	text-overflow: ellipsis;
}

.pretty-sf::-webkit-input-placeholder {
	color: initial;
	font-style: italic;
	text-overflow: ellipsis;
}
.pretty-sf::-moz-placeholder {
	color: initial;
	font-style: italic;
	opacity: initial;
	text-overflow: ellipsis;
}
.pretty-sf:-ms-input-placeholder {
	color: initial;
	font-style: italic;
	text-overflow: ellipsis;
}

.more-input,
.has-more-input input,
.has-more-input .ui-select {
	width: 150px;
}

.more-input input,
.more-input .ui-select {
	width: 100%;
}

textarea {
	background-color: #FFFFFF;
	border: 1px solid #666;
	color: #000;
	font: normal normal normal 11px/1.3 Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	overflow: auto;
	padding: 1px 0 0 4px;
	vertical-align: top;
	width: 100%;
	resize: none;
}

.search-input-container {
	border: solid 1px #333;
	background-color: white;
}

.search-input {
	border: none;
	margin: 0px;
	height: 14px !important;
	position: relative;
	overflow: hidden !important;
}

* html .search-input {
	height: 12px !important;
}

.labeleditor {
	position: relative;
	top: 0px;
	border: none;
	padding: 0px;
	margin: 0px;
	size: 8px;
	font-size: 10px;
	height: 11px;
	width: 99%;
	margin-right: 2px;
}

.none {
	border: none;
	background-color: transparent;
}

.disabletext {
	color: #c5c5c5;
}

.disabled {
	background-color: #f5f5f5;
}

.disabledHidden {
	background-color: #f5f5f5;
	border: 1px solid #c5c5c5;
	color: #666;
	cursor: default;
}

span.text-overflow {
	cursor: pointer;
}

.schatten_rechts {
	background: url(/theme/default/img/frame/border_shadow_right.gif)
	repeat-y;
}

.background-color-orange,.orange,.orangeheader {
	background-color: #FEB245;
}

.rosa {
	background-color: #FFDAB6;
}

.headerorange {
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #FEB245;
	height: 15px;
	cursor: default;
	vertical-align: middle;
	padding-bottom: 1px;
}

td.zeile_orange,th.zeile_orange {
	background-color: #FEB245;
	height: 15px;
	color: #FFFFFF;
	vertical-align: middle;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	text-align: left;
}

td.zeile_orange_oben_ohne {
	background-color: #FEB245;
	height: 15px;
	color: #FFFFFF;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

.list-row-even,.list-row-odd {
	background-color: #FDF2E6;
	height: 26px;
}

.list-row-even td,.list-row-odd td {
	vertical-align: middle;
	border-bottom: 1px solid #c5c5c5;
}

.list-row-odd {
	background-color: #FFF;
}

.list-row-light td {
	background-color: #F4F4F4;
}

.list-row-white td {
	background-color: #FFF;
}

td.zeile_weiss,td.zeile_rosa {
	vertical-align: middle;
	height: 26px;
}

* html td.zeile_weiss,html * td.zeile_rosa {
	height: 26px;
}

* html td.configpopright {
	height: 24px;
}

td.zeile_weiss {
	background-color: #FFF;
}

td.zeile_rosa {
	background-color: #FDF2E6;
}

.row-gray {
	background-color: #E8E8E8;
}

.row-light {
	background-color: #F4F4F4;
}

.row-hilight {
	background-color: #F4EAD8;
	cursor: pointer;
}

.row-rosa {
	background-color: #FDF2E6;
}

.row-white {
	background-color: #FFF;
}

.rosa {
	background-color: #FDF2E6;
}

.row-gray,.row-light,.row-hilight,.row-rosa,.row-white {
	vertical-align: middle;
	height: 23px;
}

* html .row-gray,* html .row-light,* html .row-hilight {
	height: 22px;
}

td.zeile_weiss_border,td.zeile_rosa_border {
	border-bottom: 1px solid #C5C5C5;
	border-left: 1px solid #C5C5C5;
	border-right: 1px solid #C5C5C5;
	vertical-align: middle;
	height: 27px;
}

* html td.zeile_weiss_border,* html td.zeile_rosa_border {
	height: 24px;
}

td.zeile_weiss_border {
	background-color: #FFF;
}

td.zeile_rosa_border {
	background-color: #FEB245;
}

.table_content {
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666
}

.textfeld {
	height: 13px;
	font-size: 9px;
	border: solid 1px #999;
	margin: 2px;
	width: 120px;
}

.disabled-input {
	background-color: #f5f5f5;
	border: 1px solid #999;
	color: #999;
}

.readonly-input {
	border: 1px solid #999;
	color: #888;
}

/* Different color for some fields */
.disabled-input::-webkit-input-placeholder {
	color:    #999;
}

.disabled-input::-moz-placeholder {
	color:    #999;
}

.disabled-input:-ms-input-placeholder {
	color:    #999;
}

.readonly-input::-webkit-input-placeholder {
	color:    #888;
}

.readonly-input::-moz-placeholder {
	color:    #888;
}

.readonly-input:-ms-input-placeholder {
	color:    #888;
}

.textError {
	color: #FEB245;
}

p {
	padding: 0;
	margin: 1px 0px 4px 0px;
	line-height: 16px;
}

.headline_darkgrey {
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	color: #666666;
	cursor: default;
}

.headline_white {
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	color: #FFFFFF;
	cursor: default;
}

.headline_darkgrey_navi {
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
	color: #000;
	text-align: center;
	cursor: default;
}

.headline_white_navi {
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
	color: #fff;
	text-align: center;
	cursor: default;
}

.aufklapp_links {
	background-image:
		url("/theme/default/img/callmanager/eingehender_anruf/aufklapp_links.gif");
	background-repeat: repeat-y;
}

.aufklapp_rechts {
	background-image:
		url("/theme/default/img/callmanager/eingehender_anruf/aufklapp_rechts.gif");
	background-repeat: repeat-y;
}

.menu_table {
	font-size: 10px;
}

.textfeld {
	font-size: 9px;
	height: 15px;
}

.whiteTR {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border-bottom-style: none;
	background-color: #FFFFFF;
}

.rosaTR {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border-bottom-style: none;
	background-color: #fef2e6;
}

div#errorPopup {
	position: absolute;
	top: 150px;
	left: 150px;
	z-index: 999;
	background-color: white;
}

.oben_rame {
	background: url(/theme/default/img/frame/border_top.gif) repeat-x;
}

.unten_rame {
	background: url(/theme/default/img/frame/border_bottom.gif) repeat-x;
}

.configSubHeader {
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6E6E6E;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6E6E6E;
	height: 46px;
}

* html .configSubHeader {
	height: 44px;
}

.headline,table.subheader td,.configMainHeader,.header {
	font-size: 10px;
	font-weight: bold;
	color: #6E6E6E;
	background-color: #F0F0F0;
	height: 18px;
}

table.topheader,table.subheader {
	width: 100%;
}

table.subheader td.fake {
	border-top: 1px solid #F0F0F0;
}

table.topheader {
	height: 26px;
}

table.topheader td,table.subheader td {
	border-bottom: solid 1px #666;
	padding-right: 3px;
	color: #6e6e6e;
	font-weight: bold;
	background-color: #F0F0F0;
}

table.topheader span.arg,table.subheader span.arg {
	font-weight: normal;
	padding-left: 3px;
}

table.topheader td.subheader-label,
table.subheader td.subheader-label {
	padding-left: 10px;
	padding-bottom: 1px;
	vertical-align: middle;
	white-space: nowrap;
}

table.topheader td.identify,
table.subheader td.identify {
	width: 20px;
}

table.topheader td.identify {
	padding-right: 7px;
	padding-top: 3px;
}

table.subheader td.identify {
	padding-right: 7px;
	padding-top: 2px;
}

.configMainHeader {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6E6E6E;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6E6E6E;
}

.bottomBar,.framefooter,.buttons-container {
	border-top: solid 1px #666;
	height: 31px;
	background-color: #F0F0F0;
	padding-right: 12px;
	padding-left: 12px;
}

.bottonBar {
	border-top: solid 1px #666;
	height: 31px;
	background-color: #F0F0F0;
	padding-right: 10px;
	padding-left: 10px;
}

.buttons-container {
	width: 100%;
}

.bottomlinehell {
	border-bottom: solid 1px #c5c5c5;
}

.toplinehell {
	border-top: solid 1px #c5c5c5;
}

.topline2hell {
	border-top: solid 2px #c5c5c5;
}

.leftlinehell {
	border-left: solid 1px #c5c5c5;
}

.rightlinehell {
	border-right: solid 1px #c5c5c5;
}

.bottomlineblack {
	border-bottom: solid 1px #333;
}

.toplineblack {
	border-top: solid 1px #333;
}

.leftlineblack {
	border-left: solid 1px #333;
}

.rightlineblack {
	border-right: solid 1px #333;
}

.configSubHeader.bottomlinenone {
	border-bottom-color: #fff;
}

.configSubHeader.toplinenone {
	border-top-color: #fff;
}

.leftpadding,
tr.leftpadding td {
	padding-left: 10px;
}

.rightpadding,
tr.rightpadding td {
	padding-right: 10px;
}

.toppadding,
tr.toppadding td {
	padding-top: 10px;
}

.bottompadding,
tr.bottompadding td {
	padding-bottom: 10px;
}

.fullpadding,
tr.fullpadding td {
	padding: 10px;
}

.semipadding,
tr.semipadding td {
	padding: 7px;
}

.smallpadding,
tr.smallpadding td {
	padding: 4px;
}

.configswapheader {
	font-size: 11px;
	height: 30px;
	background-color: #FDF6E6;
}

.lightgrey {
	background-color: #F8F8F8;
}

.lightgrau {
	background-color: #F5F5F5;
}

.hellgrau {
	background-color: #F0F0F0;
}

.grau {
	background-color: #c5c5c5;
}

.dunkelgrau {
	background-color: #a4a4a4;
}

.configswapspace {
	height: 5px;
}

.configswapheader {
	height: 30px;
}

.hellorange {
	background-color: #FDF6E6;
}

.darkorange {
	background-color: #FEC97D;
}

.hellorange2 {
	background-color: #FEFBF6;
}

.configswapcontent {
	height: 46px;
}

.bottomlinedark {
	border-bottom: solid 1px #666;
}

.toplinedark {
	border-top: solid 1px #666;
}

.leftlinedark {
	border-left: solid 1px #666;
}

.rightlinedark {
	border-right: solid 1px #666;
}

.bottomlinelight {
	border-bottom: solid 1px #f5f5f5;
}

.toplinelight {
	border-top: solid 1px #f5f5f5;
}

.leftlinelight {
	border-left: solid 1px #f5f5f5;
}

.rightlinelight {
	border-right: solid 1px #f5f5f5;
}

/* font */
.bolddark {
	font-weight: bold;
	color: #333;
}

.boldred {
	font-weight: bold;
	color: #f00;
}

.boldgrau {
	font-weight: bold;
	color: #6e6e6e;
}

.regularhell {
	font-weight: normal;
	color: #8c8c8c;
}

.regulardark {
	font-weight: normal;
	color: #333;
}

.boldorange {
	font-weight: bold;
	color: #FEB245;
}

.option {
	background-color: #FEB245;
}

.configboxgroup {
	position: relative;
	width: 210px;
	height: 210px;
	top: -4px;
	left: -4px;
	overflow: hidden;
}

.configboxgroupframe {
	position: relative;
	top: 0px;
	left: 0px;
	width: 216px;
	height: 204px;
	border: 1px solid #999999;
	overflow: hidden;
}

* html .configboxgroupframe {
	height: 196px;
}

.configpopbottom {
	background-image: url(/theme/default/img/config/bottom.gif);
	background-repeat: repeat-x;
}

.configpopright {
	background-image: url(/theme/default/img/config/right.gif);
	background-repeat: repeat-y;
}

.borderdark {
	border: 1px solid #666;
}

.borderhell {
	border: 1px solid #c5c5c5;
}

.borderwhite {
	border: 1px solid #fff;
}

.borderorange {
	border: 1px solid #FEB245;
}

.borderorangehell {
	background-color: #FFDAB6;
}

.bordernone {
	border: none;
}

.td1 {
	height: 20px;
}

.td2 {
	height: 25px;
}

.td3 {
	height: 30px;
}

.td6 {
	height: 45px;
}

.bottombox {
	vertical-align: middle;
}

.radioCaption {
	padding-bottom: 4px;
}

.checkboxCaption {
	vertical-align: middle;
}

.spacer3 {
	padding-left: 3px;
}
/* config preferences*/
.top_frame {
	background-image: url(/theme/default/img/config/topPix.gif);
	background-repeat: repeat-x;
	padding-right: 40px;
}

.top2_frame {
	background-image: url(/theme/default/img/config/topPix.gif);
	background-repeat: repeat-x;
}

.left_frame {
	background-image: url(/theme/default/img/config/leftPix.gif);
	background-repeat: repeat;
	vertical-align: top;
	padding-left: 8px;
	padding-top: 12px;
}

.rigth_frame {
	background-image: url(/theme/default/img/config/rigthPix.gif);
	background-repeat: repeat-y;
}

.bottom_frame {
	background-image: url(/theme/default/img/config/bottomPix.gif);
	background-repeat: repeat-x;
}

.rahme_frame {
	border-top: 2px solid #666666;
	border-left: 2px solid #666666;
	border-bottom: 2px solid #666666;
}

.poplineright {
	background-image: url(/theme/default/img/frame/border_shadow_right.gif);
	background-repeat: repeat-y;
	width: 3px;
	overflow: hidden;
}

.poplinebottom {
	background-image: url(/theme/default/img/schatten_unten.gif);
	background-repeat: repeat-x;
	height: 3px;
	overflow: hidden;
}

.popcornerbottomright {
	width: 3px;
	overflow: hidden;
}

.popcornerbottomright img {
	background-image: url(/theme/default/img/schatten_ecke.gif);
	background-repeat: no-repeat;
	width: 3px;
}

.poplinebottom,.popcornerbottomright {
	font-size: 1px;
}

.permissionButton {
	font-size: 9px;
	color: #000;
	padding-top: 2px;
	padding-right: 1px;
	height: 19px;
}

* html .permissionButton {
	padding-top: 0px;
	height: 17px;
}

.contentInfo {
	height: 485px;
	overflow: auto;
}

.iframeInfo {
	width: 100%;
	height: 100%;
}

.scrollbalke {
	background-image: url(/theme/default/img/scrollbalke.gif);
	background-repeat: repeat-y;
	background-position: right;
}

.content_call,
.content_call_over {
	background-repeat: repeat-x;
	cursor: pointer;
	padding: 3px;
	vertical-align: top;
}

.content_call {
	background-image: url("/theme/default/img/callmanager/button/middle.gif");
}

.content_call_over {
	background-image: url("/theme/default/img/callmanager/button/middle_over.gif");
}

.login-submit {
	width: 0px;
	height: 0px;
	display: none;
}

.buffer {
	padding-left: 10px;
	padding-right: 10px;
	width: 20px;
}

.cd {
	padding-left: 10px;
	padding-right: 10px;
	width: 30px;
	height: 24px;
}

.label {
	padding-right: 10px;
	width: 30px;
}

.select_option {
	float: left;
	clear: both;
	display: block;
	position: relative;
	height: 14px;
	padding: 0px 3px 0px 3px;
	display: block;
	overflow: hidden;
}

.options_container {
	position: absolute;
	display: none;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: white;
	border: 1px solid #c5c5c5;
	filter: alpha(opacity=90);
	opacity: .9;
}

.xfacemenufilter {
	filter: alpha(opacity=90);
	opacity: .9;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* keep this below other box-sizing: */
	-moz-box-sizing: padding-box;
}

.xfaceselectbox td {
	height: 14px;
	padding-left: 8px;
	padding-right: 8px;
}

.xfaceselectboxselected-default {
	background-color: #FEB245;
}

.xfaceselectboxnoselected-default {
	background-color: #fff;
}

.xfaceselectboxselected-aqua {
	background-color: #b7dbff;
}

.xfaceselectboxnoselected-aqua {
	background-color: #fff;
}

.menu-left-active {
	background-image: url('/theme/default/img/navi/left-activ.gif');
	background-repeat: no-repeat;
	width: 10px;
}

.menu-left-inactive {
	background-image: url('/theme/default/img/navi/left-inactiv.gif');
	background-repeat: no-repeat;
	width: 10px;
}

.menu-middle-active {
	background-image: url('/theme/default/img/navi/middle-activ.gif');
	background-repeat: repeat-x;
}

.menu-middle-inactive {
	background-image: url('/theme/default/img/navi/middle-inactiv.gif');
	background-repeat: no-repeat;
}

.menu-right-active {
	background-image: url('/theme/default/img/navi/right-activ.gif');
	background-repeat: no-repeat;
	width: 10px;
}

.menu-right-inactive {
	background-image: url('/theme/default/img/navi/right-inactiv.gif');
	background-repeat: no-repeat;
	width: 10px;
}

.logo {
	background: transparent url("/theme/default/img/logo.gif") no-repeat top right;
}

.about-sf {
	cursor: pointer;
	height: 80px;
	position: absolute;
	right: 0;
	width: 220px;
}

table.logo-long {
	background: transparent url("/theme/default/img/logo-long-bg.jpg") repeat-x 0 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.logo-long td {
	border: 0;
	height: 250px;
}

.logo-long .center {
	background: transparent url("/theme/default/img/logo-long.jpg?v6") no-repeat 50% 0;
	width: 1318px;
}

#fake-logo-div {
	width: 174px;
	height: 54px;
	float: right;
	margin-right: 7px;
	margin-top: 7px;
}

* html #fake-logo-div {
	margin-right: 4px;
}

.frontend-mask-div {
	background-color: #FFF;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=20);
	opacity: .2;
}

.modal-mask {
	zoom: 1;
	position: absolute;
	margin: 0;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1000;
	background: rgba(256,256,256, .4) none no-repeat 50% 50%;
	border: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.modal-mask .status {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.modal-mask .status .middle {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.modal-mask span {
	background: #fff none no-repeat 50% 50%;
	border: #FEB245 1px solid;
	border-radius: 3px;
	color: #666;
	display: block;
	font-weight: 600;
	left: 260px;
	margin: 0 auto;
	max-width: 450px;
	min-width: 450px;
	padding: 10px;
	position: fixed;
	top: 260px;
}

.modal-mask .throbber {
	background-image: url(/theme/default/img/icons/ajax-loader.gif);
	background-position: 50% 90%;
	padding-bottom: 30px;
}

.starface-box-active,.starface-box-inactive {
	overflow-x: hidden;
	overflow-y: auto;
}

.starface-box-active {
	background-color: #F0F0F0;
	border: 1px solid #666;
}

.starface-box-inactive {
	background-color: #F5F5F5;
	border: 1px solid #c5c5c5;
}

.starface-box-active div,.starface-box-inactive div {
	padding: 2px 4px 2px 4px;
	width: 100%;
	display: block;
	overflow: hidden;
	border: solid 1px #F0F0F0;
}

.starface-box-inactive div {
	border: solid 1px #F5F5F5;
}

.starface-box-item-selected {
	background-color: #FEB245;
	color: #fff;
	vertical-align: middle;
}

.starface-box-item-selected-disabled {
	background-color: #a5a5a5;
	color: #c5c5c5;
	vertical-align: middle;
}

.starface-box-item {
	background-color: #F0F0F0;
	color: #333;
	vertical-align: middle;
}

starface-messenger-active {
	color: #FEB245;
}

.starface-option-selected {
	background-color: #FEB245;
	color: #fff;
	vertical-align: middle;
	padding-left: 10px;
}

.starface-option-selected-disabled {
	background-color: #a5a5a5;
	color: #c5c5c5;
	vertical-align: middle;
	padding-left: 10px;
}

.starface-option {
	color: #333;
	vertical-align: middle;
	padding-left: 10px;
}

.starface-center-body {
	width: auto; /* these affect how #centerme works */
	height: 100%; /* see above */
}

.starface-center-div.copy {
	margin: auto;
	padding: 2%;
	/* we subtract this x 2 from the  width and height values below */
	width: 56%; /* 60% - 4% = 56% */
	height: 56%; /* see above */
	position: absolute;
	top: 20%; /* 100% - 60% = 40% / 2 = 20% */
	left: 20%; /* same as above */
}

.starface-center-div {
	margin-left: 25%;
	margin-top: 15%;
	position: absolute;
}

.option-row-gray {
	background-color: #E8E8E8;
	height: 14px;
}

.option-row-light {
	background-color: #F4F4F4;
	height: 14px;
}

.option-row-hilight {
	background-color: #F4EAD8;
	cursor: pointer;
	height: 14px;
	cursor: pointer;
}

.hslider {
	background: url("/theme/default/img/module/icons/h-pointer.gif");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	cursor: col-resize;
	font-size: 1px;
	height: 100%;
	vertical-align: middle;
	width: 8px;
}

.vslider {
	background: url("/theme/default/img/module/icons/v-pointer.gif");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	cursor: row-resize;
	font-size: 1px;
}

.timer-component {
	position: relative;
	float: left;
	clear: both;
	margin-bottom: 2px;
}

.tooltip-default,.tooltip-aqua {
	border: solid 1px #c5c5c5 !important;
}

.tooltip-default table tbody tr th,.tooltip-aqua table tbody tr th {
	height: 16px;
	padding: 0px 5px 0px 5px;
	border-bottom: 1px solid #c5c5c5;
	font-weight: bold;
	color: #444;
	text-align: left;
}

.tooltip-default table,.tooltip-aqua table {
	font-size: 11px;
}

.tooltip-default table tbody tr th {
	background-color: #FEB245;
}

.tooltip-aqua table tbody tr th {
	background-color: #b7dbff;
}

.borderblue {
	border: solid 1px #b7dbff;
}

.borderbluehell {
	border: solid 1px #b7dbff;
}

.borderaqua {
	border: solid 1px #b7dbff;
}

.borderaquahell {
	border: solid 1px #b7dbff;
}

.list-container-default,.list-container-aqua {
	min-width: 400px;
}

.list-container-default th {
	background-color: #FEC97D;
	height: 20px;
	font-size: 10px;
}

.list-container-aqua th {
	background-color: #b7dbff;
	height: 20px;
	font-size: 10px;
}

td.list-controls {
	background-color: #f0f0f0;
	height: 46px;
	vertical-align: middle;
}

.panel-slider {
	outline: none;
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	left: 0;
}

.resize-box {
	padding: 0px 1px 1px 1px;
	overflow: hidden;
	position: absolute;
	border: solid 1px #666;
	background-color: white;
	z-index: 1000;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.starface-box-active div {
	padding: 1px 4px 2px 4px;
	vertical-align: middle;
	cursor: pointer;
	display: block;
}

.box-option-active,.box-option {
	vertical-align: middle;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.box-option-active {
	background-color: #FEB245;
	color: #fff;
}

.box-option-inactive {
	background-color: #a5a5a5;
	color: #c5c5c5;
}

.box-focus-active {
	border: dotted 1px;
}

.panel-container {
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
	background: transparent;
	overflow: hidden !important;
}

.maskHelper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background-color: #fff;
}

.w-top-line {
	background-image: url("/theme/default/img/config/wire/jack/bg.gif");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.w-top-line-empty {
	background-image:
		url("/theme/default/img/config/wire/jack/bg-empty.gif");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.w-bottom-line {
	background-image:
		url("/theme/default/img/config/wire/jack/bottom/bg.gif");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.w-bottom-line-empty {
	background-image:
		url("/theme/default/img/config/wire/jack/bottom/bg-empty.gif");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
/*
* style for selectbox
*/
.selectbox-container {
	padding: 0px;
	display: block;
	border: 1px solid #a5a5a5;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.selectbox-options {
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.selectbox-options li {
	margin: 0px;
	padding: 1px 4px 1px 4px;
	cursor: default;
	display: block;
	font-size: 10px;
	/*
	it is very important, if line-height not set or set
	in relative units scroll will be broken in firefox
	*/
	line-height: 12px;
	table-layout: fixed;
	overflow: hidden;
}
/*
* end style for selectbox
*/
.absolute {
	position: absolute;
	top: 0px;
	left: 0px;
}
/**
* ISDN|Analog|GSM|Astribank devices
*/
.card-layout-analog,.card-layout-euroisdn,.card-layout-gsm,.card-layout-default,.card-layout-euroisdn-oct
{
	background-image:
		url("/theme/default/img/config/wire/default-card-default.gif");
	background-repeat: no-repeat;
	background-position: center top;
	width: 220px;
	height: 50px;
}

.card-layout-euroisdn-oct {
	background-image:
		url("/theme/default/img/config/wire/isdn-card-oct.gif");
}

.card-content {
	position: relative;
	padding: 14px 1px 4px 1px;
	width: 18px;
}

.card-slot {
	position: relative;
	float: left;
}

.card-slot-line,.card-slot-line-blank {
	background-image: url("/theme/default/img/666.gif");
	background-repeat: repeat-y;
	background-position: center;
	height: 27px;
}

.card-slot-line-blank {
	background-image: url("/theme/default/img/transparent.gif");
}

.card-state-checkbox {
	padding-top: 2px;
}

.card-slot-analog,.card-slot-euroisdn,.card-slot-gsm,.card-slot-blank,.card-slot-default
{
	background-image: url("/theme/default/img/config/wire/default-slot.gif");
	background-repeat: no-repeat;
	background-position: center top;
	width: 20px;
	height: 14px;
}

.card-slot-blank {
	background-image: url("/theme/default/img/transparent.gif");
}

.card-slot-gsm {
	background-image: url("/theme/default/img/config/wire/gsm-slot.gif");
}

.card-slot-ngn {
	background-image: url("/theme/default/img/config/wire/ngn-slot.gif");
	background-repeat: no-repeat;
	background-position: center top;
	width: 20px;
	height: 27px;
}

.card-state-0,.card-state-1,.card-state-2,.card-state-3,.card-state--1,.card-state--2,.card-state--3
{
	background-image: url("/theme/default/img/config/wire/jack/0.gif");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.card-state-1 {
	background-image: url("/theme/default/img/config/wire/jack/1.gif");
}

.card-state-2 {
	background-image: url("/theme/default/img/config/wire/jack/2.gif");
}

.card-state-3 {
	background-image: url("/theme/default/img/config/wire/jack/3.gif");
}

.card-state--1 {
	background-image: url("/theme/default/img/config/wire/jack/-1.gif");
}

.card-state--2 {
	background-image: url("/theme/default/img/config/wire/jack/-2.gif");
}

.card-state--3 {
	background-image: url("/theme/default/img/config/wire/jack/-3.gif");
}

.card-removed {
	width: 218px;
	padding: 10px;
	margin-left: 10px;
}

.card-removed-info {
	width: 12px;
	float: right;
}

.card-removed-body {
	color: #f00;
	font-weight: bold;
}
/*
* frontend dragable/resizeable frame
*/
.draggableFrame {
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
}

.frame-top-left,.frame-top-right {
	background-image:
		url("/theme/default/img/frame/border_top_corner_left.gif");
	background-repeat: no-repeat;
}

.frame-top-center {
	background-image: url("/theme/default/img/frame/border_top.gif");
	background-repeat: repeat-x;
	width: 1000px;
}

.frame-top-right {
	background-image:
		url("/theme/default/img/frame/border_top_corner_right.gif");
	background-position: right;
}

.frame-top-center div.icon-container,.frame-top-center div.window-icon-container
{
	display: block;
	float: right;
	margin: 0px;
	position: absolute;
	right: 18px;
}

div.icon-container img,div.window-icon-container img {
	margin-top: 4px;
}

.frame-top-center div.window-icon-container {
	right: 37px;
}

* html .frame-top-center div.window-icon-container {
	right: 22px;
}

.frame-bottom-left,.frame-bottom-right {
	background-image:
		url("/theme/default/img/frame/border_bottom_corner_left.gif");
	background-repeat: no-repeat;
}

.frame-bottom-center {
	background-image: url("/theme/default/img/frame/border_bottom.gif");
	background-repeat: repeat-x;
}

.frame-bottom-right {
	background-image:
		url("/theme/default/img/frame/border_bottom_corner_right.gif");
	background-position: top right;
	background-repeat: no-repeat;
}

.frame-bottom-right-resizeable {
	background-image:
		url("/theme/default/img/frame/border_bottom_corner_right_drag.gif");
	background-position: top right;
}

.frame-right {
	background: url("/theme/default/img/frame/border_shadow_right.gif")
	repeat-y;
}

.bullet-state,.bullet-state0,.bullet-state1,.bullet-state2,.bullet-state3,.bullet-state-1
{
	background-image: url("/theme/default/img/icons/bullet-state.gif");
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
	margin: 0px;
	padding: 0px;
	border: none;
	cursor: default;
}

.bullet-state {
	background-position: 0px 14px;
}

.bullet-state0 {
	background-position: 0px 0px;
}

.bullet-state1 {
	background-position: 0px -14px;
}

.bullet-state2 {
	/* animated gif */
	background-image: url("/theme/default/img/icons/bullet/2.gif");
}

.bullet-state3 {
	background-position: 0px -42px;
}

.bullet-state-1 {
	/* deleted */
	background-position: 0px -56px;
}

.bullet-stateloading,.loading {
	background-image: url("/theme/default/img/icons/ajax-loader.gif")
	!important;
	background-repeat: no-repeat;
	background-position: 0% 50%;
}

img.loading {
	background-image: url("/theme/default/img/icons/ajax-loader.gif");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.v-line-hell {
	background-image: url("/theme/default/img/666.gif");
	background-repeat: repeat-x;
	background-position: center;
}

.table-order {
	cursor: pointer;
}

.ascending,.descending {
	background-image: url("/theme/default/img/icons/upsimple.gif");
	background-repeat: no-repeat;
	background-position: right center;
}

.descending {
	background-image: url("/theme/default/img/icons/downsimple.gif");
}
/**
*  checkbox CSS
**/

.ui-default-chbox-checked-enabled,
.ui-default-chbox-checked-disabled,
.ui-default-chbox-unchecked-enabled,
.ui-default-chbox-unchecked-disabled,
.ui-default-chboxmixed-checked-enabled,
.ui-default-chboxmixed-checked-disabled,
.ui-default-chboxmixed-unchecked-enabled,
.ui-default-chboxmixed-unchecked-disabled,
.ui-aqua-chbox-checked-enabled,
.ui-aqua-chbox-checked-disabled,
.ui-aqua-chbox-unchecked-enabled,
.ui-aqua-chbox-unchecked-disabled,
.ui-aqua-chboxmixed-checked-enabled,
.ui-aqua-chboxmixed-checked-disabled,
.ui-aqua-chboxmixed-unchecked-enabled,
.ui-aqua-chboxmixed-unchecked-disabled {
	background-image: url("/theme/default/img/ui-checkbox.gif");
	background-position: 0 0;
	height: 12px;
	width: 12px;
	margin: 0;
}

.ui-default-chbox-checked-enabled {
	cursor: pointer;
}

.ui-default-chbox-checked-disabled {
	background-position: -24px 0;
}

.ui-default-chbox-unchecked-enabled {
	background-position: -12px -12px;
	cursor: pointer;
}

.ui-default-chbox-unchecked-disabled {
	background-color: #f5f5f5;
	background-position: -24px -12px;
}

.ui-default-chboxmixed-checked-enabled {
	background-position: 0 12px;
	cursor: pointer;
}

.ui-default-chboxmixed-checked-disabled {
	background-position: -24px 12px;
}

.ui-default-chboxmixed-unchecked-enabled {
	background-position: -12px -12px;
	cursor: pointer;
}

.ui-default-chboxmixed-unchecked-disabled {
	background-position: -24px -12px;
}

.ui-aqua-chbox-checked-enabled {
	background-position: -12px 0px;
	cursor: pointer;
}

.ui-aqua-chbox-checked-disabled {
	background-position: 12px 0px;
}

.ui-aqua-chbox-unchecked-enabled {
	background-position: -12px -12px;
	cursor: pointer;
}

.ui-aqua-chbox-unchecked-disabled {
	background-position: -24px -12px;
}

.ui-aqua-chboxmixed-checked-enabled {
	background-position: -12px -24px;
	cursor: pointer;
}

.ui-aqua-chboxmixed-unchecked-enabled {
	background-position: -12px -12px;
	cursor: pointer;
}

.ui-aqua-chboxmixed-checked-disabled {
	background-position: -24px -24px;
}

.ui-aqua-chboxmixed-unchecked-disabled {
	background-position: -24px -12px;
}
/**
*  radio CSS
**/
.ui-default-radio-checked-enabled,.ui-default-radio-checked-disabled,.ui-default-radio-unchecked-enabled,.ui-default-radio-unchecked-disabled,.ui-aqua-radio-checked-enabled,.ui-aqua-radio-checked-disabled,.ui-aqua-radio-unchecked-enabled,.ui-aqua-radio-unchecked-disabled
{
	background-image: url("/theme/default/img/ui-radio.gif");
	background-position: 0px 0px;
	height: 12px;
	width: 12px;
	margin: 0px;
}

.ui-default-radio-checked-enabled {
	background-position: 0px 0px;
	cursor: pointer;
}

.ui-default-radio-checked-disabled {
	background-position: 12px 0px;
}

.ui-default-radio-unchecked-enabled {
	background-position: -12px -12px;
	cursor: pointer;
}

.ui-default-radio-unchecked-disabled {
	background-position: -24px -12px;
}

.ui-aqua-radio-checked-enabled {
	background-position: -12px 0px;
	cursor: pointer;
}

.ui-aqua-radio-checked-disabled {
	background-position: 12px 0px;
}

.ui-aqua-radio-unchecked-enabled {
	background-position: -12px -12px;
	cursor: pointer;
}

.ui-aqua-radio-unchecked-disabled {
	background-position: -24px -12px;
}
/**
* select CSS
*/
table.list tr.list td.ui-select {
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}

div.ui-select {
	padding-left: 4px;
	padding-right: 20px;
	background-image: url(/theme/default/img/icons/select.png);
	background-repeat: no-repeat;
	background-position: right;
	cursor: pointer;
	width: 120px;
	border: solid 1px #6B6B6B;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 18px !important;
	background-color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	white-space: nowrap;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	padding-top: 1px;
	text-align: left !important;
}

body.msie div.ui-select {
	border-radius: 4px;
	padding-top: 2px;
}

div.ui-default-select-disabled,div.ui-aqua-select-disabled {
	border: solid 1px #AAAAAA !important;
	cursor: default;
	color: #c5c5c5;
}

div.ui-select-container {
	padding: 0px;
	border: 1px solid #6A6A6A;
	background-color: white;
	overflow: hidden;
	overflow-y: auto;
	z-index: 99999;
	display: none;
	position: absolute;
	min-width: 120px;
}

div.ui-select-container ul {
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

div.ui-select-container ul li {
	margin: 1px;
	padding: 2px 15px 2px 5px;
	font-size: 10px;
	line-height: 12px;
	table-layout: fixed;
	text-align: left;
	width: auto;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	background-color: #fff;
	min-height: 16px;
}

div.ui-select-container li.selected,div.ui-select-container li.over {
	background-color: #FEB245;
}

div.ui-select-container ul.aqua li.selected,div.ui-select-container ul.aqua li.over,div.ui-select-container ul.aqua li.hd
{
	background-color: #b7dbff;
}

div.ui-select-container li.hd {
	height: inherit !important;
	border-bottom: 1px solid #666;
	cursor: default;
	background-color: #FEB245;
	font-weight: bold;
	color: #6E6E6E;
	border-bottom: solid 1px #c5c5c5;
}

div.ui-select-container li.child,div.ui-select-container li.icon {
	padding-left: 20px !important;
}

div.ui-select-container ul li.icon {
	background-repeat: no-repeat;
	background-position: 5px 50%;
}

div.ui-select-container li.disabled,div.ui-select-container li.readonly,div.ui-select-container li.hd
{
	cursor: default !important;
}

div.ui-select-container li.disabled {
	color: #c5c5c5;
}

div.ui-select-container li.checked {
	background-image: url("/theme/default/img/icons/checked.gif");
}

div.ui-select-container li.checked-disabled {
	background-image: url("/theme/default/img/icons/checkeddisable.gif");
}

div.ui-select-container ul.aqua li.checked {
	background-image: url("/theme/aqua/img/icons/checked.gif");
}

/**
* button CSS
*/
div.ui-button {
	border: 1px solid #666;
	color: #1F1F1F;
	cursor: default;
	display: block;
	float: right;
	font-size: 10px !important;
	font-weight: normal;
	height: 19px !important;
	line-height: 16px;
	margin-left: 5px !important;
	margin-right: 5px !important;
	outline: 0;
	overflow: hidden;
	padding-top: 0;
	padding-left: 9px !important;
	padding-right: 9px !important;
	text-align: center;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	vertical-align: middle;
	white-space: nowrap;
	-webkit-border-radius: 3px !important;
	border-radius: 3px !important;
	/* When the shit hits the fan: */
	background: #F9F9F9 !important;
	/* Older Mozilla: */
	background: -moz-linear-gradient(top, #F9F9F9 0%, #F9F9F9 15%, #B6B6B6 100%) !important;
	/* Older Safari, webkits: */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(15%, #F9F9F9), color-stop(100%, #B6B6B6)) !important;
	/* Safari, Chromium: */
	background: -webkit-linear-gradient(top, #F9F9F9 0%, #F9F9F9 15%, #B6B6B6 100%)	!important;
	/* IE 6, 7: */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9F9F9', endColorstr='#B6B6B6', GradientType=0) !important;
	/* IE 8, 9: */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9F9F9', endColorstr='#B6B6B6', GradientType=0)" !important;
	/* IE 10: */
	background: -ms-linear-gradient(top, #F9F9F9 0%, #F9F9F9 15%, #B6B6B6 100%)	!important;
	/* Standard, IE 10?, 11: */
	background: linear-gradient(top, #F9F9F9 0%, #F9F9F9 15%, #B6B6B6 100%)	!important;
}

body.mac-firefox div.ui-button {
	padding-top: 1px;
	padding-bottom: 4px;
}

div.ui-default-small-over,div.ui-default-button-over,div.ui-button.over
{
	cursor: pointer;
	border: 1px solid #666 !important;
	background-color: #FEB245;
	background: #FEB245;
	background: -moz-linear-gradient(top, #ffffff 10%, #FEB245 80%, #FEB245 100%)
	!important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #ffffff),
	color-stop(80%, #FEB245), color-stop(100%, #FEB245)) !important;
	background: -webkit-linear-gradient(top, #ffffff 0%, #FEB245 80%, #FEB245 100%)
	!important;
	background: -o-linear-gradient(top, #ffffff 10%, #FEB245 80%, #FEB245 100%)
	!important;
	background: -ms-linear-gradient(top, #ffffff 10%, #FEB245 80%, #FEB245 100%)
	!important;
	background: linear-gradient(top, #ffffff 10%, #FEB245 80%, #FEB245 100%)
	!important;
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#ffffff',
	endColorstr='#FEB245', GradientType=0) !important;
}

div.ui-aqua-button-over,div.ui-aqua-small-over,body.aqua div.ui-button.over
{
	cursor: pointer;
	background-color: #b7dbff !important;
	background: #b7dbff !important;
	background: -moz-linear-gradient(top, #ffffff 10%, #b7dbff 80%, #b7dbff 100%)
	!important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #ffffff),
	color-stop(80%, #b7dbff), color-stop(100%, #b7dbff)) !important;
	background: -webkit-linear-gradient(top, #ffffff 0%, #b7dbff 80%, #b7dbff 100%)
	!important;
	background: -o-linear-gradient(top, #ffffff 10%, #b7dbff 80%, #b7dbff 100%)
	!important;
	background: -ms-linear-gradient(top, #ffffff 10%, #b7dbff 80%, #b7dbff 100%)
	!important;
	background: linear-gradient(top, #ffffff 10%, #b7dbff 80%, #b7dbff 100%)
	!important;
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#ffffff',
	endColorstr='#b7dbff', GradientType=0) !important;
}

div.ui-default-button-disabled,
div.ui-aqua-button-disabled,
div.ui-button.disabled {
	background-color: #f5f5f5;
	border: 1px solid #969696 !important;
	color: #666;
}

div.ui-button-small {
	font-size: 9px !important;
	height: 16px;
	line-height: 16px;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

div.ui-button-icon {
	padding-left: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

div.ui-button div.icon {
	background-image: url("/theme/default/img/blind.gif");
	background-position: 4px 50%;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	margin: 0;
	padding-left: 24px;
}

div.ui-button div.add {
	background-image: url("/theme/default/img/icons/plus-raw.gif");
}

div.ui-default-button-disabled div.add,div.ui-aqua-button-disabled div.add
{
	background-image: url("/theme/default/img/icons/plus-raw-dis.gif");
}

div.ui-button div.module {
	background-image: url("/theme/default/img/icons/module.gif");
	background-position: 8px 50%;
}

div.ui-default-button-disabled div.module,div.ui-aqua-button-disabled div.module
{
	background-image: url("/theme/default/img/icons/module-dis.gif");
}

button {
	font-size: 11px;
	margin: 0;
	height: 20px;
}

body.msie-v8 button {
	height: 22px;
	font-size: 10px !important;
}

table.state-message {
	border: solid 1px #999;
	border-bottom: none;
}

table.state-message tr.list td {
	border-bottom: solid 1px #999;
	height: 12px !important;
}

table.state-message tr.key-header td {
	border-top: solid 1px #666;
	border-bottom: solid 1px #666;
	background-color: #FEB245;
}

table.state-message td.key-type,table.state-message td.key-name {
	height: 18px;
}

table.state-message td.key-type span,table.state-message td.key-name span
{
	font-weight: bold;
	color: #666;
}

table.state-message td {
	padding-left: 2px;
	padding-right: 10px;
}

table.state-message tr.list td.state--1 {
	background-image: url("/theme/default/img/icons/delete_disabled.gif");
	background-position: 12px 50%;
	background-repeat: no-repeat;
}

table.state-message tr.list td.state-0 {
	background-image: url("/theme/default/img/icons/delete_disabled.gif");
	background-position: 12px 50%;
	background-repeat: no-repeat;
}

table.state-message tr.list td.state-1 {
	background-image: url("/theme/default/img/icons/hook.gif");
	background-position: 12px 50%;
	background-repeat: no-repeat;
}
/**
* CSS for credits JSP
*/
.credits-logo {
	background-image: url("/theme/default/img/credits/credits-logo.gif");
	background-position: 0 50%;
	background-repeat: no-repeat;
	height: 100px;
	padding: 10px;
	color: #7E7E7E;
	text-align: right;
	text-transform: uppercase;
}

.credits-logo-long {
	background: #ff9700 url("/theme/default/img/credits/credits-logo-long.jpg?v6") no-repeat 0 50%;
	height: 137px;
	border-top: solid 1px #555;
	border-bottom: solid 1px #555;
}

.credits-members {
	font-size: 10px;
	line-height: 16px;
	padding: 10px;
	color: #7E7E7E;
}

.credits-members span {
	text-transform: uppercase;
}

.linux-firefox .credits-members,
.win-firefox .credits-members {
	word-spacing: -0.125em;
}

.credits-info {
	color: #7E7E7E;
	font-size: 10px;
	padding-left: 10px;
	text-transform: uppercase;
}


.credits-info a {
	color: #FEB245;
	font-weight: bold;
}

.credits-info span {
	color: #FEB245;
	cursor: pointer;
}

.dummy-progress {
	width: 80%;
	height: 18px;
	border: solid 1px #333;
	overflow: hidden;
	background: transparent;
}

.dummy-progress img {
	width: 100%;
	height: 18px;
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: inherit;
	-o-text-overflow: ellipsis;
}
/**
* STARFACE window component
*/
table.starface-window {
	position: relative;
	width: 350px;
	height: auto;
	cursor: default;
	margin-left: auto;
	margin-right: auto;
}

table.starface-window td.window-body-right {
	width: 4px;
	background: url("/theme/default/img/frame/border_shadow_right.gif")
	repeat-y;
	background-position: right;
	max-width: 4px;
	min-width: 4px;
}

table.starface-window td.window-body {
	background-color: #fff;
	border-left: 1px solid #a5a5a5;
	border-top: 1px solid #333;
	height: 100%;
	text-align: left;
	width: 100%;
}

table.starface-window td.window-body div.window-body-container {
	display: block;
	height: 100%;
	text-align: left;
	width: 100%;
}

table.starface-window td.window-body div td.header-template {
	color: #6e6e6e;
	font-weight: bold;
	padding-left: 10px;
	border-bottom: solid 1px #c5c5c5;
	background-color: #F0F0F0;
	height: 25px;
}

table.starface-window td.window-header {
	height: 25px;
}

table.starface-window table.window-header td.window-left {
	background-image:
		url("/theme/default/img/frame/border_top_corner_left.gif");
	background-position: top left;
	background-repeat: no-repeat;
	height: 25px;
	width: 10px;
}

table.starface-window table.window-header td.window-center {
	background-image: url("/theme/default/img/frame/border_top.gif");
	background-position: top right;
	background-repeat: repeat-x;
	height: 25px;
}

table.starface-window table.window-header td.window-center table {
	table-layout: fixed;
	width: 100%;
	height: 100%;
}

table.starface-window table.window-header td.window-center td.title {
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}

table.starface-window table.window-header td.window-center td.icons img
{
	vertical-align: middle;
}

table.starface-window table.window-header td.window-center td.icons {
	width: 18px;
	height: 100%;
	padding-top: 1px;
}

table.starface-window table.window-header td.window-right {
	background-image:
		url("/theme/default/img/frame/border_top_corner_right.gif");
	background-position: top right;
	background-repeat: no-repeat;
	width: 10px;
}

table.starface-window td.window-footer {
	height: 31px;
}

table.starface-window table.window-footer td.footer-left {
	background-image:
		url("/theme/default/img/frame/border_bottom_corner_left.gif");
	background-position: top left;
	background-repeat: no-repeat;
	height: 31px;
	width: 10px;
}

table.starface-window table.window-footer td.footer-center {
	background-image: url("/theme/default/img/frame/border_bottom.gif");
	background-position: top right;
	background-repeat: repeat-x;
	padding-top: 4px;
}

table.starface-window tr.window-body-button td.bottomBar {
	border-left: solid 1px #a5a5a5;
}

table.starface-window table.window-footer td.footer-right,table.starface-window table.window-footer td.footer-right-dragger
{
	background-image:
		url("/theme/default/img/frame/border_bottom_corner_right.gif");
	background-position: top right;
	background-repeat: no-repeat;
	width: 20px;
}

table.starface-window table.window-footer td.footer-right-dragger {
	cursor: se-resize;
	background:
		url("/theme/default/img/frame/border_bottom_corner_right_drag.gif");
	background-position: right;
}

table.starface-window table.window-footer td.footer-right-dragger div {
	height: 30px;
	width: 20px;
}

.text-shadow {
	cursor: default;
	color: #666666;
	text-shadow: 1px 1px #ffffff;
}

/**
* STARFACE resize table
*/
table.starface-resize-table,table.starface-resize-table table {
	table-layout: fixed;
}

table.starface-resize-table td {
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: 1px solid #a5a5a5;
	border-right: 1px solid #a5a5a5;
	-o-text-overflow: ellipsis;
}

table.starface-resize-table tr.header  td {
	padding: 0;
}

table.starface-resize-table table  td {
	border: none;
}

table.starface-resize-table tr.header  table td.left,table.starface-resize-table tr.header  table td.right
{
	width: 10px;
}

table.starface-resize-table tr.header  td.resize {
	cursor: e-resize;
}

table.starface-resize-table tr.header td.option {
	background-image: url("/theme/default/img/icons/header-option.gif");
	background-repeat: no-repeat;
	background-position: right;
	cursor: pointer !important;
}

table.starface-resize-table tr.header  table td.option {
	width: 25px;
}

table.starface-resize-table  tbody td,table.starface-resize-table tr.header span
{
	padding-right: 5px;
	padding-left: 10px;
}
/**
* STARFACE FRONTEND Menu
**/
div.frontend-menu {
	position: absolute;
	top: 10px;
	left: 10px;
}

div.frontend-menu .fkey-dnd {
	position: absolute;
	top: 0;
	left: 25px;
	z-index: 0;
}

table.frontend-menu {
	height: 56px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

table.frontend-menu td.menu-left {
	background-image: url("/theme/default/img/navi/drager.gif");
	background-repeat: no-repeat;
}

table.frontend-menu td.menu-left div,table.frontend-menu td.menu-left div.pref
{
	width: 27px;
	height: 28px;
	margin-top: 100%;
	cursor: default;
}

table.frontend-menu td.menu-left div.pref {
	background-image: url("/theme/default/img/navi/preferences-small.gif");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	cursor: pointer;
}

table.frontend-menu td.menu {
	background-image: url("/theme/default/img/navi/inactiv.gif");
}

table.frontend-menu td.active {
	background-image: url("/theme/default/img/navi/activ.gif");
}

table.frontend-menu td.menu table.menu-item {
	height: 56px;
}

table.frontend-menu td.menu table.menu-item td.left div,
table.frontend-menu td.active table.menu-item td.left div {
	cursor: pointer;
	height: 56px;
	width: 10px;
}

table.frontend-menu td.active table.menu-item td.left {
	background-image: url("/theme/default/img/navi/left-activ.gif");
	background-position: top;
}

table.frontend-menu td.menu table.menu-item td.right div,
table.frontend-menu td.active table.menu-item td.right div {
	width: 10px;
}

table.frontend-menu td.menu table.menu-item td.caption,
table.frontend-menu td.active table.menu-item td.caption {
	vertical-align: bottom;
	padding-bottom: 7px;
	font-size: 10px;
	color: #000 !important;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-position: 50% 9px;
	cursor: pointer;
}

table.frontend-menu td.active table.menu-item {
	background-image: url("/theme/default/img/navi/activ.gif");
	background-repeat: repeat-x;
	background-position: top;
}

table.frontend-menu td.call table.menu-item td.caption {
	background-image: url("/theme/default/img/navi/call.png");
	padding-left: 5px;
	padding-right: 5px;
}

table.frontend-menu td.conference table.menu-item td.caption {
	background-image: url("/theme/default/img/navi/conference.png");
}

table.frontend-menu td.redirect table.menu-item td.caption {
	background-image: url("/theme/default/img/navi/redirect.png");
}

table.frontend-menu td.faxlist table.menu-item td.caption {
	background-image: url("/theme/default/img/navi/faxlist.png");
}

table.frontend-menu td.calllist table.menu-item td.caption {
	background-image: url("/theme/default/img/navi/calllist.png");
}

table.frontend-menu td.config table.menu-item td.caption {
	background-image: url("/theme/default/img/navi/config.png");
}

table.frontend-menu td.preferences table.menu-item td.caption {
	background-image: url("/theme/default/img/navi/preferences.png");
}

table.frontend-menu td.addressbook table.menu-item td.caption {
	background-image: url("/theme/default/img/navi/addressbook.png");
}

table.frontend-menu td.keys table.menu-item td.caption {
	background-image: url("/theme/default/img/navi/keys.png");
	padding-left: 5px;
	padding-right: 5px;
}

table.frontend-menu td.queues table.menu-item td.caption {
	background-image: url("/theme/default/img/navi/queues.png");
	padding-left: 5px;
	padding-right: 5px;
}

table.frontend-menu td.voicemail table.menu-item td.caption {
	background-image: url("/theme/default/img/navi/voicemail.png");
}

table.frontend-menu td.logout table.menu-item td.caption {
	background-image: url("/theme/default/img/navi/logout.png");
}

table.frontend-menu td.active table.menu-item td.right {
	background-image: url("/theme/default/img/navi/right-activ.gif");
	background-position: top;
}

table.frontend-menu td.blocked table.menu-item td.caption {
	background-image: url("/theme/default/img/navi/call-blocked.png");
}

table.frontend-menu td.menu-right div {
	background: transparent url("/theme/default/img/navi/menu.gif") no-repeat 0 0;
	cursor: pointer;
	height: 56px;
	width: 19px;
}

table.page-selector {
	height: 30px;
	width: 100%;
}

table.page-selector td {
	empty-cells: show;
	white-space: nowrap;
}

table.page-selector td.dis {
	cursor: default !important;
}

table.page-selector td.row-label {
	padding-left: 10px;
	width: 20px;
}

table.page-selector td.row-size {
	padding-left: 10px;
}

table.page-selector td.pages {
	width: 65px;
	padding-left: 10px;
	padding-right: 10px;
}

table.page-selector td.dblbackward {
	width: 20px;
	background-image: url("/theme/default/img/icons/backward-dbl.gif");
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

table.page-selector td.dblbackward-over {
	background-image: url("/theme/default/img/icons/backward-dbl-over.gif");
	cursor: pointer;
}

table.page-selector td.dblbackward-dis {
	background-image: url("/theme/default/img/icons/backward-dbl-dis.gif");
	cursor: default;
}

table.page-selector td.backward {
	width: 20px;
	background-image: url("/theme/default/img/icons/backward.gif");
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

table.page-selector td.backward-over {
	background-image: url("/theme/default/img/icons/backward-over.gif");
	cursor: pointer;
}

table.page-selector td.backward-dis {
	background-image: url("/theme/default/img/icons/backward-dis.gif");
	cursor: default;
}

table.page-selector td.forward {
	width: 20px;
	background-image: url("/theme/default/img/icons/forward.gif");
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

table.page-selector td.forward-over {
	background-image: url("/theme/default/img/icons/forward-over.gif");
	cursor: pointer;
}

table.page-selector td.forward-dis {
	background-image: url("/theme/default/img/icons/forward-dis.gif");
	cursor: default;
}

table.page-selector td.dblforward {
	width: 28px;
	background-image: url("/theme/default/img/icons/forward-dbl.gif");
	background-position: 1px 50%;
	background-repeat: no-repeat;
}

table.page-selector td.dblforward-over {
	background-image: url("/theme/default/img/icons/forward-dbl-over.gif");
	cursor: pointer;
}

table.page-selector td.dblforward-dis {
	background-image: url("/theme/default/img/icons/forward-dbl-dis.gif");
	cursor: default;
}

td.page-selector,
.last-child td.add-icon {
	text-align: right;
}

.view-selector {
	float: right;
}

div.marker {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0;
	height: 0;
	z-index: 20000;
	border: solid 1px #FEB245;
}

div.marker div {
	background-color: #FEB245;
	width: 100%;
	height: 100%;
}

div.remember-me,div.remember-me-checked {
	padding-left: 16px;
	background-image: url("/theme/default/img/icons/checkbox-disactive.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 15px;
	cursor: pointer;
	width: 50%;
	white-space: nowrap;
	font-size: 10px;
	color: #666;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
}

div.remember-me span {
	cursor: default;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
}

div.remember-me-checked {
	background-image: url("/theme/default/img/icons/checkbox-active.gif");
}

table.swap-header {
	width: 100%;
	padding: 0;
}

table.swap-header tr.header td {
	font-size: 11px;
	height: 30px;
	border: none;
	background-color: #FDF6E6;
	border-bottom: solid 1px #c5c5c5;
	border-top: solid 1px #c5c5c5;
}

table.swap-header tbody:first-child tr.header td,table.swap-header tbody:first-child tr.header  td:first-child {
	border-top: none;
}

table.swap-header tbody.first-child tr.header  td,table.swap-header tbody.first-child tr.header  td:first-child
{
	border-top: none;
}

table.swap-header tr.footer td {
	height: 4px;
	overflow: hidden;
	background: transparent;
	font-size: 3px;
}

table.swap-header tbody tr.header td.left,table.swap-header tbody tr.body td.left
{
	width: 30px;
	border-right: solid 1px #c5c5c5;
}

table.swap-header tbody tr.header td.left {
	cursor: pointer;
	background: url("/theme/default/img/icons/swap_off_norm.gif");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-color: #FDF6E6;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
}

table.swap-header tbody.show tr.header td.left {
	background: url("/theme/default/img/icons/swap_on_norm.gif");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-color: #FDF6E6;
}

table.swap-header tbody.show tr.header td.over {
	background: url("/theme/default/img/icons/swap_on_over.gif");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-color: #FDF6E6;
}

table.swap-header tbody tr.header td.over {
	background: url("/theme/default/img/icons/swap_off_over.gif");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-color: #FDF6E6;
}

table.swap-header tbody tr.body {
	display: none;
}

table.swap-header tbody.show tr.body {
	display: table-row;
	visibility: visible;
}

*  html table.swap-header tbody.show tr.body {
	display: inline-block;
	visibility: visible;
}

table.swap-header tr.header td.caption {
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
}

table.swap-header tr.header td.right,table.swap-header tr.body td.right
{
	width: 30px;
	border-left: solid 1px #c5c5c5;
}

table.swap-header tr.header td.right {
	border-right: none;
}

table.swap-header td.body {
	border-bottom: solid 1px #c5c5c5;
	background-color: #F0F0F0;
	padding: 10px;
}

table.swap-header td.sub-tab,table.swap-header td.empty-space {
	padding: 2px 10px 2px 10px;
	border-top: solid 1px #c5c5c5;
}

table.swap-header td.sub-tab {
	border-bottom: solid 1px #c5c5c5;
	border-right: solid 1px #c5c5c5;
	cursor: pointer;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
}

table.swap-header td.active {
	background-color: #F0F0F0;
	border-top: none !important;
}

table.swap-header tbody.empty tr.header td.left {
	background-image: url("/theme/default/img/icons/swap_off_norm_dis.gif");
	cursor: default;
}

tr.sub-tabs td.empty-space {
	width: 100%;
}

/**
 used in module designer
*/
table.starface-accordion {
	border: 1px solid #c0c0c0;
	width: 100%;
	margin-bottom: 10px;
}

table.starface-accordion tr.head td {
	font-size: 10px;
	font-weight: bold;
	color: #6E6E6E;
	background-color: #F0F0F0;
	height: 18px;
}

table.starface-accordion tr.head td.left,table.starface-accordion tr.head td.right
{
	width: 20px;
}

table.starface-accordion tr.head td.left {
	background: url("/theme/default/img/icons/swap_off_norm.gif");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-color: #F0F0F0;
	cursor: pointer;
}

body.aqua table.starface-accordion tr.head td.left {
	background: url("/theme/aqua/img/icons/swap_off_norm.gif");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-color: #F0F0F0;
	cursor: pointer;
}

table.starface-accordion tbody.show tr.head td.left {
	background: url("/theme/default/img/icons/swap_on_norm.gif");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-color: #F0F0F0;
	cursor: pointer;
}

body.aqua table.starface-accordion tbody.show tr.head td.left {
	background: url("/theme/aqua/img/icons/swap_on_norm.gif");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-color: #F0F0F0;
	cursor: pointer;
}

table.starface-accordion tbody tr.body {
	display: none;
}

table.starface-accordion tbody.show tr.body {
	display: table-row;
}

table.starface-accordion tbody.show tr.body td.body {
	border-top: 1px solid #c0c0c0;
}
/**
* Autocomplete CSS
*/
input.fetching {
	background-color: #F4EAD8;
}

div.starface-autocomplete {
	position: absolute;
	display: block;
	float: left;
	border: solid 1px #999;
	background-color: white;
	top: 0;
	left: 0;
	padding: 1px;
	overflow-x: hidden;
}

table.starface-autocomplete tr.empty-result td {
	background-color: #F4F4F4 !important;
}

table.starface-autocomplete td {
	padding: 1px 10px 2px 4px;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	color: #333;
}

table.starface-autocomplete tr.odd td {
	background-color: #E8E8E8;
}

table.starface-autocomplete tr.even td {
	background-color: #F4F4F4;
}

table.starface-autocomplete tr.selected td {
	background-color: #F4EAD8;
	cursor: pointer;
	color: #000;
}

.ui-autocomplete {
	cursor: default;
}

* html .ui-autocomplete {
	width: 1px;
}

.ui-autocomplete-loading {
	background: white url('/theme/default/img/icons/ajax-loader.gif') right
	center no-repeat;
}

.ui-helper-hidden-accessible {
	display: none;
}

ul.ui-autocomplete {
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	cursor: default;
	min-width: 200px;
	max-height: 300px;
	position: absolute;
	overflow: auto;
	overflow-x: hidden;
	border: solid 1px #666;
	background-color: #fff;
}

ul.ui-autocomplete li {
	display: block;
	font-weight: normal;
	line-height: 1.5;
	padding: 0;
	text-decoration: none;
	white-space: nowrap;
	text-align: left;
	width: auto;
}

ul.ui-autocomplete li a {
	display: block;
	white-space: nowrap;
	text-decoration: none;
	border: solid 1px transparent;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
}

ul.ui-autocomplete .ui-state-focus {
	background-color: #F4EAD8;
	cursor: pointer;
}

/*
* container for ui-autocomplete widget
*/
div.ui-autocomplete-container ul.ui-autocomplete {
	width: 100%;
	display: block;
	position: relative !important;
	max-height: 100% !important;
	height: 100% !important;
	border: none;
	overflow: hidden;
}

div.ui-autocomplete-container ul.ui-autocomplete li,div.ui-autocomplete-container ul.ui-autocomplete li a
{
	padding: 0;
	margin: 0;
}

ul.ui-autocomplete li:nth-child(odd) {
	background-color: #F4F4F4;
}

ul.ui-autocomplete li:nth-child(even) {
	background-color: #E8E8E8;
}

div.ui-autocomplete-container {
	width: 212px;
	max-height: 200px;
	position: static;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: #fff;
}

table.starface-traffic {
	border: solid 1px #a5a5a5;
	border-collapse: separate;
	width: 100%;
	background-color: #ffffff;
}

table.starface-traffic td {
	white-space: nowrap;
	height: 20px;
	padding-left: 10px;
}

table.starface-traffic tr.header td {
	border-bottom: solid 1px #a5a5a5;
	font-weight: bold;
	color: #999;
}

table.starface-traffic td.label {
	width: 90%;
}

table.starface-traffic td.value {
	font-weight: bold;
	color: #a5a5a5;
	padding-right: 10px;
	text-align: left;
	background-color: #FDF2E6;
	width: 10%;
	border: solid 1px #ffffff;
}

.small-font,tr.small-font td,table.small-font td {
	font-size: 9px;
}

ul.starface {
	list-style-image: url(/theme/default/img/icons/list-style-image.gif);
	margin-top: 0px;
}

ul.starface li {
	margin-top: 0px;
	padding-bottom: 5px;
	margin-left: -15px;
}

ul.starface li.ERROR,ul.starface li.error {
	list-style-image:
		url(/theme/default/img/icons/list-style-image-error.gif);
}

div.starface-panel {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
}

div.overflow-hidden {
	overflow: hidden;
}

table.starface-panel-container {
	width: 100%;
	height: 100%;
	table-layout: fixed;
}

table.starface-panel-container-h td.panel-container-slider {
	background: url("/theme/default/img/module/icons/h-pointer.gif");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	cursor: col-resize;
	width: 6px;
	height: 100%;
}

table.starface-panel-container-v td.panel-container-slider {
	background: url("/theme/default/img/module/icons/v-pointer.gif");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	cursor: row-resize;
	height: 6px;
	font-size: 1px;
	width: 100%;
}

table.starface-file {
	position: relative;
	height: 18px;
	padding: 0;
	table-layout: fixed;
}

table.starface-file table.starface-file-container {
	table-layout: fixed;
	height: 19px;
	width: 100%;
}

table.starface-file td.file-label,table.starface-file td.file-button {
	padding-left: 4px;
	padding-right: 15px;
	white-space: nowrap;
	overflow: hidden;
}

table.starface-ui-file table.starface-file input {
	position: absolute;
	top: 0;
	left: 0;
	width: inherit;
	height: 24px;
	z-index: 1;
	margin: 0;
	border: none;
	border: solid;
	text-align: left;
	size: 11px;
	filter: alpha(opacity=0);
	opacity: 0;
}

table.starface-ui-file table.starface-file td.file-label {
	width: auto;
	border: solid 1px #333;
}

table.starface-ui-file table.starface-file td.file-button {
	width: 105px;
	text-align: center;
	border: solid 1px #333;
	background-color: #f5f5f5;
}

table.starface-ui-file table.starface-file td.file-blank {
	width: 5px;
	text-align: center;
	border: none !important;
	background-color: #fff !important;
}

table.starface-ui-file td.upload-input {
	width: 300px;
}

table.starface-ui-file td.upload-button {
	padding-top: 1px;
	padding-left: 5px;
}

table.starface-ui-file td.ui-file-name {
	white-space: nowrap;
	overflow: hidden;
	font-weight: bold;
	color: #666;
}

table.starface-ui-file td.ui-file-label {
	white-space: nowrap;
	padding-right: 10px;
}

table.starface-ui-file tr.starface-file-disabled table.starface-file-container td.file-label,table.starface-ui-file tr.starface-file-disabled table.starface-file-container td.file-button
{
	background-color: #f5f5f5;
	border: 1px solid #c5c5c5;
	color: #666;
}

table.starface-ui-file tbody.ui-error table.starface-file-container td.file-label,table.starface-ui-file tbody.ui-error table.starface-file-container td.file-button
{
	border: 1px solid #FEB245;
}

body.mac-safari table.starface-file input {
	width: 80%;
}

div.ui-scroll-container {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
}

div.avatar-container {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border: 1px solid #333;
	cursor: pointer;
	height: 31px;
	overflow: hidden;
	margin: 3px 0 0;
	width: 34px;
}

div.avatar-container table.avatar {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

table.non-resizable,
table.editable-table {
	table-layout: fixed;
}

table.editable-table caption {
	text-align: left;
	padding-bottom: 5px;
	height: 25px;
}

table.editable-table thead td {
	background-color: #FEB245;
	vertical-align: middle;
	height: 14px !important;
	padding-bottom: 2px;
	border-top: 1px solid #a5a5a5;
	border-bottom: 1px solid #a5a5a5;
}

table.editable-table td.first-child {
	padding-left: 10px;
	border-left: 1px solid #a5a5a5;
}

table.editable-table td.last-child {
	border-right: 1px solid #a5a5a5;
}

.swap-elem,
table.editable-table thead td.icon {
	width: 30px;
}

tr.event td.info,table.editable-table thead td.info {
	background-image: url("/theme/default/img/icons/info.gif");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	cursor: pointer;
}

tr.info-over td.info,table.editable-table tr.info-over td.info {
	background-image: url("/theme/default/img/icons/info_over.gif");
}

td.info,
td.has-info {
	line-height: 11px;
}

td.info .ui-i,
td.has-info .ui-i,
td.has-radio span,
td.has-radio .ui-checkbox,
td.has-radio .ui-radio {
	margin-top: 2px;
}

td.info,
td.has-info {
	padding-right: 3px;
	text-align: right;
}

table.editable-table tbody td.data {
	background-color: #fff;
	border-bottom: 1px solid #a5a5a5;
	height: 30px;
}

table.editable-table td.add {
	background-color: #fff;
}

table.editable-table tbody tr.even td.data,
table.editable-table tbody tr:nth-child(even) td.data {
	background-color: #fdf2e6;
}

table.editable-table tbody tr.odd td.data,
table.editable-table tbody tr:nth-child(odd) td.data {
	background-color: #fff;
}

table.editable-table td.icon {
	height: 30px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

table.editable-table thead td.info {
	height: 14px;
}

table.editable-table td.last-child {
	border-left: 1px solid #a5a5a5;
	border-bottom: 1px solid #a5a5a5;
	border-right: 1px solid #a5a5a5;
}

table.editable-table thead td.last-child {
	border-left: none;
}

table.editable-table td.down {
	cursor: default;
}

table.editable-table tr.down td.down {
	background-image: url("/theme/default/img/icons/downsimple.gif");
	cursor: pointer;
}

table.editable-table tr.up td.up {
	background-image: url("/theme/default/img/icons/upsimple.gif");
	cursor: pointer;
}

table.editable-table td.add {
	background-image: url("/theme/default/img/icons/plus_smal_dis.gif");
	border-left: 1px solid #a5a5a5;
	border-bottom: 1px solid #a5a5a5;
	border-right: 1px solid #a5a5a5;
}

table.editable-table tr.add td.add {
	background-image: url("/theme/default/img/icons/plus_smal.gif");
	cursor: pointer;
}

table.editable-table tr.add-over td.add {
	background-image: url("/theme/default/img/icons/plus_smal_over.gif");
}

table.editable-table td.delete {
	background-image: url("/theme/default/img/icons/delete_disabled.gif");
}

table.editable-table tr.delete td.delete {
	background-image: url("/theme/default/img/icons/delete.gif");
	cursor: pointer;
}

table.editable-table tr.delete-over td.delete {
	background-image: url("/theme/default/img/icons/delete_over.gif");
}

table.editable-table tfoot td.first-child,table.editable-table tfoot td:first-child
{
	border-left: none;
	border-bottom: none;
}

table.editable-table-disabled  tr.delete td.delete {
	background-image: url("/theme/default/img/icons/delete_disabled.gif");
	cursor: default;
}

table.editable-table-disabled tr.add td.add {
	background-image: url("/theme/default/img/icons/plus_smal_dis.gif");
	cursor: default;
}

table.editable-table-disabled tbody td {
	color: #a5a5a5;
}
/**
* starface progress ui
*/
div.ui-progress div.title {
	padding-right: 5px;
	height: 16px !important;
	color: #666;
	text-align: left;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
}

div.ui-progress div.title,div.ui-progress table.progress {
	width: 100%;
}

div.ui-progress td.progress {
	border: solid 1px #333;
	padding: 0;
	margin: 0;
	height: 17px !important;
	overflow: hidden;
}

div.ui-progress td.progress div {
	background-image: url("/theme/default/img/progress.gif");
	background-position: 50% 50%;
	background-repeat: repeat-x;
	width: 0;
	height: 16px !important;
}

div.ui-progress table.aqua td.progress div {
	background-image: url("/theme/aqua/img/progress.gif");
}

div.ui-progress td.label {
	padding: 0 4px;
	width: 40px;
	color: #F8A24C;
	font-weight: bold;
	text-align: right;
}

table.ui-progress-modal {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

table.ui-progress-modal div.default {
	border: 1px solid #FEB245;
}

table.ui-progress-modal div.aqua {
	border: solid 1px #b7dbff;
}

div.ui-progress table.aqua td.label {
	color: #b7dbff;
}

div.ui-progress-holder {
	display: block;
	margin: 0 auto;
	padding: 20px;
	background-color: #fff;
	overflow: hidden;
}

div.ui-progress-holder div.ui-progress,div.ui-progress-holder div.ui-progress div.title
{
	width: 100% !important;
}

/**
*STARFACE Dialog box
*/
table.ui-dialog-container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 510px;
	margin-left: -250px; /*set to a negative number 1/2 of your width*/
	height: 200px;
	margin-top: -100px; /*set to a negative number 1/2 of your height*/
	background: url(/theme/default/img/modal-3.png) repeat top left
	!important;
	display: none;
}

table.ui-dialog-container-modal {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin-left: 0; /*set to a negative number 1/2 of your width*/
	height: 100%;
	margin-top: 0; /*set to a negative number 1/2 of your height*/
}

table.ui-frame {
	width: 500px;
	margin: 0;
}

iframe.ui-frame {
	position: absolute;
	z-index: 100;
	display: none;
	-webkit-box-shadow: 3px 3px 3px #D5D5D5;
	box-shadow: 3px 3px 3px #D5D5D5;
}

table.ui-frame td.ui-frame-body {
	border: solid 1px #666;
	background-color: #fff;
}

div.ui-dialog {
	width: 500px;
	-webkit-box-shadow: 2px 2px 2px #D5D5D5;
	box-shadow: 2px 2px 2px #D5D5D5;
	background-color: white;
	text-align: left;
}

div.ui-dialog div.ui-dialog-body {
	border: solid 1px #666;
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 300px;
	min-height: 40px;
	width: 100%;
}

table.ui-frame td.ui-frame-header,table.ui-frame td.ui-frame-footer,div.ui-dialog div.ui-dialog-header,div.ui-dialog div.ui-dialog-footer {
	background-color: #F0F0F0;
	user-select: none;
	border-left: solid 1px #666;
	border-right: solid 1px #666;
	height: 30px;
	width: 100%;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
}

table.ui-frame td.ui-frame-header,div.ui-dialog div.ui-dialog-header table
{
	border-top: solid 1px #666;
}

table.ui-frame td.ui-frame-header table,div.ui-dialog div.ui-dialog-header table
{
	width: 100%;
	height: 100%;
}

table.ui-frame td.ui-frame-header td.ui-frame-title,div.ui-dialog div.ui-dialog-header td.ui-dialog-title
{
	padding-left: 10px;
	font-weight: bold;
	color: #666;
}

table.ui-frame td.ui-frame-header td.icon,div.ui-dialog div.ui-dialog-header td.icon
{
	width: 30px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

table.ui-frame td.ui-frame-header td.ui-frame-info {
	background-image: url("/theme/default/img/icons/info.gif");
}

table.ui-frame td.ui-frame-header td.ui-frame-info.over {
	background-image: url("/theme/default/img/icons/info_over.gif");
	cursor: pointer;
}

div.ui-dialog div.ui-dialog-header td.ui-dialog-close {
	background-image: url("/theme/default/img/icons/close_small.gif");
}

div.ui-dialog div.ui-dialog-header td.ui-dialog-close.over {
	background-image: url("/theme/default/img/icons/close_small_over.gif");
	cursor: pointer;
}

body.aqua div.ui-dialog div.ui-dialog-header td.ui-dialog-close.over {
	background-image: url("/theme/aqua/img/icons/close_small_over.gif");
	cursor: pointer;
}

table.ui-dialog-container td.error td.ui-dialog-title,table.ui-dialog-container td.attention td.ui-dialog-title
{
	background-position: 5px 50%;
	background-repeat: no-repeat;
	padding-left: 28px;
}

table.ui-dialog-container td.error td.ui-dialog-title {
	background-image: url("/theme/default/img/icons/critical.gif");
}

table.ui-dialog-container td.attention td.ui-dialog-title {
	background-image: url("/theme/default/img/icons/icon_attention.gif");
}

div.attention {
	background: #F0F0F0 url("/theme/default/img/icons/warning.gif") no-repeat 8px 10px;
	border: 1px solid #c5c5c5;
	color: #666;
	line-height: 17px;
	margin: 0 48px 0 30px;
	padding: 6px 10px 6px 35px;
}

table.ui-frame td.ui-frame-footer,div.ui-dialog div.ui-dialog-footer {
	padding-left: 10px;
	padding-right: 18px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-bottom: solid 1px #666;
}

div.ui-dialog div.ui-dialog-footer {
	padding: 5px 18px 2px 10px;
}

div.overflow-auto {
	overflow-y: auto;
}

.hr {
	background-image: url("/theme/default/img/c5c5c5.gif");
	background-repeat: repeat-x;
	background-position: 50% 50%;
	height: 4px;
}

/**
* avatar ui
*/
div.ui-input {
	display: block;
	float: left;
	border: solid 1px #666;
	overflow: hidden;
	background-color: white;
}

table.ui-input {
	height: 14px;
}

table.ui-input td.middle div {
	overflow: hidden;
	height: 14px;
	width: 120px;
	position: relative;
	border: none;
}

table.ui-input input {
	margin: 0;
	height: 120%;
	width: 120%;
	margin: 0;
	position: absolute;
	top: -1px;
	left: -2px;
	border: none;
}

body.safari table.ui-input input {
	left: -10px;
	top: -1px;
}

table.ui-input td.clear div {
	width: 17px;
}

table.ui-input td.clear {
	width: 17px;
	background-image: url("/theme/default/img/blind.gif");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

table.ui-input tr.clear td.clear {
	background-image: url("/theme/default/img/icons/clear.gif");
	cursor: pointer;
}

table.ui-avatar {
	height: 20px;
}

table.ui-avatar td.state {
	background-image: url("/theme/default/img/key/user/invalid.png");
	background-repeat: no-repeat;
	background-size: 8px 100%;
	width: 11px;
}

table.ui-avatar td.avatar {
	width: 20px;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-image: url("/theme/default/img/key/unknow-user.gif");
}

table.ui-avatar td.avatar div {
	border: 0;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: 20px 20px;
}

table.ui-avatar td.label {
	width: auto;
	padding-left: 4px;
	padding-right: 4px;
	cursor: pointer;
	overflow: hidden;
	font-size: 10px;
	color: #333;
}

table.ui-avatar td.forward {
	width: 10px;
}

table.ui-avatar td.call {
	width: 18px;
}

.ui-avatar .chat-presence {
	visibility: hidden;
	display: none;
}

table.ui-avatar tr.chat-presence td.chat-message {
	color: #757575;
	font-size: 9px;
	line-height: 1;
	padding: 0 4px 0 20px;
}

table.ui-avatar tr.chat-presence td.chat-state {
	background-size: 14px 14px;
	background-repeat: no-repeat;
	background-position: 4px -3px;
}

table.ui-avatar tr.chat-0 td.chat-state {
	background-image: url("/theme/default/img/blind.gif");
}

table.ui-avatar tr.chat-1 td.chat-state {
	background-image: url("/theme/default/img/key/chat/available.png");
}

table.ui-avatar tr.chat-2 td.chat-state {
	background-image: url("/theme/default/img/key/chat/free-for-chat.png");
}

table.ui-avatar tr.chat-3 td.chat-state {
	background-image: url("/theme/default/img/key/chat/away.png");
}

table.ui-avatar tr.chat-4 td.chat-state {
	background-image: url("/theme/default/img/key/chat/extended-away.png");
}

table.ui-avatar tr.chat-5 td.chat-state {
	background-image: url("/theme/default/img/key/chat/do-not-disturb.png");
}

table.ui-avatar tr.line-1 td.chat-state {
	background-image: url("/theme/default/img/key/chat/unavailable.png");
}

body.chat-state table.ui-avatar tr.chat-presence {
	visibility: visible;
	display: table-row;
}

table.ui-avatar tbody.fwd td.forward {
	background-image: url("/theme/default/img/key/forward-active.png");
	background-position: top right;
	background-repeat: no-repeat;
	background-size: 10px 10px;
	background-color: #757575;
	border-left: solid 1px #3A3A3A;
}

table.ui-avatar tbody.line-0 td.state {
	background-image: url("/theme/default/img/key/user/invalid.png");
}

table.ui-avatar tbody.line-1 td.state {
	background-image: url("/theme/default/img/key/user/unavailable.png");
}

table.ui-avatar tbody.line-2 td.state {
	background-image: url("/theme/default/img/key/user/inactive.png");
}

table.ui-avatar tbody.line-3 td.state {
	background-image: url("/theme/default/img/key/user/flashy.gif");
	background-color: #ffffff;
}

table.ui-avatar tbody.line-3 td.type table {
	background-image: url("/theme/default/img/key/flashy.gif") !important;
	background-color: #ffffff;
}

table.ui-avatar tbody.line-4 td.state {
	background-image: url("/theme/default/img/key/user/active.png");
	background-color: #ffffff;
}

table.ui-avatar tbody.line-5 td.state {
	background-image: url("/theme/default/img/key/user/pause.png");
	background-color: #ffffff;
}

table.ui-avatar tbody.dnd td.avatar div {
	background-image: url("/theme/default/img/key/user/dnd.gif");
}

table.ui-avatar tbody.line-1 td.call,table.ui-avatar tbody.line-2 td.call,table.ui-avatar tbody.line-3 td.call {
	cursor: pointer;
}

.window-footer *,
.ui-button,
#navi-holder,
#navi-holder *,
.bottonBar,
.bottonBar *,
table.page-selector *,
div.avatar-container,
table.ui-tabs *,
table.ui-input-container .button,
table.ui-input-container .icon,
.unselectable {
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
}

input:focus,
textarea:focus {
	outline: none;
}

input.required,
input.error-input,
div.required,
div.error-input,
.inputError,
input.required:focus,
input.error-input:focus,
div.required:focus,
div.error-input:focus,
.inputError:focus {
	border: 1px solid #FEB245;
	outline: none;
}

table.container td.label {
	height: 25px;
	white-space: nowrap;
}

table.container td.section {
	padding-bottom: 8px;
	padding-top: 8px;
}

td.tab-container {
	height: 25px;
	vertical-align: bottom;
}

table.ui-tabs {
	border-bottom: solid 1px #666;
	margin-top: 2px;
}

.popup-btn,
table.ui-tabs td.popup {
	background: transparent url("/theme/default/img/icons/popup.png") no-repeat 50% 50%;
	cursor: pointer;
	width: 25px;
}

.popup-btn:hover,
table.ui-tabs td.popup:hover {
	background-image: url("/theme/default/img/icons/popup-over.png");
}

.multiple {
	padding-bottom: 16px;
}

td.unsaved {
	text-align: center;
	vertical-align: middle;
}

.data-form {
	height: auto;
	min-height: 0;
	min-width: 0;
	width: auto;
}

td.separate {
	height: 40px;
	text-align: center;
}

.nobr {
	white-space: nowrap;
}

.tac {
	text-align: center;
}

.tar {
	text-align: right;
}

.vab {
	vertical-align: bottom;
}

.vam {
	vertical-align: middle;
}

tr.semi-space td,
tr.small-space td,
tr.semi-top td,
tr.small-top td,
td.semi-space,
td.small-space,
td.semi-top,
td.small-top,
.vat {
	vertical-align: top;
}

.tiny-txt {
	width: 50px;
}

td.space {
	width: 40px;
}

.leftspace {
	padding-left: 40px;
}

.rightspace {
	padding-right: 40px;
}

tr.semi-bottom td,
.semi-bottom {
	padding-bottom: 7px;
}
tr.semi-left td,
.semi-left {
	padding-left: 7px;
}
tr.semi-right td,
.semi-right {
	padding-right: 7px;
}
tr.semi-space td,
.semi-space,
tr.semi-top td,
.semi-top {
	padding-top: 7px;
}
tr.small-bottom td,
.small-bottom {
	padding-bottom: 4px;
}
tr.small-left td,
.small-left {
	padding-left: 4px;
}
tr.small-right td,
.small-right {
	padding-right: 4px;
}
tr.small-space td,
.small-space,
tr.small-top td,
.small-top {
	padding-top: 4px;
}

.exit_code_selection_div_style{
	position: absolute;
	z-index: 1000;
	width: 50px;
	background: white;
	overflow-y: hidden;
	overflow-x: hidden;
	border: solid #666;
	outline: none;
	border-width: 1px 1px 1px 1px;
	display: none;
}
.exit_code_selection_div_table_style{
	width: 100%;
}
.exit_code_selection_div_td_style{
	width: 100%;
	text-align: right;
	vertical-align: middle;
	padding-right: 5px;
}
.exit_code_selection_div_td_style:hover{
	cursor: pointer;
	background-color: #FDF2E6;
}
.text-muted {
	color: #999999;
}
.text-primary {
	color: #428bca;
}
.text-primary:hover {
	color: #3071a9;
}
.text-warning {
	color: #c09853;
}
.text-warning:hover {
	color: #a47e3c;
}
.text-danger {
	color: #b94a48;
}
.text-danger:hover {
	color: #953b39;
}
.text-success {
	color: #468847;
}
.text-success:hover {
	color: #356635;
}
.text-info {
	color: #3a87ad;
}
.text-info:hover {
	color: #2d6987;
}
