/* Site: Style sheet for "site" layout (layout_site.css) */

#flash {
	margin: 0px;
}

.notice {
	color: green;
}

.error {
	color: red;
}

.question_area{
	margin-bottom: 5em;
}

.popup_box {
	z-index: 10;
	display: none;
	background-color: #EEEEEE;
	position: absolute;
	padding: 10px;
	border-width: 1px;
	border-color: black;
	border-style: solid;
}

tr.even td{
	background-color:#CCC;
}

tr.odd td{
	background-color:#EEE;
}

.draggable_element{
	cursor:move;
}

.selected_answer{
	border-width: 1px;
	border-color: black;
	border-style: solid;
	background-color: green;
}