@IMPORT url("base.css");
@IMPORT url("tags.css");
@IMPORT url("colors.css");
@IMPORT url("domains.css");

div.wicket-aa {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana;
	font-size: 12px;
	background-color: white;
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
	padding: 2px;
	margin: 1px 0 0 0;
	text-align: left;
}

div.wicket-aa ul {
	list-style: none;
	padding: 2px;
	margin: 0;
}

div.wicket-aa ul li.selected {
	background-color: #0000FF;
	color: white;
	padding: 2px;
	margin: 0;
}

/*
div.ip {
	border: 1px solid #DDD;
	background-color: white;
	margin-left: 8px;
	margin-top: 16px;
	padding: 1px 2px;	
}

div.ip>img.icon {
	position: relative;
	top: -10px;
	left: -12px;
	float: left;
}

div.ip>h2 {
	font-size: 16px;
	font-weight: normal;
	margin: 2px 2px 4px 2px;
}

div.ip>div.sep {
	margin: 3px 6px 0px 6px;
	border-top: 1px solid #ddd;
	padding: 3px 0px;
}

div.ip>div.bl {
	width: 100%;
	padding: 1px 2px;
	margin: 0px;
	clear: both;
}

div.ip>div.bl>.fr {
	float: right;
	padding-right: 2px;
	font-size: 11px;
}

div.ip>div.ar {
	width: 100%;
	text-align: right;
	padding-right: 2px;
	font-size: 11px;
}

.pretext {
	color: #444444;
	display: block;
	border-bottom: 1px solid #e0e0e0;
	margin-top: 2px;
	padding-bottom: 0.5em;
}
.posttext {
	border-top: 1px solid #e0e0e0;
		color: #444444;
	font-size: 12px;
	display: block;
}

div.form {
	padding: 0.2em;
}

table.form {
	padding: 0em 1em;
}
*/


/*
div.mph {
	text-align: right;
	padding: 4px 8px;
	font-weight: bold;
}

table.form>tbody>tr {
	vertical-align: top;
}
*/

/*

table.form>tbody>tr>td.h50 {
	width: 50%;
}

table.form>tbody>tr>td h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 0.5em 0em;
}

*/

