/***************************************************************************/
/******** CSS for the French TNT Website update by GFI *********************/
/******** ATTENTION !! NE PLUS UTILISER LES STYLES DE FIN !!! **************/
/***************************************************************************/

th.sortable a {
	background-position: right;
	background-image: url(../images/arrow_off2.png);
	background-repeat: no-repeat;
	margin:0px;
	display:block;
	width: 95%;

	text-decoration: none;
	font-family: arial,helvetica,sans-serif;
	font-size: small;
	color: black;
	background-color: #eee;
	text-align: left;

	padding:0px;
}


th.sorted a {
	background-position: right;
	margin-right:10px;

	padding:0px;
}

th.order1 a {
	background-image: url(../images/arrow_down2.png);
	background-repeat: no-repeat;

	padding:0px;
}

th.order2 a {
	background-image: url(../images/arrow_up2.png);
	background-repeat: no-repeat;

	padding:0px;
}
	
.blkBorder {
	border: #000000 solid 1px;
}

.landingfooter {
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size:8px;
    background-color: #ff6600;
	color: #ffffff;
}

.inputfieldgrayed {
	font-weight:normal;
	color:#A9A9A9;
}

#content table tbody th {
	padding-left:0px;
}