/****************************************************************************/
/*             CHANGING COLORS                                              */
/****************************************************************************/
 
/* background of the page*/
html{
	background:white;
}

.divTableauSimple,.inputBox,.vide,#vide,.unselectedLine, .tableFiche td,.divFicheSimple,.tableContainerComputed, .panelDIV, .panelFrame,.divActions{
	background-color:transparent;
}

/* Background color of panels */
.divListe, .panelContent, .popupContentPane, .flapContentContainer, .verticalTabbedPaneContent,.horizontalTabbedPaneContent{
	
	background-color:#A0B7C9;
	background-color:#E2E1DC;
	background-color:#E8F1F8;
	background-color:#A0B7C9;
	background-color:#B4C6D6;
	/* background-image:url("./../img/bgPanel.png"); */
	background-image:url("../img/bgSprite10.png");
	background-repeat: repeat-x;
	background-position: top;
	background-position: 0 -50px;
}


/* Border Color of panels */
.panelContent {
	border: 1px solid #B5BCC7;
}

/* Border of Popups */
.divListe, .popupBlock{
	border: solid 2px #505050;
}

/*
.selectedInput{
	background:none url("./../img/bgSelectedInput.gif") repeat-x;
}
*/

/* action buttons of panels */
.boutonQuitter,.boutonOk ,.boutonPanel,.boutonAction {
    width:151px;
    height:28px;
    cursor: pointer;
    font-family: Arial;
    font-size: 8pt;
    font-weight:bold;
	text-align: center;
	vertical-align:center;
	padding-bottom:5px;
	border:none;
	/* background:url("./../img/bgButton.png") no-repeat center left; */
	background: url("../img/151x26.png") no-repeat center left;
	margin-left:3px;
	background-position: 0 0;

}

.boutonOk{
	color: #1db962;
}
.boutonQuitter{
    color: #D9002E;
}

.boutonAction{
	color:#6F7E8B;
    color: #455561;
}
/* colors of buttons that open a new panel (second line of buttons) */
.boutonPanel{
    color: #222222; /* font color */
    color: #596C7D;
    color: #455561;
	background:url("../img/151x26.png") no-repeat center left;
	background-position: 0 -36px;
	/* background:url("./../img/bgButtonBlue.png") no-repeat center left; */
    color: white;
}

/* scrollbar look */
.tableContainerComputed, .panelDIV, div.horizontalSplitter{
	scrollbar-face-color: #EDEDED; 
	scrollbar-shadow-color: #bbbbbb; 
	scrollbar-highlight-color: white; 
	scrollbar-3dlight-color: #d3d3d3; 
	scrollbar-darkshadow-color: #d3d3d3; 
	scrollbar-track-color: #f3f3f3; 
	scrollbar-arrow-color: #555555;
}

.panelQuery .field, .panelQuery .mandatoryField {
	color:#FEFEFE;
	background-color: #505050;
}

.panelQuery .texte, .panelQuery .disabledField {
	color:#F1F1F1;
	background-color: #707070;
}


.divFiche .field, .divFicheMP .field, .panelDIV .field, .divFiche .checkboxField, .divFicheMP .checkboxField, .panelDIV .checkboxField, .divFiche .mandatoryField, .divFicheMP .mandatoryField, .panelDIV .mandatoryField{
	
	-moz-box-shadow: 3px 3px 4px #7E8B98;    
	-webkit-box-shadow: 3px 3px 4px #7E8B98;    
	box-shadow: 3px 3px 4px #7E8B98;    
	/* For IE 8 */   
	-ms-filter: "progid:DXImageTransform.Microsoft.dropShadow(Strength=3, Direction=135, Color='#7E8B98', Positive='false')"; 
	/* For IE 5.5 - 7 */ 
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#93A3B2', Positive='false'); 
}



.divFiche .disabledField, .divFicheMP .disabledField, .panelDIV .disabledField, .table .field{
	
	-moz-box-shadow:0;    
	-webkit-box-shadow:0;    
	box-shadow:0;    
	/* For IE 8 */   
	-ms-filter:0; 
	/* For IE 5.5 - 7 */ 
	filter: 0; 
	border-width: 1px;
}


/*****************************************************************************/
/*          PANELS                                                           */
/*****************************************************************************/

