
/*
	Estils pel control Títol (títol interior, hr, imatge, text descripció)
*/

.Titol_Table
{
	width:100%;
}

.Titol_Titol
{
	font-weight: bold;
	font-size: 14pt;
	color: #d2691e;
	font-family: Arial, Sans-Serif;
}

.Titol_HR
{
	border: black 1px dashed;
}

.Titol_Foto
{
	width:613px;
	height:29px;
	margin: 0px;
	padding: 0px;
}

.Titol_TextContainer
{
	background-color: #f5f5f5;
	padding: 5px 5px 5px 5px;
}

.Titol_Text
{
	font-size: 10pt;
	font-family: Arial, Sans-Serif;
	color: #696969;
}

/* Estils per les llistes de colors */
.LLColor_Table
{
	background-color: #f5f5f5;
	height: 200px;
}

.LLColor_Command, .LLColor_Command:link, .LLColor_Command:visited, .LLColor_Command:hover, .LLColor_Command:active
{
	font-family: Arial, Helvetica;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	vertical-align:middle;
	text-decoration: none;
}

.LLColor_Titol
{
	width: 300px;
	height: 31px;
	padding-left: 10px;
}

.LLColor_Foto
{
	border-right: #fff 1px dashed;
	border-top: #fff 1px dashed;
	border-left: #fff 1px dashed;
	border-bottom: #fff 1px dashed;
}

.LLColor_TDLogo
{
	padding: 5px;
	vertical-align:top;
}

.LLColor_Text
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	color: #7C767A;
	background-color: #f5f5f5;
	padding: 10px;
	vertical-align: top;
	text-align: justify;
}


/* Estils per les llistes grises */
.LLGris_Table
{
	background-color: #efefef;
	width: 100%;
	height: 100px;
	padding: 5px;
}

.LLGris_TDImg
{
	padding-right: 10px;
}

.LLGris_TDText
{}

.LLGris_Command, .LLGris_Command:link, .LLGris_Command:visited, .LLGris_Command:hover, .LLGris_Command:active
{
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #000918;	
	text-decoration: underline;
}

.LLGris_Foto
{
	border-right: #fff 1px dashed;
	border-top: #fff 1px dashed;
	border-left: #fff 1px dashed;
	border-bottom: #fff 1px dashed;
}

.LLGris_Text
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	color: #7C767A;	
}


/* Items de llista de cultura i natura */
/* Taula contenidor */
.LlistaCultNat_Table
{	
	background-color: #efefef;
	width: 100%;
	padding: 5px;
	height: 150px;
}

/* foto */
.LlistaCultNat_TDImg
{
	padding-right: 10px;
}

.LlistaCultNat_Image
{
	width:60px;
}

/* Link/títol */
.LlistaCultNat_Link
{
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #000918;	
}

/* Items de llista de cultura i natura de la llista que s'obté desde municipis */

/* Controls de només lectura (per Administració) */
.ReadOnly
{
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	background-color: #dcdcdc;
	border: #a9a9a9 1px solid;
}


/* div contenidor de cercadors */
.CercadorContainer
{
	border: #696969 1px dashed;
	background-color: #dcdcdc;
	padding: 10px 10px 10px 10px;
	margin-bottom: 15px;
	margin-top: 10px;
}

.CercadorTitol
{
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}


/* Menú general */
ul#menuGlobal li 
{
	list-style: none;
	float: left;
	color:Red;
}

ul#menuGlobal li a:link, ul#menuGlobal li a:visited {
	display: block;
	color: #000;
	font-size: 0.75em;
	font-weight: bold;
	padding: 4px 11px;
	background: url(images/linia-dash-v.png) repeat-y top right;
	}
ul#menuGlobal li a:hover,
ul#menuGlobal li a:active,
ul#menuGlobal li a:focus
{
	color: #fff;
}

ul#menuGlobal li a.actiu:link, ul#menuGlobal li a.actiu:visited, ul#menuGlobal li a.actiu:active
{
	color: #ffa500;
}


/* Skin-Object TEMA (títol superior de les pàgines) */ 
.Tema
{
	font-weight: bold;
	font-size: 20pt;
	color: #999900;
	font-family: Arial;
}


