BODY {
	padding: 0px !important;
	margin: 0px !important;
}

#pcontent ul {
	display: block;
	list-style: disc outside none;	
	margin-left: 40px;
}

#pcontent ol {
	list-style: decimal outside none;
	margin-left: 40px;
}

#pcontent p {
	display: block;
	margin: 1em 0px;
}

#pcontent ul li {
	display: list-item;
}

#pcontent strong {
	font-weight: bold;
}

#pcontent em {
	font-style: italic;
}

#pcontent table {
	border-spacing: 5px !important;
}

#pcontent table td {
	padding: 5px !important;
}

#pcontent table p {
	margin: 2px;
}

#pcontent a {
	border-bottom: dotted 1px;
}

#pcontent a:hover {
	border-bottom: solid 1px;
}

#website_bar {
	background: url( ../../images/bar/background.png ) repeat-x;
	border-bottom: solid 5px #409f05;
	height: 50px;
}

#website_bar_external {
	background: url( ../../images/bar/background.png ) repeat-x;
	height: 50px;
}

#ptopnav #pnav .pboxinner {
	min-height: 0px !important;
}

#ptopnav #pcontent {
	margin-top: -15px;
}

#website_content {
	margin-top: 10px;
	overflow: auto;
}

.right {
	float: right;
}

/* Color picker */
#colorPicker {
	font-family: tahoma;
	font-size: 8pt;
}

#colorPicker input {
	padding: 2px;
	margin: 3px;
}

#colorActions {
	margin-top: 20px;
	text-align: center;
}

#buttonPage {
	text-align: center;
}

#buttonPage input {
	margin: 5px;
}

.pboxinner  {
	min-height: 50px;
}

/* Admin buttons */
.admin_tools {
	position: relative;
	right: 5px;
	background-color: #ffffff;
	float: right;
	border: solid 1px #ffffff;
	padding-left: 3px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	list-style: none !important;
	padding: 0px !important;
	margin: 0px !important;
}

.admin_tools li {
	padding: 5px 7px 3px 7px !important;
	margin: 0px !important;
	float: left;
}

/* Content edit */
#pcontentedit {
	position: absolute;
	top: 100px;
	right: 0px;
	background-color: #ffffff;
	text-align: center;
	border: solid 2px #f0f0f0;
	border-right: 0px;
}

#pcontentedit img {
	display: block;
	margin: 15px 8px 15px 15px;
}

#external_website {
	width: 100%;
	height: 100%;
}