/* title */
.divHeader {
	height: 39px;
    font-size: 9pt;
    line-height: 40px; /* otherwise the text is too low */
	white-space:nowrap; /* too long title go to the line otherwise */
	/*text-align:center; HTML5 Change*/
	position:relative; /* HTML5 Change*/
	vertical-align:middle;
	border:none;
	background-image:url("../img/bgPanelTitle.gif");  /* Not fit for sprite  */
	background-position:bottom;
	background-repeat: repeat-x;
	color:white;
	background-color:#CDCDCD;
	background-color:#EBEBEB;
	clear:both; /* otherwise creates some weird offset in panel content... */
}

.divHeaderDisabled {
	height: 20px;
	font-weight: bold;
    font-size: 8pt;
	font-weight:bold;
    line-height: 20px; /* otherwise the text is too low */
	white-space:nowrap; /* too long title go to the line otherwise */
	text-align:left;
	border-top:1px solid #D9D9D9;
	background-color: #CDCDCD;
	background-color:#EBEBEB;
	color:#888888;
	clear:both; /* otherwise creates some weird offset in panel content... */
}

.divBackMenu{
	/*float:left;*/
	display:inline;
}

.divPath{
	/*float:left;*/
	display:inline;
}

.divToolbar{
	/*float:left;*/
	display:inline;
	width:auto;
	margin-top:6px;
	margin-left:4px;
}

.divToolbar button, .boutonRetMenu{
	margin-left:1px;
    width:35px;
    height:35px;
    margin-top: 1px;
	margin-bottom:0px;
    cursor: pointer;
    border:none;
    position:relative; /* IE8 bug : buttons weren't clickable */
    vertical-align:top;
}



.toolbarAdd, .toolbarAdd[disabled]:hover{
    /* background: url("./../img/toolbaraddoff.png") no-repeat; */
    background: url("../img/allSprite.png") no-repeat;
    background-position: 0 -2458px;
}

.toolbarDel, .toolbarDel[disabled]:hover{
    /* background: url("./../img/toolbardeloff.png") no-repeat; */
     background: url("../img/allSprite.png") no-repeat;
    background-position: 0 -2728px;
}

.toolbarErase, .toolbarErase[disabled]:hover{
    /* background: url("./../img/toolbareraseoff.png") no-repeat; */
     background: url("../img/allSprite.png") no-repeat;
     background-position: 0 -2908px;
}

.toolbarQuit, .toolbarQuit[disabled]:hover{
    /* background: url("./../img/toolbarquitoff.png") no-repeat; */
     background: url("../img/allSprite.png") no-repeat;
    background-position: 0 -2998px;
}

.toolbarSave, .toolbarSave[disabled]:hover{
    /* background: url("./../img/toolbarsaveoff.png") no-repeat; */
     background: url("../img/allSprite.png") no-repeat;
     background-position: 0 -3088px;
}

.toolbarSearch, .toolbarSearch[disabled]:hover{
    /* background: url("./../img/toolbarsearchoff.png") no-repeat; */
     background: url("../img/allSprite.png") no-repeat;
     background-position: 0 -3178px;
}

.toolbarValidate, .toolbarValidate[disabled]:hover{
    /* background: url("./../img/toolbarvalidateoff.png") no-repeat; */
     background: url("../img/allSprite.png") no-repeat;
     background-position: 0 -3268px;
}

.toolbarCreate, .toolbarCreate[disabled]:hover{
    /* background: url("./../img/toolbarcreateoff.png") no-repeat; */
     background: url("../img/allSprite.png") no-repeat;
     background-position: 0 -2638px;
}

.toolbarContd, .toolbarContd[disabled]:hover{
    /* background: url("./../img/toolbarcontdoff.png") no-repeat; */
     background: url("../img/allSprite.png") no-repeat;
     background-position: 0 -2548px;
}

.toolbarDuplicate, .toolbarDuplicate[disabled]:hover{
   /*  background: url("./../img/toolbarduplicateoff.png") no-repeat; */
    background: url("../img/allSprite.png") no-repeat;
    background-position: 0 -2818px;
}


.toolbarAdd:hover {
   /*  background: url("./../img/toolbaraddon.png") no-repeat; */
    background: url("../img/allSprite.png") no-repeat;
    background-position: 0 -2503px;
}

