* {
	font-family: Arial, Verdana, Tahoma;
	font-size: 14px;
	line-height: 1.1;
	margin: 0;
	padding: 0;
}

/*
	by tag
*/
body {
	padding: 5px;
}

h1 {
	font-size: 1.5em;
	margin: 0 0 5px 0;
}

table { 
	border-spacing: 1px;
}

table.nospacing { 
	border-spacing: 0px !important;
}

table.noborders {
	border: 0px !important;
	border-spacing: 0px !important;
	width: 100%;
}

table.main{
	border: 1px solid #192b01; 	
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	background-color: #7A7884;
	width: 700px;
}

table.main td{
	background-color: #7A7884;
	vertical-align: top;
	padding: 1px;
}

table.main table{
	width: 100%;
	border: 1px solid #192b01;
	background-color: white;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
}

table.main table.altBorder{
	border: 1px solid #3b1801;
}

div.altBorder{
	border: 1px solid #3b1801 !important;
	transition: 0.2s ease;
}
div.altBorder table tr td {
	background-color: lightyellow;
	transition: 0.2s ease;
}

table.main table.altBorder td{
	border-color: #3b1801 !important;
}

table.main table td.spacer {
	width: 1px !important;
	background-color: #192b01 !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

table.main table td.vSpacer {
	height: 1px !important;
	background-color: #192b01;
	padding: 0px !important;
}

table.main table.altBorder td.spacer{
	background-color: #3b1801 !important;
}

table.main table.altBorder td.vSpacer{
	background-color: #3b1801 !important;
}

table.main table td {
	background-color: white;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 4px;
	vertical-align: middle;
}

table.main table td.nopadding {
	padding: 1px !important;
}

table.main table td.altColor {
	background-color: #7A7884 !important;
}

table.main table td.altColor0 {
	background-color: #71AA21 !important;
}

table.main table td.bb {
	border-bottom: 1px solid #192b01;
}

table.main table td.br {
	border-right: 1px solid #192b01;
}

table.main table td.bl {
	border-left: 1px solid #192b01;
}

table.main table td.leftBorders {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-o-border-top-left-radius: 5px;
	-o-border-bottom-left-radius: 5px;
}

table.main table td.rightBorders {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-o-border-top-right-radius: 5px;
	-o-border-bottom-right-radius: 5px;
}

table.main table td.alignTop {
	vertical-align: top;
	
}

table.main table td.percent50{
	width: 50% !important;
}

table.main table td.percent60{
	width: 60% !important;
}


table.main table td.percent40{
	width: 40% !important;
}

table.main table tr.tableHeader td{
	background-color: #71AA21 !important;
	font-weight: bold;
	text-align: center;
}

table.redTable{
	border: 0px !important;
	width: 100% !important;
	font-size: 11pt;
	color: black;
	font-weight: bold;
	
}

table.redTable table {
	border: 0px !important;
	border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-o-border-radius: 0px !important;
}

table.redTable table.red {
	border: 1px solid red;
	background-color: red;
	font-size: 10pt;
}

table.redTable table.red td{
	border: 1px solid red;
	background-color: white;
	padding: 2px;
}

table.redTable table.black {
	border: 1px solid black;
	background-color: black;
	font-size: 10pt;
}

table.redTable table.black td{
	border: 1px solid black;
	background-color: white;
	padding: 2px;
}

table.redTable table td{
	background-color: white;
	padding: 2px;
	border: 0px;
}

input.textBox, textarea.textBox{
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border: 1px solid #192b01;
	background-color: white;
	padding: 3px;
	margin: 1px;
	width: 92%;
}

input.button, button.button{
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border: 1px solid #192b01;
	background-color: #7A7884;
	padding: 5px;
	margin: 3px;
	font-weight: bold;
	color: black;
	cursor: pointer;
	width: 100px;
	padding: 5px !important;
	margin: 1px;
}

input.button:hover{
	border: 1px solid #3b1801;
	background-color: #71AA21;
}

input.disabledButton{
	border: 1px solid lightgray !important;
	background-color: #7A7884;
}

input.disabledButton:hover{
	border: 1px solid lightgray !important;
	background-color: #7A7884;
}


input.error {
	border: 1px solid red;
	background-color: #ffcfcf;
}

select {
   background: transparent;
   	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border: 1px solid #192b01;
	padding: 3px;
	background-color: white;
	width: 90%;
}

select.error{
	border: 1px solid red;
	background-color: #ffcfcf;
}

option:hover {
    background-color: #192b01 !important;
}

a{
	color: black;
	font-weight: normal;
	text-decoration: none;
}

a:hover{
	color: black;	
	text-decoration: underline;
}

/*
	common
*/

.rightAlign {
	text-align: right  !important;
}

.leftAlign {
	text-align: left  !important;
}

.centerAlign {
	text-align: center !important;
}

.formContainer {
	width:720px;
	margin:0 auto;
}

.docHeaderAlt{
	color: red;
}

/*--SPLIT--*/

.radioBlock {
	padding: 10px !important;
}
.radioBlock label{
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border: 1px solid white;
	padding: 5px;
	margin-bottom: 3px;
}
.radioBlock label:hover{
	background-color: #71AA21;
	cursor: pointer; 
	border: 1px solid #3b1801;
}

.radioBlock label:hover *{

	cursor: pointer; 
}

.radioBlock label.disabled{
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border: 1px solid white;
	padding: 5px;
	margin-bottom: 3px;
	color: lightgrey;
}
.radioBlock label.disabled:hover{
	background-color: #efefef;
	cursor: pointer; 
	border: 1px solid #cfcfcf;
}



/*
combobox (editable)
*/

div.comboBox{
   	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border: 1px solid #192b01;
	padding: 1.5px;
	background-color: white;
		margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	margin-right: 1px;
	width: 94%;

}

div.comboBox table{
	border: 0px;
	margin: 0px;
	width: 100% !important;
	background-color: transparent;
}

div.comboBox table td{
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: transparent;

}
div.comboBox input{
	border: 0;
	margin: 0;
	background-color: transparent;
	width: 98%;
	padding-left: 3px;
	padding-right: 3px;
}

div.comboBox table td.comboButton{
	width: 16px; 
	background-color: #7A7884;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius:2px;
	-o-border-radius: 2px; 
	border: 1px solid #192b01;
}

div.comboBox table td.comboButton:hover{
	background-color: #71AA21; 
	cursor: pointer;

}
div.error, td.error{
		background-color: #ffcfcf !important;
}
div.error, div.error table td.comboButton {
	border: 1px solid red !important;
}

/*
	jQuery style overrides
*/

ul.ui-corner-all{
	border: 1px solid #192b01 !important;
}

li.ui-menu-item{
	border: 1px transparent !important;
	height: 24px;
}

a.ui-state-focus{
	border: 1px solid #192b01 !important;
	background: #7A7884 !important;
	height: 20px;
}
span.ui-state-hover{
	border: 0px;
	background-color: #71AA21;
	background-image: url(css/smoothness/images/ui-icons_2e83ff_256x240.png);
}

/*--SPLIT--*/

/*
	by id
*/

#runningString table.altBorder, #runningString table.altBorder td{
	background-color: #71AA21;
}

