@import "http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/themes/base/ui.all.css";

#yourpatchorder {
	font-size: 0.9em;
}

#yourpatchorder form .formtable {
	width: 100%;
}

#yourpatchorder .content {
	display: none; /* Hide by default and use JS to enable it */
}

#yourpatchorder div.plant_listing {
	height: 300px;
	overflow: auto;
	border: 1px solid black;
	width: 240px;
}


#yourpatchorder table, #yourpatchorder td, #yourpatchorder th {
	border: none !important;
	padding: 2px !important;
}

#content #yourpatchorder .content table {
	border: 2px dashed #ccc !important;
	margin-bottom: 2em;
}

#yourpatchorder div.drop {
	width: 250px;
	height: 200px;
	background-color: #dcdcdf;
	border: 3px double black;
	margin: 0.5em;
	opacity: 0.75;
	position: relative;
}

#yourpatchorder td h3 {
	margin: 0;
	margin-bottom: 0.2em;
}

#yourpatchorder div.drop.acceptseed { /* Seed Bed */
	margin-bottom: 3em;
}

#yourpatchorder div.drop .contents {
	overflow: auto;
	height: 150px;
}

#yourpatchorder div.drop.acceptherb .contents { /* Herb Bed */
	height: 160px;
}

#yourpatchorder div.drop ul {
	list-style-type: none;
	margin: 0;
	padding: 0.5em;
}

#yourpatchorder div.drop .title {
	text-align: center;
	font-weight: bold;
	padding: 0.5em;
}

#yourpatchorder div.drop .percentfull {
	position: absolute;
	bottom: 0px;
	left: 0px;
	text-align: center;
	width: 100%;
	padding: 0.5em;
	font-size: 1.1em;
}

/* Hide the close button in the loading dialog box */
.loadingdialog .ui-dialog-titlebar-close {
	display: none;
}

div.instructions.ui-dialog-content {
	text-align: left;
}

#yourpatchorder div.messages p, #yourpatchorder div.messages div {
	background-color: #ffffcc; 
	border: 1px solid #ffff66; 
	padding: 0.2em;
}

#yourpatchorder .error {
	color: red; 
	font-weight: bold; 
	background-color: #ffcccc; 
	border: 1px solid red; 
	padding: 0.5em;
}

#yourpatchorder img { 
	vertical-align: middle;
	margin: 0;
}

#yourpatchorder a.delete img { 
	margin-left: 0.5em;
}

#yourpatchorder div.drag {
	width: 200px;
	border: 1px dashed #000;
	color: white;
	background-color: #1A8135;
	cursor: move;
	z-index: 10;
}

.plantcontainer {
	background-image:url(arrow.gif);
	background-position:right center;
	background-repeat:no-repeat;
}

#yourpatchorder .plant {
	margin: 0.5em;
	padding: 0.2em;
}

#yourpatchorder .plant .title {
	font-weight: bold;
}

#yourpatchorder .plant .description {
	font-size: 0.9em;
	text-align: center;
}

#yourpatchorder .plant .unit_of_measure {
	
}

#yourpatchorder .plant .tums {
	text-align: right;
}

#yourpatchorder .drop.active {
     opacity: 1;
}

#yourpatchorder .droppable-hover {
     outline: 1px dotted black;
     background-color: white;
}

#yourpatchorder #totals {
	margin-left: 1em;
}

#yourpatchorder #totals .ordertotal {
	padding-top: 1em;
	font-weight: bold;
	font-size: 1.1em;
}