.toolbarDel:hover{
   /*  background: url("./../img/toolbardelon.png") no-repeat; */
    background: url("../img/allSprite.png") no-repeat;
    background-position: 0 -2773px;
}

.toolbarErase:hover{
    /* background: url("./../img/toolbareraseon.png") no-repeat; */
     background: url("../img/allSprite.png") no-repeat;
     background-position: 0 -2953px;
}

.toolbarQuit:hover{
    /* background: url("./../img/toolbarquiton.png") no-repeat; */
     background: url("../img/allSprite.png") no-repeat;
     background-position: 0 -3043px;
}

.toolbarQuit:hover{
    /* background: url("./../img/toolbarquiton.png") no-repeat; */
     background: url("../img/allSprite.png") no-repeat;
     background-position: 0 -3043px;
}

.toolbarSave:hover{
    /* background: url("./../img/toolbarsaveon.png") no-repeat; */
     background: url("../img/allSprite.png") no-repeat;
     background-position: 0 -3133px;
}

.toolbarSearch:hover{
   /*  background: url("./../img/toolbarsearchon.png") no-repeat; */
    background: url("../img/allSprite.png") no-repeat;
    background-position: 0 -3223px;
}

.toolbarValidate:hover{
    /* background: url("./../img/toolbarvalidateon.png") no-repeat; */
     background: url("../img/allSprite.png") no-repeat;
     background-position: 0 -3313px;
}

.toolbarCreate:hover{
    /* background: url("./../img/toolbarcreateon.png") no-repeat; */
     background: url("../img/allSprite.png") no-repeat;
     background-position: 0 -2683px;
}

.toolbarContd:hover{
   /*  background: url("./../img/toolbarcontdon.png") no-repeat; */
    background: url("../img/allSprite.png") no-repeat;
     background-position: 0 -2593px;
}

.toolbarDuplicate:hover{
    /* background: url("./../img/toolbarduplicateon.png") no-repeat; */
     background: url("../img/allSprite.png") no-repeat;
      background-position: 0 -2863px;
}


.toolbarDisabled{
	cursor:none;
	filter:alpha(opacity=30);
	opacity: .30;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; /*--IE 8 Transparency--*/
}

.divTitle{
	text-align:center;
	display:inline-block;
	width:100%;
	line-height:40px;
	font-family:tahoma;
	/*float:right\9;*/ /*HTML5 Change*/ /* IE8? remove for IE9 and chrome but then IE8 will not work anymore */
	position:absolute; /*HTML5 change*/
	left:0px; /*HTML5 change*/
}

.divHeaderDisabled .divTitle{
	line-height:20px;
	position:fixed; /*HTML5 change*/
}

/*HTML5 change*/
.divHeaderDisabled .divToolbar{
	height: 0px;
	width: 0px;
}


.divTitleIcons{
	float:right;
	margin-top: -2px;
}

/* .boutonRetMenu {
    background: url("./../img/home.gif") no-repeat top left;
    cursor: pointer;
    border:none;
} */


.minimizePanel{
	margin-left:10px;
    width:20px;
    height:20px;
    /* background: url("./../img/minimize.png") no-repeat top left; */
    background: url("../img/allSprite.png") no-repeat top left;
    cursor: pointer;
    border:none;
    vertical-align: top; /* IE8 */
    background-position: 0 -1682px;
}
.maximizePanel{
	margin-left:10px;
    width:20px;
    height:20px;
    /* background: url("./../img/maximize.png") no-repeat top left; */
    background: url("../img/allSprite.png") no-repeat top left;
    cursor: pointer;
    border:none;
    vertical-align: top; /* IE8 */
    background-position: 0 -1652px;
}
.goBackTip{
	position: relative;
	float:right;
	top: 20px;
	right: 0px;
	padding : 3px;
	cursor: pointer;
	
	background-color: #B5C7D5;
	border: 2px solid #596C7D;
	z-index:102;
}
.goBackTipIcon{
	height: 11px;
	width: 17px;
	border: none;
	margin-right: 3px;
    background: url("../img/arrowTop.png") no-repeat top left; 
    cursor: pointer;
}

