/* <![CDATA[ */
	
	/* BODY - Generic */
	BODY {
		margin:             0px;
		font-style:         normal;
		font-weight:        normal;
		font-size:          11px;
		line-height:        150%;
		color:              #747675;
		text-decoration:    none;
		font-family:        Verdana, Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
	}
	
	/* TABLE - Generic */
	TABLE {
		margin:             0px;
		/*width: 90%;*/
	}

	/* TD, LI - Generic */
	TD, LI {
		font-style:         normal;
		font-weight:        normal;
		font-size:          11px;
		line-height:        170%;
		text-decoration:    none;
		color:              #505050;
		font-family:        Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	}
	
	/* H1- Generic */
	H1 {
		font-style:         normal;
		font-weight:        bold;
		font-size:          19px;
		line-height:        normal;
		margin-top:         5px;
		margin-bottom:      5px;
		color:              #585959;
		background-color:   inherit;
		font-family:        Helvetica, Arial, Verdana, Geneva, Swiss, SunSans-Regular, sans-serif;
	}
	
	/* H2- Generic */
	H2 {
		font-style:         normal;
		font-weight:        bold;
		font-size:          13px;
		line-height:        160%;
		margin-top:         5px;
		margin-bottom:      5px;
		color:              #585959;
		background-color:   inherit;
		text-transform:     uppercase;
		font-family:        Helvetica, Arial, Verdana, Geneva, Swiss, SunSans-Regular, sans-serif;
	}
	
	/* H3 - Generic */
	H3 {
		font-style: normal;
		font-weight: bold;
		font-size: 12px;
		line-height: normal;
		margin-top: 5px;
		margin-bottom: 5px;
		color: #585959;
		background-color: inherit;
		font-family:        Helvetica, Arial, Verdana, Geneva, Swiss, SunSans-Regular, sans-serif;
	}
	
	/* H4 - Generic */
	H4 {
		font-style: normal;
		font-weight: bold;
		font-size: 12px;
		line-height: normal;
		margin-top: 5px;
		margin-bottom: 5px;
		color: #585959;
		background-color: inherit;
		font-family:        Helvetica, Arial, Verdana, Geneva, Swiss, SunSans-Regular, sans-serif;
	}
	
	/* H5 - Generic */
	H5 {
		font-style: normal;
		font-weight: bold;
		font-size: 12px;
		line-height: normal;
		margin-top: 5px;
		margin-bottom: 5px;
		color: #585959;
		background-color: inherit;
		font-family:        Helvetica, Arial, Verdana, Geneva, Swiss, SunSans-Regular, sans-serif;
	}
	
	/* H6 - Generic */
	H6 {
		font-style: normal;
		font-weight: bold;
		font-size: 12px;
		line-height: normal;
		margin-top: 5px;
		margin-bottom: 5px;
		color: #585959;
		background-color: inherit;
		font-family:        Helvetica, Arial, Verdana, Geneva, Swiss, SunSans-Regular, sans-serif;
	}
	
	/* HR - Generic */
	HR {
		border: none;
		width: 100%;
		height: 1px;
	}
	
	/* A - Generic */
	A {
		text-decoration: none;
	}
	
	/* A - Link */
	A:link {
		text-decoration: none;
		color: #BC0000;
		background-color: inherit;
	}
	
	/* A - Visited link */
	A:visited {
		text-decoration: none;
		color: #BC0000;
		background-color: inherit;
	}
	
	/* A - Hover link */
	A:hover {
		text-decoration: underline;
		background-color: inherit;
	}
	
	/* A - Active link */
	A:active {
		text-decoration: underline;
		background-color: inherit;
	}
	
	/* IMG - Generic */
	IMG {
		border: none;
	}
	
	/* FORM - Generic */
	FORM {
		margin: 0px;
		padding: 0px;
	}
	
	/* INPUT - Generic */
	INPUT {
		margin: 2px;
		font-size: 11px;
		font-family: Helvetica, Arial, Verdana, Geneva, Swiss, SunSans-Regular, sans-serif;
		padding: 2px;
	}
	
	/* TEXTAREA - Generic */
	TEXTAREA {
		margin: 2px;
		font-size: 11px;
		font-family: Helvetica, Arial, Verdana, Geneva, Swiss, SunSans-Regular, sans-serif;
		padding: 2px;
	}
	
	/* SELECT - Generic */
	SELECT {
		margin: 2px;
		font-size: 11px;
		font-family: Helvetica, Arial, Verdana, Geneva, Swiss, SunSans-Regular, sans-serif;
		padding: 0px;
	}
	
	/* PRE - Generic */
	PRE {
	}
	
	/* P - Body text */
	P.bodytext {
		text-align:         left;
		margin-top:         2px;
		margin-bottom:      15px;
	}
	
	/* 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:             left;
	}
	TABLE.contenttable TD[STYLE] P.bodytext {
		text-align:             inherit;
	}
	TABLE.contenttable {
		width:                  100%;
		border-collapse:        collapse;
		clear:                  both;
		margin-top:             10px;
		margin-bottom:          10px;
	}
	
	TABLE.contenttable P {
		padding:                0px;
		margin:                 0px;
	}
	TABLE.contenttable TD {
		padding:                5px;
		margin:                 0px;
		line-height:            130%;
	}
	TABLE.contenttable TH {
		padding:                1px;
		color:                  inherit;
	}
	
	/* TABLE - Uploads */
	TABLE.csc-uploads {
		width: 100%;
		border-collapse: collapse;
	}
	TABLE.csc-uploads TR.tr-even TD {
		padding: 5px;
	}
	TABLE.csc-uploads TR.tr-odd TD {
		padding: 5px;
		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 {
		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;
	}
	
/* ]]> */

