/* Full d'estil de Escity.org*/

/*Selectores HTML*/
body {
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px; 
	margin: 0px;
	}

.titol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333300;
	font-weight: bold;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666633;
}
	
/*Víncles de hipertext*/

a:link {
	color: #666633; 
	font-weight: bold; 
	text-decoration: none; 
	}
    
a:visited {
	color: #333300; 
	font-weight: bold; 
	text-decoration: none; 
	}
    
a:active {
	color: #666633; 
	font-weight: bold; 
	text-decoration: none; 
	}
    
a:hover {
	color: #CCCC66; 
	text-decoration: underline; 
	}

/*Format de les taules*/
        
.taula_partners {
	border: solid 2px #CCCC66 ;
}
/*Contorno de la celda titol de news*/
.celda1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333300;
	font-weight: bold;
	border:2px solid #CCCC66;
}

/* Contorno de celda text en news*/
.celda2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666633;
	text-align: justify;
	border-right: 2px solid #CCCC66;
	border-left: 2px solid #CCCC66;
	border-bottom: 2px solid #CCCC66;
}

/* Linia de base en partner.htm*/
.celda3 {
	border-bottom: 1px solid #CCCC66;
}

/* Estado rollover amb imatge amunt*/

.rollover {
	background: url(images/arrow.gif) no-repeat 0 0;
	width: 30px;
	height: 30px;
	display:block;
}

.rollover:hover {
	background: url(images/arrow_01.gif) no-repeat ;
}

.rollover a{
	width: 30px;
	height: 30px;
	display:block
}

/* Formulario*/

fieldset {
	color: #CCCC66;
	font-family: Arial, Helvetica, sans-serif;
	border: solid 2px #CCCC66;
}
	

legend {
	color: #333300;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

input.formInputField {
	border: solid 1px #CCCC66;
}

textarea.formInputField {
	border: solid 1px #CCCC66;
}


