#condorAddBody {
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 1.2;
	color: black;
	position: relative;
	z-index: 500; /* Come on, don't be silly */
}

#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;	

}





/*====== Content such as that added above the webpage ======*/

#addBodyContent {
	position: relative;
	z-index: 500;
	color: #555;
}


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

#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;
	z-index: 700;
	margin: 0px ;
	width: 100%;
	height: 76px;
	background: url(images/fadeTop.png) repeat-x #FFF;
}

#inPageEditBarLogo {
	position: absolute;
	left: 0px;
	top: 18px;
}

#inPageEditToolBoxAreaName {
	position: absolute;
	left: 119px;
	top: 39px;
	color: #FF9900;
	font-weight:bold;
	font-size:12px;
	text-transform:capitalize;
}

#inPageEditToolBoxAreaCaption {
	position: absolute;
	left: 119px;
	top: 27px;
	color: #ccc;
	font-weight:normal;
	font-size:11px;
}


#inPageEditBarMiddle {
	position: relative;
	z-index: 611;
	max-width: 980px;
	margin: 0 auto;
}

.neededText {
	background-color: #FFEEEE;
}


.inPageEditItem {
	padding-bottom:10px;	
}

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

#inPageEditMenuHeader {
	position: absolute;
	left: 5px;
	top: 3px;
	cursor: pointer;
}

#inPageEditBarMenuImageToggle {
	position: absolute;
	left: 130px;
	top: 0;
	cursor: pointer
}

#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: 51px;
	right: 305px;
	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: 25px;
	border-left: 1px solid #3A4265;
	border-right: 1px solid #3A4265;
	border-bottom: 1px solid #3A4265;
	background-color: #21263C;
	display: none;
	padding: 0 5px;
}

#addBodyContent ul#inPageEditBarMenu li ul a{
	color:#fff;
	white-space: normal;
}

#addBodyContent ul#inPageEditBarMenu li ul a:hover{
	color: #659fce;
}

#addBodyContent ul#inPageEditBarMenu li.inPageEditListItem {
	width:200px;
	padding: 4px 0;
	margin: 0;
	font-size: 1em;
	list-style: none;
	border-top: 1px #3A4265 solid;
}

#addBodyContent ul#inPageEditBarMenu li.inPageEditListItem.last {
	border-bottom: 0 none;
}

#inPageEditBarMenu .inPageEditMenuItem {
	float: left;
	position: relative;
	color: #FFF;
}

#addBodyContent li.inPageEditMenuItem a.inPageEditItem {
	margin: 0;
	border: 0;
	padding: 2px 20px 15px 6px;
	color: #FFF;
	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;
}



#inPageEditorText {
	position: absolute;
	left: 150px;
	top: 3px;
}

#editModeButton {
	position: absolute;
	right: 10px;
	top: 44px;
	width:109px;
	height:21px;
	background: transparent url('images/btn_edit_view_page.png') no-repeat 0 0;
	overflow: hidden;
	font-size: 0px;
}

#editModeButton:hover{
	background-position: 0 -21px;	
}

#editModeButton.editButtonOff{
	background-position: 0 -42px;
}

#editModeButton.editButtonOff:hover{
	background-position: 0 -63px;
}


#versionModeButton{
	position: absolute;
	right: 130px;
	top: 44px;
	width:83px;
	height:21px;
	background: transparent url('images/but_publishVersion.png') no-repeat 0 0;	
}

#versionModeButton:hover {
	background-position: 0 -21px;
}

#editBarUserInfo {
	position: absolute;
	right: 15px;
	top: 20px;
	color:#999;
	font-size:11px;
	text-align:right;
}

#editBarUserInfo a {
	color:#fff;	
	font-size:11px;
}

#editBarUserInfo a:hover {
	text-decoration:underline;	
}

#editBarUserInfo .user {
	font-weight: bold;
	color:#ff9900;
}

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

#editModeActive {
	position: absolute;
	left: 250px;
	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, not obseleted by underlays from dojo ======*/
/*====== It is still used when clicking save on a list module item I think (tom) */

.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;
}


