/* TYPO3 SVN id: $id$ */
/* Experimental stylesheet which highlights/outlines all elements */



/***************************/
/* General element styles: */
/***************************/
H1, H2, H3, H4, H5, P, TD, UL, OL, BLOCKQUOTE { font-family: arial, helvetica;}
PRE { border: 1px dotted #DDDDDD; font-family: monospace; }
A { color: #0099CC; text-decoration: none; }
A:hover { text-decoration:none;  }
FORM { margin: 0px 0px 0px 0px;}
P, PRE { margin: 0px 0px 0px 0px; }
HR {
	border-top:1px dotted #999999;
	border-bottom:0px;
}
IMG.spacer-gif {
border:0px #FFFFFF;
}

/********************************/
/* Frames, spacing, link-to-top */
/********************************/
IMG.spacer-gif { border: 1px solid navy; }
P.csc-linkToTop { text-align: right; }
P.csc-linkToTop A { font-weight: bold; }

DIV.csc-frame { border: 1px dotted #CCCCCC; }
DIV.csc-frame-invisible {}
DIV.csc-frame-rulerBefore { border-top: 1px dotted #999999; }
DIV.csc-frame-rulerAfter { border-bottom: 1px dotted #999999; }
DIV.csc-frame-indent { padding-left: 100px; }
DIV.csc-frame-indent3366 { padding-left: 33%; }
DIV.csc-frame-indent6633 { padding-right: 33%; }
DIV.csc-frame-frame1 { background-color: red; }
DIV.csc-frame-frame2 { background-color: green; }

/******************/
/* Headers, plain */
/******************/
H1 { font-size: 24px; }
H2 { font-size: 18px; }
H3 { font-size: 16px; }
H1, H2, H3, H4, H5, H6 { margin-top:10px; }
H1.csc-firstHeader, H2.csc-firstHeader, H3.csc-firstHeader, H4.csc-firstHeader, H5.csc-firstHeader, H6.csc-firstHeader { margin-top: 0px; }

/* Headers, with link */
H1 A, H2 A, H3 A { color: #0099CC; text-decoration:none; }
H1 A:hover, H2 A:hover, H3 A:hover { color: #000000; text-decoration:none; }

/* Header date */
P.csc-header-date { font-size: 10px; color: #0099CC; }

/* Subheader, general */
P.csc-subheader { font-size: 12px; font-style: italic; background-color: #0099CC; }

/* Subheader, specific */
P.csc-subheader-0 { color: #0099CC; }
P.csc-subheader-1 { color: #0099CC; }
P.csc-subheader-2 { color: #0099CC; }
P.csc-subheader-3 { color: #0099CC; font-style: normal; }



/*******************/
/* RTE / Bodytext: */
/*******************/
P.bodytext, P.csc-searchResult { font-size: 13px; }
P.bodytext B, P.csc-searchResult B { color:#0099CC; }
P.bodytext A, P.csc-searchResult A { text-decoration: none; }
P.bodytext A:hover, P.csc-searchResult A:hover { text-decoration: none; border-bottom:1px dotted #0099CC; }

/* RTE / Bulletlists */
UL { font-size: 13px; margin-top: 0px;  }
UL UL LI { font-size: 10px; }


OL { font-size: 13px; margin-top: 0px; }
OL LI A { color: #0099CC; }

LI { margin-top: 0px; margin-bottom: 0px; padding-top: 2px; }

/* RTE / BlockQuote styling 
BLOCKQUOTE P.bodytext { margin-left: 20px; }
BLOCKQUOTE BLOCKQUOTE P.bodytext { margin-left: 20px; }*/

/* RTE / Table styling */
TABLE.contenttable { border: 1px #DDDDDD solid; margin: 10px 10px 10px 10px; width: 70%; }
TABLE.contenttable TR TD { padding: 5px 5px 5px 5px; }
TABLE.contenttable TR TD P.bodytext { font-size: 11px; color: #0069a1; font-style: italic; }
TABLE.contenttable TR { background-color: #DDDDDD; }



/**********/
/* Images */
/**********/

/* Images / Captions */
P.csc-caption, .csc-textpic-caption { font-size: 10px; line-height:12px; font-style: italic; }
P.csc-caption A { color: #DDDDDD; text-decoration:none; }


/* Images / Tables / Floating text */
TABLE.imgtext-table { border: 2px black solid; }

/* Images / Tables / Wrapped text */
/* When "Text w/Image" elements are wrapping the text into a table the top-margin of Hx elements should be transferred to the wrapping table instead. This is done here: */
TABLE.imgtext-nowrap { border: 2px red solid; margin-top: 20px; }
TABLE.imgtext-nowrap H1, TABLE.imgtext-nowrap H2, TABLE.imgtext-nowrap H3, TABLE.imgtext-nowrap H4, TABLE.imgtext-nowrap H5 { margin-top: 0px; }



/***************/
/* Bulletlists */
/***************/

/* Bulletlists, general */
UL.csc-bulletlist { background-color: transparent; }
UL.csc-bulletlist LI {  }

/* Bulletlists, specifically */
UL.csc-bulletlist-0 { color: #0099CC; }
UL.csc-bulletlist-1 { color: #0099CC; list-style-type : decimal; }
UL.csc-bulletlist-2 { color: #0099CC; list-style-position : inside; }
UL.csc-bulletlist-3 { color: #0099CC; list-style-image: url(../images/bullet.gif); }




/*********************/
/* Tables, generally */
/*********************/
TABLE.contenttable P { font-size: 13px; }

TABLE.contenttable TR TD { vertical-align: top; }
TABLE.contenttable TR.tr-last TD P { background-color: #336699; }
TABLE.contenttable TR TD.td-last P { background-color: #aa6699; }

/* Tables, specifically */
TABLE.contenttable-0 P { color: green; }

TABLE.contenttable-1 P { color: blue; }
TABLE.contenttable-1 TR.tr-0 TD { background-color: #ff9900;}
TABLE.contenttable-1 TR.tr-0 TD P { font-weight: bold; }

TABLE.contenttable-2 P { color: red; }
TABLE.contenttable-2 TR TD.td-0 { background-color: #ff9900;}
TABLE.contenttable-2 TR TD.td-0 P { font-weight: bold; }

TABLE.contenttable-3 P { color: olive; }
TABLE.contenttable-3 TR TD.td-0, TABLE.contenttable-3 TR.tr-0 TD { background-color: #ff9900;}
TABLE.contenttable-3 TR TD.td-0 P, TABLE.contenttable-3 TR.tr-0 TD P { font-weight: bold; }



/************************/
/* Filelinks, generally */
/************************/
TABLE.csc-uploads { border: 0px; width: 100%; margin-top:15px; }
TABLE.csc-uploads TR TD P { background-color : transparent; font-size: 13px; }
TABLE.csc-uploads TR TD { vertical-align : top; }
TABLE.csc-uploads TR.tr-even {  }
TABLE.csc-uploads TR.tr-odd {  }
TABLE.csc-uploads TR TD.csc-uploads-icon { padding-left: 6px; padding-right: 6px; width: 1%; text-align: center; vertical-align: middle; }
TABLE.csc-uploads TR TD.csc-uploads-fileName { width: 80%; padding-left: 5px; }
TABLE.csc-uploads TR TD.csc-uploads-fileName P A { font-weight: bold; }
TABLE.csc-uploads TR TD.csc-uploads-fileName P.csc-uploads-description { font-style: italic; }
TABLE.csc-uploads TR TD.csc-uploads-fileSize { white-space: nowrap; padding-left: 6px; padding-right: 6px; }

/* Filelinks, specifically */
TABLE.csc-uploads-1 {  }
TABLE.csc-uploads-2 {  }
TABLE.csc-uploads-3 {  }

TABLE.csc-uploads-3 TR.tr-even {  }
TABLE.csc-uploads-3 TR.tr-odd {  }
TABLE.csc-uploads-3 TR TD { vertical-align: middle; }
TABLE.csc-uploads-3 TR.tr-even TD.csc-uploads-icon IMG { border: 1px solid #0099CC; }
TABLE.csc-uploads-3 TR.tr-odd TD.csc-uploads-icon IMG { border: 1px solid #0099CC; }



/*****************/
/* Various Forms */
/*****************/

/* Email, Login and Search forms generally: */
FORM TABLE TR TD { padding-left: 5px; padding-right: 20px; }
FORM TABLE { margin-top: 10px; }

/* Search form, specifically */
fieldset.csc-mailform {
border:0;
}

/* Email form, specifically */
fieldset.csc-mailform label {
	width: 150px;
	float: left;
	text-align: right;
	font-family: Arial, Helvetica, serif;
	font-size: 12px;
	color: #666666;
	margin-right: 10px;
	display: block
}


fieldset.csc-mailform input, 
fieldset.csc-mailform textarea{
	margin-bottom: 5px;
	width:280px;
}

DIV.csc-mailform-check {
	width:25px;
}


/* Login form, specifically */
.tx-felogin-pi1 label {
	width: 150px;
	float: left;
	text-align: right;
	font-family: Arial, Helvetica, serif;
	font-size: 12px;
	color: #666666;
	margin-right: 10px;
	display: block
}

.tx-felogin-pi1 input, 
.tx-felogin-pi1 textarea{
	margin-bottom: 5px;
	width:280px;
}

.tx-felogin-pi1 input#button {
	margin-top: 10px;
	width:150px;
}

.tx-felogin-pi1 h3 {
	margin-bottom: 3px;
	margin-top:20px;
}

.tx-felogin-pi1 fieldset {
	border:0px;
}


/*****************/
/* Search result */
/*****************/

H3.csc-searchResultHeader {
	margin-top:10px;
	margin-bottom:5px;
	border-bottom: 1px dotted #999999;
}






/****************************************/
/* Frontend editing / TYPO3 Admin Panel */
/****************************************/
IMG.frontEndEditIcons { vertical-align: middle; margin: 0px 2px 0px 2px; }

TABLE.typo3-adminPanel { border: 2px solid yellow; background-color: #ff6699; }
TABLE.typo3-adminPanel TR.typo3-adminPanel-hRow TD { background-color: #22aabb; }
TABLE.typo3-adminPanel TR.typo3-adminPanel-itemHRow TD { background-color: #ff99ee; }
TABLE.typo3-adminPanel TABLE, TABLE.typo3-adminPanel TD { border: 1px; }
TABLE.typo3-adminPanel TD FONT { font-family: verdana; font-size: 12px; color: black; }
TABLE.typo3-adminPanel TD A FONT { font-family: verdana; font-size: 12px; color: maroon; }
TABLE.typo3-editPanel TD { border: 0px; }
TABLE.typo3-editPanel TD FONT { font-family: verdana; font-size: 12px; color: navy; }
TABLE.typo3-editPanel TD.typo3-editPanel-controls { background-color: #ff99aa; }
TABLE.typo3-editPanel TD.typo3-editPanel-label { background-color: #22aabb; }
