/*BEGIN_SYSTEM_STYLES*/

body {
	background-color: inherit; /* background color */
	color: inherit; /* text color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	margin: 0px 0px 0px 0px; /* top right bottom left */
}

.phpmaker {
	color: inherit; /* text color */
	font-family: Verdana; /* font name */
	font-size: 9px; /* font size */	
}

input, textarea, select {	
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
} 

input.rebuda_ajax {	
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	background-color: #F5F5F5; 
	 border-style:none;
} 

a:active {
	color: #FF0000;
}

a:hover {
	color: #FF0000;
}

a {
	color: #000000;
}

a.negre:active {
	color: #000000;
}

a.negre:hover {
	color: #000000;
}

/* main table */
.ewTable {
	width: inherit; /* table width */	
	color: inherit; /* text color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	border: 0px outset; /* border */
	border-collapse: collapse;
}

/* main table data cells */
.ewTable td {
	padding: 4px; /* cell padding */
	border: 1px solid; /* cell spacing */
	border-color: #CCCCCC;  /* table background color */
}

.ewTablePrint {
	color: inherit; /* text color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	border: 0px outset; /* border */
	border-collapse: collapse;
}
.ewTablePrint td {
	padding: 3px; /* cell padding */
	border: 1px solid; /* cell spacing */
	border-color: #CCCCCC;  /* table background color */
}
.ewTablePrint td.noVora {
	padding: 3px; /* cell padding */
	border: 0px solid; /* cell spacing */
}
.ewTablePrint td.voraNegra {
	padding: 3px; /* cell padding */
	border: 1px solid; /* cell spacing */
	border-color: #000000;  /* table background color */
}


.ewForcesPrint {
	color: inherit; /* text color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	border: 0px outset; /* border */
	border-collapse: collapse;
}
.ewForcesPrint td {
	padding: 3px; /* cell padding */
	border: 1px solid; /* cell spacing */
	border-color: #CCCCCC;  /* table background color */
}
.ewForcesPrint td.noVora {
	padding: 3px; /* cell padding */
	border: 0px solid; /* cell spacing */
}
.ewForcesPrint td.voraNegra {
	padding: 3px; /* cell padding */
	border: 1px solid; /* cell spacing */
	border-color: #000000;  /* table background color */
}


.margeDreta td{
	padding: 3 10 3 3px; /* cell padding */
}

.ewTable td.classNull {
	background-image: url(../images/bg2.gif); /* alt row color 2 */	
	padding: 0px; /* cell padding */
	border: 0px solid; /* cell spacing */
	color: #003399;
	font-size: small; /* font size */
}

