
/* odd lines - also title */
.row1inv {
	border-right-color: #ecf1f3;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-right-style: solid;
	font-family:"Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
    color : Black;
    background-color : #FAFAFA;
}
.row1inv input {
	font-size: 12px;
	max-width: 440px;
	border-style: none;
	border-width: 0px;
	background-color: transparent;
}
/* even lines - also description */
.row2inv {
	border-right-color: #ecf1f3;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-right-style: solid;
	font-family:"Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
    color : Black;
    background-color : #FFFFFF;
}
.row2inv input {
	font-size: 12px;
	max-width: 440px;
	border-width: 0px;
	border-style: none;
	background-color: transparent;
}

.row1rem {
	border-right-color: #ecf1f3;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-right-style: solid;
	font-family:"Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	font-size : 10px;
    color: black;
    background-color : #FAFAFA;
    height: 18px;
    max-width: 80px;
}

.row2rem {
	border-right-color: #ecf1f3;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-right-style: solid;
	font-family:"Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	font-size : 10px;
    color : Black;
    background-color : #FFFFFF;
    height: 18px;
    max-width: 80px;
}

.remindItemCont {
	background-color: white;
	margin: 2px;
	padding: 2px;
	border-width: 1px;
	border-style: solid;
	border-color: #d6ccc5;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

.remindItemChk {
	font-size: 12px;
	padding-left: 2px; 
	text-align:left; 
	background-color:#f5f9f5;
	height: 20px;
	vertical-align: top;
}
.remindItemChk input {
	position: relative;
	top: 4px;
}
.remindItemChk label {
	position: relative;
	top: -5px;
}
.remindItemChk span {
	position: relative;
	top: -3px;
}



.remindItemUnchecked {
	color: #bfbfbf;
}
.remindItemUnchecked input {
	
}
.remindItemChecked {
	color: #1c1c1c;
}

.remindItemAmount {
	width: 80px;
	max-width: 80px;
	padding-right: 6px;
	font-size: 12px;
}
.remindItemAmount input {
	width: 80px;
	max-width: 80px;
	font-size: 12px;
	background-color: transparent;
	text-align: right;
	border-width: 0px;
	border-style: none;
}
	
.remindItemVat {
	width: 101px;
	color: #cacaca;
	padding-right: 6px;
	font-size: 10px;
	background-color: white;
	min-width: 101px;
}

.reminderAlreadySent {
	color: #b90601 
}

.rowsCont {
	padding-left: 4px;
	padding-bottom: 0px;
	padding-right: 4px;
	padding-top: 4px;
	margin-top: 10px;
	background-color: #ecf1f3;	
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;	
}
.rowsContInner {
	background-color: white;
	margin-right: 2px;
	margin-left: 2px;
	padding: 2px;
	border-width: 1px;
	border-style: solid;
	border-color: #d6ccc5;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.sumrowsLeftspaces {
	width: 350px;
	background-color: #ecf1f3;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
	height: 6px;
	margin-bottom: 16px;
}
.sumrowsCont {
	background-color: #ecf1f3;
	margin-bottom: 16px;
	padding-left: 4px;
	padding-bottom: 6px;
	padding-right: 4px;
	padding-top: 2px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}

.row1sumText {
	border-right-style: solid;
	font-size : 14px;
    color : Black;
    background-color : #FAFAFA;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
}

.row1sum {
	border-right-style: solid;
	font-size : 14px;
    color : Black;
    background-color: #fafafa;
    border-right-color: #ecf1f3;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 1px;
	border-top-width: 0px;
}

.row2sum {
	border-right-style: solid;
	font-size : 14px;
    color : Black;
    background-color : #ffffff;
    border-right-color: #ecf1f3;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 1px;
	border-top-width: 0px;
}
.row2sumText {
	border-right-style: solid;
	font-size : 14px;
    color : Black;
    background-color : #ffffff;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
}

.itemLightNumbers, .itemLightNumbers input, .itemLightNumbersVat, .itemLightNumbersProc, .itemLightNumbers div {
	border-style: none;
	border-width: 0px;
	font-size: 10px;
	color: #cdcdcd;
	overflow: hidden;
}
.itemLightNumbersVat {
	max-width: 60px;
	max-height: 12px;
	text-align: right;
}
.itemLightNumbersProc {
	max-width: 25px;
	max-height: 12px;
	text-align: right;
	padding-right: 4px;
}
.vatColWidthSpacer {
	padding-right: 0px;
	margin-right: 0px;
	border-style: none;
	width: 107px;
	min-width: 107px;
	max-width: 107px;
	text-align: right;
	font-size: 10px;
	color: #cdcdcd;
}
.removeBtn {
	width:20px;
	padding-left:4px;
	padding-right: 4px;
	cursor:pointer;
}