/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2010 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 242 2010-03-14 00:55:02Z emartin24 $
 *
 */

#basic-modal-content {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container {height:400px; overflow:auto; width:800px; color:#bbb; background-color:#fff; border:1px solid #444; padding:12px;}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {background:url(../img/basic/x.png) no-repeat; width:25px; height:29px; display:none; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container #basic-modal-content {padding:8px;}

/****************************** CSS CERCA AVAN�ADA ****************************************/
.

.padding3px {
	padding:1px !important;
}
.overflowHidden {
	overflow:hidden;
}
.marginBottom10px {
	margin-bottom:10px;
}
.width100{
	width:100%;
}
.floatLeft{
	float:left;
}
.floatRight{
	float:right;
	margin-right: 2px !important;
}
.width125px{
	width:125px;
}
.width150px{
	width:150px !important;
}

.marginBottom5px{
	margin-bottom:5px;
}
.textAlignRight{
	text-align:right;
}
.textAlignLeft{
	text-align:left;
}
.textAlignCenter{
	text-align:center;
}
.displayInline{
	display:inline;
}
.fontStyleItalic{
	font-style:italic;
}
.textDecorationNone{
	text-decoration:none !important;
}
.color336699{
	color: #336699;
}
.marginTop3px{
	margin-top:3px !important;
}
.marginTop5px{
	margin-top:5px;
}
.borderNone{
	border:none;
}
.fontWeightBold{
	font-weight:bold;
}
.width33{
	width:33.3%;
}
.marginRight5px{
	margin-right:5px;
}
.displayNone{
	display:none;
	z-index: 1;
}
.displayBlock{
	display:block;
}
/*label{
	display:none !important;
}*/
.border1px {
	border:1px solid #000;
}
.positionAbsolute {
	position:absolute;
}
.backgroundColorFFF {
	background-color:#FFF;
}
.backgroundColor009 {
	background-color:#009;
}
.backgroundColorFF9 {
	background-color:#FF9;
}
.padding5px {
	padding:5px;
}
.colorFFF {
	color:#FFF !important;
}

.backgroundColorCCC{
	background-color:#CCC;
}

.tableModal{
	border-right:1px solid #000;
}
.visibilityHidden{
	visibility:hidden;
}
.marginLeft22px{
	margin-left:22px;
}
.filtreDescriptors{
	margin-top: 26px;
}

.filtreDescriptors .titol{
	display:none;
}
/****************************** FI CSS CERCA AVAN�ADA ****************************************/