*{
	box-sizing: border-box;
	padding:0;
	margin:0;
}

body {
  margin: 0;
}


h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: "Ubuntu", Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif, Verdana;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  /*fallback for browsers not supporting gradients*/

	text-align: center;
}

#title_dummy {
	padding: 0;
  margin: 0;
}

#redWork{
	font-family: "Ubuntu", Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif, Verdana;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: inherit;
	line-height: 20px;
}

#redWork .ui-widget-header {

  display: block;

  font-size: 15px;
	font-variant: small-caps;
	font-weight: 150;

  line-height: 24px;

  padding-left: 5px;
  padding-top: 6px;
  padding-bottom: 6px;

  position: relative;

}


#redTabs {
    background: transparent;
    border: none;
}
#redTabs .ui-widget-header {
    background: transparent;
    border: none;
    border-bottom: 1px solid #c0c0c0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
#redTabs .ui-tabs-nav .ui-state-default {
    background: transparent;
    border: none;
    font-size: 0.8em;
}
#redTabs .ui-tabs-nav .ui-state-active {
    background: transparent url(/common/images/uiTabsArrow.png) no-repeat bottom center;
    border: none;
}
#redTabs .ui-tabs-nav .ui-state-default a {
    color: #c0c0c0;
}
#redTabs .ui-tabs-nav .ui-state-active a {
    color: #459e00;
}

#redInput .ui-widget-content {
/*    border-radius: 4px;*/
	margin-top: 0.2em;
	margin-bottom: 0.2em;

  padding-top: 2px;
  padding-bottom: 2px;
}

#redInput .w3-row-padding
{
  padding-top: 2px;
  padding-bottom: 2px;

}

#redInput .w3-input{
	border-radius: 50%;

    border: 1px solid #c0c0c0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;

}

#redInput .w3-btn, .w3-button {
	font-family: "Ubuntu", Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif, Verdana;
	font-size: smaller;
	white-space: pre-wrap;
}

#redInput .control-label{
	vertical-align: middle;
}

#redExecute
{
	text-align: center;
}

#tab-spc
{
	line-height: 20px;
	color:  #555;
	font-size: 13px;
	font-weight: normal;

	background-color:#EEEEEE;
  font-family:Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New;
	margin: 0;

}

#tab-spc br
{
	clear: both;
}
