/*******************************************************************************************************
new csc formats
********************************************************************************************************/

/* TEXTPIC */

/* Captions */
DIV.csc-textpic-caption-c .csc-textpic-caption { text-align: center; }
DIV.csc-textpic-caption-r .csc-textpic-caption { text-align: right; }
DIV.csc-textpic-caption-l .csc-textpic-caption { text-align: left; }

/* Needed for noRows setting */
DIV.csc-textpic DIV.csc-textpic-imagecolumn { float: left; display: inline; }

/* Border just around the image */
{$styles.content.imgtext.borderSelector} {
	border: {$styles.content.imgtext.borderThick}px solid {$styles.content.imgtext.borderColor};
	padding: {$styles.content.imgtext.borderSpace}px {$styles.content.imgtext.borderSpace}px;
	}

DIV.csc-textpic-imagewrap { padding: 0; }

DIV.csc-textpic IMG { border: none; }

/* DIV: This will place the images side by side */
DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image { float: left; }

/* UL: This will place the images side by side */
DIV.csc-textpic DIV.csc-textpic-imagewrap UL { list-style: none; margin: 0; padding: 0; }
DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI {
	float: left;
	padding: 0;
	}

/* DL: This will place the images side by side */
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image { float: left; }
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DT { float: none; }
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD { float: none; }
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD IMG { border: none; } /* FE-Editing Icons */
DL.csc-textpic-image { margin: 0; }
DL.csc-textpic-image DT { margin: 0; display: inline; }
DL.csc-textpic-image DD { margin: 0; }

/* Clearer */
DIV.csc-textpic-clear { clear: both; }

/* Margins around images: */

/* Pictures on left, add margin on right */
DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	width: 10em;
	margin: 0;
	padding-right: 1em;
	}

/* Pictures on right, add margin on left */
DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-left: {$styles.content.imgtext.colSpace}px;
	}

/* Pictures centered, add margin on left */
DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-left: {$styles.content.imgtext.colSpace}px;
	margin-right: 1em;
	margin-bottom: 1em;
	}
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption { margin: 0; }
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG { margin: 0; }

/* Space below each image (also in-between rows) */
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: {$styles.content.imgtext.rowSpace}px; }
DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: {$styles.content.imgtext.rowSpace}px; display: block; }
DIV.csc-textpic DIV.csc-textpic-imagerow { clear: both; }

/* No margins around the whole image-block */
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol { margin-left: 0px !important; }
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol { margin-right: 0px !important; }

/* Add margin from image-block to text (in case of "Text w/ images") */
DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
	margin-right: {$styles.content.imgtext.textMargin}px !important;
	}
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
	margin-left: {$styles.content.imgtext.textMargin}px !important;
	}

/* Positioning of images: */

/* Above */
DIV.csc-textpic-above DIV.csc-textpic-text { clear: both; }
/* Center (above or below) */
DIV.csc-textpic-center { text-align: center; /* IE-hack */ }
DIV.csc-textpic-center DIV.csc-textpic-imagewrap { margin: 0 auto; }
DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image { text-align: left; /* Remove IE-hack */ }
DIV.csc-textpic-center DIV.csc-textpic-text { text-align: left; /* Remove IE-hack */ }

/* Right (above or below) */
DIV.csc-textpic-right DIV.csc-textpic-imagewrap { float: right; }
DIV.csc-textpic-right DIV.csc-textpic-text { clear: right; }

/* Left (above or below) */
DIV.csc-textpic-left DIV.csc-textpic-imagewrap { float: left; }
DIV.csc-textpic-left DIV.csc-textpic-text { clear: left; }

/* Left (in text) */
DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap { float: left; }

/* Right (in text) */
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap { float: right; }

/* Right (in text, no wrap around) */
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap { float: right; clear: both; }
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html DIV.csc-textpic-intext-right-nowrap .csc-textpic-text { height: 1%; }
/* End hide from IE5/mac */

/* Left (in text, no wrap around) */
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap { float: left; clear: both; }
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html DIV.csc-textpic-intext-left-nowrap .csc-textpic-text { height: 1%; }
/* End hide from IE5/mac */

/***************/
/* Bulletlists */
/***************/

UL.csc-bulletlist li {
	line-height:1.5em;
	margin-left: 1.5em;
	indent: 2em;
	}

UL.csc-bulletlist-0 {
	list-style-type : disc;
	}
UL.csc-bulletlist-1 {
	list-style-type : none;
	padding:0.3em 0 0.3em 1em;
	border-bottom:0.1em solid #fff;
	background-color:#eee;
	display:block;
	width:100%;
	}
