@charset "utf-8";

/*********
* LAYOUT *
*********/
/*
#content {
	/*width: 443px;*/
	width: 718px;
	padding-right: 0;
	padding-top: 0;
	
	/*padding-right: 275px;*/
}
*/
/* table */
#content #content-float table {
	margin-top: 35px;
	font-size: 11px;
}

#content #content-float td {
background-color: #efefef;
border-bottom-color: #ffffff;
border-bottom-style: solid;
border-bottom-width: 1px;
border-collapse: collapse;
border-spacing: 0px;
}

#content .tx-filelist-pi1-header-tr {
	border-spacing: 0px;
	bottom: 18px;
	box-sizing: content-box;
	color: red;
	cursor: auto;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
}
.csc-header{
	margin-top:30px;
}

#content .tx-filelist-pi1-header-tr td{
background-color: #fff;
border-bottom: 1px #e41f29 solid;
}


#content #content-float table tr {
	
}

#content #content-float table tr th, #content table tr td {
	padding: 2px 5px;
}

#content #content-float table thead tr {
	border-bottom: 1px #e41f29 solid;
}
#content #content-float table thead tr th {
	color: #e41f29;
	font-weight: bold;
	font-size: 12px;
}
#content #content-float table tbody tr {
	border-bottom: 1px #FFFFFF solid;
}
#content #content-float table tbody tr td.label {
	background-color: #DDDDDD;
}
#content #content-float table tbody tr td.value, #content table tbody tr th.value {
	background-color: #EEEEEE;
}