@CHARSET "ISO-8859-1";



.list-table {
	width:100%;
	border-collapse:collapse;
}


.list-table td {
	border:1px dashed #CCCCCC;
	padding:5px;
	}
	
.list-table thead > tr > td {
		border:0px;
		line-height:0px;
	}

.list-table a{
		text-decoration: none;
	}

.odd {
	background-color: #cccccc;
	}

.header {
	background-color: #CCCCCC;
	background-image: url(/typo3conf/ext/zic_admin/res/img/bg.gif);     
    cursor: pointer; 
    font-weight: bold; 
    background-repeat: no-repeat; 
    background-position: center left; 
    padding-left: 20px; 
    border-right: 1px solid #dad9c7; 
    margin-left: -1px;
	}

.headerSortUp { 
    background-image: url(/typo3conf/ext/zic_admin/res/img/asc.gif); 
    background-color: ##AFAFAF; 
}

.headerSortDown { 
    background-image: url(/typo3conf/ext/zic_admin/res/img/desc.gif); 
    background-color: ##AFAFAF; 
}


.details-table td {
	vertical-align: top; 
	padding:2px;
}


.divSidebar {
	margin-bottom:10px;
	font-size:12px;
}

.divSidebar  h3  a{
	color:#000000;
}


.divSidebarelement {
		border-bottom-width:1px;
		border-bottom-style: dashed;
		border-bottom-color: #cccccc;
		padding-top: 5px;
		padding-bottom: 5px;
		line-height: 1em;
	}


.error {
	color:#ff0000;
}

.more {
	width:100%;
	text-align:right;
}

.divList {
		min-height: 90px;
	}

.divNewsimage {
	float:right;
	width:240px;
	height:180px;
	text-align: justify;
}

.divNewsimage img{
	float:right;
	max-width:240px;
	max-height:180px;
}

.divListimage img{
	float:right;
	max-width:120px;
	max-height:90px;
}

.pdffile {
	background-image: url("/typo3conf/ext/zic_admin/res/img/pdf.gif");
	background-repeat: no-repeat;
	padding-left: 20px;
	
}

.ext {
	background-image: url("/typo3conf/ext/zic_admin/res/img/ext.gif");
	background-repeat: no-repeat;
	padding-left: 20px;
	
}

