/* Start of CMSMS style sheet 'SPIN comu' */
/* CSS comú pels fulls del CMS IMET */

div#cantoMenu {
   float: right;
margin: -15px 0px 0 0;
text-align: right;
/*   height: 50px;
   width: 15px;
   padding: 0px;
   margin-top: 0px;
   margin-right: -10px;
   background-image: url(images/spin/vores/cantoMenuSupDre.jpg);
   background-repeat: no-repeat;
   background-position: right bottom;*/
}

.titols {
   color: #666;
   font-family: arial;
   font-size: 16px;
   font-weight: bold;
   display: block;
   border-bottom: 1px solid #666;
}

div#separador {
   clear: both;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   /* font-family: "arial"; */
   text-decoration: none;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #243F97; 
}

a:visited {
   text-decoration: none;
   background-color: inherit;
  color: #243F97;
}

a:hover {
   color: #243F97;
   text-decoration: underline;
}

/* estils tag taulaCurs */
.taulaCurs_cela {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
        height: 28px;
}

.taulaCurs_cela_titol {
	height: 28px;
	font-weight: bold;
	/*text-align: center;*/
}
/* Fi estils tag taulaCurs*/

/* estils tag taulellAnunci */
.taulellAnunci_Cela {

        height: 28px;
}

/* Fi estils tag taulellAnunci*/

/* Formulari */

label {
   /*
   font-family: arial;
   font-size: 20px; 
   */
}

input {
   font-family: arial;
   font-size: 12px;
   border: solid 1px #000;
   margin-bottom: 0px;
}

textarea {
   font-family: arial;
   font-size: 12px;
   border: solid 1px #000;
   margin-bottom: 0px;
}

select {
   font-family: arial;
   font-size: 12px;
   border: solid 1px #000;
   margin-bottom: 0px;
}

.obligatori {
  background-color: #CCC;
}

/* Fi Formulari */

/* End of 'SPIN comu' */