#header {
	text-align: center;
}

#deliveryBlock table {
	width: 100%;
}

#penBlock table td {
	padding:1px;
}

#penBlock input{
	padding:1px;
}

#messageBox{
	position:absolute;
	width:250px;
	margin:0 auto;
	z-index:999;
	top:50%;
	left:50%;
	background:#7A7884;
	border: 1px solid #192b01;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.5); /* ��� Firefox */
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.5); /* ��� Safari � Chrome */
    box-shadow: 0 0 15px rgba(0,0,0,0.5); /* ��������� ���� */
}

#messageBox .header{
	background:#192b01;
	color:steelblue;
	font-weight:bold;
	padding:3px;
	border: 1px solid #192b01;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
}

#messageBox  .header .close{
	float:right;
	width: 16px;
	height: 16px;
}

#messageBox .body{
	color:#000000;
	padding:10px;
}

#messageBox  .body .type{
	float:left;
	width: 24px;
	height: 24px;
	margin-right:15px;
}

#messageBox  .body .ok{
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border: 1px solid #aaaaaa;
	background-color: #ededed;
	font-weight: bold;
	color: slategray;
	cursor: pointer;
	width: 75px;
	padding: 5px !important;
	margin: 15px 0 3px 0;
}
#messageBox  .body .ok:hover{
	background-color: #ffffff;
}

