html, body {
	margin: 0px;
	padding: 0px;
}

.wrapper {
	margin: 0 auto;
	width: 1010px;
}

.pageheader {
	background-color: #0096ff;
	height: 50px;
}

.header-text {
	color: #fff;
	font-weight: bold;
	font-size: 3em;
	width: 300px;
}

.feedback {
	color: #fff;
	background-color: #0096ff;
	border-top: 1px white dotted;
}

.panel-left {
	float: left;
	width: 150px;
}

.panel-right {
	float: left;
	width: 857px;
	margin-left: 3px;
	margin-top: 15px;
}

.table-select {
	background-color: #0096ff;
	text-align: center;
}

.table-selector {
	width: 100%;
	text-align: center;
}

.table-selector input, .table-selector select {
	width: 100%;
}

.cp{
	background-color: #0096ff;
	text-align: center;
}

.cp-table {
	width: 100%;
	text-align: center;
}

.cp-table input {
	width: 100%;
}

.panel-left .title {
	color: #fff;
	font-weight: bold;
}

.editor-holder {
	background-color: #0096ff;
	text-align: center;
}

.editor {
	width: 100%;
}

.editor input {
	width: 100%;
}

.editor-info {
	border: 1px black dashed;
	padding: 5px;
	margin-top: 20px;
}

.editor-info-title {
	font-weight: bold;
}

.listing {
	width: 100%;
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
}
.listing td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
}

.action-edit {
	background: #fff url('data/img/edit.gif') no-repeat;
	outline: none;
	height: 24px;
	width: 24px;
	border: 1px #fff solid;
	font-size: 0pt;
	color: #fff;
}

.action-delete {
	background: #fff url('data/img/delete.gif') no-repeat;
	outline: none;
	height: 24px;
	width: 24px;
	border: 1px #fff solid;
	font-size: 0pt;
	color: #fff;
}
