#editor {
		width: 800px;
}
#cmsopts {
		text-align: center;
}		
#preview {
		position: absolute;
		top: 0px;
		left: 0px;
		text-align: left;
		background-color: white;
		padding: 5px;
		border: 2px solid #eeeeee;
}
html>body #preview {
		position: fixed;
}
.cmsglobaloption {
		padding: 0px 2px 2px 0px;
}
.cmsglobaloption a {
		padding: 2px 0px 0px 2px;
		display: block;
		background-color: white;
		text-decoration: none;
}
.cmsglobaloption a:link, .cmsglobaloption a:visited {
		background-color: white;
}
.cmsglobaloption a:hover {
		background-color: #fafafa;
}

#cmsglobaldata {
		text-align: left;
		background-color: white;
		padding: 5px;
		border: 2px solid #eeeeee;	
}
#addtopage {
		position: absolute;
		border: 2px solid #eeeeee;
		z-index: 100;
}
.cms, .cmsoption, .cmsglobaloption, .cmsform, .textarea {
		font-size: 10pt;
		font-family: "Trebuchet MS", arial, sans-serif;
		color: #000000;
		line-height: 12pt;
		text-decoration: none;
}
.cmsform, .textarea {
		font-size: 8pt;
		/*line-height: 10pt;*/
}
.cmshead2 {
		font-weight: bold;
		color: #666688;
}
.cmssmall {
		font-size: 8pt;	
}

a:hover.cmsoption {
		color:#777777;
}

.helplink {
		font-size: 8pt;
 		color: #000077;
 		text-decoration: none;
}
a:hover.helplink {
		color: #0000dd;
		background-color: #eeeeff;
}


.closelink {
		font-size: 8pt;
	 	color: #770000;
	 	text-decoration: none;
}
a:hover.closelink {
		background-color: #ffeeee;
		color: #dd0000;
}

img.cmsimg {
		border: none;
		text-decoration: none;
}

table.cms1 {
		background-color: #fafafa;
}

.contentitem {
		padding:1px;
}

.contentitem_over {
		background: #fafafa;
		border: 1px solid #eeeeee;	
}

.previewdiv {
		border: 1px solid red;	
		overflow:auto;
		vertical-align: middle;
		text-align: center;
		width: 395px;
		height: 395px;
}
.picscroll {
		text-align: left;
		overflow: auto;
		width: 250px;
		height: 400px;
		border: 1px solid black;
}

#cmsgod {
		background: #fafafa;
}
