/***************************************************************************/
/******** CSS for the French TNT Website update by GFI *********************/
/******** ATTENTION !! NE PLUS UTILISER LES STYLES DE FIN !!! **************/
/***************************************************************************/

.appButton-long {
	border: 0;
    cursor: pointer;
    font-weight: bold;
    padding: 0 18px 0 0;
    text-align:right;
    background: url(../images/boutons/button_blue_right.png) no-repeat right top;
    height: 28px;
    color:#fff;
}

.appButton-long div {
    margin: 0;
    padding: 0 0 0 14px;
    height: 28px;
    line-height: 1.8;
	white-space:nowrap;
    background: url(../images/boutons/long_button_blue_left.png) no-repeat left top;
}


.contentheading {
	border-top:1px solid #CCCCCC;
	color: #FF6600;
	font-family:arial,helvetica,sans-serif;
	font-size:small;
	font-weight:bold;
	line-height:100%;
	padding-top:12px;
}

.contentheadingNoBorder {
	color: #FF6600;
	font-family:arial,helvetica,sans-serif;
	font-size:small;
	font-weight:bold;	
	padding-top:6px;
}

.loginheading {
	color: #FF6600;
	font-family:arial,helvetica,sans-serif;
	font-size:small;
	font-weight:bold;
	line-height:100%;
}

.highlight {
	color:#fd6003;
	font-weight:bold;
}

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;
}

#breadcrumbs a {
	/*text-decoration: none;*/
	background-image: none;
}

.appTable thead tr th {
	background-color:#EEEEEE;
}


/*==================================================================*/
/* Modification des tables pour le redesign	                        */
/* Ajout de bordure et de coloration des even                       */
table.lstTable tbody tr td {
	border-bottom: solid 1px #D7D7D7;
	border-right: solid 1px #D7D7D7;
	padding-left:5px;
}

table.lstTable tbody tr.even {
	background-color: #F9FAFA;
}

table.lstTable thead tr th {
	background-image: none !important;
}

table.lstTable thead tr th.sortable, 
table.lstTable thead tr th.sortable a, 
table.lstTable thead tr th.section {
	background-color: #eee !important;
	font-family: arial,helvetica,sans-serif;
	font-size: small;
	color:#666666;
	margin: 0 ;
	padding-left:5px;
	border-collapse:collapse;
}

/* Alignement des images et du text dans les tables...*/
.align_text a img, .align_text span {
  vertical-align: middle;
  display: inline-block; 
}

/* pour le lien fermer la fenetre csp */
#closeLink{
	position: absolute;
	text-align: right;
	width: 620px;
	left: 0;
	top: 40px;
	margin: 0;
	padding: 0;
	z-index: 110;
	height: 24px;
}

#closeLink a {
	font-size: 90%;
	font-family: tahoma, helvetica, sans-serif;
	color: #333;
}

/* Style des liens de la colonne action */
#content a.instructions {
	background-color: #FF6600;
	color: white;
	padding: 2px;
	margin-left: -5px;
}

#content a.showPDL {
	color: #54B8F4;
}

.loadingImage {
	margin-left: -5px;
}