.panelContent {
	padding-top:5px;
	padding-bottom:5px;
	position:relative; /* needed to disable the panel and put the fade frame correctly */
	zoom:1; /* hasLayout property... + otherwise the position of elements were shifted 16px to the left because of position relative of the panelContent */
	border:1px solid #B5BCC7;
}

.divActions{
	margin:4px;
	width:100%;
	text-align:center;
}
.divListe .divActions{
	width:auto;
	text-align:center;
}
.divPanelActions{
	margin:Opx;
	width:100%;
	text-align:center;
}

.shortcut{
	width: auto;
	height: auto;
	font-size: 6pt; 
	position:absolute;
	bottom:0px;
	right:0px;
	margin-right: 5px;
	margin-bottom: 3px;
	display:inline;
}


.buttonSPAN{
	/*display: inline; /* because now actions are all in the same <td> tag */
	margin: 0px;
	margin-left: 3px;
	margin-top:5px;
	margin-bottom:5px;
	/*position:relative;*/
}



/* panel of type fiche */
.divFiche {
	width:auto;
	height: auto;
	overflow: visible;
	border: 1px solid ;
	border:none;
   border-collapse:seperate;
}
/* panel of type fiche that contains all validation buttons */
.divFicheMP {
	width:auto;
	height: auto;
	overflow: visible;
	border: 1px solid ;
	border:none;
   border-collapse:seperate;
}
/* content of panel of type fiche */
.divFicheSimple {
	border-style:solid;
	border-top-width: 1px ; 
	border-left-width: 0px ; 
	border-right-width: 0x ; 
	border-bottom-width: 0px ; 
	/* padding-bottom: 18px; */ /* IE7 only */
	padding-top: 4px;
	padding-bottom: 4px;
	border:none;
	overflow-y:hidden;
	overflow-x:auto;
   border-collapse:seperate;
}
/* content of panel of type query */
.panelQuery .panelContent{
	/*
	background-image: url("./../img/magnifying_glass_big.png");
	background-repeat: no-repeat;
	background-position: 99% 95%;
	/*
	padding-bottom: 10px;
	padding-top: 10px;
	border:3px double #52C4CB;
	border:3px double white;
	margin:3px;
	*/
}

/* tabbed sheet */
div.divFiche div.horizontalTabbedPaneContent {
	border: none;
	background: inherit;
	padding: 3px;
}

/* table panel */
.divTableau {
	overflow: visible; /* do not remove this otherwise the goBackTip would not be well positionned in html flow */
	width:100%;
	border: 1px solid;
	border:none;
}
/* table panel that contains all validation actions */
.divTableauMP {
	width:100%;
	border: 5px double;
	border:none;
}
/* content of a table panel */
.divTableauSimple {
	border:none;
	width:100%;
   position:relative;
   padding-top:10px;
   padding-bottom:10px;
}
.divTableauSimpleSansRowB{
	height: auto;
	padding-bottom: 20px;
	width: 100%;
	overflow-x: auto;
	overflow-y:hidden;
	scrollbar-face-color: #EDEDED; 
	scrollbar-shadow-color: #bbbbbb; 
	scrollbar-highlight-color: white; 
	scrollbar-3dlight-color: #d3d3d3; 
	scrollbar-darkshadow-color: #d3d3d3; 
	scrollbar-track-color: #f8f8f8; 
	scrollbar-arrow-color: #555555;
}

.tableFiche {
	width:100%;
	border: none;
}






/* table panel showing over the screen and not at the bottom of the html page*/
.divListe { 
	position: absolute;
	position: fixed;
	width:auto;
	height:auto;
	/*
	right: 200px;
	left: 200px; 
	*/
	z-index:102;
}
.divListe .panelContent{
	border:none;
	padding-right: 20px;
	padding-left:20px;
	padding-top:40px;
}

.divListe .divHeader{
	position:absolute;
	width:99%;
}



/*--------------------------------------------------------------------------------------------------*/
/*              FOOTER OF A TABLE                                                                   */
/*--------------------------------------------------------------------------------------------------*/
/* little input field at te bottom of a table allowing access to other pages of the table */
.blocNavig input.textenbloc {
	font-size: 8pt;
	height: 16px;
	width: 25px;
	border: 1px solid #BBBBBB;
	border:1px solid #88a4c7;
	background-color:white;
	vertical-align:bottom;
}
/* input field at the bottom of a table in which you can enter a key word to be searched in the table*/
.chainerech {
	font-size: 8pt;
	border: 1px solid #D0D0D0; 
	border:1px solid #88a4c7;
	height: 16px;
	width: 110px;
	vertical-align:bottom;
}

