/* Frontend */

.downloadcenter {
    padding: 10px 10px 6px 10px;
    margin: 0px 0px 10px 0px;
    background-color: #96C0E6;
}

.results {
    
}

    .results .result {
        border: 1px solid #003580;
        margin-bottom: 9px;
        padding: 10px;
    }

    .results .blue {
        background-color: #CADFF2;
    }

    .results .white {
        background-color: #ffffff;
    }

    .results .highlight {
        font-weight: bold;
        color: #ff0000;
    }

    .results .resulttable {
        width: 100%;
    }

/* Backend */

.downloads {

}

    .downloads fieldset {
        background-color: #e1e1e1;
        border: 0px;
        margin-bottom: 25px;
        padding: 15px;

    }

    .downloads h3 {
        font-size: 14px;
        background-color: #440000;
        border: 1px solid #440000;
        color: #ffffff;
        text-transform: uppercase;
        margin: 0;
        padding: 5px;
        display: block;

    }

.liste {
	border-collapse: collapse;
	width: 100%;
}

	.liste thead th {
		padding: 3px;
		text-align: left;
		color: #fff;
	}

	.liste thead tr {
		background: #666;
	}

	.liste tbody tr {
		background: #f1f1f1;
	}

	.liste tbody tr:hover {
		background: #fff;
	}

	.liste tbody td {
		padding: 3px;
		border-bottom: 1px solid #fff;
	}

	.liste td.col1 {
		width: 20px;
		text-align: center;
	}
	.liste th.col1 .filter {
		width: 40px;
	}
	.liste td.col2 {
		width: 50px;
		padding-left: 5px;
	}
	.liste th.col2 .filter {
		width: 70px;
	}

	.liste td.col3 {
		width: 150px;
	}
	.liste th.col3 .filter {
		width: 170px;
	}

	.liste td.col4 {
		
	}
	.liste th.col4 .filter {
		display: block;
		width: 100%;
	}

	.liste td.col5 {
		width: 60px;
	}
	.liste th.col5 .filter {
		width: 100%;
	}

	.liste td.col6 {
		width: 70px;
	}
