

table {
	color: #555759;
	font: 11px Arial, Helvetica, sans-serif;
	width: 100%;
}

td, tr {
	padding-left: 5px;
	padding-right: 5px;
}


.list_header
{
	background: url(../images/gifs/table_header.gif) repeat-x;
	color: White;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	/* font: 13px/15px Arial, Helvetica, sans-serif; */;
	height: 2px;
	height: 24px;
}

.list_tr
{
	color: #555759;
	font: 11px/14px Arial, Helvetica, sans-serif;
}

.list_AltColor 
{
	background: #eaebeb;
}

.list_OverColor
{
	background: #b7cb9c;
}

.list_SelectColor
{
	background: #eaf6da;
}

.list_OrderAsc
{

}

.list_OrderDesc
{

}


#zone
{
}
.zoneHeader
{
	background: right center repeat-x url(../images/gifs/table_header.gif);
	color: white;
	padding: 4px;
}

.zoneImage {
	float: right;
	height: 10px;
	width: 10px;
}
.zoneContainer
{
	background: #eaf6da;
	padding: 10px;
}

#table {
	margin: 0;
	/*float: left;*/
	padding-bottom: 20px;
}

#overflow {
	overflow: auto;
	padding: 0;
	margin: 0;
	height: 174px;
}

.table_cleaner {
	clear: left;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
		}

.pages {
	border-top: 1px dotted #383335;
	padding-top: 4px;
	margin-top: 6px;
	text-align: right;
	padding-right: 6px;
	margin-right: 2px;
	margin-left: 2px;
}

.toolbar {
	float: right;
}

/* @group form */

label {
	float: left;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #555759;	
}
input, select, textarea {	
color: #555759;
font: 11px Arial, Helvetica, sans-serif;
background: #eaf6da;
border: solid #b7cb9c thin;
}

.white {
	background: white;
}

option {	color: #555759;	font: 11px Arial, Helvetica, sans-serif;
	background: white;
}

.ref {
	color: white;
	font: 11px Arial, Helvetica, sans-serif;
	background: url(../images/input.gif) center top;
	height: 17px;
}
.button {	color: #555759;
	font: 11px Arial, Helvetica, sans-serif;
}

input.bouton {
	font-weight:bold;
	cursor:pointer;
	background: left center no-repeat url(../images/gifs/button.gif);
	width: 74px;
	height: 20px;
	border-style: none;
}
input.bouton:hover {
	background: left center no-repeat url(../images/gifs/button_over.gif);
	border-style: none;
	color: white;
}

input.bouton:active {
	background: left center no-repeat url(../images/gifs/button_2.gif);
	border-style: none;
	color: white;
}
input.bouton_large{
	font-weight:bold;
	cursor:pointer;
	background: left center no-repeat url(../images/gifs/button_wide.png);
	width: 170px;
}
input.bouton_large:hover {
	background: left center no-repeat url(../images/gifs/button_wide_over.png);
}

input.bouton_large:active {
	background: left center no-repeat url(../images/gifs/button_wide_2.png);
}
	
/* @end */