/* Llista de Rutes */
/* Capçalera */
.rutaHeader
{
	background-color: #999;
	font-weight: bold;
	color: #020015;
	font-family: Arial, Sans-Serif;
	font-size: 9pt;	
}

/* Item senar */
.rutaItemRow
{
	background-color: #eee;
	font-family: Arial, Sans-Serif;
	padding: 50px;
}

/* Item parell */
.rutaAltItemRow
{
	background-color: #fff;
	font-family: Arial, Sans-Serif;	
	padding: 5px;
}

/* Hyperlinks */
.rutaLink
{
	font-size: 8pt;
	color: #003300;
	font-family: Arial, Sans-Serif;
}

.rutaLink:link, .rutaLink:visited, .rutaLink:hover, .rutaLink:active
{
	font-size: 8pt;
	color: #000;
	font-family: Arial, Sans-Serif;
}


/* Nivells de dificultat de les rutes. Els noms han d'estar en minúscula i han de conincidir amb la descripció en català sense accents i amb els espais substituïts per _ */
.rutaText
{
	font-size: 8pt;
	color: #003300;
	font-family: Arial, Sans-Serif;	
}

.molt_facil
{
	font-size: 8pt;
	color: #6b8e23;
}

.facil
{
	font-size: 8pt;
	color: #6b8e23;
}

.mitja
{
	font-size: 8pt;
	color: #00bfff;
}

.dificil
{
	font-size: 8pt;
	color: #dc143c;
}

.molt_dificil
{
	font-size: 8pt;
	color: #dc143c;
}

/* Taula de recepta restaurant */ 
.Recepta_table
{
	margin-top: 40px;
	width: 100%;
}

.Recepta_Titol
{
	font-weight: bold;
	color: #986763;
	font-family: Arial, Sans-Serif;
	font-size: 12pt;
}

.Recepta_Img
{
	width:140px;
}

.htmlDIV
{
	background-color: #dcdcdc;
	border: #a9a9a9 1px solid;
	overflow:scroll; 
}


/* styles used by Grids  --------------------------------------------------------------------------------------------------------- */
.Grid
{
}
.Grid_Header
{
	background-color: #dcdcdc;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	height: 20px;
}
.Grid_Item
{
	background-color: White;
	color: Black;
	font-weight: normal;
}
.Grid_AlternatingItem
{
	background-color: #f5f5f5;
	color: black;
	font-weight: normal;
}

.Grid_Footer
{
	background-color: #dcdcdc;
}
.Grid_EditItem
{
}
.Grid_SelectedItem
{
}

/*  Paginador de grids a formularis --------------------------------------------------------------------------------------------------------- */
.Grid_Pager
{
	font-family: Arial, Helvetica;
	font-size: 11px !important;
	color: #000000;
	background-color:#dcdcdc;
}
.Grid_Pager A:active
{
	font-family: Arial, Helvetica;
	font-size: 11px !important;
	color: #3333ff;
}
 
.Grid_Pager A:active
{
	font-family: Arial, Helvetica;
	font-size: 11px !important;
	color: #b22222;
}
   
.Grid_Pager A:link
{
	font-family: Arial, Helvetica;
	text-decoration: underline;
	color: #0033ff;
	font-size: 11px !important;
}

.Grid_Pager A:visited
{
	font-family: Arial, Helvetica;
	text-decoration: underline;
	color: #0033ff !important;
	font-size: 11px !important;
}

.Grid_Pager A:hover
{
	font-family: Arial, Helvetica;
	text-decoration: underline;
	color: #000099 !important;
	font-size: 11px !important;
}

.Grid_EmptyRow
{
	color: #000000;
	font-weight: bold;
	padding: 10px;
	margin: 10px;
}

.Relacions_Table, Links_Table
{
	margin-top: 15px;
}

.Relacions_TitolTD
{
	background-color: #eee;
	width: 100%;
	height: 20px;
	font-weight: bold;
	font-size: xx-small;
	text-align:center;
}

.Relacions_Titol
{
	font-size: xx-small;
	color: #696969;
	font-weight: normal;
}