.colrech {
	font-size: 8pt;
	height: 19px;
	width:auto;
}

.texterech {
	font-size: 8pt; 
	padding-left:5px;
	padding-right:4px;
	text-align:right;
	color:#666666;
}
/* number of pages of a table */
.texte0 { 
	font-size: 8pt; 
	border: none; 
	height: 8px;
	width: 25px;
	text-align:center;
	vertical-align:bottom;
}

.browsePageVoid{
	color: #444444;
}

.pageSearch{
	padding-left:2px;
	margin-right:25px;
}


.pagesContainer{
	margin-left:20px;
}

.wsBuildNavigContainer li{
	margin-top:1px;
}

.blocNavig ul{
   margin:0;
   padding:0;  
   list-style:none;
}

.blocNavig li{
	float:left;
	padding-left: 2px;
	padding-right: 2px;
	margin-right:2px;
}




.browsePage input, .browsePageSelected input{
	color: #444444;
	border: none;
	background: none;
	cursor: pointer;
	height: 16px;
	padding:0px;
	margin:0px;
	font-family:Arial;
	font-weight: bold;
	font-size: 8pt;
	vertical-align:bottom;
}


.browsePage{
	border : 1px solid #BBBBBB;
	border : 1px solid #B5BCC7;
	background-color: #E2E2E2;
	background-color: #EFEFEF;
}

.browsePageSelected{
	vertical-align: center;
	border : 1px solid #E3002D;
	background-color: #efd3d9;
}

.emptyLine { 
	height: 17px;
	margin:1px;
	padding-left:2px;
	padding-right:2px;
}


.texteselect { 
	border:none;
	height: 17px;
	margin:1px;
	padding-left:2px;
	padding-right:2px;
	vertical-align:bottom;
}

/* buttons at the end of the tables */
.boutonAdd {
    height:20px;
    width:35px;
    /* background: url("./../img/tableAdd.png") no-repeat center; */
    background: url("../img/allSprite.png") no-repeat center;
	background-position: 5px -1741px;
    cursor: pointer;
    border: none;
	padding-top:0px;
}
.boutonDel {
    height:20px;
    width:35px;
   /*  background: url("./../img/tableDelete.png") no-repeat center; */
    background: url("../img/allSprite.png") no-repeat center;
	background-position: 0 -1861px;
    cursor: pointer;
    border: none;
}
.boutonCopCol {
    height:20px;
    width:35px;
    /* background: url("./../img/tableCopyPaste.png") no-repeat center; */
    background: url("../img/allSprite.png") no-repeat center;
    background-position: 0 -1801px;
    cursor: pointer;
    border: none;
}

.boutonAddDisabled {
    height:20px;
    width:35px;
    /* background: url("./../img/tableAddDisabled.png") no-repeat center; */
    background: url("../img/allSprite.png") no-repeat center;
    
    border: none;
	padding-top:0px;
	background-position: 0 -1771px;
}
.boutonDelDisabled {
    height:20px;
    width:35px;
    /* background: url("./../img/tableDeleteDisabled.png") no-repeat center; */
     background: url("../img/allSprite.png") no-repeat center;
    background-position: 0 -1891px;
    border: none;
}
.boutonCopColDisabled {
    height:20px;
    width:35px;
    /* background: url("./../img/tableCopyPasteDisabled.png") no-repeat center; */
     background: url("../img/allSprite.png") no-repeat center;
     background-position: 0 -1831px;
    border: none;
}

#go ,.go{
    height:20px;
    width:20px;
    background: url("../img/arrowRight.png") no-repeat center;
    cursor: pointer;
    border: none;
	margin-left:5px;
	margin-right:15px;
	vertical-align:bottom;
}


/*****************************************************************************/
/*                   CSS Classes for BUTTONS                                                                                    */
/*****************************************************************************/

