/* default style for the whole document */
html, body {
	background-color : white;
	color : black;
	margin : 0px 0px 0px 0px;
}

/* default style for the whole table */
table#questions {
	border-collapse : collapse;
	width : 95%;
	margin-left : 2%;
	margin-right : 2%;
	margin-top : 2%;
}

/* default style for the Catalan column */
col#catquestions {
	width : 49%;
}

/* default style for the empty spacer column */
col#spacer {
	width : 2%;
}

/* default style for all rows in the table */
tr {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11pt;
	font-weight : bold;
	background-color : white;
	color : black;
}

/* style for the header row - override the font size */
tr#header {
	font-size : 24pt;
}

/* style for the Catalan header cell - override the border and background colour */
td.cathdr {
	border : 10px solid #D8E4D6; 
	background-color : #D8E4D6;
	color : black;
	text-align: center;
	vertical-align: top;
}

/* style for the Spanish header cell - override the border and background colour */
td.esphdr {
	border : 10px solid #EEEEEE;
	background-color : #EEEEEE;
	color : black;
	text-align: center;
	vertical-align: top;
}

/* style for the Catalan non-header cell - override the border, padding and vertical alignement */
td.catque {
	border : 10px solid #D8E4D6;
	padding : 1em;
	vertical-align : top;
}

/* style for the Spanish non-header cell - override the border, padding and vertical alignement */
td.espque {
	border : 10px solid #EEEEEE;
	padding : 1em;
	vertical-align : top;
}

/* style for subquestion - override font style */
span.subquestion {
	font-style : normal;
	font-weight : bold;
}

/* style for navegadors - override font style */
p.continue {
	font-size : 10pt;
	font-weight : normal;
	font-style : italic;
}

/* style for the browsers names in the moodle.php page - override font style */
span.navegadors {
	font-style : italic;
	color: rgb(255,0,0);
}


/* style for the answer - override font weight and indentation */
div.answer {
	font-weight : normal;
	margin-left : 2em;
}

/* style for the signature - override font weight, indentation and font style */
div.signatura {
	font-weight : normal;
	text-align : right;
	font-style : italic;
}

/* style for the 'did it answer your question' part */
td.answered {
	font-weight : normal;
	border : 20px solid white;
	text-align : justify;
	vertical-align: top;
}

/* default style for submit button */
input.submitButton {
  }

/* style for submit button which looks like a link */
input.submitLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	background-color: white;
	color: #00008B; /* dark blue */
	font-weight: bold;
	text-decoration: none;
	border: none;
	cursor: pointer;
}


/*style for the forms in the index page. Must be the same as .indexlink */
input.submitIndex {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11pt;
 color: #00008B;
 font-weight: bold;
  
   background-color: white;
   text-decoration: none;
   border: none;
   cursor: pointer;
  }


/* style for a small anchor link */
a.slink {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    text-decoration: none;
	background-color: white;
    color: #00008B; /* dark blue */
    font-weight: bold;
  }

/* style for a large anchor link */
a.llink {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13pt;
    text-decoration: none;
	background-color: white;
    color: #00008B; /* dark blue */
    font-weight: bold;
  }

/*style for the links in the index page. Must be the same as .submitIndex */
a.indexlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-decoration: none;
	color: #00008B;
	font-weight: bold;
  }

/* style for the nested table at the bottom of the page with answers which contains 'Si' and 'No' buttons */
div.sino {
	position : relative;
	width : 80%;
	left : 10%;
}

/* style for the nested table at the bottom of the page with answers which contains 'Si' and 'No' buttons */
table.solved {
	width : 100%;
	margin-left : 0%;
	padding : 1%;
}

/* style for the left column (with 'Si' button) in the nested table at the bottom of the page with answers */
col.answersi {
	width : 50%;
}

/* style for the 'Si' and 'No' buttons at the bottom of the page with answers */
td.sino {
	text-align : center;
}

/* style for the 'Back' link at the bottom of the page with answers */
div.backlink {
	text-align : center;
}

/*estils extres: */

.arial8
{
font-size:8.0pt;
font-family:Arial;
}

.arial13
{
font-size:13.0pt;
font-family:Arial;
}

.arial11
{
font-size:11.0pt;
font-family:Arial;
}

.arial24
{
font-size:24.0pt;
font-family:Arial;
}

.arial72
{
font-size:72.0pt;
font-family:Arial;
}
