body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F3F3F3;
	color: #000000;
}

/******************************************************************************/
/************************************************  G L O B A L   S T Y L E S  */

table {
/*     margin:auto;*/
}
td, th, body, p, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/*td.ptitre1, td.ptitre2 {
	color:#3366CC;
	font-weight:bold;
	font-size: 13px;
}
td.ptitre2 {
	padding-left: 5px;
	border-bottom: 1px solid #0000CC;
}*/
a, a:hover, a:visited {
     color: #3366CC; /*#3366CC;/*#009999;*/
     font-weight:normal;
	text-decoration: none;
	text-decoration: underline;
}
a:hover {
     color: #cc00cc;/*990099;*/
	text-decoration: underline;
}
/*thead td, tfoot td {
     text-align: center;
     background-color:#333;
     color:#f3f3f3;
     padding:5px;
}
tbody td{
     background-color:#e5e5e5;
     padding:20px;
}
td.title {
     white-space: nowrap;
     padding-left: 5px;
     padding-right: 5px;
     background-color:#333;
     color:#fff;
}*/
caption {
     text-align: center;
     font-weight:bold;
     margin-bottom:10px;
     padding-bottom:5px;
     border-bottom:1px solid #000;
}
table.sec1 {
     background-color:#E5E5E5;
     border: 1px solid #000;
/*     width: 800px;*/
}
table.sec1 tfoot, table.sec1 thead {
     background-color:#333;
}
table.sec1 th {
     padding: 5px;
     background-color:#333;
     color:#F3F3F3;
     text-align: center;
     font-weight:bold;
}
table.sec1 td {
     background-color:#FCFCFC;
     white-space: nowrap;
     padding: 5px;
     border-top: 1px dotted #333;
}
div.cont1 {
     background-color:#E5E5E5;
     border: 1px solid #000;
}
div.dhead, div.dfoot {
     padding: 5px;
     background-color:#333;
     color:#F3F3F3;
     text-align: center;
     font-weight:bold;
     white-space: nowrap;
     overflow: hidden;
}
div.dbody {
     padding: 20px;
     overflow: auto;
}

/* style for the page title, h1 or #page title (eg for table+div) */
h1, #page_title {
/*	background-color:#3366CC;*/
	background-color:#000;
	color:#f3f3f3;
	font-weight:bold;
	padding: 5px;
	font-size: 13px;
/*	text-align:left;*/
	border: 1px solid #000;
	margin:0px;
}
span.titled {
     font-weight:bold;
     border-bottom:1px solid #000;
}
div.erreur {
     border: 1px solid #990099;
     background-color:#CC00CC;
     color:#FFDDFF;
     padding:15px;
}

/******************************************************************************/
/****************************************  M A I N   F O R M S   S T Y L E S  */

form {
	margin: 0;
	padding: 0;
}

input, textarea, select {
	border: 1px solid #999999;
}
input.ezgBtn {
	background-image:url(images/ezg_inputBtnBk.jpg);
	background-position:center center;
	background-repeat:repeat-x;
	border: 1px solid #000;
	font-size:13px;
}

/******************************************************************************/
/************************************************  H E A D E R   S T Y L E S  */

div#header {
	padding: 3px;
	background-color:#000000;
	border-bottom: double 3px #fff;
	color:#FFFFFF;
	font-size:20px;
	font-family:"Trebuchet MS", Verdana, Arial;
}

/******************************************************************************/
/*  G A L L E R Y   O P T I O N S  -  D R O P D O W N   M E N U  S T Y L E S  */

#GalleryMenu {
	margin: 0;
	padding: 0;
	width:140px; /* 'a' width and padding */
}
#GalleryMenu li {
	float: left;
	list-style: none;
	font: 13px "Trebuchet MS", Verdana, Arial;
}
#GalleryMenu li a, #GalleryMenu li ul li a  {
	display: block;
	background-color: #3366CC;/*#222;*/
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	border: 1px dotted #999;
	text-align:center;
	width: 130px;
	color: #FFFFFF;
	white-space: nowrap;
	font-weight:normal;
}
#GalleryMenu li a:hover, #GalleryMenu li ul li a:hover {
	background-color: #CC00CC;/*#1A4473;*/
	font-weight:normal;
}
#GalleryMenu li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	border-top: 0px solid white;
/*	width: 100px;*/
	background-color:#FFFF00;
	z-index:900;
}
#GalleryMenu li ul li {
	float: none;
	display: inline;
}
#GalleryMenu li ul li a {
	border: 1px solid #999;
	border-top: 0px solid #999;
}

/******************************************************************************/
/******************************************  H O M E   P A G E   S T Y L E S  */
div#home_info_gallery {
     margin-left:50px;
     margin-right:50px;
     border:1px solid #000;
     padding:20px;
     padding-top:5px;
     background-color:#FFF;
     overflow:auto;
     text-align:left;
}

#home_info_gallery td.info_gall {
     white-space: nowrap;
     padding: 5px;
     border-top: 1px dotted #999;
}
#home_info_gallery td.title {
     white-space: nowrap;
     padding-left: 5px;
     padding-right: 5px;
     background-color:#333;
     color:#FFF;
}
#home_info_gallery td.bg1 {
     background-color: #FCFCFC;
}
#home_info_gallery td.bg2 {
     background-color: #F8F8F8;
}

