/* - - - - - - - - - - - - - - - - - - - - -
Context Sensitive Help (CSH)

$Id: element_csh.css 7906 2010-06-13 14:56:44Z ohader $
- - - - - - - - - - - - - - - - - - - - - */

a.typo3-csh-link span.typo3-csh-inline {
	display: none;
}

a.typo3-csh-link:hover span.typo3-csh-inline {
	display: block;
}/* - - - - - - - - - - - - - - - - - - - - -
Docheader

$Id: element_docheader.css 7906 2010-06-13 14:56:44Z ohader $
- - - - - - - - - - - - - - - - - - - - - */

div#typo3-docbody {
	bottom: 0;
	overflow: auto;
	position: absolute;
	top: 51px;
	width: 100%;
}/* - - - - - - - - - - - - - - - - - - - - -
TYPO3 backend scaffolding

$Id: main_scaffolding.css 7906 2010-06-13 14:56:44Z ohader $
- - - - - - - - - - - - - - - - - - - - - */

iframe {
	width: 100%;
}

#typo3-side-menu,
iframe {
	height: 100%;
	overflow: auto;
}/* - - - - - - - - - - - - - - - - - - - - -

Title  : TYPO3 general backend styles for printing

Description :	Stylesheet for the TYPO3 backend when printing.
				You can configure another/additional stylesheet for
				use by the $TBE_STYLES global var

	$Id: print.css 7906 2010-06-13 14:56:44Z ohader $

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

@media print {
	div#typo3-docbody {
		overflow: visible;
	}
}

/* - - - - - - - - - - - - - - - - - - - - -
Toolbar inside the Topbar

$Id: toolbar.css 7906 2010-06-13 14:56:44Z ohader $
- - - - - - - - - - - - - - - - - - - - - */

#typo3-toolbar li {
	float: left;
}/* - - - - - - - - - - - - - - - - - - - - -
Topbar (whole upper area), containts Logo and toolbar

$Id: topbar.css 7906 2010-06-13 14:56:44Z ohader $
- - - - - - - - - - - - - - - - - - - - - */

#typo3-logo {
	float: left;
}/* - - - - - - - - - - - - - - - - - - - - -
Basic styles

$Id: main_content.css 7906 2010-06-13 14:56:44Z ohader $
- - - - - - - - - - - - - - - - - - - - - */

a img {
	border: none;
}

span.t3-icon {
	display: inline-block;
	position: relative;
	width: 16px;
	height: 16px;
	overflow: hidden;
}
.t3-icon {
	background-image:url('../../typo3/gfx/icon_fatalerror.gif');
	background-repeat:no-repeat;
}
.t3-icon .c-inputButton {
	width:16px;
	height:16px;
}
/* Auto-Generated via t3lib_spritemanager_SimpleHandler */

.t3-icon-sys_filemounts-default {
	background-position: 0px 0px !important;
	background-image: url('../../typo3/gfx/i/_icon_ftp.gif') !important;
}
	