
/* ===================================================================== 
   Aquest full d'estils cont� els corresponents a les divs fixes (total 
   i postTotal, contingut i menu) i els estils globals (de body).
   ===================================================================== */


.body { font: Verdana green 10px; }
.p { text-indent: 20pt; }

.cos{
	padding: 0px;
	margin: 0px;
	font: normal normal 12px/14px arial, sans-serif;
	text-align: center;
	background-color: #666666;
}

.cos img { border-style: none; }

.hand {
	cursor: pointer;
	cursor: hand;
}

.itemMenuVertical {
	color:white; 
	font-family:Courier New,Courier,mono !important; 
	font-weight:bold; 
	font-size:13px; 
	width:23px;
	background:#666666 url(../imatges/treemask.gif) repeat-y scroll 50% 0;
}

/* ===================================================================== */

div#divTotal {
	/* width: 980px; */
	width: 720px;
	padding: 20px 10px 10px;
	margin: 15px auto 25px;
	text-align: left;
	background-color: #ffffff;
	background-image: url(../../imatges/roundtop800.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 50% 0%;
    overflow-x: hidden;
}

div#divPostTotal {
    display: block;
    /* width: 1000px; */
    width: 740px;
    padding: 0px 10px 10px;
    margin: -35px auto 15px;
    background: url(../../imatges/roundbottom800.gif) 50% 100% no-repeat;
    height: 30px;
}

#divMenu {
	width: 19%;
	float:left;
}

#divBlanc {
	width: 1%;
	float:left;
}

#divContingut { 
     width:80%; 
    float:left;
    min-height: 450px;
    }

#divCapcalera ul{ 
	list-style-type: none;
	display: inline;
	padding: 0%;
	margin: 0%;
}

#divCapcalera li {float:left}

#divOficinaRecollidaFields {
	/* background-color: #ffaaaa; */
}

#divPeu { 
   width:100%;
   float:left;
   background: url(../../imatges/roundbottom800.gif) 50% 100% no-repeat;
 }



/* ===================================================================== */







.lightTable {
    border: solid 1px black;
    padding: 3px;
    border-collapse: collapse;
} .lightTable th {
    background-color: gray;
} .lightTable td {
	border: solid 1px black;
	vertical-align: top;
}


/* BACKOFFICE */
/* BACKOFFICE */
/* BACKOFFICE

body .x-panel {
    margin-bottom:20px;
}
.icon-grid {
    background-image:url(../imatges/icones/grid.png) !important;
}
#button-grid .x-panel-body {
    border:1px solid #99bbe8;
    border-top:0 none;
}
 */
.add {
    background-image:url(../../imatges/icones/add.gif) !important;
}
.option {
    background-image:url(../../imatges/icones/plugin.gif) !important;
}
.remove {
    background-image:url(../../imatges/icones/delete.gif) !important;
}
.save {
    background-image:url(../../imatges/icones/save.gif) !important;
}
 
/* BACKOFFICE */
/* BACKOFFICE */
/* BACKOFFICE */
#editor-grid .x-grid-col-2 {
text-align:right;
}
.x-grid3-td-text b {
display:block;
font-family:tahoma,verdana;
}
.x-grid3-td-text b i {
color:#000000;
font-style:normal;
font-weight:normal;
}
.x-grid3-td-text .x-grid3-cell-inner {
white-space:normal;
}
.x-grid3-td-text a {
color:#385F95;
text-decoration:none;
}
.x-grid3-td-text a:hover {
text-decoration:underline;
}
