
/* Banner definition */
.whome #fpobanner {
	background-image: url(http://www.developerforce.com/assets/images/wiki/banner-aloha.gif);
}

/* Jon added the following two -fix items to add some special styling for the wiki home page 2009-April-29 */
.multi_button .container .item-fix {
	background:transparent url(http://www.developerforce.com/assets/developerforcesite/developerforce_home/common/css/images/buttons/grn_arrow.gif) no-repeat scroll 0 2px; /* background-position:0 2px; for ie6/ie7 */ /* GL: changed 1px to 2px */
	margin:0 23px 0 0;
	padding:0 0 0 19px;
	color:#326DB5;
	text-decoration:none;
}
.multi_button .container .item-fix a { 
  text-decoration:none;
  color:#326DB5;
}
	

#pt-anonuserpage, #pt-anontalk { display: none; }

/* register link */

#reg-link  a {
	bottom:0;
	text-indent:-9999px;
	height:50px;
	position:absolute;
	right:0;
	width:400px;
}

#jump-to-nav, .printfooter {
	display: none;
}

#ctas .button .image {
	display: block;
	height: 53px;
	z-index:5;
}

#ctas .button .overlay {
	z-index:0;
}

#wrapper #fpobanner { display: none; }

div#container.whome #contentSub {display:none}

#wrapper .whome #fpobanner { position:relative; background-color:#BFCFEA; height:110px; display: block; }

table {
	border-spacing:1px;
}

/* GL: Not needed since I patched styles.css
caption, th, td {
	text-align: inherit;
	vertical-align: middle;
}
*/

caption, th {
	font-weight:bold;
}

/*
GL: commented since this breaks some things.
Use the crop class to crop images or other things,
likethe banner  in the AIR_and_Fles_Toolkit page.
div#contentcontainer {
	overflow:hidden;
}
*/

ol li {
	list-style-type: decimal;
}

/* Used to crop images or other things */
.crop {
	overflow:hidden;
}

.editsection {
	float:right;
	position:relative;
	top:-3px;
}

