/* main */
body {
	font-family: arial;
	font-size: 12px;
}
.clear {
	clear: both;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
input.text {
	border: 1px solid #444;
	background-color: #ddd;
}
.top-wrapper h2 {
	padding: 5px;
	margin-bottom: 7px;
}
.main-wrapper h2 {
	padding: 5px;
	margin-top: 10px;
}

/* wrappers, panes */
.logo {
	margin-top: 20px;
	margin-left: 16px;
}
.top-wrapper {
	background-image: url(../img/wonderduck/head-bg.png);
	background-repeat: repeat-x;
	background-position: bottom center;
	color: #ddd;
}
.slidepane {
	width: auto;
	height: auto;
	padding: 10px;
	display: none;
}
.sidepane-wrapper {
	float: right;
	padding: 10px;
	border-left: 1px solid #444;
	line-height: 110%;
}
.toppane {
	width: auto;
	height: 47px;
	padding: 0px 10px;
	line-height: 47px;
}
.toppane .topmenu {
	margin-left: 10px;
	float: left;
}
.toptitle {
	font-size: 18px;
	font-weight: bold;
}
.toppane .locale-chooser {
	float: right;
	margin-right: 10px;
}
.toppane .locale-chooser img {
	vertical-align: middle;
	padding-left: 2px;
	padding-right: 2px;
}
.toppane .userinfo {
	float: right;
	margin-right: 10px;
}
.main-wrapper {
	background-image: url(../img/wonderduck/leftpane.png);
	background-repeat: repeat-y;
	background-position: top left;
}
.leftpane {
	float: left;
	width: 194px;
	height: auto;
	color: #ddd;
	padding: 20px;
}
.main {
	margin-left: 240px;
	padding: 10px;
	width: auto;
	min-height: 550px;
}
.tabs ul { /* patch */
	clear: none !important;
	height: 29px;
}
.main .text p {
	margin: 7px 0px;
}

form table td {
	padding: 2px;
}

.formtable td {
	padding: 1px 5px;
}
.formtable tr td:first-child {
	text-align: right;
}
.tabs {
	margin: 10px 0px;
}

table.formatted {
	border-top: 1px solid white;
	border-left: 1px solid white;
}
.ui-tabs-panel {
	overflow: auto;
}
table.formatted td,table.formatted th {
	padding: 3px;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
}
table.formatted,table.formatted td,table.formatted th {
	border-color: #777;
}
table.formatted .even {
	background-color: #ddd;
}
table.formatted th {
	padding: 7px 5px;
	vertical-align: middle;
}

div.tabs > div > div {
	padding-right: 7px;
	padding-bottom: 7px;
}

table.subtabled tbody tr.subtable > td {
	padding: 4px 8px 17px 8px;
}
table.subtabled tbody tr.subtable table {
/*	width: 100%; */
}

/* footer */
.footer {
	width: auto;
	height: 53px;
	background-image: url(../img/wonderduck/footer.png);
	background-repeat: repeat-x;
	background-position: bottom center;
	color: #aaa;
	padding: 0px 10px;
	line-height: 53px;
}
.footer a {
	color: #aaa;
}
.footer-menu {
	margin-left: 10px;
	float: left;
}
.footer-copy {
	float: right;
	margin-right: 10px;
}