UL.csc-bulletlist-2 { color: #10007B; list-style-position : inside; }
UL.csc-bulletlist-3 { color: #8A0020; list-style-image: url(img/red_arrow_bullet.gif); }

/************************/
/* Filelinks, generally */
/************************/
TABLE.csc-uploads {
	border: 0;
	margin-top:0;
	padding:0;
	border-bottom:0.1em solid #000;
	}
TABLE.csc-uploads TR.tr-even {
	border-bottom:0.1em solid #000;
	background-color: #f2f3f5;
	}
TABLE.csc-uploads TR.tr-odd {
	border-top:0.1em solid #778899;
	background-color: #eeeeee;
	}
TABLE.csc-uploads TR TD {
	vertical-align: top;
	}
TABLE.csc-uploads TR TD P {
	font-size: 1.2em;
	width:100%;
	}
TABLE.csc-uploads TD.csc-uploads-icon {
	padding-left: 0.6em;
	padding-right: 0.6em;
	width: 100%; 
	text-align: center;
	vertical-align: middle;
	}
TABLE.csc-uploads TD.csc-uploads-fileName { 
	width: 100%;
	}
TABLE.csc-uploads TR TD.csc-uploads-fileName P A {
	text-decoration:none;
	font-weight: 600;
	color:#1c2d5a;
	}
TABLE.csc-uploads TR TD.csc-uploads-fileName P A:hover{ color:#c61d23; }
TABLE.csc-uploads TR TD.csc-uploads-fileName P.csc-uploads-description {
	font-size: 1em;
	}
TABLE.csc-uploads TR TD.csc-uploads-fileSize {
	white-space: nowrap;
	padding-left: 0.6em;
	padding-right: 0.6em;
	}

/* Filelinks, specifically */
TABLE.csc-uploads-0 {
	width:100%;
	}
TABLE.csc-uploads-1 { border-color: #186900; }

TABLE.csc-uploads-2 { border-color: #10007B; }

TABLE.csc-uploads-3 { border-color: #8A0020; }
TABLE.csc-uploads-3 TR TD { vertical-align: middle; }
TABLE.csc-uploads-3 TR.tr-even TD.csc-uploads-icon IMG { border: 2px solid #333333; }
TABLE.csc-uploads-3 TR.tr-odd TD.csc-uploads-icon IMG { border: 2px solid #333333; }

/* default styles for extension "tx_cssfilelist" */
.filelinks {
	border-top:0.1em solid #adadad;		/*#6986c4*/
	border-bottom:0.1em solid #ddd;
	width:100%;
	}
.filelinks span a {
	color:#1c2d5a;
	text-decoration:none;
	}
.filelinks a:hover {
	color:#c61d23;
	text-decoration:none;
	}
.filelink-0 {
	background-color: #fafafa;
	margin:0;
	padding:0;
	}
.download {
	font-weight:bold;
	}
.filelinkdesc {
	background-color: #fff;
	font-size:1.1em;
	padding: 0.3em 1em 1.5em 1em;
	}
.filelink-left {
	width:65%;
	vertical-align:middle;
	padding:0.1em 0 0.1em 1em;
	}
.filelink-center {
	text-align:right;
	vertical-align:middle;
	padding:0.1em 0 0.1em 0;
	}
.filelink-right {
	width:17%;
	text-align:right;
	padding:0.1em 1em 0.2em 0;
	}
.filelink-right img {
	margin-top:0.5em;
	}
	

/*********************/
/* Tables, generally */
/*********************/
TABLE.contenttable { font-size:1.2em; padding:1em 0;}
TABLE.contenttable td { padding:0.3em; border:none; margin:0; }
TABLE.contenttable TR TD { vertical-align: top; }

TABLE.contenttable TR.tr-even {
	background-color: #f2f3f5;
	}
TABLE.contenttable TR.tr-odd {
	background-color: #eeeeee;
	}


/* Tables, specifically */
TABLE.contenttable-0 P {  }

TABLE.contenttable-1 P { color: #186900; }
TABLE.contenttable-1 TR.tr-0 TD P { font-weight: bold; }
TABLE.contenttable-1 TR.tr-0 TD { background-color: #D1D2E4;}
 
TABLE.contenttable-2 P { color: #10007B; }
TABLE.contenttable-2 TR TD.td-0 { background-color: #F5FFAA;}
TABLE.contenttable-2 TR TD.td-0 P { font-weight: bold; }

TABLE.contenttable-3 P { color: #8A0020; }
TABLE.contenttable-3 TR TD.td-0, TABLE.contenttable-3 TR.tr-0 TD { background-color: #D1D2E4;}
TABLE.contenttable-3 TR TD.td-0 P, TABLE.contenttable-3 TR.tr-0 TD P { font-weight: bold; }