.phpmakerlist td {
	color: inherit; /* text color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	border: 0px;
	padding: 0px;
	vertical-align: top; 
}

/* main table header cells */
.ewTableHeader {
	background-color: #666666; /* header color */
	font-size: 10px; /* font size */
	color: #FFFFFF; /* header font color */	
	vertical-align: top;	
	font-weight: bold;
	white-space: nowrap;
}

.ewTableHeader a:link {	
	color: #FFFFFF; /* header font color */	
}

.ewTableHeader a:visited {	
	color: #FFFFFF; /* header font color */	
}

/* main table row color */
.ewTableRowMissatges {
	background-color: #e1dad0;  /* alt row color 1 */
}
/* main table alternate row color */
.ewTableAltRowMissatges {
	background-color: #e1dad0; /* alt row color 2 */	
}
/* main table edit mode row color */
.ewTableEditRowMissatges {
	background-color: #CCFFFF; /* edit mode color */
}
/* main table highlight color */
.ewTableHighlightRowMissatges {
	background-color: #c8e9e9; /* highlight color */
}
/* main table select color */
.ewTableSelectRowMissatges {
	background-color: #c8e9e9; /* select color */
}


/* main table row color */
.ewTableRow {
	background-color: #FFFFFF;  /* alt row color 1 */
}

/* main table alternate row color */
.ewTableAltRow {
	background-color: #F5F5F5; /* alt row color 2 */	
}

/* main table edit mode row color */
.ewTableEditRow {
	background-color: #FFFF99; /* edit mode color */
}

/* main table highlight color */
.ewTableHighlightRow {
	background-color: #FFCCFF; /* highlight color */
}

/* main table select color */
.ewTableSelectRow {
	background-color: #CCFFFF; /* select color */
}

/* message */
.ewmsg {
	color: red; /* message color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */	
	font-weight: normal; /* font size */	
}

.ewmsgSmall {
	color: red; /* message color */
	font-family: Verdana; /* font name */
	font-size: small; /* font size */	
	font-weight: normal; /* font size */	
}

/* Ajax */
.ewAstList {
	border: 1px solid black;
	background: #ffffff;
	position: absolute;
	padding: 0;
	white-space: nowrap;
}

.ewAstListBase {
	position: absolute;
	padding: 1;
}

.ewAstListItem {
	color: black;
	background: #ffffff;
	cursor: pointer;
	white-space: nowrap;
	padding: 1;
}

.ewAstSelListItem {
	color: white;
	background: Highlight;
	cursor: pointer;
	white-space: nowrap;
	padding: 1;
}

/*END_SYSTEM_STYLES*/
.phpmakerLink {
	color: #000000; /* text color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */	
}

.phpmakerLinkRed {
	color: #000000; /* text color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */	
}

.phpmakerLink a:active {
	color: #0006A9;
}

.phpmakerLinkRed a:active {
	color: #FF0000;
}

.phpmakerLink a:link {
	color: #0006A9;
}

.phpmakerLinkRed a:link {
	color: #FF0000;
}

.phpmakerLink a:visited {
	color: #0006A9;
}

.phpmakerLinkRed a:visited {
	color: #FF0000;
}

.columnaDreta{
width: 83%; 
}

/* MOOTOOLS */
ul#sortables {
	width: 400px;
	margin: 0;
	padding: 0;
}

li.sortme {
	padding: 0;
	color: #000;
	cursor: move;
	list-style: none;
	width: 570px;
}

ul#sortables li {
	margin: 0;
	padding: 0;
}

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

.celaDreta {
	border-color: #999999;
	border-width: 0 0 0 1px;
	border-style: solid;
}


.tool-tip75 {
	color: #fff;
	width: 75px;
	z-index: 13000;
} 
.tool-title75 {
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(../images/bubble75.png) top left;
} 
.tool-text75 {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../images/bubble75.png) bottom right;
}


.tool-tip150 {
	color: #fff;
	width: 150px;
	z-index: 13000;
} 
.tool-title150 {
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(../images/bubble150.png) top left;
} 
.tool-text150 {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../images/bubble150.png) bottom right;
}
 

.tool-tip175 {
	color: #fff;
	width: 175px;
	z-index: 13000;
} 
.tool-title175 {
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(../images/bubble175.png) top left;
} 
.tool-text175 {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../images/bubble175.png) bottom right;
}


.botoAccio {
	z-index: 13000;
} 

.textPetit {
	font-size: xx-small; /* font size */
}

.textMig01 {
	font-size: x-small; /* font size */
}

.textMig02 {
	font-size: 13px; /* font size */
}

.textGran {
	font-size: 30px; /* font size */
}

.taulaMissatges {
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
}

.taula {
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
}

.taulaFooter {
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
}

.taulaFooter td.celaA1 {
	background-image: url(../images/t_b1.gif); /* alt row color 2 */	
	background-repeat: repeat;
	color: #086169;
	font-weight: bold;
}

.taulaFooter a:active {
	color: #086169; /* active link color */
}

.taulaFooter a:link {
	color: #086169; /* link color */
}

.taulaFooter a:visited {
	color: #086169; /* visited link color */
}

.taulaFooter td.celaIntH5 {
	background-image: url(../images/t_int_h5.gif); /* alt row color 2 */	
}

.espaiatNegre {
	padding: 0 0 3 0px; /* cell padding */
	font-size: 10px; /* font size */
	font-weight: bold;
	color: #000;
}

.fontBlava {
	color: #086169;
}

#versioImprimir{
   display: none;
} 

