/*
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
*/
@import url(/domain.common.css);

#search {
	clear: both;
	display: table;
	position: relative;
}
#search form {
	display: table;
	margin-right: auto;
	margin-left: auto;
}

#tld {
	clear: both;
	display: table;
}
#tld h2 {
}
#tld ul {
	clear: both;
	display: table;
	margin: 0px;
	padding: 0px;
}
#tld li {
	padding-top: 3px;
	padding-bottom: 3px;
	display: inline-table;
	margin: 0px;
	width: 20%;
}

#location ul {
	clear: both;
	display: table;
	margin: 10px;
	padding: 0px;
}

#location li {
	float: left;
	padding-left: 10px;
	margin-left: 0px;
	list-style-position: inside;
	list-style-type: disc;
}

#directory {
	clear: both;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	display: table;
}
#directory h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding: 5px;
}
#directory h3 {
	clear: both;
	width: 100%;
	margin: 5px;
	display: table;
}
#directory ul {
	clear: both;
	width: 100%;
	display: table;
}
#directory li {
	width: 25%;
	float: left;
}
#directory li a {
	color: #0033CC;
}
.column{
	width:49%;
	margin-right:.5%;
	min-height:300px;
	background:#fff;
	float:left;
}
.column .dragbox{
	margin:5px 2px  20px;
	background:#fff;
	position:relative;
	border:1px solid #ddd;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.column .dragbox h2{
	margin:0;
	font-size:12px;
	padding:5px;
	background:#f0f0f0;
	color:#000;
	border-bottom:1px solid #eee;
	font-family:Verdana;
	cursor:move;
}
.dragbox-content{
	background:#fff;
	min-height:100px; margin:5px;
	font-family:'Lucida Grande', Verdana; font-size:0.8em; line-height:1.5em;
}
.column  .placeholder{
	background: #f0f0f0;
	border:1px dashed #ddd;
}
.dragbox h2.collapse{
	background:#f0f0f0 url('collapse.png') no-repeat top right;
}
.dragbox h2 .configure{
	font-size:11px; font-weight:normal;
	margin-right:30px; float:right;
}
.success{
	background:#d9f9e0;
	border:1px solid #339933;
	padding:5px;
	font-weight:bold;
}
