/* CSS Document */

body { font-size: 62.5%; font-family: "Trebuchet MS", "Arial", "Helvetica", "Verdana", "sans-serif";}


/* PAGE HEADRES*/
#header {position:absolution; top:0px; text-align:center; border-bottom:1px solid black; padding-bottom:5px;}
#header a:nth-child(even) {color:red;}
#header a:nth-child(odd) {color:blue;}
#header {position:absolution; top:0px; text-align:center; border-bottom:1px solid black; padding-bottom:5px;}
#header a:nth-child(even) {color:red;}
#header a:nth-child(odd) {color:blue;}
#header a {text-decoration:none; font-size:22px;}

/* MAIN CONTENT LAYERS*/
#left {float:left; position:relative; left:70px; top:20px;}
#left-inventory {float:left; position:relative; left:0px; top:20px;}
#right {float:left; position:relative; left:100px; top:20px;}
#center {position:relative; text-align:center; top:30px;}

/* TABLE STYLE */
table {width:100%; font-size:1em;}
td, th {border:1px solid black; padding:2px;}
th {font-weight:bold; background:black; color:white;}
tr:nth-child(even) { color:black; background-color:#EBEBEB; font-weight:bold;}
tr:nth-child(odd) {color:black; background:#cccccc; font-weight:bold;}

/* FORM STYLE*/
#invoiceForm {position:relative; left:20px; top:30px;}
form {display:inline;}

/* JQUERY-UI ADDONS*/
.ui-autocomplete-loading {background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat;}
.demo-description {clear: both; padding: 12px; font-size: 1.3em; line-height: 1.4em;}
.ui-draggable, .ui-droppable {background-position: top;}