
/***** GENERIC *****/

body {
	font-family: arial;
	background-color: #ddd;
}

a img {
	border: 0px none;
}

img, button {
	vertical-align: middle;
}

table td {
	vertical-align: top;
}




/***** PAGE LAYOUT *****/

div#container {
	width: 700px;
	margin: 0px auto;
	background-color: #fff;
	border: solid 4px #ccc;
}

div#header {
	text-align: center;
	margin: 50px;
}

div#content {
	border-top: solid 4px #ccc;
	padding: 20px;
}

div#menu a {
	font-size: larger;
	padding: 0px 30px;
	margin-left: 15px;
	border: solid 1px #ccc;
	background-color: #eee;
	color: black;
	text-decoration: none;
}

/***** DISPLAY CLASSES *****/

.instruction {
	font-size: bigger;
	font-weight: bolder;
}

.helptext {
	font-size: 0.6em;
}

.section, step {
	margin: 20px 0px;
	padding: 5px;
	background-color: #eee;
}

.step {
	margin: 20px 0px;
	padding: 5px;
	background-color: #CAFF70;
}

.errormsg {
	font-size: larger;
	color: #dd0000;
}

/* padding, width and overflow are to make buttons appear ok in ie */
button.submit {
	font-size: larger;
	color: #dd0000;
	padding: 2px 15px;
	width: auto;
	overflow: visible;

}







/***** PHOTO DISPLAY *****/

textarea.template {
	width: 100%;
	height: 150px;
	border: solid 1px black;
}

table.photos td {
	padding: 5px 10px;
	border: 0px none;
}

.photo {
	cursor: move;
	border: 1px solid black;
}


#searching {
    display: none;
    font-weight: bolder;
}

.droppable {
	border: 2px dashed #ccc;
	padding: 10px;
}

.droppable-active {border-color: #f93;}

.droppable-hover {
	 background-color: #ffc;
	 border-color: #f93;
}

.selected_photo {
	margin: 5px 10px;
}

#selected_photos, #next_step {
	display: none;
}


