/* Clear browsers' default styling */
* {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

/* General Layout */
body {
	font-family: Helvetica;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover, .element hover {
	text-decoration: none;
}
a img {
	border: 0;
}
.footer {
	position: absolute;
	clear: both;
}

/* pageElement specific layout */
.pageElement {
}
#pageElementList_section {
}

.pageElement .captionName {
	overflow: visible;
}
.pageElement .controlValue {
	overflow: hidden;
	white-space: nowrap;
}
.pageElement img {
}

#spinner {
	display: block;
	position: absolute;
	float: left;
	margin: 10px 0 0 10px;
	
}
/* Data placeholders (end with Var) */
#controlPageNameURLVar, #asListVar, #folderFilterVar, #pageRevisionVar, #serverStateVar {
	position: absolute;
	display: none;
}

/* Scrollable div? */
.displayText {
	width:300px;
 	height:200px;
 	background-color:#E2E2E2;
 	overflow:auto;
}
