/*Text en general*/
BODY,span {
	font-size:11pt;
	padding: 1px 1px 1px 1px;
	margin-top:0px;
    margin-left: 6px;
    margin-right: 4px;
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	color:#666666;
	background-color:#ffffff;
}

td {
	padding: 0px 0px 0px 0px;
	margin-top:0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: 0px;
}

/* links normals */
a {
	text-decoration: underline; 
}

/* links normals al passar el ratoli */
a:hover {	
	color: #9999FF;
}

h2 {
	margin-top:0;
	margin-bottom:0;
}

/* Formularis: recuadre per escriure nom */
input {
	display:block;
	padding-left:3px;
	padding-right:3px;
	font-size:11px;
	font-family:inherit;
	background-color:#FFFFFF; /*no ho hereda del body*/
	color:#888888;
}

/* Formularis: recuadre per escriure missatges*/
textarea {
	padding-left:3px;
	padding-right:3px;
	font-size:11px;
	background-color:#FFFFFF; /*no ho hereda del body ni del input*/
	color:#888888;
	font-family:"Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
}

.Check, .Radio {
	background-color:#FFDD77;
	border:1px solid #FFDD77;
}

/* fotos en general */
img {
	border-width:0px;
	border:0px;
	padding: 0px 0px 0px 0px;
}

/* fotos que son links */
a.img {
	border-width:0px;
	border:0px;
	padding: 0px 0px 0px 0px;
}

div.fotodiv {
	width: 150px; 
	height: 150px;
	border: 1px  solid #aaaaaa;
}


/*Titol del pais dels esparrecs que és un link*/
a.titol {
	font-size:15pt;
	font-style: normal; 
	font-weight: bold; 
	padding: 1px 1px 1px 10px;
	margin-top:0px;
	margin-left:10px; 
	margin-right:10px;
	text-decoration: none;
	color:#666666;
}

/*Titol del pais dels esparrecs que és un link al passar elr ratoli (igual que el titol)*/
a.titol:hover {
	font-size:15pt;
	font-style: normal; 
	font-weight: bold; 
	padding: 1px 1px 1px 10px;
	margin-top:0px;
	margin-left:10px; 
	margin-right:10px;
	color:#666666;
}

/*Botons*/
a.tab {
  border: 1px;
  border-style: solid;
  padding: 2px 2px 1px 2px;
  height:0;
  font-size: 8pt; 
  font-style: normal; 
  font-weight: bold; 
  text-decoration: none; 
	background-color: #AAAAAA;
	border-color: #000000;
	color: #FFFFFF; 
}

/*Botons amb el ratolí a sobre*/
a.tab:hover {
	background-color: #EEEEEE;
	color: #AAAAAA;
}

h3 {
	color:#666666;
}
h2 {
	color:#666666;
}
h1 {
	color:#666666;
}

/* molles de pa: taula */
table.breadcrumbs {
	border:0px;
	padding:2px;
	text-align:center;
	vertical-align:middle;
}

/* molles de pa: casella foto */
td.bcFoto {
	width:50px;
	max-width:50px;
	font-size:13px;
}

/* molles de pa: casella separació */
td.bcSep {
	font-size:50px;
	/*font-weight: bold;*/
	color:#cccccc;
}

/* molles de pa: casella seleccionada actualment */
table.bcActual {
}

td.bcActual {
	text-align:center;
	vertical-align:middle;
}


.invisible {
	font-size:smaller;
	color:#ffffff;
}

.foot {
	font-size:12px;
}

.divgent {
	border: 1px solid #000000;
	background: #eeeeee; 
}

.divfoto {
	border: 1px solid #000000;
	background: #dddddd; 
}


/* marc per les fotos grans */
div.sgContainer {
  clear: both;
  text-align: center;
}

div.sgContent {
  background-color: #f0f0f0;
  border: 1px solid #909090;
  padding: 7px;
  text-align: left;
}

table.sgContent {
  margin-left: auto;
  margin-right: auto;
}

img.sgImage {
  border: 1px solid #000;
}

/* marc pels paginadors */
div.pagesIndex {
  text-align: center;
}


/* marc pels missatges */
div.messagesBody {
   padding: 0em 6em 0em 6em;
}
