/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */

/* -----------------------------------------------
	standard formatting, do not change!!!
----------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
}

body {
	background: #fff;
}

img {
	border: 0;
}

a {
	text-decoration: none;
}

caption {
	display: none;
}

table {
	border-collapse: collapse;
}

th {
	text-align: left;
	vertical-align: top;
}

td {
	vertical-align: top;
}

ul {
	list-style: none;
}

#mainContent ul.noListType li,
#rightContent ul.noListType li,
ul.noListType li {
	background: none;
	padding-left: 0;
}

ol {
	margin-left: 20px;
}

dt {
	font-weight: bold;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

legend {
	display: none;	
}

input.text,
textarea.text {
	border-width: 1px;
	border-style: solid;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
	padding-right: 1px;
}

.clear {
	clear: both;
}
.clearNone {
	clear: none;
}


#mainContent .clearNone {
	clear: none;
}

.hidden {
	display: none;
	position: absolute;
	left: -9999px;
}

.overflow {
	overflow: auto !important;
	overflow: inherit;
	height: auto !important;
	height: 100%;
	/* ie7 needs this sometimes :( */
	min-height: 100%;
	padding-bottom: 1px;
}

.noMargin,
#mainContent .noMargin {
	margin: 0 !important;
}

.noBackground,
#mainContent .noBackground {
	background: none !important;
}

.noBackgroundColor,
#mainContent .noBackgroundColor,
#rightContent .noBackgroundColor {
	background-color: transparent;	
}
.noBorder,
#mainContent .noBorder {
	border: none;
}

.fontWeightNormal {
	font-weight: normal;
}

.fontWeightBold {
	font-weight: bold;
}

.contentElement {
	clear: both;
}

#box {
	text-align: left;
}

#logo {
	display: none;
}


.typo3-adminPanel {
	position: absolute;
	z-index: 200;
}
.content em {
	margin: 0 !important;
	margin: 0 -1px;
}

.uppercase {
	text-transform: uppercase;
}

.inline li {
	display: inline;
}