div.aeTabbleCreator table tr td, div.aeTabbleCreator table tr{
	border: 1px solid lightsteelblue;
}
div.aeTabbleCreator{
	width: 80%;
	margin: 0 auto;
}
div.aeTabbleCreator td{
	cursor: pointer;
	min-width: 100px;
	height: 20px;
}
div.add_button {
	cursor:pointer;
	max-width: 200px;
	background : lightblue;
	display: block
}
div.aeTabbleCreator td.selected {
	background: lightyellow;
}
#flag {
    margin:0;
    padding:0;
    list-style:none;
	z-index:100;
}
#flag li {
	float:left;
	display:block;
	position:relative;
	margin:0 1px;
}
#flag li a {
	display:block;
	text-decoration:none;
}
#flag li a:hover {
	color:#fff;
}
#flag ul {
	position:absolute;
	left:0;
	display:none;
	margin:0 0 0 -1px;
	padding:0;
	list-style:none;
}
#flag ul li {
	float:left;
	border-top:1px solid #ccc;
}
#flag ul a {
	display:block;
}
object.hiddenObject
{
	visibility: hidden;
	width: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	border-style: none;
	border-width: 0px;
	max-width: 0px;
	max-height: 0px;
}
.circle {
    width: 120px;
    height: 120px;
    background: #7fee1d;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
}

.errorMessage{
	color: #8a1f11;
	font-size: 0.75em;
}