/***************************/
/* General element styles: */
/***************************/
H1, H2, H3, H4, H5, P, TD, UL, OL {
  font-family: arial, helvetica;
  font-weight: 100;
}
PRE { border: 1px dotted #DDDDDD; font-family: monospace; }
A {
  color: #225E9B;
  text-decoration: none;
}
A:hover { text-decoration:none;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #000;
}
FORM { margin: 0px 0px 0px 0px;}
P, PRE { margin: 0px 0px 0px 0px; }
HR {
  border-top:1px dotted #FFFFFF;
  border-bottom:0px;
}


/********************************/
/* Frames, spacing, link-to-top */
/********************************/
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; }
H4 { font-size: 14px; }
H5 { font-size: 14px; }
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, H4 A, H5 A {
  color: #000;
  text-decoration:none;
}
H1 A:hover, H2 A:hover, H3 A:hover, H4 A:hover, H5 A:hover {
  text-decoration:none;
}

/* Header date */
P.csc-header-date { font-size: 10px; color: #000000; }

/* Subheader, general */
P.csc-subheader { font-size: 12px; font-style: italic; background-color: #000000; }

/* Subheader, specific */
P.csc-subheader-0 { color: #000000; }
P.csc-subheader-1 { color: #000000; }
P.csc-subheader-2 { color: #000000; }
P.csc-subheader-3 { color: #000000; font-style: normal; }



/*******************/
/* RTE / Bodytext: */
/*******************/
P.bodytext, P.csc-searchResult { font-size: 12px; margin-bottom:10px;}
P.bodytext B, P.bodytext STRONG, P.csc-searchResult B { color:#FFFFFF; font-weight:bold; }
P.bodytext A, P.csc-searchResult A { text-decoration: none; }
P.bodytext A:hover, P.csc-searchResult A:hover {
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #FFFFFF;
}

/* RTE / Bulletlists */
#top UL {
  font-size: 12px;
  margin-top: 0px;
  list-style-type: square;
  list-style-position: inside;
}
#top UL UL LI {
  font-size: 12px;
}


OL { font-size: 12px; margin-top: 0px; }
OL LI A { color: #000000; }

LI {
  margin-top: 1px;
  margin-bottom: 1px;
  padding-top: 0px;
}

/* RTE / BlockQuote styling 
BLOCKQUOTE P.bodytext { margin-left: 20px; }
BLOCKQUOTE BLOCKQUOTE P.bodytext { margin-left: 20px; }*/

/* RTE / Table styling */

TABLE.contenttable TR TD { padding: 0px 5px 0px 0px; }



/**********/
/* Images */
/**********/

/* Images / Captions */
P.csc-caption, dd.csc-textpic-caption { font-size: 11px; line-height:12px !important; }
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 TR TD { vertical-align: top; }
TABLE.contenttable TR TD P.bodytext { margin:0px;}
TD.align-right { text-align: right; }

/************************/
/* 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: 0px; 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;
}


/*****************/
/* 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; }