/* buttons printed besides a field */
.visuServlet{
	border: 0;
	/* background: url("./../img/visu.gif"); */
	background: url("../img/allSprite.png");  /* TODO need to check. Could not find where used. */
	background-repeat:no-repeat;
	cursor: pointer;
	height: 18px;
	width: 16px;
	margin-left: 2px;
	vertical-align: top;
	margin-top: 1px;
	background-position: 0 -1097px;
}
.treeGetter{
	border: 0;
	/* background: url("./../img/assistance.png"); */
	background: url("../img/allSprite.png");
	background-repeat:no-repeat;
	cursor: pointer;
	height: 22px;
	width: 22px;
	margin-left: 3px;
	vertical-align: top;
	margin-top: 1px;
	background-position: 0 -1951px;
}
.queryObject {
	border: 0;
	/* background: url("./../img/assistance.png"); */
	background: url("../img/allSprite.png");
	background-repeat:no-repeat;
	cursor: pointer;
	height: 22px;
	width: 22px;
	margin-left: 4px;
	vertical-align: top;
	margin-top: 1px;
	background-position: 0 -1951px;
}
.listObject {
	border: 0;
	/*background: url("./../img/assistance.png");*/ 
	background: url('../img/allSprite.png') no-repeat top left;
	background-position: 0 -1951px;
	background-repeat:no-repeat;
	cursor: pointer;
	height: 22px;
	width: 22px;
	margin-left: 3px;
	vertical-align: top;
	margin-top: 1px;
}


/*
.errorTooltipDiv{
	left:0px; 
	top:0px; 
	height: auto;
	width: auto;
	position:absolute;
}
.errorFrame{
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:0;
	filter:alpha(opacity=10);
}
.errorContent{
	background-color: #AAAAAA;
	color: white;
	height: auto;
	width: auto;
	z-index:3;
	border: 1px solid #B5BCC7;
	padding: 2px 10px 2px 10px;  
}
*/

/* disable element visually */
.hideshowtable {
   	visibility: visible;
	position: absolute;
   	border:none;
   	border:0px solid white;
   	padding:0px;
   	margin:0px;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 80;
}
.hideshowtable .fade {
	background: white; 
	position: absolute;
	width: 100%;
	height: 100%;
	filter:alpha(opacity=60);
	opacity: .60;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; /*--IE 8 Transparency--*/
	z-index: 100;
	border:none;
}

.hideshowtable .fadeFrame{
	position: absolute;
   	background:none;
   	border:0px solid white;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	z-index: 100;
	filter:alpha(opacity=5);
	opacity: .05;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=5)"; /*--IE 8 Transparency--*/
   	margin:0px;
}

/* --------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------SIGNE RECHERCHE -----------------------------------------------------*/
.Vide 
{
	background:none;
	border : 0;
	height: 22px;
	width: 22px;
	margin-left: 4px;
	vertical-align: middle;
}
.Greater
{
	/* background:url("./../img/querysigngreaterthan.png"); */ 
	background: url("../img/allSprite.png") no-repeat;
	background-position: 0 -2079px;
	border: 0;
	background-repeat:no-repeat;
	cursor: pointer;
	height: 22px;
	width: 22px;
	margin-left: 4px;
	vertical-align: middle;
}

.Less
{
	/* background:url("./../img/querysignlessthan.png");  */
	background: url("../img/allSprite.png") no-repeat;
	background-position: 0 -2111px;
	border: 0;
	background-repeat:no-repeat;
	cursor: pointer;
	height: 22px;
	width: 22px;
	margin-left: 4px;
	vertical-align: middle;
}

.Equal
{
	/* background:url("./../img/querysignequal.png");  */
	background: url("../img/allSprite.png") no-repeat;
    background-position: 0 -2047px;
	border: 0;
	background-repeat:no-repeat;
	cursor: pointer;
	height: 22px;
	width: 22px;
	margin-left: 4px;
	vertical-align: middle;
}

.Diff
{
	/* background:url("./../img/querysigndifferent.png");  */
	background: url("../img/allSprite.png") no-repeat;
	background-position: 0 -2015px;
 	border: 0;
	background-repeat:no-repeat;
	cursor: pointer;
	height: 22px;
	width: 22px;
	margin-left: 4px;
	vertical-align: middle;
}

.pSeudoText
{
	font-style:italic;
	letter-spacing:0.1em;
	color:#1F497D !important;
}

.panelQuery .pSeudoText
{
	font-style:italic;
	color:#73BE42 !important;
}
