body {
	background-color: #FFFFFF;
	color: #6d6e71;
	font-family: "Lucida Sans Unicode", "Lucida Grande", georgia;
	font-size: 12px;

}

.title {
	color: #6d6e71;
	font-family: "Lucida Sans Unicode", "Lucida Grande", georgia;
	font-size: 16px;
}

#limit {
	position: absolute;
	top: 20px;
	right: 20px;
	text-align: right;
}

table.list th {
	background: #F5F5F5;
	padding: 5px;
	border-bottom: 1px solid #EEE;
	text-align: left;
}


table.list td {
	padding: 5px;
	border-bottom: 1px solid #EEE;
}

table.list tr:hover td {
	background: #F5F5F5;
}

#saved {
	background: #A5DECF;
	color: #006649;
	border: 1px solid #71B8A5;
	margin: 10px 0px;
	font-weight: bold;
	position: relative;
	padding: 10px;
}

#sortable {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#sortable li {
	height: 100px;
	width: 100px;
	overflow: hidden;
	float: left;
	border: 1px solid #DDD;
	background: white;
}

#sortable li.placeholder {
	background: #DDD;
}