.Relacions_LlistaTD
{
	padding-top: 10px;
}

.Relacions_TipusFitxa
{
	font-size: 12px;
	color: #696969;
	font-weight: bold;
	padding-top: 10px;
}

.Relacions_Link, Links_Link, .Relacions_Link:link, .Relacions_Link:visited, .Relacions_Link:hover, .Relacions_Link:active, .Links_Link:link, .Links_Link:visited, .Links_Link:hover, .Links_Link:active
{	
	text-decoration: underline;
	font-size: 11px !important;
	color:#336633;
	font-weight:normal;
}


/* Agenda ------------------------------------------------------------------------------------------------------------------------------ */
/*
-- Moguts a l'skin que correspongui
.AgendaIndexSeccioDIV{}
.AgendaindexSeccio{}
.AgendaIndexItemDIV{text-align:left;}
.AgendaIndexPeu{margin-top: 5px; margin-bottom:5px;}
.AgendaIndexPeuLink, .AgendaIndexPeuLink:link, .AgendaIndexPeuLink:visited, .AgendaIndexPeuLink:hover, .AgendaIndexPeuLink:active
{
	font-size: xx-small;
	color: #8b0000;
	font-weight: bold;
}
*/
.AgendaLlistaTDImg
{
	padding: 5px;
	
}
.AgendaLlistaTDText{}