#home_info_gallery h3 {
     border-bottom: 1px solid #000;
     white-space: nowrap;
     text-align: center;
}
#info_images {
     background-color: #FFFFEE;
     padding:20px;
     margin-left:50px;
     margin-right:50px;
     border:1px solid #000;
}
#info_file_upload_error {
     border: 1px solid #990099;
     background-color:#FFDDFF;
     color:#CC00CC;
     padding:15px;
     margin:10px;
     white-space:nowrap
}

/******************************************************************************/
/**********************************  G A L L E R Y   M E N U   O P T I O N S  */
/*
#form_rename_gall, #form_empty_gall, #form_delete_gall, #form_reconfig_gall, #div_gallery_info {
     display: none;
}

#form_rename_gall table {
     width:100%;
     border:1px solid #000;
}
#form_rename_gall thead td, #form_rename_gall tfoot td {
     white-space: nowrap;
     padding: 5px;
     background-color:#333;
     color:#f3f3f3;
     text-align: center;
     font-weight:bold;
}

#form_rename_gall tbody td {
     background-color:#E5E5E5;
     white-space: nowrap;
     padding: 20px;
     text-align:center;
}

a.galleryOptions, a.galleryOptions:hover, a.galleryOptions:visited {
     color: #F3F3F3;
}
*/
/******************************************************************************/
/* Elements relatifs à l'affichage des images de la galerie */

#thumblist {
	height:220px;
	padding:0px;
	border:1px solid #000000;
	overflow:scroll;
     background-color: #FFF;
}
#toolbar_info {
     display: none;
}
#toolbar {
     white-space:nowrap;
     padding:2px;
}
#thumblist img {
	cursor:pointer;
}
#thumblist table.thumb {
     float: left;
     background-color: #E5E5E5;
     margin:3px;
     border:3px solid #CCC;/*#3366CC;*/
}
#thumblist table.selected {
     margin:1px;
     border:5px solid #CC00CC;
}
#thumblist div.text {
	width:180px;
	overflow:hidden;
	font-size:10px;
}

/******************************************************************************/
/**********************************************  O V E R L A Y   S T Y L E S  */
div.overlay_cont {
     background-color:#E5E5E5;
     border: 1px solid #AAA;
}
#overlay_background {
	background-color : #000;
	display: block;
	top : 0px;
	left : 0px;
	z-index:666;
	padding:0px;
	margin:0px;
	border-width:0px;
}
#overlay_loading {
     color:#FFF;
	top : 0px;
	left : 0px;
	display: block;
	z-index:676;
}
#overlay_add_new_image, #overlay_rename_gall, #overlay_empty_gall, #overlay_delete_gall, #overlay_gallery_info, #overlay_reconfig_gall
, #overlay_image_details, #overlay_delete_selection, #overlay_report {
	top : 0px;
	left : 0px;
	display: none;
     z-index:677;
}
#overlay_report { width: 50%; }
div.global_report {
     margin:2px;
     padding: 2px;
     background-color:#FFF;
     color:#000;
     height:100px;
     overflow:auto;
     white-space:nowrap;
     border-top:1px dotted #888;
     border-bottom:1px dotted #888;
	font-family: Verdana, Arial, sans-serif, Helvetica;
	font-size:10px;
     text-align:left;
}
.report_ok {
     font-weight:bold;
     color: #00CC00;
}
.report_error {
     font-weight:bold;
     color: #CC00CC;
}
.report_title {
     font-size:10px;
     font-weight:bold;
/*     font-style:italic;*/
     /*text-decoration:underline;*/
     color: #000;
     border-bottom:1px solid #000;
}

/*
#overlay_rename_gall { z-index:677; }
#overlay_empty_gall { z-index:678; }
#overlay_delete_gall { z-index:679; }
#overlay_gallery_info { z-index:680; }
#overlay_reconfig_gall { z-index:681; }
*/






/*


#form_load_gallery {
     display: none;
}
#massactions_results, #form_rename_files, #form_move_files, #form_delete_files, #updating, #loading, #checking, #one_thumb_details  {
     display: none;
     padding:5px;
     border-top: 1px solid #000;
     border-bottom: 1px solid #000;
     border-left: 5px solid #000;
     margin-top: 5px;
     margin-bottom: 5px;
     text-align: left;
     white-space:nowrap;
}
#updating, #loading {
     background-color: #20C920;
     height: 40px;
     padding-top: 30px;
     text-align: center;
}

#files_to_rename div {
     padding:2px;
     white-space:nowrap;
}
.status_ok {
     font-weight: bold;
     color: #00FF00;
}
.status_error {
     font-weight: bold;
     color: #C92020;
}
/*#updating div {
     font-weight:bold;
     text-align: center;
     white-space:nowrap;
}

#one_thumb_details {
	width:800px;
}
.thumbnail_selected {
	background-color: #FF3300; /*3366CC*/
	/*
}
.thumbnail_over {
	background-color: #3366CC;
	
}

#thumb_loading {
	width: 800px;
	height: 100px;
	visibility:hidden;
	position:relative;
	top: 40px;
	left:350px;
}*/

/*
#toolbar img {
     cursor: pointer;
}
#tltb_info {
     cursor: help;
}
*/

