html { 
	height: 100%; 
}

body { 
	margin: 0; 
	padding: 0;
	font-family: Arial; 
	font-size: 11px; 
	height: 100%; 
}

input, textarea, select { 
	height: 14px;
	width: 150px;
	border: 1px solid #777777; 
	font-size: 11px; 
}

p {
	margin: 0px;
}

.button { 
	font-size: 11px; 
	background-image: url(../images/layout/button.png); 
	background-position: left bottom;
	background-repeat: repeat-x;
	height: 18px;
	width: 125px;
}

.checkbox {
	width: 15px;
	height: 15px;
}

.searchbar { 
	width: 180px; 
	margin-bottom: 4px; 
}

.errormessage {
	font-weight: bold;
	font-size: 14px;
	color: #971C1C;
	padding: 4px 4px 4px 18px;
	margin-bottom: 10px;
	background-image: url(../images/layout/error.png); 
	background-position: left center; 
	background-repeat: no-repeat;  
}

.advertpanel { 
	width: 200px; 
	height: 100%; 
	float: right; 
	margin-top: 4px; 
}

.advertlink { 
	font-weight: bold;
	text-decoration: none; 
	font-size: 12px;
	color: #000000;
}

.advertlink:hover { 
	text-decoration: underline; 
}

.contentpanel { 
	width: 540px; 
	height: 100%; 
	float: left; 
	margin: 4px; 
}

#editor {
	background-color: #FFFFFF;
}

.longbutton {
	width: 175px;
}

.shortbutton {
	width: 100px;
}

.longinput {
	width: 278px;
}

.pageimage img {
	padding: 4px 4px 2px 4px;
	border: 0px;
}

.dialogheaderleft { 
	height: 25px; 
	width: 8px;
	background-image: url(../images/layout/dialogleft.png); 
	background-position: left top; 
	background-repeat: no-repeat; 
	background-color: #16141A; 
	float: left; 
}

.dialogheadercenter { 
	width: 175px; 
	background-color: #16141A; 
	padding: 6px 4px 7px 5px;
	font-weight: bold; 
	font-size: 10px; 
	color: #FFFFFF;  
	float: left;
}

.dialogheaderright { 
	height: 25px; 
	width: 8px; 
	background-image: url(../images/layout/dialogright.png); 
	background-position: right top; 
	background-repeat: no-repeat; 
	background-color: #16141A; 
	float: right; 
}

.dialogcontent { 
	border-width: 0px 1px 0px 1px; 
	border-style: solid; 
	border-color: #16141A; 
	padding: 20px 9px 6px 9px; 
	background-color: #FFFFFF;
}

.advert_link {
	text-decoration: none;
}

.catmenuitem a {
	color: #FF0000;
}

.searchform {
	margin: 0px;
}

.advcont {
	padding: 8px;
}

#editor_container {
	border: 1px solid #3D3444;
}

#editor_imagecont {
	padding-left: 2px;
	padding-right: 2px;
}

#editor_toolbar {
	background-color: #BBBBBB;
	padding: 4px;
}

#editor_content {
	overflow: auto;
}

#editor {
	height: 300px;
	border-top: 1px solid #3D3444;
	padding: 4px;
	overflow: auto;
	width: 482px;
}

#editor_seperator {
	border-right: 1px solid #757575;
	padding-right: 3px;
}

#editor_extrapadding {
	padding-left: 3px;
}

.editor_fontchooser {
	font-size: 10px;
	width: 116px;
	height: 20px;
}

#hiddenFields {
	display: none;
}

.lblink img {
	border: 0px;
}

.flagcontainer {
	background-color: #FFFFFF;
	padding: 2px 2px 0 4px;
	margin: 5px 5px 0 0;
}

.flaglink {
	text-decoration: none;
	padding: 3px 4px 1px 4px;
}

.flagimage {
	border: 0;
	padding-top: 3px;
}

.flagfadeout {
	padding: 2px 16px 0 16px;
	background-image: url('../images/layout/flagfadeout.png');
}

.flagselected {
	background-color: #CCCCCC;
}