/* <![CDATA[ */
	
	/***************************************************************
	 * BASE ELEMENTS- SECTION 1
	 *
	 * Main elements
	 ***************************************************************/
	
	/* BODY - Generic */
	BODY {
		background-color: #FFFFFF;
		color: #666666;
		margin: 0px;
		font-style: normal;
		font-weight: normal;
		font-size: 11px;
		line-height: normal;
		text-decoration: none;
		font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	}
	
	/* TABLE - Generic */
	TABLE {
		margin: 0px;
		width: 90%;
	}
	
	/* TD, LI - Generic */
	TD, LI {
		color: #666666;
		background-color: inherit;
		font-style: normal;
		font-weight: normal;
		font-size: 11px;
		line-height: normal;
		text-decoration: none;
		font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	}
	
	/* H1- Generic */
	H1 {
		background-color: #FFFFFF;
		color: #C11715;
		font-style: normal;
		font-weight: bold;
		font-size: 13px;
		line-height: normal;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	
	/* H2- Generic */
	H2 {
		background-color: #FFFFFF;
		color: #A3A290;
		font-style: normal;
		font-weight: bold;
		font-size: 11px;
		line-height: normal;
		margin-top: 10px;
		margin-bottom: 0px;
		text-transform: uppercase;
	}
	
	/* H3 - Generic */
	H3 {
		background-color: #FFFFFF;
		color: #A3A290;
		font-style: normal;
		font-weight: bold;
		font-size: 11px;
		line-height: normal;
		margin-top: 10px;
		margin-bottom: 0px;
		/* text-transform: lower;*/
	}
	
	/* H4 - Generic */
	H4 {
		background-color: #FFFFFF;
		color: #A3A290;
		font-style: normal;
		font-weight: bold;
		font-size: 16px;
		line-height: normal;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	
	/* H5 - Generic */
	H5 {
		background-color: #FFFFFF;
		color: #A3A290;
		font-style: normal;
		font-weight: bold;
		font-size: 14px;
		line-height: normal;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	
	/* H6 - Generic */
	H6 {
		background-color: #FFFFFF;
		color: #A3A290;
		font-style: normal;
		font-weight: bold;
		font-size: 14px;
		line-height: normal;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	
	/* HR - Generic */
	HR {
		border: none;
		width: 100%;
		color: inherit;
		background-color: #CD667D;
		height: 1px;
	}
	
	/* A - Generic */
	A {
		text-decoration: none;
	}
	
	/* A - Link */
	A:link {
		text-decoration: underline;
		color: #BC1616;
		background-color: inherit;
	}
	
	/* A - Visited link */
	A:visited {
		text-decoration: underline;
		color: #BC1616;
		background-color: inherit;
	}
	
	/* A - Hover link */
	A:hover {
		text-decoration: underline;
	}
	
	/* A - Active link */
	A:active {
		text-decoration: underline;
	}
	
	/* IMG - Generic */
	IMG {
		border: none;
	}
	
	/* FORM - Generic */
	FORM {
		margin: 0px;
		padding: 0px;
	}
	
	/* INPUT - Generic */
	INPUT {
		margin: 2px;
		color: #8B8B8B;
		font-size: 11px;
		background-color: #FFFFFF;
		border: solid 1px #8B8B8B;
		font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
		padding: 2px;
	}
	
	/* TEXTAREA - Generic */
	TEXTAREA {
		margin: 2px;
		color: #8B8B8B;
		font-size: 11px;
		background-color: #FFFFFF;
		border: solid 1px #8B8B8B;
		font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
		padding: 2px;
	}
	
	/* SELECT - Generic */
	SELECT {
		margin: 2px;
		color: #8B8B8B;
		font-size: 11px;
		background-color: #FFFFFF;
		border: solid 1px #8B8B8B;
		font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
		padding: 0px;
	}
	
	/* PRE - Generic */
	PRE {
		color: #1DA648;
		background-color: inherit;
	}
	
	/* P - Body text */
	P.bodytext {
		text-align: justify;
		margin-top: 0px;
	}
	
	/* P - Body text */
	P.bodytext[ALIGN="right"] {
		text-align: right;
	}
	
	/* P - Body text */
	P.bodytext[ALIGN="center"] {
		text-align: center;
	}
	
	/* TABLE - HTML Area */
	TABLE.contenttable P.bodytext {
		text-align: justify;
	}
	TABLE.contenttable TD[STYLE] P.bodytext {
		text-align: inherit;
	}
	TABLE.contenttable {
		float: left;
		width: 100%;
		text-align: justify;
		border-collapse: collapse;
	}
	TABLE.contenttable TD {
		padding: 5px;
		/*border: solid 1px #8C8C8C;*/
	}
	TABLE.contenttable TH {
		padding: 5px;
		/*border: solid 1px #8C8C8C;*/
		background-color: #CCCCCC;
		color: inherit;
	}
	TABLE.contenttable H2, TABLE.contenttable H3 {
		margin: 0px;
		padding: 0px;
	}
	
	/* TABLE - Uploads */
	TABLE.csc-uploads {
		width: 100%;
		border-collapse: collapse;
	}
	TABLE.csc-uploads TR.tr-even TD {
		padding: 5px;
		background-color: #E7E6E0;
	}
	TABLE.csc-uploads TR.tr-odd TD {
		padding: 5px;
		background-color: #DADAD3;
		color: inherit;
	}
	TABLE.csc-uploads A {
		font-weight: bold;
	}
	TABLE.csc-uploads P.csc-uploads-description {
		font-style: italic;
	}
	TABLE.csc-uploads TD.csc-uploads-fileSize {
		text-align: center;
		font-weight: bold;
	}
	
	/* Search word from indexed search */
	SPAN.csc-sword {
		background-color: #FDFDAE;
		color: inherit;
		font-weight: bold;
	}
	
	/* 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;
		color: inherit;
		border: solid 1px #DFE2E3;
		width: 100px;
	}
	TABLE.typo3-editPanel TD.typo3-editPanel-label {
		padding: 5px;
		background-color: #F0E9D2;
		border: solid 1px #E5D9B1;
		color: inherit;
	}
	TABLE.typo3-editPanel TD.typo3-editPanel-label FONT {
		font-weight: bold;
		color: #FF5400;
		background-color: inherit;
	}
	TABLE[bgcolor="black"] {
		background-color: #DFE2E3;
		color: inherit;
	}
	
	/* Admin panel */
	TABLE.typo3-adminPanel {
		width: 50%;
		margin: 10px;
	}
	
/* ]]> */
