/* general goodies */
body
{
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 10px;
	color: #000;
	background-color: #fff;
}

/* ----------------------------------------------------------------- */


/* code pane that might be showing, creating or editing code based on state */
#codePane
{
	
}

#newCodePane
{
	display: none;
}

#newCodePane #code
{
	display: none;
}

#newCodePane>#code
{
	display: none;
}

#updatedCodePane
{
	display: none;
}

#updatedCodePane #updatedCode
{
	display: none;
}

#updatedCodePane>#updatedCode
{
	display: none;
}

#displayCodePane
{
	display: block;
	font-size: 12px;
	width: 100%;
	background-color: #fff;
}

#displayMenuPane
{
	display: none;
}

#optionsMenuPane
{
	display: none;
}

/* ----------------------------------------------------------------- */


#historyPane, #miniNavigationPane, #tags
{
	display: none;
}


/* menu pane that holds all types of menus based on state */
#menuPane
{
	display: none;
}

#menuPane .cancelLink
{
	display: none;
}

#newMenuPane
{
	display: none;
}

#editMenuPane
{
	display: none;
}

#alwaysMenuPane
{
	display: none;
}

#alwaysMenuPane #indicator
{
	display: none;
}

#alwaysMenuPane #indicator #statusMessage
{
	display: none;
}
/* ----------------------------------------------------------------- */


/* badges! */
#badges
{
	display: none;
}

#badges img
{
	display: none;
}
/* ----------------------------------------------------------------- */


/* tabs */
#tabs
{
	display: none;
}
/* ----------------------------------------------------------------- */


/* pane that shows recently created/updated entries */
#recentPane
{
	display: none;
}

#recentPane .entry
{
	display: none;
}

#recentPane .entry a, #recentPane .entry a:link, #recentPane .entry a:visited
{
	display: none;
}

#recentPane .entry a:hover, #recentPane .entry a:active
{
	display: none;
}
/* ----------------------------------------------------------------- */


/* buttons galore! */
a.button, a.button:visited, a.button:link
{
	display: none;
}

a.button img, a.button:visited img, a.button:link img
{
	display: none;
}

a.button:active, a.button:hover
{
	display: none;
}

/* ----------------------------------------------------------------- */


/* used for anything turning on or off based on php code */
.on
{
	display: none;
}

.off
{
	display: none;
}
/* ----------------------------------------------------------------- */