/* -- css spécifiques section adhchif (chiffres et adhérents) */

/* styles pour l'apparence de l'interface à onglet des graphes */
#tabcontainer {
margin-top:12px;
}
#tablist {
padding: 3px 0;
margin: 0px;
border-bottom: 1px solid #778;
font: bold 12px Verdana, sans-serif;
}
#tablist li {
list-style: none;
margin: 0;
display: inline;
}
#tablist li a.taboff:link,
#tablist li a.taboff:visited {
padding: 3px 0.5em;
margin-left: 3px;
margin-bottom:0px;
border: 1px solid #778;
border-bottom: none;
background: #DDE;
text-decoration: none;
color: #797171;
}
#tablist li a.taboff:hover{
color: #000;
background: #AAE;
border-color: #227;
}
#tablist li a.tabon:link,
#tablist li a.tabon:visited,
#tablist li a.tabon:hover {
padding: 3px 0.5em;
margin-left: 3px;
margin-bottom:0px;
border: 1px solid #778;
background: white;
color:#cc0033;
border-bottom: 1px solid white;
text-decoration: none;
}
#tabcontent {
margin-top:0px;
text-align:center;
background: white;
border: 1px solid #778;
border-top:none;
padding:5px;
}

/* -- element de mise en page de la fiche chiffre/adhérent -- */
#ficheheader {
padding:10px;border:1px solid #cccccc;overflow:auto;margin-bottom:20px;
}
#fichecontact {
width:350px;
margin-top:5px;
}
#fichecontact .col1{
color: #003366;
}

._toggle {
	cursor:pointer;
}
.txt_pgi, .txt_pgi td, a.txt_pgi {
	color:#9D09EA;
}

.tab_left_260 {
	padding: 2px;
	text-align: left;
	width: 260px;
}
.tab_center {
	padding: 2px;
	text-align: center;
}
.tab_right {
	padding: 2px;
	text-align: right;
}
.div_color {
	margin:2px;
	padding:0;
	width:16px;
    height:16px;
	background-color:#cccccc;
}

/* ---------- table sorter  ------------ */
table.tablesorter {
		padding: 0;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	width: 100%;
	border-collapse: collapse;

	/*
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
	*/
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {

	background-color: #e6EEEE;
	font-weight: bold;
	text-align: center;
	border: #ffffff 1px solid;
	color: #777e82;
	padding: 2px 15px 2px 1px;
}
table.tablesorter thead tr .header {
	background-image: url(../shared/tablesorter/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	padding: 2px 2px 2px 4px;
	border-bottom: 1px solid #A9A9A9;
	height: 18px;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../shared/tablesorter/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../shared/tablesorter/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #8dbdd8;
}


/* colonne comportant des valeurs numériques */
table.tablesorter td.integer {
	white-space: nowrap;
	text-align: right;
	padding-right: 2px;
	width: 100px;
}
table.tablesorter td.comment {
	width: 30px;
}
table.tablesorter td.period {
	text-align: left;
	white-space: nowrap;
}
table.tablesorter a:link, table.tablesorter a:visited {
	text-decoration: none;
}
table.tablesorter a:hover {
	text-decoration: underline;
	color: #C82224;
}

/* ---- couleurs personnalisées dans les tableaux ---- */
td.pgid , td.pgid a {color:#449455;}
td.pgimd , td.pgimd a {color:#000;}

/* ---- bloc observations -- */
div.observations {}
div.observations td {vertical-align: top }
div.observations h4 {margin-bottom: 2px; border-bottom: 1px solid #A9A9A9; }
div.observations ul {margin:0 0 0 2.5em; padding:0; list-style: disc; }
div.observations li { padding-left: .2em; }

/* --- search form --- */

#topsearchform {width:70%; background-color: #FAFAFA; padding:5px;border:1px solid #D9D9D9;}
#topsearchform h4 {margin:0;padding:2px; background-color: #D9D9D9;}
#topsearchform p {margin:2px 0 0 2px;}
#topsearchform .long {width:385px}
#topsearchform .short {width:180px; margin-right:20px;}
