/* <![CDATA[ */

	/***************************************************************
	 * BASE ELEMENTS- SECTION 1
	 *
	 * Main classes
	 ***************************************************************/

	/* HTML - Generic */
	HTML, BODY {
		width: 100%;
		margin: 0px;
		padding: 0px;
		/* FOR IE : to centering DIV structure */
		text-align: center;
	}

	/* FOR NON IE : to restablish text align in the DIV structure */
	BODY > DIV {
		text-align: left;
	}

	/* BODY - Generic */
	BODY {
		background: #FFFFFF;
		margin: 0px;
		color: #666666;
		font-style: normal;
		font-weight: normal;
		font-size: 12px;
		line-height: normal;
		text-decoration: none;
		font-family: Verdana, sans-serif;
	}

	/* TD, LI - Generic */
	TD, LI {
		color: #737373;
		font-style: normal;
		font-weight: normal;
		font-size: 11px;
		line-height: normal;
		text-decoration: none;
		font-family: Verdana, Arial, sans-serif;
	}

	/* LI - Unordered list */
	UL > LI {
	
		/*	Works only with NON-IE						 */
		/*	list-style-image: url("../weleda/list.gif"); */
		
		/*	Hack for all the browser */
		/*
		background-image: url("../templates/weleda/list.gif");
		background-repeat: no-repeat;
		background-position: 0% 60%;
		*/
		list-style-type: none;
		list-style-image: none;
		
		padding: 0px 20px 0px 8px;
		
	}

	UL, OL, DL {
		position: relative;
	}

	/* H1 - Generic */
	H1 {
		color: #FF6600;
		font-style: normal;
		font-weight: bold;
		font-size: 16px;
		line-height: normal;
		margin-top: 2px;
		margin-bottom: 2px;
	}

	/* H2 - Generic */
	H2 {
		color: #FF6600;
		font-style: normal;
		font-weight: bold;
		font-size: 14px;
		line-height: normal;
		margin-top: 2px;
		margin-bottom: 2px;
	}

	/* H3 - Generic */
	H3 {
		color: #737373;
		font-style: normal;
		font-weight: normal;
		font-size: 15px;
		line-height: normal;
		margin-top: 2px;
		margin-bottom: 2px;
	}

	/* H# - Generic */
	H4, H5 {
		color: #737373;
		font-style: normal;
		font-weight: bold;
		font-size: 12px;
		line-height: normal;
		margin-top: 2px;
		margin-bottom: 2px;
	}

	H6 {
		color: #737373;
		font-style: normal;
		font-weight: normal;
		font-size: 9px;
		line-height: normal;
		margin-top: 2px;
		margin-bottom: 2px;
	}

	/* HR - Generic */
	HR {
		border: none;
		width: 100%;
		color: #FFFFFF;
		background-color: #4B4F53;
		height: 1px;
	}

	/* A - Generic */
	A {
		text-decoration: none;
	}

	/* A - Link */
	A:link {
		color: #339900;
		text-decoration: none;
	}

	/* A - Visited link */
	A:visited {
		color: #339900;
		text-decoration: none;
	}

	/* A - Hover link */
	A:hover {
		color: #336699;
		text-decoration: underline;
	}

	/* A - Active link */
	A:active {
		color: #336699;
		text-decoration: underline;
	}

	/* Preformatted - Generic */
	PRE {
		white-space: normal;
	}

	/* FORM - Generic */
	FORM {
		margin: 0px;
	}

	/* INPUT - Generic */
	INPUT {
		color: #737373;
		font-style: normal;
		font-weight: normal;
		font-size: 11px;
		line-height: normal;
		text-decoration: none;
		font-family: Verdana, Arial, sans-serif;
		border: solid 1px #BCBCBC;
		background-color: #FFFFFF;
		margin-top: 2px;
		vertical-align: middle;
	}

	/* TEXTAREA - Generic */
	TEXTAREA {
		color: #737373;
		font-style: normal;
		font-weight: normal;
		font-size: 11px;
		line-height: normal;
		text-decoration: none;
		font-family: Verdana, Arial, sans-serif;
		border: solid 1px #BCBCBC;
		background-color: #FFFFFF;
		margin-top: 2px;
		vertical-align: middle;
	}

	/* SELECT - Generic */
	SELECT {
		color: #737373;
		font-style: normal;
		font-weight: normal;
		font-size: 11px;
		line-height: normal;
		text-decoration: none;
		font-family: Verdana, Arial, sans-serif;
		border: solid 1px #BCBCBC;
		background-color: #FFFFFF;
		margin-top: 2px;
		vertical-align: middle;
	}

	/* FIELDSET - Generic */
	FIELDSET {
		background-color: #F7F7F7;
		border: solid 1px #BCBCBC
	}

	/* LEGEND - Generic */
	LEGEND {
		color: #008AB8;
		font-weight: bold;
	}

	IMG {
		border: none;
	}

	/***************************************************************
	 * BASE ELEMENTS- SECTION 2
	 *
	 * Template classes
	 ***************************************************************/

	/*----------------------------------------------
	 :	 ACCESSIBILITY
	 -----------------------------------------------*/
	#skip a, #skip a:hover, #skip a:visited {
		position: absolute;
		left: 0px;
		top: -500px;
		width: 1px;
		height: 1px;
		overflow: hidden;
	}

	#skip a:active {
		position: static;
		width: auto;
		height: auto;
	}

	SPAN.accessKey {
		text-decoration: underline;
	}


	/***************************************************************
	 * BASE ELEMENTS- SECTION 3
	 *
	 * Typo3 CSS styled content classes
	 ***************************************************************/

	/* P - Body text */
	P.bodytext {
		text-align: left;
		margin-top: 0px;
		margin-left: 0px;
		line-height: 140%;
	}

	H1.csc-firstHeader {
		margin-top: 20px;
		margin-bottom: 16px;
		color: #FF6600;
	}

	P.bodytext[ALIGN="right"] {
		text-align: right;
	}

	P.bodytext[ALIGN="center"] {
		text-align: center;
	}

	/* More Info Links */
	A.more, A:link.more, A:visited.more, A:hover.more, A:active.more {
		color: #8ABBE0;
		font-style: normal;
		font-weight: normal;
		font-size: 11px;
		text-decoration: underline;
	}


	/***************************************************************
	 * BASE ELEMENTS- SECTION 4
	 *
	 * Typo3 classes
	 ***************************************************************/

	/* Edit icons */
	TABLE.typo3-editPanel {
		margin-top: 5px;
		margin-bottom: 5px;
		padding: 0px;
		background: none;
		border: none;
		border-collapse: collapse;
		width: 100%;
	}

	TABLE.typo3-editPanel TD.typo3-editPanel-controls {
		padding: 5px;
		background-color: #FAFBFB;
		border: solid 1px #DFE2E3;
		width: 100px;
	}

	TABLE.typo3-editPanel TD.typo3-editPanel-label {
		padding: 5px;
		background-color: #F0E9D2;
		border: solid 1px #E5D9B1;
	}

	TABLE.typo3-editPanel TD.typo3-editPanel-label FONT {
		font-weight: bold;
		color: #FF5400;
	}

	TABLE[bgcolor="black"] {
		background-color: #DFE2E3;
	}

	/* Admin panel */
	TABLE.typo3-adminPanel {
		padding: 0px;
		background-color: #FAFBFB;
		border: solid 1px #DFE2E3;
		border-collapse: collapse;
	}

	TABLE.typo3-adminPanel TD {
		padding: 2px;
	}

	TABLE.typo3-adminPanel TR {
		background-color: #FAFBFB;
		border: solid 1px #DFE2E3;
	}

	TABLE.typo3-adminPanel TR.typo3-adminPanel-hRow {
		background-color: #F0E9D2;
		border: solid 1px #E5D9B1;
	}

	TABLE.typo3-adminPanel TR.typo3-adminPanel-itemHRow {
		background-color: #F0E9D2;
		border: solid 1px #E5D9B1;
	}

	TABLE.typo3-adminPanel TR.typo3-adminPanel-itemRow {
		background-color: #FAFBFB;
		border: solid 1px #DFE2E3;
	}

	TABLE.typo3-adminPanel TABLE {
		background-color: #FAFBFB;
		border: solid 1px #DFE2E3;
		border-collapse: collapse;
	}

	TABLE.typo3-adminPanel TABLE TD {
		background-color: #F0E9D2;
		border: solid 1px #E5D9B1;
	}

	TABLE.typo3-adminPanel A:hover {
		text-decoration: none;
	}

/* ]]> */