.AgendaLlistaLink, .AgendaLlistaLink:Link, .AgendaLlistaLink:visited, .AgendaLlistaLink:active
{
	font-size: 12px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.AgendaLlistaLink:hover{text-decoration: underline; font-size: 12px; font-weight: bold;}
	
.AgendaIndexCalendari
{
	padding:0px;
	margin:0px;
}

.AgendaIndexLink, .AgendaIndexLink:link, .AgendaIndexLink:active, .AgendaIndexLink:visited
{
	text-align: left;
	font-size: 11px;
	font-family: Arial, Verdana, Sans-Serif;	
	color: #000;
	text-decoration: none;
}

.AgendaIndexLink:hover
{
	text-decoration: underline;
	font-size: 11px;
}


/* Calendari ------------------------------------------------------------------------------------------------------------------------------ */

.TCalendari
{
	background-color: #fff;
	border-color: #000;
}
.TodayDayStyle{}

.DayStyle, .WeekendDayStyle
{
	color: #c0c0c0;
	font-size: xx-small;
}

.ActiveDay, .ActiveDay:link, .ActiveDay:hover, .ActiveDay:visited, .ActiveDay:active
{
	color: #cc3300;
	font-size: xx-small;
	font-weight: bold;
	text-decoration: none;
}

.DayHeaderStyle
{
	font-family: Arial, Sans-Serif;
	color: #696969;
	font-size: xx-small;
	font-weight: bold;
}
.SelectedDayStyle
{
}

.OtherMonthDayStyle
{
	visibility:hidden;
}

.SelectorStyle
{
	visibility: hidden;
}

.NextPrevStyle a, NextPrevStyle:link a:link, NextPrevStyle:visited a:visited, NextPrevStyle:hover a:hover, NextPrevStyle:active a:active
{
	font-weight: bold;
	color: #33ffff !important;
	background-color: #4682b4;
	font-size: 10px;
	padding-left: 2px;
	padding-right: 2px;
}

td.NextPrevStyle a, td.NextPrevStyle a:hover
{text-decoration: none;}


.TitleStyle
{
	font-weight: bold;
	color: white;
	background-color: #4682b4;
	font-size: 12px;
}


/* Fitxes d'events (Agenda) */
.AgendaFitxaMainTable
{
	width: 100%;
}

.AgendaFitxaTitol
{
	width: 100%;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	background-color: #808080;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.AgendaFitxaImage{}
.AgendaFitxaImgFooter
{
	font-weight: normal;
	color: #696969;
	font-size: 10px;
}

.AgendaFitxaDescripcio
{
	font-weight: normal;
	color: #000;
	font-size: 12px;	
}

.AgendaFitxaTaulaPeu{}

.AgendaFitxaTaulaPeu
{
	width: 100%;
	margin-top: 15px;
}

.AgendaFitxaTitolPeu
{
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background-color: #808080;
	padding-left: 10px;
	padding-top:3px;
	padding-bottom: 3px;
}

.AgendaFitxaPeuCamp
{
	font-weight: bold;
	font-size: 12px;
	padding-left: 20px;
}
.AgendaFitxaPeuValor
{
	font-weight: normal;
	font-size: 12px;
}


/*	Novetats  ------------------------------------------------------------------------------------------------------------------------------ */
.NovetatsLlistaTDImg
{
	padding-right: 10px;
}

.NovetatsLlistaTDText
{
}
.NovetatsLlistaLink, .NovetatsLlistaLink:link, .NovetatsLlistaLink:hover, .NovetatsLlistaLink:active, .NovetatsLlistaLink:visited
{
	font-weight: bold;
	color: #000;
	font-size: 12px;
}
.NovetatsLlistaCamp
{
	font-weight: normal;
	color: #000;
	font-size: 12px;	
}

.NovetatsFitxaMainTable
{
	width: 100%;
}

.NovetatsFitxaTitol
{
	width: 100%;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	background-color: #808080;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.NovetatsFitxaImage
{
	width: 100px;
}

.NovetatsFitxaImgFooter
{
	font-weight: normal;
	color: #696969;
	font-size: 10px;
}

.NovetatFitxaSubTitol
{
	font-weight: normal;
	color: #000;
	font-size: 12px;	

}
.NovetatsFitxaDescripcio
{
	font-weight: normal;
	color: #000;
	font-size: 12px;	
}
.NovetatsFitxaTaulaPeu
{
	width: 100%;
	margin-top: 15px;
}
.NovetatsFitxaTitolPeu
{
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background-color: #808080;
	padding-left: 10px;
	padding-top:3px;
	padding-bottom: 3px;
}

/*
	Llistes de fitxes
*/		

.LlistaFitxaLink, .LlistaFitxaLink:link, .LlistaFitxaLink:hover, .LlistaFitxaLink:active, .LlistaFitxaLink:visited
{
	font-size: 13px;
	font-weight:bold;
	color: #000000;
}

.LListaFitxa_Header
{
	font-weight: bold;
	color: #666666; /* #020015; */
	border-bottom: solid 1px #000;
	border-bottom-color: #666666;
	border-bottom-style: dotted;
}

.LListaFitxa_Info
{
	font-size: 12px;
}

.LlistaFitxaCamp
{
	font-weight: bold;
	font-size: 12px;
}

.LlistaFitxaValor
{
	font-weight: normal;
}


.LlistaFitxa_HR
{
	border-right: #696969 1px dotted;
	border-top: #696969 1px dotted;
	border-left: #696969 1px dotted;
	border-bottom: #696969 1px dotted;
}


/* Estils per les activitats (fitxa d'Empreses) */
.Fitxa_ActivitatTitolGeneral
{
	font-weight: bold;
	font-size: 13px;	
	color: #000;
	padding-bottom: 15px;
}

.Fitxa_ActivitatTitol
{
	font-weight: bold;
	font-size: 13px;	
	color: #696969;
	margin-left: 10px;
}

.Fitxa_ActivitatDescripcio
{
	font-weight: normal;
	font-size: 13px;
}


/* Estils pel visor de links de booking */
.divBooking
{
	border: 1px solid #666666;
	background-color: #F8F8F8;
	width: 150px;
}

.divBooking .divTitle
{
	background-color: #009900;
	color: #FFFFFF;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}

.divBooking .divContent
{ padding:0; width: 100px; }

.divBooking .divContent ul
{
	padding:0; margin-left:10px;
}

.divBooking .divContent li
{
	padding: 0; margin: 0;
	margin-left: 10px;
	list-style-image: url(/desktopmodules/turisme/images/arrow_right.png); 
	list-style-position: outside;
}

.divBooking a:link, .divBooking a:visited, .divBooking a:active, .divBooking a:hover
{
	text-decoration: none;
	color: #000;
	font-weight: bold;
	margin-left:5px;
	word-wrap:break-word;
}