#colorSetPanel {
	display:block;
	width: 600px;
	font-size: 14px;
	color: black;
	background-color: white;
	padding: 5px;
	border: 1px solid #192b01;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	z-index: 999;
	margin-bottom: 50px;
	margin-top: 30px;
	margin-left: -6px
}

#colorSetPanel tr.cs {
	background-color: white;
	cursor: pointer;
}
#colorSetPanel tr.cs:hover {
	background-color: #7A7884;
}

#colorSetPanel .selected{
	font-weight: bold;
}

#colorSetPanel .color{
	font-size: 1px;
	width:95%;
	height: 15px;
	margin: 0 auto;
	border: 1px solid #3b1801;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
}

#colorSetPanel div.header{
	text-align: center;
	color: steelblue; 
	font-size: 16px; 
	font-weight: bold; 
	background-color: #7A7884; 
	margin-bottom: 4px; 
	padding: 5px;
		border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
}

#overallMaskLayer
{
	position: absolute;
	display: none;
	left: 0px;
	top: 0px;
		   /* IE 8 */
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	  /* IE 5-7 */
	  filter: alpha(opacity=50);
	  /* Netscape */
	  -moz-opacity: 0.5;
	  /* Safari 1.x */
	  -khtml-opacity: 0.5;
	  /* Good browsers */
	  opacity: 0.5;
	z-index: 10;
	background-color: #7A7884;
}
#messageLayer
{
	text-align: center;
	position: absolute;
	display: none;
	height: 100px;
	width: 500px;
	z-index: 1000;
	background-color: white;
	border: 1px solid #192b01;
	border-radius: 4px;
	-moz-border-radius:4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5); /* ��� Firefox */
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5); /* ��� Safari � Chrome */
    box-shadow: 0 0 10px rgba(0,0,0,0.5); /* ��������� ���� */
}
#messageLayer div{
	margin-top: 30px;
}

#infoBlock {
	width:550px;
	margin:0 auto;
}

/*
	configurator
*/

.configPanel{
	left: 0px;
	top: 0px;
	position: absolute;
	border: 2px solid #192b01;
		border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	z-index: 100;
	background-color: transparent;
	padding: 4px;
	margin: 0px;
	    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5); /* ��� Firefox */
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5); /* ��� Safari � Chrome */
    box-shadow: 0 0 10px rgba(0,0,0,0.5); /* ��������� ���� */
	
}
.configPanel:hover{
	border: 2px solid #3b1801;
}
.configPanel
.label{
	position: absolute;
	top: 5px;
	left: 5px;
	font-size: 9px;
	color: white;
	font-weight: bold;
	background-color: red;
	padding: 2px;
	width: 130px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	white-space: nowrap;
	z-index: 30;
}

.properties{
	position: absolute;
	bottom: 5px;
	right: 5px;
}
.properties div.header{
	font-size: 9px;
	color: white;
	font-weight: bold;
	text-align: center;
	background-color: red;
	padding: 2px;
	width: 130px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	white-space: nowrap;
	z-index: 30;
	cursor: pointer;
}
.properties div.body{
	display:none;
	position: absolute;
	top: 20px;
	font-size: 14px;
	color: black;
	background-color: white;
	padding: 5px;
	border: 1px solid #3b1801;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	border-top: none;
	z-index: 31;
	
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.5); /* ��� Firefox */
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.5); /* ��� Safari � Chrome */
    box-shadow: 0 5px 10px rgba(0,0,0,0.5); /* ��������� ���� */
}
.configPanel
.tip{
	position: relative;
	color: steelbLue;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	top: -3px;
	background-color: white;
	z-index: 20;
		border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	padding:3px;
	border: 2px solid #3b1801;
}

.configPanel
.switch{
	position: relative;
	color: steelbLue;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	top: -15px;
}
.configPanel
.switch label{
	padding: 3px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border: 2px solid #3b1801;
	background-color: white;
	
}

