body {
	margin: 0px;
	padding: 0px;
}

table {
	empty-cells: show;
}

img {
	border: none;
}

body, div, td, th, input, textarea, select, button, h1, h2, h3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: black;
}

body, div, td, th {
	font-size: 12px;
}

h3 {
	margin: 5px 10px;
}

h4 {
	margin: 4px 8px;
}

table {
	border-collapse: collapse;
}

input,select,button,textarea {
	font-size: 12px;
}

small {
	font-size: 10px;
}

a {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

form {
	margin: 0px;
}

input.radio,input.checkbox {
	margin: 2px 0px;
	vertical-align: middle;
}

.clear {
	clear: both;
}

.w100 {
	width: 100%;
}

#menu {
	padding: 10px;
	border-bottom: 1px solid black;
	overflow: hidden;
}

#menuLeft {
	float: left;
	text-align: right;
	font-size: 16px;
	padding: 30px 0px 0px 15px;
}

#menuLeft a {
	margin: 0px;
	padding: 5px;	
}

#menuLeft a.active {
	background: white;	
	color: #006699;
}

#menuRight {
	float: right;
	text-align: right;
	font-size: 14px;
	padding: 16px;
}


#submenu {
	float: left;
	font-size: 12px;
	padding: 23px 5px 20px 15px;
}

#submenu a {
	margin: 0px;
	padding: 5px;	
}

#submenu_add {
	float: left;
	font-size: 12px;
	padding: 23px 5px 20px 15px;
}

#submenu_add a {
	margin: 0px;
	padding: 5px;	
    font-weight: bold;
}

#submenu a.active {
	background: white;	
	color: #006699;
}

#content {
	padding: 10px;
}


.top {
	height: 113px;
}

.top #logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.top a {
	color: white;	
}

.loginbox {
	padding: 100px;
	margin: auto;
	width: 266px;	
}

.loginbox .error {
	font-weight: bold;
	color: maroon;
}

.error {
	font-weight: bold;
	color: maroon;
}


/* AUTOCOMPLETE */

.autocomplete-w1 {
	background: url(shadow.png) no-repeat bottom right;
	position: absolute;
/*	top: 5px; */
	bottom:5px;
	left: 3px; /* IE6 fix: */
	_background: none;
	_top: 1px;
}

.autocomplete2-w1 {
	background: url(shadow.png) no-repeat bottom right;
	position: absolute;
	top: 5px; 
	left: 3px; /* IE6 fix: */
	_background: none;
	_top: 1px;
}

.autocomplete-w2 {
	padding: 0 6px 6px 0;
}

.autocomplete {
	width: 480px;
	border: 1px solid #999;
	background: #FFF;
	cursor: default;
	text-align: left;
	max-height: 350px;
	overflow: auto;
	margin: -6px 6px 6px -6px; /* IE specific: */
	_height: 350px;
	_margin: 0px 6px 6px 0;
	overflow-x: hidden;
}

.autocomplete .selected {
	background: #CCCCCC;
}

.autocomplete div {
	padding: 2px 5px;
	white-space: nowrap;
	font-size: 11px;
}

.autocomplete strong {
	font-weight: normal;
	color: #3399FF;
}

.autogood {
	overflow: hidden;
}

.autogood div {
	float: left;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
}

.autogood div.barcode {
	margin-left: 1px;
	width: 100px;
}

.autogood div.name {
	width: 191px;
}

.autogood div.group {
	width: 60px;
}

.autogood div.litrage {
	text-align: right;
	width: 51px;
}

.autogood div.abv {
	text-align: right;
	width: 50px;
}


/* POPUP */

.popup {
	position: absolute;
	
	z-index: 100;
	overflow: hidden;
	
	background: white;
	padding: 10px;	
}

#screenlock {
	background: url('../img/screenlock.png');
	
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 90;
}


/* FORM */





/* TABLE VIEW */

.tableView {
	border-collapse: collapse;
	margin: 2px 0px;
}

.tableView td, .tableView th {
	border: 1px solid black;
	padding: 5px;
	font-size: 11px;
	vertical-align: top;
	white-space: nowrap;
}

.tableView th {
	background-color: #CCCCCC;
}

.tableView td.highlight {
	background-color: #EEEEEE;
}

.tableView td.disabled {
	background-color: #EEEEEE;
}

.tableView td.changed {
	background-color: #FFFF99;
}

.tableView td.new {
	background-color: #99FF99;
}
.tableView td.new.disabled {
	background-color: #88EE88;
}

.tableView td.error {
	background-color: #FF9999;
}

.tableView input[type=text], .tableView textarea, .tableView select {
	border: 0px;
	padding: 0px;
	width: 100%;
	font-size: 11px;
	background-color: transparent;
}

.tableView input[type=checkbox] {
	padding: 0px;
	margin: 0px;
}

.tableView td.search {
	/*background: transparent url(/files/img/search.png) no-repeat scroll 4px 50%;*/
	cursor: default;
	/*overflow: hidden;*/
}

/*.tableView td.search input[type=text], .tableView td.search select {
	padding-left: 16px;
}*/

.tableView .left {
	text-align: right;
	width: 130px;
	padding: 5px;
	vertical-align: top;
	background-color: #EEEEEE;
}

.tableView .right {
	text-align: right;
}

.tableView .comment {
	text-align: left;
	width: 964px;
}

.tableView td.range {
	width: 65px;
}

#bottlesView {
	min-width: 1240px;
}

.insView td, .outsView td, .stampsView td {
	cursor: pointer;
}

.report td {
	font-size: 10px;
}

td.red {color: red;}



