/* Start ----------------------------------------------------- body.css*/

body {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
}

#stonehill_layout_table {
	width: 100%;
	height: 100%;
	font-family: "Lucida Grande", "Helvetica", "Arial", sans-serif;
	font-size: 14px;
	line-height: 1em;
}

#toolbar {
	text-align: left;
	border-top: 1px solid #5f5f5f;
	background: url('/static/stonehill/en/toolbarBackground.png');
	background-repeat: repeat-x;
	height: 50px;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 3px;
	
	-moz-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomright:0px;
	-moz-border-radius-bottomleft:5px;
	
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 5px;
}

.toolbarItem {
    width: 50px;
    color: #ffffff;
    font-size: 11px;
}

/* edit area */

#invoice_number_input {
	width: 235px;
}
#dated_input {
	width: 235px;
}

#due_input {
	width: 235px;
}

#bill_to_input {
	width: 235px;
	height: 75px;
}

#ship_to_input {
	width: 235px;
}

#items_and_services_input {
    width: 670px;
    height: 215px;
    border: 1px solid #CCCCCC;
	overflow: hidden;
	position: absolute;
}

#remove_item_button {
	position: relative;
	right: 10px;
}

#notes_input {
    width: 450px;
    height: 92px;
}

#subtotal_input {
	width: 80px;	
}

#shipping_input {
	width: 80px;
}

#state_tax_input {
	width: 77px;
}

#state_tax_input .label, #federal_tax_input .label {
	text-align: left;
}

#federal_tax_input {
	width: 77px;
}

#paid_input {
	width: 80px;
}

#balance_input {
	width: 80px;
}

/* taskbar */

#taskbar {
    border-top: 1px solid #5f5f5f;
	background: url('/static/stonehill/en/taskbarBackground.png');
    height: 25px;
    width: 100%;
    position: absolute;
    bottom: 0px;
	left: 0px;
}

.taskbarItemSelected {
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    border: 1px solid black;
	background: url('/static/stonehill/en/taskbarSelectedBackground.png');
    height: 20px;
    width: 220px;
    vertical-align: middle;
    padding-left: 10px;
    position: absolute;
    top: 2px;
    color: #eeeeee;
}

.taskbarItem {
    -webkit-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 5px;
	
	-moz-border-radius-topright:10px;
	-moz-border-radius-topLeft:5px;
	-moz-border-radius-bottomRight:10px;
	-moz-border-radius-bottomLeft:5px;
	
    border: 1px solid black;
	background: url('/static/stonehill/en/taskbarBackground.png');
    height: 20px;
    width: 220px;
    vertical-align: middle;
    padding-left: 10px;
    position: absolute;
    top: 2px;
    color: #aaaaaa;
}

/* address book */

#address_book_name_input {
	width: 250px;
}

#address_book_street_address {
	width: 250px;
}

#address_book_city {
	width: 250px;
}

#address_book_province {
	width: 250px;
}

#address_book_postal_code {
	width: 250px;
}

#address_book_country {
	width: 250px;
}

/* End ------------------------------------------------------- body.css*/

