* {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 11px;
	font-family: Verdana, sans-serif;
}

h1 {
	font-size: 18px;
	margin: 1.1em 0;
	color: #900;
}

h2 {
	font-size: 14px;
	margin: 0.8em 0;
}

h3 {
	font-size: 12px;
	margin: 0.8em 0;
	clear: both;
}

h3 img {
	margin-right: 10px;
}

img {
	border: 0px;
	vertical-align: middle;
}

a {
	text-decoration: none;
}

form label {
	display: block;
	float: left;
	color: #060;
	font-weight: bold;
	width: 150px;
	padding-top: 4px;
}

form p.textarea label {
	float: none;
	width: auto;
}

form p.text input,
form p.password input {
	border: 1px solid #060;
	padding: 2px;
}

form p.checkbox label {
	padding-top: 0;
}

form div.column p {
	width: 93%;
}
form div.columns label {
	width: 100px;
	float: left;
}

form div.columns span.radio {
	display: block;
	float: left;
	width: 50px;
}

form div.columns span.radio input {
	float: left;
}

form span.radio label {
	display: inline;
	color: #000;
	font-weight: normal;
	padding: 0px 5px;
	width: auto;
}

form p {
	clear: both;
	margin: 1em 0;
}

form span.submit:first-child,
form p.submit {
	margin-left: 150px;
}

form span.submit input {
	margin: 10px 5px 10px 0;
}

option {
	padding: 1px 10px 0px 3px;
}

form textarea {
	height: 100px;
}

form input {
	padding: 1px;
}

form input:focus {
	background-color: #FF9;
}

table {
	border-collapse: collapse;
}

form.inplaceeditor-form a {
	margin-left: 10px;
}
form.inplaceeditor-form textarea {
	width: 90%;
}

form p.group label {
	height: 100%;
}

form span.group-elements {
	display: block;
	float: left;
}

form span.group-elements label {
	display: inline;
	float: none;
	width: auto;
	color: #000;
	font-weight: normal;
	margin: 0 0 2px 5px;
}

form span.group-elements input {
	vertical-align: middle;
}

ul li,
ol li {
	margin-left: 20px;
}

div.columns {
	width: 30%;
	float: left;
}

td, th {
	padding: 1px;
	text-align: left;
	vertical-align: top;
}

a {
	color: #060;
}

#container0 {
	width: 975px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 10px;
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 120px;
	background: url(/xml/admin/images/bg.gif) 0 0 repeat-x;
}

#header h1 span {
	display: none;
}

#header h1 {
	margin: 0; padding: 0;
	background: url(/xml/admin/images/tpj-header.png) center 0 no-repeat;
	height: 120px;
}

#header h2 {
	position: absolute;
	top: 40px;
	margin: 0 auto;
	color: #CCC;
	width: 100%;
	text-align: center;
	font-weight: normal;
	font-size: 22px;
}

#content {
	position: absolute;
	top: 110px;
	margin: 0px 10px;
	width: 100%;
	padding-bottom: 25px;
}

#content p {
	margin: 5px 0px;
}

#content p.success {
	border: 1px solid #090;
	padding: 10px;
	background-color: #CFC;
}

#content p.error{
	/*
	border: 3px solid #f00;
	border-width: 0 0 2px 0;
	*/
	padding-bottom: 10px;
}

#rightframe, #leftframe {
	width: 40%;
	float: left;
	margin-right: 10px;
	margin-top: -10px;
}


#nav {
	position: absolute;
	top: 93px;
	left: 25%;
	margin: 0px auto;
	z-index: 1;
}

#nav ul {
	position: relative;
	right: 20%;
	margin-top: 3px;
}

#nav ul li {
	display: inline;
	margin: 0px 8px;
}

#nav ul li a {
	font-size: 12px;
	color: #005d28;
	text-decoration: none;
}

#content table#admin-twocol {
	width: 100%;
}
table#admin-twocol td.left {
	padding-right: 10px;
	border-right: 2px solid #005D28
}
table#admin-twocol td.right {
	padding-left: 10px;
}
table#item-list {
	width: 100%;
	line-height: 18px;
}
table#item-list caption {
	font-size: 14px;
	margin: 0.8em 0;
	font-weight: bold;
}
table#item-list td.submit {
	white-space: nowrap;
}
table#item-list td.numeric {
	text-align: center;
}
table#item-list .submit input {
	border: none;
	padding: 0;
	margin: 0;
	margin-left: 2px;
	background-color: inherit;
	color: #060;
	cursor: pointer;
	font-size: 11px;
	line-height: 19px;
	font-family: Verdana, sans-serif;
}
table#item-list tr:hover td {
	border: 1px solid #006600;
	border-width: 1px 0;
}

#content form input.submit-save,
#content form input.submit-cancel {
	padding: 2px 5px;
	font-size: 120%;
}

table#item-list th.sorted a,
table#item-list th.unsorted a {
	padding-right: 15px;
}
table#item-list th.sorted a,
table#item-list th.unsorted a:hover {
	background: url(/xml/images/s_asc.png) right center no-repeat;
}

table#item-list th.sorted.desc a,
table#item-list th.sorted.asc a:hover {
	background-image: url(/xml/images/s_desc.png) !important;
}

/*
#content form input.submit-save {
	background: url(/xml/admin/images/ok.png) 0 center no-repeat;
}
#content form input.submit-cancel {
	background: url(/xml/admin/images/cancel.png) 0 center no-repeat;
}
	*/
table.nowrap td {
	white-space: nowrap;
}

table td.id {
	border-right: 1px solid #005D28;
	padding-right: 8px;
}
table td.id-next {
	padding-left: 8px;
}

form div.column {
	width: 50%;
	float: left;
}
form div.form_error {
	color: #F00;
	text-align: center;
}

div#messages {
	margin-top: 20px;
	margin-left: 10px;
}

div#messages div.message {
	width: 40%;
	padding: 10px 15px;
	border: 1px solid #999;
	background-color: #EEE;
}

div#messages div.success {
	border-color: #060;
	background-color: #EFE;
}
div#messages div.error {
	border-color: #600;
	background-color: #FEE;
}

#content div.tab {
	padding: 10px 5px;
}

#content ul.subsection_tabs {
	list-style:none;
	margin:0 0 5px 0;
	padding:0;
	clear:both;
	border-bottom:1px solid #ccc;
	height:20px;
	clear:both;
}

#content ul.subsection_tabs li.tab {
	float:left;
	margin-right:7px;
	text-align:center;
}

#content ul.subsection_tabs li.tab a {
	display:block;
	height:20px;
	padding:0 6px 0 6px;
	background-color:#fff;
	color:#666;
	width:150px;
	font-weight: bold;
	line-height: 20px;
}

#content ul.subsection_tabs li.tab a:hover {
	background-color: #EEE;
}

#content ul.subsection_tabs li.tab a.active {
	background-color:#ddd;
}

#content ul.sortable li {
	cursor: move;
}

#content div.controls {
	float: right;
}
#content div.controls a {
	margin: 0 5px;
}

table.matches td {
	border-top: 1px solid #000;
}

table.matches table {
	width: 100%;
}
table.matches table td {
	padding: 1px 5px;
	border: none;
}
table.matches tfoot td {
	font-weight: bold;
}
#properties span.price {
	cursor: pointer;
}

form.inplaceeditor-form {
	white-space: nowrap;
}
