#condorAddBody {
	font-family: Arial, sans-serif;
	font-size: 10px;
	line-height: 1.2;
	color: black;
	position: relative;
	z-index: 1000;
}

#condorAddBody a img {
	border: 0 none;
}


/*====== Popups superimposed on the webpage ======*/
	
#addBodyPopUps {
	position: absolute;
	z-index:600; /* Place in front of the 500 z-index disable body div */
	left: 0px;
	top: 0px;
}

#addBodyPopUps .dojoFloatingPaneClient {
	padding:0px;	
}

#addBodyPopUps .dojoFloatingPaneClient iframe {
	border:0px;	

}


.popWindow {
	position: absolute;
	top: 23px;
	left: 0;
	background-color: #fff;
}


/* "Top bar for those who have write access" ? */

#addBodyContent p,
#addBodyContent a {
	padding: 0;
	line-height: 1.3em;
}

#addBodyContent ul {
	margin: 5px;
	padding: 5px;
}


#blockBody {
	display: none;
	z-index: 1;
}


/*------ Wait notice ------*/

#waitNotice {
	display: none;
	position: fixed;
	z-index: 1;
	top: 50%;
	left: 50%;
	width: 160px;
	height: 39px;
	margin: -20px 0 0 -80px;
	background-color: #bbb;
}
#waitNotice img {
	margin: 12px 0 0 15px;
}


/*------ In-page edit bar ------*/

#inPageEditBar {
	position: relative;
	margin: 0 auto;
	width: 764px;
	height: 66px;
	z-index: 0;
}

#editBarTClickLogo {
	position: absolute;
	right: 195px;
	top: 4px;
}

#inPageEditBarFadeTop {
	position: absolute;
	left: 0;
	top: 5px;
}

#inPageEditBarFadeBottom {
	position: absolute;
	left: 0;
	bottom: 5px;
}

#inPageEditToolBoxAreaName {
	position: absolute;
	left: 145px;
	top: 22px;
	color: #95C872;
}

#inPageEditBarMiddle {
	background: url(images/fadeTop.png) repeat-x;
	position: absolute;
	left: 0;
	top: 13px;
	width: 764px;
	height: 40px;
}

.neededText {
	background-color: #FFEEEE;
}

#inPageEditMenu {
	position: relative;
	z-index: 620;
	left: 350px; _left: 0;
	top: 21px;
	margin: 0;
	padding: 0;
	width: 140px;
	font-size: 9px;
	color: #999;
}

#inPageEditBarMenu {
	position: absolute;
	top: 20px;
	right: 235px;
	z-index: 1000;
}

#inPageEditMenu ul#inPageEditBarMenu {
	position: absolute;
	left: 0;
	top: 19px;
	border-left: 1px solid #C9DDAD;
	border-right: 1px solid #A7BB9B;
	border-bottom: 1px solid #A7BB9B;
}

#addBodyContent ul#inPageEditBarMenu ul,
#addBodyContent ul#inPageEditBarMenu {
	margin: 0;
	padding: 0;
	list-style: none;
}

#addBodyContent ul#inPageEditBarMenu li ul {
	position: absolute;
	left: 0;
	top: 15px;
	border-left: 1px solid #C9DDAD;
	border-right: 1px solid #A7BB9B;
	border-top: 1px solid #C9DDAD;
	border-bottom: 1px solid #A7BB9B;
	background-color: white;
	display: none;
}

#addBodyContent ul#inPageEditBarMenu li.inPageEditListItem {
	padding: 0;
	margin: 0;
	font-size: 1em;
	list-style: none;
}
#inPageEditBarMenu .inPageEditMenuItem {
	float: left;
	position: relative;
}

#addBodyContent li.inPageEditMenuItem a.inPageEditItem {
	margin: 0;
	border: 0;
	padding: 2px 20px 2px 6px;
	color: #75A851;
	cursor: pointer;
	background: url(images/menuOff.png) no-repeat top right;
}

#addBodyContent li.inPageEditMenuItem ul.item-list a {
	background: none;
	white-space: nowrap;
	display: block;
	padding: 3px 6px;
}

#addBodyContent li.inPageEditListItem a.inPageEditItem:hover {
	background-color: #eee;
}


#inPageEditorText {
	position: absolute;
	left: 160px;
	top: 4px;
}

#editModeButton {
	position: absolute;
	right: 6px;
	top: 6px;
}

#editBarLogoutButton {
	position: absolute;
	right: 100px;
	top: 6px;
}

#inPageEditBarLogo {
	position: absolute;
	left: 10px;
	top: 3px;
}

#editBarTrafficGo {
	position: absolute;
	left: 140px;
	top: 4px;
}

#editModeActive {
	position: absolute;
	left: 260px;
	top: 2px;
	
}

#inPageEditBarPublishButton {
	position: absolute;
	right: 6px;
	top: 0px;
	cursor:pointer;
	display:none;
}

#inPageEditBarEditButton {
	position: absolute;
	right: 6px;
	top: 0px;
	cursor:pointer;
}


/*====== Link to edit page box ======*/

.linkToEditPage {
	background: transparent url(images/fadeTop.png) repeat-x scroll 0%;
	position: relative;
	margin: 4px auto;
	border: 2px solid #CCCCCC;
	width: 99%;
	height: 34px;
	cursor: pointer;
}

.linkToEditPageToolBox {
	position: absolute;
	right: 3px;
	top: 2px;
}

.linkToEditPageGo {
	position: absolute;
	left: 10px;
	top: 10px;
}

.linkToEditPageText {
	position: absolute;
	left: 30px;
	top: 10px;
	font-size: 12px;
	color: #888888;
}



/*====== File upload used in various modules - move this elsewhere! ======*/

.editSubmit {
	float: right;
}



/*====== This is the styling for condor.disableBody() in javascript.Condor.admin.js, probably obseleted by underlays from dojo ======*/

.semiTrans {
	background-color: #222;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 1000px;
	opacity: 0.6; filter: alpha(opacity=60);
}


.underlay {
   background-color:#222;
}



/* for ajax popups such as the version info for text inside the edit text popup */

.infoBlock {
	width:640px;
	overflow:hidden;
	border:1px solid #bbb;
	margin:10px;
}

.infoBlockHeader {
	background-color:#ccc;
	color:#888;
	padding:5px;
	position:relative;
}

.infoBlockBody {
	padding:10px;
	width:590px;
	overflow:hidden;
	background-color:#fff;
}


/* Defaults for quick editing */

.showInEditMode {display:none}
.showInViewMode {display:block}


/* Link to toolbox for widgets */

.toolbox-link {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	margin: 5px;
	padding: 5px;
	background-color: #8FB474;
	color: white;
}
.toolbox-link a {
	color: black;
}
