body			{ font-family: "Trebuchet MS", Arial; font-size: 12px; }
td			{ font-family: "Trebuchet MS", Arial; font-size: 12px; }
.core1 td,.core1 p     	{ font-size: 12px; text-align: left; }
.core2 td,.core2 p    	{ font-size: 13px; text-align: left; }
.core3 td,.core3 p     	{ font-size: 15px; text-align: left; }
div#core .justify       { text-align: justify; }

a				{ color: #BB2626; }
a:hover			{ color: #909090; }
input			{ font-family: "Trebuchet MS", Arial; font-size: 12px; }
select			{ font-family: "Trebuchet MS", Arial; font-size: 12px; }
textarea		{ padding: 2px; font-family: "Trebuchet MS", Arial; font-size: 12px; }

.CntContainer		{ margin-top: 15px; margin-bottom: 35px; }
.CntHeader		{ font-size: 18px; font-weight: bold; margin-bottom: 5px; padding: 3px 0px; border-bottom: 2px solid #909090; color: #909090; font-family: Georgia, "Times New Roman"; }
.CntDetail		{ margin-top: 10px; padding-left: 10px; }
.CntContent		{ }
.CntEntry		{ }

p,
.CntDetail p { font-size: 14px; }
.photo			{ border: 1px solid #BB2626; }

.HeaderText		{ color:  #BB2626; font-weight: bold; font-family: "Trebuchet MS", Arial; font-size: 20px; }
.HeaderSub		{ font-style: italic; }	
.HeaderGroup		{ font-weight:bold; color: #BB2626; font-size: 13px; }
.HeaderColor		{ font-weight:bold; color: #BB2626; }

.TextPet		{ font-size: 9px; color: #A0A0A0; font-weight: normal; }
.TextBld, .calDays	{ font-weight: bold; }
.TextDes, .optDes	{ font-size: 12px; color: #A0A0A0; }
.TextExc, .TextNov	{ color: crimson; }
.TextNov		{ font-weight: bold; font-size: 12px; }
.TextNor		{ font-weight: normal; }

.Info			{ background-color: #FFFFE1; border: 1px solid palegoldenrod; padding: 12px; }
.Warning		{ background-color: #FFE1E1; border: 1px solid Crimson; padding: 12px; }
.Mark			{ background-color: #FFE1E1; border-bottom: 1px solid Crimson; }
.Critical		{ background-color: #FFE1E1; border: 1px solid Crimson; padding: 12px; }
.General		{ background-color: #F1F1F1; border: 1px solid #E1E1E1; padding: 12px; }

.gallery {
	text-align: center;
}
.gallery img {
	vertical-align: middle;
	margin: 5px;
	padding: 4px;
	border: 2px solid #ddd;	
}

#menu {
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 10px;
}

#menu ul {
	margin: 0px;
	list-style: none;	
}

#menu ul li {
	display: inline;
}

#menu a {
	text-decoration: none;
}

hr {
	height: 1px;
	border: 0;
	color: #cc0000;
	background-color: #333333;
	width: 75%;
	border-bottom: 1px solid #ddd;
	text-align: left;
	margin-left: 0px;
}

table.taula {
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;	
}

table.taula thead {
	background: #dddddd;	
}

table.taula thead th {
	padding: 5px;	
}

table.taula td {
	text-align: left;
	vertical-align: top;
	padding: 5px;	
}

table.taula td {
	border-bottom: 2px solid #dddddd;	
	border-right: 1px solid #dddddd;
}

table.taula tr.highlight {
	background-color: #f3f3f3;
}

table.taula ul {
	margin-left: 20px;
	padding-left: 0px;	
}

strong.restaurant {
	font-size: 16px;
	font-weight: bold;
	white-space: nowrap;
}

span.preu {
	text-align: right;
	width: 100%;
	display: block;
	margin-top: 10px;
	font-style: italic;
	
}

.text_center { text-align: center; }

.folleto_tooltip { padding: 0px; margin: 5px; color: #aaaaaa; text-align: center !important; }

.info     { background-color: #FFFFE1; border: 1px solid palegoldenrod; padding: 10px;  }