.configPanel
.switch label:hover{
	background-color: #71AA21;
	
}

.configPanel
.nav{
	position: relative;
	text-align: center;
	margin-top: -38px;
	direction: ltr;
}

.configPanel
.nav
.arrow{
	background-color:white;
	color: steelblue;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	border: 2px solid #192b01;
	width: 32px;
	height: 32px;
	padding-left: 7px;
	padding-right: 7px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
    cursor: pointer;
}

.configPanel
.nav
.arrow:hover{
	border: 2px solid #3b1801;
	background-color: #71AA21;
}

.configPanel
.nav
.disabled{
	color: lightgrey !important;
	border: 2px solid lightgrey !important;
}

.configPanel
.nav
.disabled:hover{
	color: lightgrey !important;
	border: 2px solid lightgrey !important;
	background-color: white !important;
}

.configPanel
.nav
.counter{
	font-size: 24px;
	padding-left: 13px;
	padding-right: 13px;
	font-weight: bold;
	color: steelblue;
	background-color: white;
	border-top: 2px solid #192b01;
	border-bottom: 2px solid #192b01;
}

.configPanel
.nav
.header{
	text-align: center;
	font-size: 9px;
	color: white;
	font-weight: bold;
	background-color: red;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 13px;
	padding-right: 13px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	z-index: 30;
	margin: 3px;
}

.fieldHeader{
	margin-bottom: 3px;	
}

.errorMessage{
	color:red; 
	font-size:0.8em; 
	font-weight: bold;
	display:none; 
	margin-left:5px; 
    padding:2px; 
    border: 1px solid red; 
    border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px; 
}

.clear {clear: both;}

#editLayer{
	position: absolute;
	background-color: #7A7884;
	padding: 5px; 
    border: 2px solid #192b01; 
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
		-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5); /* ��� Firefox */
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5); /* ��� Safari � Chrome */
    box-shadow: 0 0 10px rgba(0,0,0,0.5); /* ��������� ���� */
}

.dropShadowBordered{
		border: 1px solid white;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.5); /* ��� Firefox */
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.5); /* ��� Safari � Chrome */
    box-shadow: 0 0 15px rgba(0,0,0,0.5); /* ��������� ���� */
}

.sumTable > thead > tr > th,
.sumTable > tbody > tr > th,
.sumTable> tfoot > tr > th,
.sumTable> thead > tr > td,
.sumTable > tbody > tr > td,
.sumTable > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
  padding: 5px;
}

.grayed{
	color: #afafaf !important;
}
.btnConfirm{
	font-weight: bold !important;
	color: black !important;
	border-color: #192b01 !important;
}
.ui-autocomplete{
	z-index: 11 !important;
}

td.branchRegion1{
	color: #3D99A5;
	text-decoration: underline;
}

td.branchRegion2{
	color: #9D39A3;
	text-decoration: underline;

}

td.branchRegion3{
	color: #9E161C;
	text-decoration: underline;

}
td.branchRegion4{
	color: #72A016;
	text-decoration: underline;

}

td.branchRegion5{
	color: #2032a0;
	text-decoration: underline;

}

#reload-div {
	position: fixed;
	background-color: rgba(0, 0, 0, 0.2);
	padding: 200px;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	display: none;
	z-index: 100000;
}

#reload-div span{
	background-color: white;
	padding: 30px;

	display: inline-block;
	border-radius: 4px;
}

#deliveryTable td {
	padding: 0;
}
#deliveryTable input.textBox {
	margin: 0;
}
div.mltt {
	position: relative;
	width: 0;
	height: 0;
}
div.mltt p {
	position: absolute;
	top: -50px;
	left: -150px;
	background-color: #FFFFFF;
	border: 1px solid #FF0000;
	color: #FF0000;
	border-radius: 3px;
	white-space: nowrap;
}
.defBorder{
	border: 1px solid #192b01;
}

.defBackground{
	background-color: #7A7884;
}

.defBorder1{
	border: 1px solid #3b1801;
}

.defBackground1{
	background-color: #71AA21;
}