@import "../../js/jquery/ui/css/ui-lightness/jquery-ui-1.8.10.custom.css";

BODY {
     background-image : url("../../library/images/sfondo.png");
     background-attachment : fixed;
}

DIV,TABLE, TH, TR, TD, UL, OL, LI, P, FONT, A, BLOCKQUOTE, LABEL  {
    font-family : Arial, Tahoma, Verdana, Helvetica;
    font-size : 13px;
    color : #000000;
}

TABLE.Tlarge{
    width : 100%;
    border : solid 1px #000000;
}

TABLE.Tmiddle{
    width : 70%;
    border : solid 1px #000000;
    margin-left: auto;
    margin-right: auto;
}

TABLE.Tsmall{
    width : 50%;
    border : solid 1px #000000;
    margin-left: auto;
    margin-right: auto;
}

TABLE.selectTable TR.even {
	background-color:#AAE2A8;
    color : #000000;
}
TABLE.selectTable TR.odd {
   background-color:#C9EDC8;
   color : #000000;
}

TABLE.selectTable TD {
	height:10px;
	border-bottom:1px solid #ddd;
	font-family:Arial, Tahoma, Verdana, Helvetica;
	color:#333;
	font-size:8px;
}

.selectContainer {
	width:300px;
	position: absolute;
	border:1px solid #222;
}
.selectHeader {
	background-repeat:repeat-x;
	background-position:top center;
	color:#eee;
	font-family:Arial, Tahoma, Verdana, Helvetica;
	font-weight:bold;
	font-size:9px;
	margin:0;
	padding:1px 1px 1px 1px;
	background-color:#000;
}
		
.topmenu {
    font-family : Arial, Tahoma, Verdana, Helvetica;
    font-size : 11px;
    position : relative;
    top : -4px;
    font-weight: bold;
    color : #000000;
    background-color: #d9fdd8;
}

.bottomMenu {
    font-family : Arial, Tahoma, Verdana, Helvetica;
    font-size : 10px;
    position : relative;
    top : -4px;
    color : #000000;
}

.FacetFormTABLE  {
    border : solid 1px #000000;
}

.FacetFormHeaderFont  {
    font-family : Verdana,Arial;
    color : #000000;
    font-size : 14px;
    font-weight : bold;
}

.FacetFormHeaderRed  {
    font-family : Verdana,Arial;
    color : #FF0000;
    font-size : 14px;
    font-weight : bold;
}

.FacetFieldCaptionTD  {
    background-color : #AAE2A8;
    color : #000000;
    font-size : 13px;
}

.FacetDataTD  {
    background-color : #c9edc8;
    color : #000000;
    font-size : 13px;
}

.FacetDataTDsmall  {
    background-color : #c9edc8;
    color : #000000;
    font-size : 9px;
}

.FacetDataTDsmallRed  {
    background-color : #c9edc8;
    color : #FF0000;
    font-size : 9px;
}

.FacetDataTDred  {
    background-color : #C9EDC8;
    color : #FF0000;
    font-size : 13px;
}

.FacetColumnTD  {
    color : #000000;
    background-color : #DAEADA;
    font-size : 13px;
}

.FacetAltDataTD  {
    background-color : #D5F1D4;
    color : #000000;
    font-size : 16px;
}

.FacetSeparatorTD  {
    font-family : Arial;
    font-size : 10px;
}

.FacetFooterTD  {
    background-color : #D5F1D4;
    color : #000000;
    font-size : 13px;
}

.FacetDisabledTD  {
    background-color : #D5F1D4;
    color : #92ac7D;
    font-size : 13px;
}

.FacetMainMenu {
    color : yellow;
    background-color: blue;
}

.FacetButton  {
    border-left : 1px solid #000000;
    border-right : 1px solid #000000;
    border-top : 1px solid #000000;
    border-bottom : 1px solid #000000;
    background-color : #EFEFEF;
    font-size : 13px;
    font-family : Tahoma, Verdana, Arial, Helvetica;
}

.FacetInput  {
    border-bottom : 1px solid #000000;
    border-left : 1px solid #000000;
    border-right : 1px solid #000000;
    border-top : 1px solid #000000;
    background-color : #FFFFFF;
    font-size : 13px;
    font-family : Tahoma, Verdana, Arial, Helvetica;
}

.FacetTextarea  {
    border-bottom : 1px solid #000000;
    border-left : 1px solid #000000;
    border-right : 1px solid #000000;
    border-top : 1px solid #000000;
    background-color : #FFFFFF;
    font-size : 13px;
    font-family : Arial, Tahoma, Verdana, Helvetica;
}

.FacetSelect  {
    font-size : 12px;
    font-family : Arial,Tahoma, Verdana, Helvetica;
    background-color : #C9EDC8;
}

.FacetSmall  {
    font-size : 10px;
    color : #FF00FF;
    font-family : Arial, Tahoma, Verdana, Helvetica;
}
.FacetText  {
    font-size : 10px;
    color : #000000;
    font-family : Arial, Tahoma, Verdana, Helvetica;
}
.FacetSelectBil  {
    background-color : #AAE2A8;
    color : #000000;
    font-size : 10px;
}
.error {
    color : red;
    font-weight: bold;
    font-size : larger;
}
.error_box {
    margin: 40px;
    padding: 20px;
    border: 1px solid #000000;
    text-align: center;
}

.ThemeGazieMainItemHover,.ThemeGazieMainItemActive
{
	background:		url(../../js/jscookmenu/mainmenubg.png);
}

.ThemeGazieMainItem
{
	background-color:	#c9edc8;
}
.ThemeGazieMenuItemHover,.ThemeGazieMenuItemActive
{
	background-color:	#FFEEC2;
}

/* INIZIO CSS di JQuery/UI 

 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/* Component containers
----------------------------------*/
.ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #dddddd; background: #eeeeee; color: #333333; }
.ui-widget-content a { color: #d77f00; }
.ui-widget-header { border: 1px solid #e78f08; background: #f6a828;  color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #cccccc; background: #f6f6f6; font-weight: bold; color: #1c94c4; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1c94c4; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #fbcb09; background: #fdf5ce; font-weight: bold; color: #c77405; }
.ui-state-hover a, .ui-state-hover a:hover { color: #c77405; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #fbd850; background: #ffffff; font-weight: bold; color: #eb8f00; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #eb8f00; text-decoration: none; }
.ui-widget :active { outline: none; }



/* Misc visuals
----------------------------------*/

/* Corner radius */

.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

/*
 * jQuery UI Autocomplete 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete { position: absolute; cursor: default;
	font-size : 8px;  }	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	font-size : 8px;
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}
/*  FINE CSS di JQuery/UI 
*/