/****************************** Ecran de téléchargement ******************/
div#selectFile,
div#sortFile {
	margin : 10px;
	padding: 0;
	background-color:#818394; 
	color: #DCDDE2;
}

div#selectFile {
	width: 430px;
	float: left;
	min-height: 250px;
}

div#sortFile {
	width: 250px;
	margin-left: 450px;
	min-height: 250px;
}

div#selectFile form,
div#sortFile form  {
	margin: 0px 0px 8px 15px;
}

div#selectFile form p,
div#sortFile form p {
	margin: 8px 0px 8px 0px;
}

div#selectFile form p span.tx_afmasterdetail_pi1-form-label {
	margin-right: 10px;
}

div#sortFile form p span.tx_afmasterdetail_pi1-form-field {
	margin: 8px 0px 8px 0px;
}

/***************** Liste de téléchargement ***********/
div#listFile {
	margin-bottom: 15px;
}

div#listFile div#pageprevious{
	float: left;
	width: 180px;
}

div#listFile div#pageprevious a {
	font-size : 7pt;
}

div#listFile div#pagenext{
	float: right;
	width: 180px;
}

div#listFile div#pagenext a {
	font-size : 7pt;
}

div#listFile table#tablemaster  {
	margin-top: 20px;
	border: 1px solid #000000;
	font-size : 7pt;
}

table#tablemaster tr#impair {
	background-color: #ffffff;
}

table#tablemaster tr#pair
{
	background-color: #efefef;
}

table#tablemaster a {
	font-size : 7pt;
	color: #818394;
	font-weight: bold;
}

table#tablemaster th {
	border: 1px solid #ACAAAA;
	background-color: #818394;
	color: #DCDDE2;
	font-size : 8pt;
}

table#tablemaster th a{
	color: #DCDDE2;
	text-decoration: none;
	font-size : 8pt;
}

table#tablemaster td {
	padding: 3px;
	border-right: 1px dotted #000000;
}

table#tablemaster td#label {
	width: 200px;
	font-size : 8pt;
}

table#tablemaster td#game {
	width: 120px;
	font-size : 8pt;
}

table#tablemaster td#mod {
	width: 250px;
	font-size : 8pt;
}

table#tablemaster td#nbplayers {
	width: 50px;
	font-size : 8pt;
}

table#tablemaster td#uid,
table#tablemaster td#dlcount
{
	text-align: right;
}

/***************** Fichier individuel ***********/

div#singleFile div#filedetails {
	margin: 30px 0 0 0;
	padding: 0;
	background-color: #ECEBCC;
}

div#filedetails h3  {
	margin: 0;
	color: #DDDDDD;
	font-size: 11pt;
	line-height: 20px;
}

div#filedetails table#filemng-header td, div#filedetails table#filemng-file td {
	font-size : 8pt;
	padding: 3px;
}

div#filedetails table#filemng-file td.comment {
	width:700px;
}

div#filedetails table#filemng-file a,
div#filedetails table#filemng-header a
{
	color: #AC9B63;
	font-weight: bold;
}



