#pagetabs-wrap,
#pagetabs-wrap-pbox
{
	width:			100%;
	clear:			both;
	padding:		0px;
	margin:			0px;
}

#pagetabs,
#pagetabs-pbox
{
	width:			100%;
	padding:		0;
	font-size:		8pt;
	background:		white;
	line-height:	normal;
	float:			left;
}

#pagetabs ul,
#pagetabs-pbox ul 
{
	margin:			0px;
	padding:		0px;
	list-style:		none;
}

#pagetabs li
#pagetabs-pbox li 
{
	display:		inline;
	margin:			0px;
	padding:		0px;
}

/*
*	For the next two rules:	
*	1. A single image is used for the two doors, rather than one.
*	2. Ascetically, the 'font-weight:bold' was removed to closely mimic the www.digital-web.com tabs.
*	3. The padding was modified for personal preference.
*/

#pagetabs a,
#pagetabs-pbox a
{
	float:				left;
	background:			#e2e2e2 url("sliding2.gif") no-repeat left top;
	padding:			0px 0px 0px 9px;
	text-decoration:	none;
	color:				#000;
}

#pagetabs a span,
#pagetabs-pbox a span 
{
	float:				left;
	display:			block;
	background:			#e2e2e2 url("sliding2.gif") no-repeat right top;
	padding:			4px 15px 3px 6px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#pagetabs a span, #pagetabs-pbox a span
  {float:none;}
/* End IE5-Mac hack */

/*
*	1. At this point many things are simplified. The hover and background colors are set,
*	and no positions are used because we aren't swapping images
*	2. 'padding-bottom:4px;' on the current span pushes that tab 1px higher than the others, 
*	exposing 1px of the background color of #header and giving the effect of an underline.
*/

#pagetabs #admin-current a span, 
#pagetabs-pbox #admin-current-pox a span
{
	padding-bottom:		4px;
}

#pagetabs a:hover, #pagetabs a:hover span,
#pagetabs-pbox a:hover, #pagetabs-pbox a:hover span,
{
	background-color:	#E4F1BC;
	color:				#000;
}
#pagetabs #admin-current a span, #pagetabs #admin-current a,
#pagetabs-pbox #admin-current-pbox a span, #pagetabs-pbox #admin-current-pbox a 
{
	background-color:	#acb0b6;
	color:				#fff;
}

.editpage-wrap
{
	color:				#fff;
	background:			#acb0b6;
	clear:				both;
}

.editpage
{
	background:			#acb0b6 url('tr-corner.gif') no-repeat top right;
	padding:			4px; 
}

.editpage span
{
	font-weight:		bold;
	padding:			2px;
}

.editpage table.league-settings
{
	color:				black;
	padding: 0px;
	margin:  0px;
	background:			white;
}

.editpage table.league-settings td
{
	background:			white;
}

.editpage table
{
	padding: 0px;
}

