/* ------------------------------------------	ESTILS PER LA LLISTA D'ACTIVITATS   ------------------------------------------ *//* estil de la taula de la llista */.LlistaTaula{	padding-right: 5px;	padding-left: 5px;	padding-bottom: 5px;	margin: 5px;	padding-top: 5px;}/* estil del tr de la capçalera */.LlistaTop {	text-decoration: none;}/* estil dels td de la capçalera */.LlistaTopCella {	height: 20px;	padding-left: 2px;	border-bottom-width: 1px;	border-bottom-style: solid;	border-bottom-color: #333333;	padding-right: 2px;	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;	font-weight: bold;	color: #FFFFFF;	background-color: #FF0033;	padding-top: 4px;}/* estil dels tr del llistat */.LlistaDetall {	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;	color: #000000;	background-color: #F5EBED;}.LlistaDetall2 {	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;	color: #000000;}/* estil dels td del llistat */.LlistaDetallCella {	font-family: "Trebuchet MS", Arial, Helvetica, Verdana;	font-size: 11px;	color: #000000;	border-bottom-width: 1px;	border-bottom-style: solid;	border-bottom-color: #CCCCCC;	line-height: 14px;	padding-top: 3px;	padding-bottom: 3px;	padding-right: 1px;	padding-left: 1px;}/* estil del missatge que diu que no hi ha cap activitat */.CapActivitat{	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;	color: #FF0033;}/* ------------------------------------------	ESTILS PER EL DETALL D'UNA ACTIVITAT   ------------------------------------------ *//* estil de la taula */ActivTaula
{
	border-right: #333333 1px solid;
	border-top: #333333 1px solid;
	border-left: #333333 1px solid;
	border-bottom: #333333 1px solid;
}/* estil del td del titol */ActivTop{}/* estil del td del peu */.ActivPeu {	font-family: Arial, Helvetica, sans-serif;	font-size: 10px;	font-weight: bold;	color: #264D4D;	border-bottom-width: 1px;	border-bottom-style: solid;	border-bottom-color: #000000;	background-color: #D7DFDA;}/* estil del textos */.cssTitular {	font-family: "Trebuchet MS", Arial, Helvetica, Verdana;	color: #FFFFFF;	background-color: #FF0033;	font-size: 12px;	font-weight: bold;}.cssDia {	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;	color: #000000;	background-color: #F5EBED;	border-bottom-width: 1px;	border-bottom-style: solid;	border-bottom-color: #CCCCCC;}.hora {	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;	color: #000000;		background-color: #F5EBED;	border-bottom-width: 1px;	border-bottom-style: solid;	border-bottom-color: #CCCCCC;}.lloc {	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;	color: #000000;		background-color: #F5EBED;	border-bottom-width: 1px;	border-bottom-style: solid;	border-bottom-color: #CCCCCC;}.coment {	font-family: Arial, Helvetica, sans-serif;	font-size: 10px;	color: #000000;	border-bottom-width: 1px;	border-bottom-style: solid;	border-bottom-color: #CCCCCC;	background-color: #D7DFDA;}.textPresentacio {	font-family: "Trebuchet MS", Arial, Helvetica, Verdana;	font-size: 11px;	line-height: 14px;	color: #000000;	border-bottom-width: 1px;	border-bottom-style: solid;	border-bottom-color: #CCCCCC;}/* grids */.FLN_Grid
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
}
.FLN_Item
{
	background-color: gainsboro;
}
.FLN_AltItem
{
	background-color: White;
}
.FLN_EditItem
{
	background-color: orange;
}
.FLN_Selected
{
	background-color: khaki;
}
.FLN_Header
{
	font-weight: bold;
	color: white;
	background-color: cornflowerblue;
}
.FLN_Pager
{
	background-color: whitesmoke;
}
.FLN_Footer
{
	background-color: silver;
}
